@charset "UTF-8";
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css");

html, body, div, span, input, select, textarea, button, applet, object, iframe, p, blockquote, pre, a, abbr, acronym, address, big, code, del, dfn, em, font, img, ins, kbd, q, s, samp, strike, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, header, section, footer {
  border: 0;
  margin: 0;
  padding: 0; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block; }

div, h1, h2, h3, h4, h5, h6, ul, ol, li, dl, dt, dd, p, form, fieldset, input, table, tr, th, td, button, textarea, select {
  margin: 0;
  padding: 0; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal; }

img {
  border: 0;
  vertical-align: top;
  max-width: 100%; }

ul, ol, dl, dt, dd, li {
  list-style: none; }

table, th, td {
  border-collapse: collapse;
  border-spacing: 0;
  font-weight: normal; }

fieldset, blockquote, iframe, button {
  border: none; }

i, em, u, cite {
  font-style: normal; }

a {
  color: #666;
  text-decoration: none;
  /*-webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease; */
}
  a:hover, a:focus {
    text-decoration: none !important; }

img, fieldset {
  border: 0;
  outline: none; }

input, button {
  outline: none; }

body {
  font-size: 16px;
  font-family: 'Pretendard', sans-serif;
  -webkit-font-family: 'Pretendard', sans-serif;
  letter-spacing:-0.02em;
  width: 100%;
  color: #666;
  font-weight: 400;
  line-height: 1.4;
  -webkit-text-size-adjust: none;
  word-break: keep-all; }

input {
  font: inherit;
  margin: 0;
  line-height: normal;
  -webkit-border-radius: 0;
  resize: none; }

button {
  background: transparent;
  cursor: pointer;
  vertical-align: middle;
  margin: 0;
  cursor: pointer;
  -webkit-appearance: none; }

input[type="submit"], input[type="button"], input[type="reset"] {
  cursor: pointer;
  -webkit-appearance: none; }

section, nav, article, aside, header, footer, main {
  display: block; }

input[type="date"]::-webkit-calendar-picker-indicator, input[type="date"]::-webkit-inner-spin-button {
  display: none; }

input[type="text"], input[type="search"], input[type="tel"], input[type="number"], input[type="password"] {
  -webkit-appearance: none;
  border-radius: 0;
  padding-left: 10px; }

input[placeholder] {
  font-family: inherit;
  font-size: 0.9em; }

::-webkit-input-placeholder, ::-moz-placeholder, :-ms-input-placeholder, :-moz-placeholder {
  color: #aaa;
  font-size: 0.9em; }

::-ms-clear, ::-ms-reveal {
  display: none;
  font-size: 0.9em; }

select, textarea, button {
  font: inherit;
  -webkit-appearance: none;
  border-radius: 0; }

input[type="text"], input[type="password"], input[type="file"], input[type="tel"] {
  height: 42px;
  line-height: 42px;
  margin: 0;
  vertical-align: middle;
  border: solid 1px #ccc;
  background: #fff;
  -webkit-border-radius: 0;
  resize: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }



  select {
  height: 42px;
  line-height: 42px;
  margin: 0;
  vertical-align: middle;
  border: solid 1px #ccc;
  background: #fff;
  -webkit-border-radius: 0;
  resize: none;
  margin: 0;
  vertical-align: middle;
  font-size: 0.9em;
  border: solid 1px #ccc;
  background: white url(../___.html) no-repeat 100% center;
  -webkit-background: white url(../___.html) no-repeat 100% center;
  background-size: 20px auto;
  -webkit-border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding-left: 10px; }


input[type="file"] {
  width: 100%;
  padding: 0;
  line-height: normal; }

textarea {
  background: #fbfbfb;
  border: 1px solid #ebebeb;
  padding: 5px;
  width: 99%; }

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -o-text-overflow: '';
  text-overflow: '';
  zoom: 1; }

input[type="checkbox"] {
  width: 16px;
  height: 16px;
  border: 1px solid #ccc;
  background: #fff;
  vertical-align: middle; }

input[type="radio"] {
  width: 16px;
  height: 16px;
  border: solid 1px #ccc;
  background: none;
  border-radius: 20px;
  vertical-align: middle;
  margin-right: 10px; }

input[type="image"] {
  border: none;
  background: 0; }

input[type="submit"] {
  width: 260px;
  border: 1px solid #ccc;
  font-size: 1em;
  line-height: 1.5;
  color: #666; }

option {
  border: solid 1px #ccc;
  margin: 0; }

label {
  margin: 0;
  font-weight: normal;
  vertical-align: middle; }

textarea {
  margin: 0;
  border: solid 1px #ccc; }

button {
  margin: 0;
  padding: 0;
  vertical-align: middle; }

/* //레이아웃  ---------------------------------------------------------------*/
.clearfix:before {
  content: " ";
  display: table; }

.clearfix:after {
  content: " ";
  display: table;
  clear: both; }

.gray_01 {
  color: #333; }

.gray_02 {
  color: #666; }

.gray_03 {
  color: #777; }

.gray_04 {
  color: #888; }

.gray_05 {
  color: #999; }

.black_01 {
  color: #000; }

.red_01 {
  color: #da2128; }

.red_02 {
  color: #fc4732; }

.orange {
  color: #f07d00; }

.blue {
  color: #00aeef; }

.blue_02 {
  color: #005ea1; }

.brown_01 {
  color: #cc6600; }

.white_01 {
  color: #fff; }

.font_08 {
  font-size: 0.571428em !important; }

.font_11 {
  font-size: 0.785714em !important; }

.font_12 {
  font-size: 0.857142em !important; }

.font_13 {
  font-size: 0.928571em !important; }

.font_14 {
  font-size: 1em !important; }

.font_16 {
  font-size: 1.142857em !important; }

.font_17 {
  font-size: 1.214285em !important; }

.font_18 {
  font-size: 1.285714em !important; }

.font_20 {
  font-size: 1.428571em !important; }

.font_22 {
  font-size: 1.571428em !important; }

.font_24 {
  font-size: 1.714285em !important; }

.font_26 {
  font-size: 1.857142em !important; }

.font_28 {
  font-size: 2em !important; }

.font_30 {
  font-size: 2.1428571em !important; }

.bold {
  font-weight: bold; }

.bold_5 {
  font-weight: 500; }

.normal {
  font-weight: normal; }

.letter_01 {
  letter-spacing: -1px; }

.letter_02 {
  letter-spacing: -2px; }

.mt_05 {
  margin-top: 05px !important; }

.mt_10 {
  margin-top: 10px !important; }

.mt_09 {
  margin-top: 9px !important; }

.mt_15 {
  margin-top: 15px !important; }

.mt_20 {
  margin-top: 20px !important; }

.mt_30 {
  margin-top: 30px !important; }

.mt_40 {
  margin-top: 40px !important; }

.mt_50 {
  margin-top: 50px !important; }

.mt_60 {
  margin-top: 60px !important; }

.mt_70 {
  margin-top: 70px !important; }

.mt_80 {
  margin-top: 80px !important; }

.mt_90 {
  margin-top: 90px !important; }

.mt_100 {
  margin-top: 100px !important; }

.mt_120 {
  margin-top: 120px !important; }

.mt_350 {
  margin-top: 350px !important; }

.mb_10 {
  margin-bottom: 10px !important; }

.mb_20 {
  margin-bottom: 20px !important; }

.mb_30 {
  margin-bottom: 30px !important; }

.ml_05 {
  margin-left: 5px !important; }

.ml_10 {
  margin-left: 10px !important; }

.ml_15 {
  margin-left: 15px !important; }

.ml_20 {
  margin-left: 20px !important; }

.ml_30 {
  margin-left: 30px !important; }

.ml_35 {
  margin-left: 35px !important; }

.ml_40 {
  margin-left: 40px !important; }

.ml_50 {
  margin-left: 50px !important; }

.ml_70 {
  margin-left: 70px !important; }

.ml_100 {
  margin-left: 100px !important; }

.mr_05 {
  margin-right: 5px !important; }

.mr_10 {
  margin-right: 10px !important; }

.mr_15 {
  margin-right: 15px !important; }

.mr_20 {
  margin-right: 20px !important; }

.mr_30 {
  margin-right: 30px !important; }

.mr_35 {
  margin-right: 35px !important; }

.mr_40 {
  margin-right: 40px !important; }

.mr_50 {
  margin-right: 50px !important; }

.mr_70 {
  margin-right: 70px !important; }

.mr_100 {
  margin-right: 100px !important; }

.pt_05 {
  padding-top: 05px !important; }

.pt_10 {
  padding-top: 10px !important; }

.pt_09 {
  padding-top: 9px !important; }

.pt_15 {
  padding-top: 15px !important; }

.pt_20 {
  padding-top: 20px !important; }

.pt_30 {
  padding-top: 30px !important; }

.pt_40 {
  padding-top: 40px !important; }

.bt_no, .bb_no {
  border-top: none !important; }

.clearfix:before {
  content: "";
  display: table; }

.clearfix:after {
  content: "";
  display: table;
  clear: both; }

.hidden {
  position: absolute;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  font-size: 0;
  line-height: 0;
  background: none; }

.line_10 {
  line-height: 1; }

.line_12 {
  line-height: 1.2; }

.line_14 {
  line-height: 1.4; }

.line_15 {
  line-height: 1.5; }

.letter_20 {
  letter-spacing: -2px; }

.letter_40 {
  letter-spacing: -4px; }

.letter_07 {
  letter-spacing: -0.7px; }

.left {
  float: left; }

.right {
  float: right; }

.text_center {
  text-align: center !important; }

.text_left {
  text-align: left !important; }

.text_right {
  text-align: right !important; }

.text_line {
  text-decoration: underline; }

.star {
  color: #da0016;
  vertical-align: middle; }

.ver_middle {
  vertical-align: middle; }

.ver_top {
  vertical-align: top; }

.w_360 {
  width: 360px; }

.w_400 {
  width: 400px; }

.posi_r {
  position: relative; }

.dis_inline {
  display: inline; }

.dis_block {
  display: block !important; }

.dis_inblock {
  display: inline-block; }

.dis_tbl {
  display: table;
  width: 100%;
  height: 100%; }

.dis_cel {
  display: table-cell;
  vertical-align: middle;
  padding: 0 5px; }

.img_100 img {
  width: 100%; }

.img_max img {
  max-width: 100%; }

.bar:after {
  content: "l";
  color: #cfcfcf;
  padding-left: 15px;
  font-weight: normal; }

.bollet li {
  position: relative;
  padding-left: 10px;
  line-height: 1.7; }
  .bollet li:before {
    content: '·';
    font-weight: bold;
    position: absolute;
    left: 0;
    top: 0;
    color: #666; }

.bollet_02 li {
  position: relative;
  padding-left: 10px;
  line-height: 1.7; }
  .bollet_02 li:before {
    content: '-';
    font-weight: bold;
    position: absolute;
    left: 0;
    top: 0;
    color: #666; }

.bollet_txt {
  position: relative;
  padding-left: 10px;
  line-height: 1.7; }
  .bollet_txt:before {
    content: '·';
    position: absolute;
    left: 0;
    top: 0;
    color: #666;
    font-weight: bold; }

.bar_list:after {
  content: '';
  clear: both;
  visibility: hidden;
  display: table; }

.bar_list li {
  float: left; }
  .bar_list li a {
    display: inline-block;
    padding: 0 10px;
    border-left: 1px solid #fff;
    line-height: 12px;
    height: 12px; }
  .bar_list li:first-child a {
    padding-left: 0;
    border-left: 0; }
  .bar_list li:last-child a {
    padding-right: 0; }

.bar_span span {
  display: inline-block;
  padding: 0 10px;
  border-left: 1px solid #ccc;
  line-height: 1; }
  .bar_span span:first-child {
    padding-left: 0;
    border-left: 0; }

/* 위치 */
.linemap_box > ul > li {
  float: left;
  padding: 10px 0 10px 30px;
  background: url(../___.html) no-repeat 10px center;
}
.linemap_box > ul > li:first-child {
  padding-left: 0;
  background: none;
}
.linemap_box > ul > li:first-child a {
  background: url(../___.html) no-repeat 0 3px;
  padding: 10px 0 10px 20px;
  display: block;
  font-size: 0;
  text-indent: -1000000000000000000px;
}
.linemap_box > ul > li > a {
  display: block;
  font-size: 13px;
  color: #666;
}
.linemap_box > ul > li span {
  padding: 0 10px;
}
.linemap_box > ul > li .sub_menu_box > a {
  display: block;
  background: url(../___.html) no-repeat right center;
  padding: 15px 35px 15px 25px;
}
.linemap_box > ul > li .sub_menu_box > a.active {
  background: url(../___.html) no-repeat right center;
  color: #000;
}
.linemap_box > ul > li .sub_nav_list {
  display: none;
  position: absolute;
  top: 55px;
  left: 0;
  border: 1px solid #333;
}
.linemap_box > ul > li .sub_nav_list li {
  width: 170px;
  border-bottom: 1px solid #ccc;
}
.linemap_box > ul > li .sub_nav_list li a {
  display: block;
  padding: 8px 5px;
  background: #fff;
}
.linemap_box > ul > li .sub_nav_list li a:last-child {
  border-bottom: none;
}
.linemap_box > ul > li .sub_nav_list li a:hover, .linemap_box > ul > li .sub_nav_list li a:focus {
  background: #f6f6f6;
  color: #465866;
}

/*스크롤 */
.col_scroll {
  height: 100%;
  overflow-x: hidden;
  padding: 0 0 20px 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

@media screen and (max-width: 980px) {
  .row_scroll {
    width: 100%;
    padding: 0 0 8px 0;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
  }
  .row_scroll table {
    width: 100%;
    min-width: 800px;
  }
}

.col_scroll::-webkit-scrollbar-track, .row_scroll::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #fff;
}

.col_scroll::-webkit-scrollbar, .row_scroll::-webkit-scrollbar {
  width: 4px;
  height: 4px;
  background-color: #fff;
}

.col_scroll::-webkit-scrollbar-thumb, .row_scroll::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #999;
}

/*탑으로 */
#top_btn {
  position: fixed;
  color: #fff;
  bottom: 50px;
  right: 10px;
  z-index: 99999;
  display: none; 
}
@media all and (max-width: 1024px) {
 #top_btn {
   display: initial;
 }
}

#top_btn a {
  display: block;
  width: 45px;
  height: 45px;
  text-align: center;
  /*border-radius: 50%;*/
  -webkit-box-shadow: 0 1.5px 4px rgba(0, 0, 0, 0.24), 0 1.5px 6px rgba(0, 0, 0, 0.12);
  box-shadow: 0 1.5px 4px rgba(0, 0, 0, 0.24), 0 1.5px 6px rgba(0, 0, 0, 0.12);
  background: rgba(0, 0, 0, 0.7);
  position: relative;
  cursor: pointer;
  color: #fff;
  font-size: 20px;
  line-height: 45px; 
}
#top_btn a:hover {
  background: #000000; 
}

.youtubeWrap {
  position: relative; 
}

.pop-con .youtubeWrap {
  position: relative;
  width: 100% !important;
  padding-bottom: 56.25% !important; 
}

.youtubeWrap.on {
  position: relative;
  width: 100% !important;
  padding-bottom: 56.25% !important; 
}

.youtubeWrap iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0; 
}

/*텍스트 */
.m_br_show {
  display: none; 
}
@media screen and (max-width: 1024px) {
  .m_br_show {
    display: block; 
  } 
}

@media screen and (max-width: 1024px) {
  .m_br_none, .m_br_no {
    display: none; 
  } 
}

/*시작 팝업  드레그*/
.modal-dialog .check-area {
  float: left;
  width: 80%;
  text-align: left;
  color: #333; 
}

.modal-dialog .modal-footer .pop-close {
  float: right;
  width: 20%;
  text-align: right;
  display: block;
  font-weight: 500;
  color: #333;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-left: 1px solid #ddd; 
}

.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5); 
}

.modal-backdrop {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background-color: #000; 
}
  .modal-backdrop.fade {
    filter: alpha(opacity=0);
    opacity: 0; 
  }
  .modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: .5; 
  }

.modal-header {
  min-height: 16.42857143px;
  padding: 15px; 
}
  .modal-header .close {
    margin-top: -2px; 
  }

.modal-title {
  margin: 0;
  line-height: 1.42857143; 
}

.modal-body {
  position: relative;
  padding: 20px; 
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5; 
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px; 
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px; 
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0; 
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; 
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000;
  opacity: .5;
  z-index: 500; 
}

.modal.start_pop {
  position: absolute;
  top: 110px;
  left: 10px;
  width: auto;
  height: auto;
  right: auto;
  bottom: auto;
  cursor: move; 
}
.modal.start_pop .modal-header {
  padding-bottom: 0;
  padding-top: 10px; 
}
.modal.start_pop .modal_standard {
  position: relative;
  display: block;
  width: auto;
  height: auto; 
}

@media screen and (max-width: 1024px) {
  .modal.start_pop {
    position: fixed;
    top: 0!important;
    right: 0!important;
    bottom: 0!important;
    left: 0!important;
    width: 100%; 
  }
  .modal.start_pop .modal_standard {
    position: fixed;
    left: 50%!important;
    -webkit-transform: translateX(-50%)!important;
    transform: translateX(-50%)!important;
    top: 70px;
    display: table;
    width: 100%;
    max-width: 300px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    text-align: center;
    margin: 0 auto;
  }
  .modal.start_pop .modal-body {
    max-height: 300px;
    overflow-y: auto; 
  } 
}

/* //테이블  ---------------------------------------------------------------*/
/* // 일반 게시판 // //////////////////////////////////*/
@media screen and (max-width: 1024px) {
  table {
    font-size: 13px; 
  } 
}

.table_board_for {
  table-layout: fixed;
  width: 100%;
  border-top:1px solid #222;
  text-align: center;
}

.table_board_for thead th {
  color: #222;
  border-bottom:1px solid #ddd;
  padding:18px 5px;
  font-size:15px;
}
.table_board_for a:hover {
  text-decoration: underline;
}
.table_board_for th {
  padding: 16px 5px;
  position: relative;
  color: #222;
}
.table_board_for th:first-child:before {
  display: none;
}
.table_board_for td {
  padding: 16px 5px;
  border-bottom: 1px solid #ddd;
  text-align: center;
  vertical-align: middle;
  color:#555;
  background:#fff;
  font-size:15px;
}

@media all and (max-width: 1024px) {
  .table_board_for thead th {
    font-size:15px;
  }
  .table_board_for td,
  .table_board_for th {
    font-size:14px;
  }
}
.table_board_for td.tit {
  padding-left:20px;
}
.table_board_for .tit a {
  color:#222;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display:inline-block;
  max-width:95%;
  vertical-align: middle;
}
.table_board_for .tit .xi {
  vertical-align: middle;
}
.table_board_for td .repl_yet,
.table_board_for td .repl_ok {
  padding:3px 12px 4px;
  font-size:13px;
  color:#fff;
}
.table_board_for td .repl_yet {
  background:#aaa;
}
.table_board_for td .repl_ok {
  background:#d75e37;
}
.table_board_for .notice_t {
  display:inline-block;
  vertical-align:middle;
  font-size:13px;
  color:#062d53;
  border:1px solid #062d53;
  border-radius:20px;
  padding:3px 15px;
}

.table_board_for td .img_bx {
  overflow: hidden;
  width: 80px;
  margin: 0 auto;
  background: url(../___.html) no-repeat center center;
  background-size: cover;
}
.table_board_for td .img_bx .img_src {
  display: block;
  margin: 0 auto;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 75%;
}
@media screen and (max-width: 768px) {
  .table_board_for thead th {
    padding: 10px 5px;
    font-size:13px;
  }
  .table_board_for td {
    font-size:13px;
    padding: 10px 5px; 
  }
  .table_board_for td.tit {
    padding-left:5px;
  }
  .table_board_for .tit a {
    max-width:90%;
  }
  .table_board_for colgroup,
  .table_board_for th:nth-child(1),
  .table_board_for td:nth-child(1) {
    display: none;
  }
  .table_board_for th:nth-child(2),
  .table_board_for td:nth-child(2) {
    width: auto;
  }
  .table_board_for th:nth-child(3),
  .table_board_for td:nth-child(3) {
    width: 25%;
  }
  .table_board_for th:last-child,
  .table_board_for td:last-child {
    width: 18%;
  } 
}
@media screen and (max-width: 768px) {
  .table_board_for.type_b colgroup,
  .table_board_for.type_b th:nth-child(1),
  .table_board_for.type_b td:nth-child(1),
  .table_board_for.type_b th:nth-child(2),
  .table_board_for.type_b td:nth-child(2) {
    display: none;
  }
  .table_board_for.type_b th:nth-child(3),
  .table_board_for.type_b td:nth-child(3) {
    width: auto;
  }
  .table_board_for.type_b th:nth-child(4),
  .table_board_for.type_b td:nth-child(4) {
    width: 15%;
  }
  .table_board_for.type_b th:last-child,
  .table_board_for.type_b td:last-child {
    width:27%;
  } 
}
@media screen and (max-width: 768px) {
  .table_board_for.type_d colgroup,
  .table_board_for.type_d th:nth-child(1),
  .table_board_for.type_d td:nth-child(1) {
    display: none;
  }
  .table_board_for.type_d th:nth-child(2),
  .table_board_for.type_d td:nth-child(2) {
    width: auto;
  }
  .table_board_for.type_d th:nth-child(3),
  .table_board_for.type_d td:nth-child(3) {
    width: 20%;
  }
  .table_board_for.type_d th:nth-child(4),
  .table_board_for.type_d td:nth-child(4) {
    width: 27%;
  }
  .table_board_for.type_d th:last-child,
  .table_board_for.type_d td:last-child {
    display:none;
  } 
}


@media screen and (max-width:768px) {
  .table_board_for.qna_type_a colgroup,
  .table_board_for.qna_type_a th:nth-child(1),
  .table_board_for.qna_type_a td:nth-child(1),
  .table_board_for.qna_type_a thead {
    display: none;
  }

  .table_board_for.qna_type_a tr:after {
    content: '';
    display: block;
    clear: both;
  }

  .table_board_for.qna_type_a tbody tr {
    border-bottom: 1px solid #ddd;
    padding: 5px 0;
  }

  .table_board_for.qna_type_a tbody,
  .table_board_for.qna_type_a tr,
  .table_board_for.qna_type_a td {
    display: block;
    width: 100% !important;
    text-align: left;
    border: none;
  }

  .table_board_for.qna_type_a th,
  .table_board_for.qna_type_a td {
    padding:5px;
  }
}


/* 게시판 아이콘 */
table tr .xi-volume-up,
table tr .xi-file-download {
  font-size:20px;
  vertical-align: middle;
  color: #ef343c;
}

table tr .anwer {
  padding:5px 15px;
  min-width:82px;
  display: inline-block;
  text-align: center;
  color: #fff;
  background: #808080;
  font-weight:300;
  box-sizing:border-box;
  font-size: 14px;
  line-height:normal;
  vertical-align: middle;
}

table tr .anwer.on {
  background:#005bbb;
}


table tr .xi-renew {
  font-size: 28px;
  color: #ef343c;
}

/*비밀번호 입력 */
.pass-wrap {
  margin-top: 60px;
}
.pass-wrap .tit {
  font-size: 20px;
  font-weight: 700;
  color: #1d1d1d;
  margin-bottom: 20px;
}
.pass-wrap .btn-type-01 {
  margin:0 2px;
  min-width:115px;
}
@media screen and (max-width:768px) {
  table tr .anwer {
    width:65px;
    font-size:12px;
    height:25px;
    line-height:25px;

  }
}

/*갤러리 게시판 ///////////////////////////////////////////////////*/
@media screen and (max-width: 1024px) {
  .img_board_list {
    margin: 0 -10px; }
    .img_board_list li {
      padding: 0 10px; } }

.img_board_list li {
  margin: 0 0 20px; }
  .img_board_list li a {
    position: relative;
    display: block;
    border: 1px solid #ddd; }
    .img_board_list li a:before {
      content: "";
      position: absolute;
      top: -1px;
      left: -1px;
      right: -1px;
      bottom: -1px;
      border: 0 solid #024495;
      -webkit-transition: border-width 0.3s;
      -o-transition: border-width 0.3s;
      transition: border-width 0.3s;
      z-index: 5; }
    .img_board_list li a .img_box {
      overflow: hidden;
      position: relative; }

      .img_board_list li a .img_box .img_src {
        display: block;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        width: 100%;
        background-position: center center;
        background-repeat: no-repeat;
        position: relative;
        overflow: hidden;
     background-size: contain;
        padding-top: 75%;
        transition: 0.3s; }
    .img_board_list li a .txt_box {
      padding: 20px 15px;
      background: #fff;
      text-align: left;
      color: #333; }
      .img_board_list li a .txt_box .tit {
        color: #222;
        font-weight: 500;
        height: 20px;
        line-height: 20px;
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical; }
        @media screen and (max-width: 1024px) {
          .img_board_list li a .txt_box .tit {
            font-size: 14px; } }
      .img_board_list li a .txt_box .date {
        margin-top: 10px;
        font-size: 0.9em;
        color: #999; }
      .img_board_list li a .txt_box .des {
        margin-top: 10px;
        font-size: 0.9em;
        color: #999;
        height: 40px;
        line-height: 20px;
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical; }
    .img_board_list li a:hover:before {
      border-width: 5px; }
    .img_board_list li a:hover .img_box .img_src {
      -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
      transform: scale(1.05); }
    .img_board_list li a:hover .txt_box .tit {
      color: #024495; }

.img_board_list.type_b li a {
  border: none; }
  .img_board_list.type_b li a .txt_box {
    padding: 15px 0; }
  .img_board_list.type_b li a:before {
    display: none; }
  .img_board_list.type_b li a:hover .img_box .hover_box {
    -webkit-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
    height: 100%; }
  .img_board_list.type_b li a .img_box .hover_box {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: rgba(0, 0, 0, 0.6);
    text-align: center;
    color: #fff;
    font-size: 13px;
    letter-spacing: 1px; }
    .img_board_list.type_b li a .img_box .hover_box .txt {
      display: inline-block;
      border-bottom: 1px solid #fff; }
    .img_board_list.type_b li a .img_box .hover_box i {
      font-size: 12px;
      margin-left: 5px; }

.img_board_list.type_c li {
  margin-bottom: 0; }
  .img_board_list.type_c li a {
    margin-left: -1px;
    margin-top: -1px; }

.img_board_list.type_c li a .txt_box .date {
  margin-top: 10px;
  font-size: 0.9em;
  color: #999;
  height: auto;
  line-height: 1.5;
  -o-text-overflow: inherit;
  text-overflow: inherit;
  display: block; }
  .img_board_list.type_c li a .txt_box .date span {
    position: relative;
    padding: 0 7px; }
    .img_board_list.type_c li a .txt_box .date span:before {
      content: '';
      position: absolute;
      top: 50%;
      left: -1px;
      height: 10px;
      margin-top: -5px;
      border-left: 1px solid #ccc; }
    .img_board_list.type_c li a .txt_box .date span:first-child {
      padding-left: 0; }
      .img_board_list.type_c li a .txt_box .date span:first-child:before {
        display: none; }
  @media screen and (max-width: 1024px) {
    .img_board_list.type_c li a .txt_box .date {
      font-size: 11px;
      letter-spacing: -0.5px; }
      .img_board_list.type_c li a .txt_box .date span {
        padding: 0 5px; } }

/*썸네일 게시판 */
.img_board_list_02 {
  border-top: 1px solid #000;
}
.img_board_list_02 li {
  padding: 20px 15px;
  border-bottom: 1px solid #ddd;
}
.img_board_list_02 li a {
  display: table;
  width:100%;
  overflow:hidden;
  position: relative;
}
.img_board_list_02 li a .no_txt {
  position: absolute;
  top: 50%;
  left: 0;
  color: #222;
  font-weight: 400;
  margin-top: -12px;
}
.img_board_list_02 li a:hover .txt_box .tit {
  text-decoration: underline !important;
}
.img_board_list_02 li a:hover .img_box img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}
.img_board_list_02 li a .img_box {
  overflow: hidden;
  float:left;
  width: 220px;
  position:relative;
  margin-right: 30px;
  border: 1px solid #ddd;
}
.img_board_list_02 li a .img_box:before {
  content:"";
  position:absolute;
  left:-1px;
  top:-1px;
  right:-1px;
  bottom:-1px;
  z-index:1;
  border: 0 solid #ef343c;
  -webkit-transition: border-width 0.3s;
  -o-transition: border-width 0.3s;
  transition: border-width 0.3s;
}
.img_board_list_02 li a:hover .img_box:before {
  border-width:3px;
}
.img_board_list_02 li a .img_box .img_src {
  display: block;
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  background-size: cover;
  padding-top:66.66%;
}
.img_board_list_02 li a .txt_box {
  display:table-cell;
  width:100%;
  vertical-align: middle;
  position: relative;
}
.img_board_list_02 li a .txt_box .tit {
  font-size: 18px;
  color: #222;
  font-weight:500;
  line-height:1.3;
}

.img_board_list_02 li a .txt_box .des {
  margin-top: 12px;
  color: #666;
  line-height:22px;
  height:22px;
  font-size:15px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp:1;
  -webkit-box-orient: vertical;
}

.img_board_list_02 li a .txt_box .date {
  font-size:14px;
  color:#999;
  letter-spacing:0;
  margin-top:20px;
}

.img_board_list_02 li a .txt_box .tbl_detail_span {
  margin-top: 15px;
  line-height:1.3;
  font-size:14px;
  color:#999;
}
.img_board_list_02 li a .txt_box .tbl_detail_span span {
  position: relative;
  font-weight:300;
  padding: 0 7px;
}
.img_board_list_02 li a .txt_box .tbl_detail_span span:before {
  content: '';
  position: absolute;
  top: 50%;
  left: -1px;
  height: 12px;
  margin-top: -5px;
  border-left: 1px solid #ccc;
}
.img_board_list_02 li a .txt_box .tbl_detail_span span:first-child {
  padding-left: 0;
}
.img_board_list_02 li a .txt_box .tbl_detail_span span:first-child:before {
  display: none;
}

@media screen and (max-width: 768px) {
  .img_board_list_02 li a .txt_box .tbl_detail_span {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .img_board_list_02 li {
    padding:15px 10px;
  }
  .img_board_list_02 li a .img_box {
    display:block;
    width:100%;
    margin-right:0;
    margin-bottom:20px;
    box-sizing:border-box;
  }
  .img_board_list_02 li a .txt_box {
    display:block;
    width:100%;
  }
  .img_board_list_02 li a .txt_box .tit {
    font-size:14px;
  }
  .img_board_list_02 li a .txt_box .des {
    margin-top:10px;
    font-size:13px;
  }
  .img_board_list_02 li a .txt_box .tbl_detail_span {
    margin-top:10px;
  }
}

.event_img_list {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #222;
}
.event_img_list > li {
  position: relative;
  padding: 30px 0;
  border-top: 1px solid #ddd;
}
.event_img_list li .event_t {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  padding: 10px 0;
  z-index: 1;
  width:90px;
  font-size: 15px;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .event_img_list li .event_t {
    font-size: 12px;
    padding: 7px 0;
    width:65px; 
  } 
}
.event_img_list li .event_t.on {
  background:#ef343c;
}
.event_img_list li a {
  position: relative;
  display: table;
  width: 100%;
}
.event_img_list li a:hover .btn_link {
  background: #ef343c;
  color: #fff;
}
.event_img_list li a:hover .img_box:before {
  border-width: 5px;
}
.event_img_list li:first-child {
  border-top: none;
}
.event_img_list li .img_box {
  position: relative;
  float: left;
  width: 400px;
  margin-right: 40px;
  border: 1px solid #ddd;
}
.event_img_list li .img_box img {
  width: 100%;
}
.event_img_list li .img_box .img_src {
  display: block;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  background-size: cover;
  padding-top: 66.66667%;
  transition: 0.3s;
}
.event_img_list li .img_box:before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  border: 0 solid #ef343c;
  -webkit-transition: border-width 0.3s;
  -o-transition: border-width 0.3s;
  transition: border-width 0.3s;
  z-index: 5;
}
@media screen and (max-width:1024px) {
  .event_img_list li .img_box { 
    width:280px;
    margin-right:25px;
  }
}
@media screen and (max-width:768px) {
  .event_img_list li .img_box {
    float: none;
    width: 100%;
    margin-bottom: 15px;
  }
}
.event_img_list li .txt_box {
  display: table-cell;
  width: 100%;
  vertical-align: top;
  padding: 10px 0;
}
.event_img_list li .txt_box .tit {
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  font-size: 1.625em;
  color: #222;
  height: 32px;
  line-height: 32px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.event_img_list li .txt_box .des {
  font-size: 1.125em;
  height: 20px;
  line-height: 20px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  margin-top: 20px;
}
.event_img_list li .txt_box .date {
  color:#707070;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .event_img_list > li {
    padding:20px 0;
  }
  .event_img_list li .txt_box {
    display: block;
    padding: 0;
  }
  .event_img_list li .txt_box .tit {
    font-size: 1.250em;
  }
  .event_img_list li .txt_box .des {
    font-size:1.063em;
    margin-top: 3px;
  }
  .event_img_list li .txt_box .date {
    margin-top: 7px;
  }
}

/* // 게시판 뷰 // //////////////////////////////////*/
.table-view-01 {
  width: 100%;
  border-bottom: solid 1px #ddd; 
  background-color: #fff;
  table-layout: fixed;
  word-break: break-all;}
  .table-view-01.type_e .col_w {
    width: 150px; }
  .table-view-01.type_e th {
    background: #f6f6f6;
    text-align: left; }
  @media screen and (max-width: 1024px) {
    .table-view-01.type_e .col_w {
      width: 80px; }
    .table-view-01.type_e th {
      padding: 8px 2px; } }
  .table-view-01 .tit {
    font-size: 16px;
    color: #000; }
  .table-view-01 tr:first-child th,
  .table-view-01 tr:first-child td {
    border-top: solid 1px #000; }
  .table-view-01 th,
  .table-view-01 td {
    padding: 10px 8px;
    vertical-align: top;
    border-top: solid 1px #ddd; }
  .table-view-01 th {
    color: #333;
    text-align: left;
    font-weight: 500; }
  .table-view-01 .blue {
    color: #5d9ad3; }
  .table-view-01 .text_left {
    text-align: left; }
  .table-view-01 .addfile_txt {
    padding-left: 35px;
    background: url(../images/icon/file_i.png) no-repeat 0 0; }
  .table-view-01 .notice-b {
    display: inline-block;
    padding: 2px 8px;
    background-color: #489fc4;
    color: #fff;
    font-size: 12px;
    border-radius: 10px; }
  .table-view-01.title-black th {
    color: #333; }
  .table-view-01.th-center th {
    text-align: center; }
  .table-view-01.table-line th,
  .table-view-01.table-line td {
    border: solid 1px #ddd; }
  .table-view-01 td .board-box {
    min-height: 150px;
    padding: 10px; }
    .table-view-01 td .board-box img {
      max-width: 100%; }
  .table-view-01 .tit_box {
    border-bottom: 1px solid #ddd; }
  .table-view-01 .tbl_detail_list li {
    display: inline-block;
    position: relative;
    padding: 0 10px; }
    .table-view-01 .tbl_detail_list li:last-child {
      padding-right: 0; }
    .table-view-01 .tbl_detail_list li:first-child {
      padding-left: 0; }
    .table-view-01 .tbl_detail_list li .tit_t {
      font-weight: bold;
      color: #222;
      margin-right: 5px; }
    .table-view-01 .tbl_detail_list li:first-child:before {
      display: none; }
    .table-view-01 .tbl_detail_list li:before {
      content: '';
      border-left: 1px solid #ccc;
      height: 10px;
      margin-top: -5px;
      top: 50%;
      left: -2px;
      position: absolute; }
    @media screen and (max-width: 768px) {
      .table-view-01 .tbl_detail_list li {
        padding: 0 4px; }
        .table-view-01 .tbl_detail_list li .tit_t {
          margin-right: 0; } }
  .table-view-01 .tit_box p.tit {
    float: left; }
    .table-view-01 .tit_box p.tit .type_t {
      display: inline-block;
      vertical-align: middle;
      font-size: 13px;
      color: #fff;
      font-weight: 400;
      background: #666;
      letter-spacing: -0.8px;
      padding: 0 5px;
      height: 25px;
      line-height: 23px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      margin-right: 10px; }
  .table-view-01 .tit_box p.tbl_detail_span {
    float: right; }
    .table-view-01 .tit_box p.tbl_detail_span span:first-child:before {
      display: none; }
    .table-view-01 .tit_box p.tbl_detail_span span:before {
      display: inline-block;
      overflow: hidden;
      width: 1px;
      height: 10px;
      margin: -1px 7px 0 4px;
      background: #bbb;
      content: '';
      vertical-align: middle; }
    .table-view-01 .tit_box p.tbl_detail_span > span.anwer_on:before, .table-view-01 .tit_box p.tbl_detail_span > span.anwer_off:before {
      display: none; }

/*뷰 리스트 */
.border-list-type {
  border-top: solid 1px #000;
  border-right: 1px #999;
  border-left: 1px #999;
  border-bottom: solid 1px #999; 
  font-family: 'Pretendard';
}
  .border-list-type li {
    border-bottom: solid 1px #c7c7c7;
    height: 40px;
    line-height: 40px;
    position: relative;
    padding-left: 100px; }
    .border-list-type li a {
      display: block; }
      .border-list-type li a .list-title {
        font-weight: 500;
        color: #333; }
      .border-list-type li a .list-up-bg {
        position: absolute;
        top: 0;
        left: 0;
        width: 150px;
        padding: 0 30px 0 50px;
        height: 40px;
        line-height: 40px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        color: #222;
        background: url("../images/icon/list-prev.gif") no-repeat 15px center; }
      .border-list-type li a .list-down-bg {
        position: absolute;
        top: 0;
        left: 0;
        width: 150px;
        height: 40px;
        line-height: 40px;
        padding: 0 30px 0 50px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        color: #222;

        background: url("../images/icon/list-ne_t.gif") no-repeat 15px center; }
      .border-list-type li a .w-con {
        float: none;
        overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis; }
  .border-list-type .border-none {
    border-bottom: none; 
    box-sizing: border-box;
    /*padding-bottom: 100px;*/
   }

/*페이징 */
.paging-area {
  position: relative;
  margin-top: 50px; }
  @media screen and (max-width: 1024px) {
    .paging-area {
      margin-top: 30px; } }
  .paging-area ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center; }
    .paging-area ul li {
      display: inline;
      margin-left: 2px;
      padding: 0; }
      .paging-area ul li a {
        position: relative;
        display: inline-block;
        font-family: 'Pretendard';
        width: 34px;
        height: 34px;
        line-height: 32px;
        color: #333;
        background-color: #fff;
        border: 1px solid #ddd;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        background-repeat: no-repeat;
        background-position: center center; }
        .paging-area ul li a:hover {
          border-color: #024495;
        }
        .paging-area ul li a.active {
          text-decoration: none;
          color: #fff;
          border-color: #024494;
          background: #024495; }


        .paging-area ul li a.prev-first {
          background-image: url("../images/paging/prev-first.png"); }
        .paging-area ul li a.prev {
          background-image: url("../images/paging/prev.png"); }
        .paging-area ul li a.next-last {
          background-image: url("../images/paging/ne_t-last.png"); }
        .paging-area ul li a.next {
          background-image: url("../images/paging/ne_t.png"); }
        .paging-area ul li a span {
          display: inline-block;
          text-indent: -9999px; }

/* 게시판 하단 검색 */
.board-search-01 {
  margin-top: 50px;
  padding: 20px 0;
  text-align: center;
  position: relative; 
  box-sizing: border-box;
  /*padding-bottom: 80px;*/
  }
  @media screen and (max-width: 1024px) {
    .board-search-01.type_c .select-type-01 {
      top: 65px; }
    .board-search-01.type_c .select-type-01.first {
      position: static;
      width: 100%;
      margin-bottom: 5px; }
    .board-search-01.type_c .btn-color-01 {
      top: 65px; } }
  .board-search-01 select,
  .board-search-01 input {
    border: solid 1px #ddd;
    background-color: #fff; }
  .board-search-01 .select-type-01 {
    width: 140px;
    height: 40px;
    line-height: 40px;
    background-color: #fff; }
  .board-search-01 .input-type-01 {
    padding: 0 5px;
    width: 20%;
    height: 40px;
    line-height: 40px;
    background-color: #fff; }
  .board-search-01 .btn {
    display: inline-block;
    vertical-align: top;
    line-height: 40px;
    height: 40px;
    line-height: normal; }
  .board-search-01 .btn-color-01 {
    width: 90px;
    color: #333;
    background-color: #f6f6f6;
    border: solid 1px #ddd; }

@media screen and (max-width: 1024px) {
  .board-search-01 .select-type-01 {
    width: 21%;
    position: absolute;
    left: 0; } }

@media screen and (max-width: 1024px) {
  .board-search-01 .input-type-01 {
    margin: 0 21% 0 21%;
    width: 56%; } }

@media screen and (max-width: 1024px) {
  .board-search-01 .btn-color-01 {
    width: 21%;
    position: absolute;
    /*top: 20px;*/
    right: 0; } }

/*글작성 */
.board_write_btn_bx {
  position: relative;
    text-align: right;
    margin-top: 40px;
  }
  .board_write_btn_bx a {
    z-index: 2; }
    @media screen and (max-width: 1024px) {
      .board_write_btn_bx a {
        position: static;
        margin-top: 10px;
        width: 100%; } }

@media screen and (max-width: 1024px) {
  .board_view_btn_box {
    position: relative; }
    .board_view_btn_box a {
      min-width: 70px;
      padding: 0 13px; }
      .board_view_btn_box a:nth-child(2) {
        position: absolute;
        top: 0;
        left: 0;
        min-width: 35px; }
      .board_view_btn_box a:nth-child(3) {
        position: absolute;
        top: 0;
        left: 60px;
        min-width: 35px; }
      .board_view_btn_box a:nth-child(4) {
        position: absolute;
        top: 0;
        left: 120px;
        min-width: 35px; } }

.table-form-01 {
  width: 100%;
  border-top: 2px solid #333;
  background: #fff;
  border-bottom: 1px solid #333; }
  .table-form-01.type_c th,
  .table-form-01.type_c td {
    display: block;
    border-bottom: 0; }
  .table-form-01.type_c td {
    padding: 0; }
  .table-form-01.type_c th {
    padding: 10px 0 5px; }
  .table-form-01 .col_w {
    width: 150px; }
    @media screen and (max-width: 1024px) {
      .table-form-01 .col_w {
        width: 70px; } }
  .table-form-01 tr th {
    padding: 12px 10px;
    text-align: left;
    font-weight: 700;
    color: #222; }
  .table-form-01 tr th,
  .table-form-01 tr td {
    border-bottom: 1px solid #ddd; }
  .table-form-01 td {
    padding: 12px 10px; }
    @media screen and (max-width: 1024px) {
      .table-form-01 td {
        padding: 10px 5px; } }
  .table-form-01 th label {
    font-weight: bold; }
  .table-form-01 .code {
    background: #ddd;
    padding: 10px 10px;
    margin-right: 5px;
    color: #333;
    font-weight: bold; }
  .table-form-01 .btn-type-01 {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
.form_wrap {
       box-sizing: border-box;
       padding-bottom: 80px;

}
.form_wrap.type_c {
  max-width: 600px;
  margin: 0 auto; 
  
  }

/*   FAQ  */
.qna {
  border-top: 1px solid #000;
  background: #fff;
  text-align: left; }
  .qna.type_b .qna-header a {
    background: none !important; }
  .qna.type_b .qna-header a {
    position: relative; }
    .qna.type_b .qna-header a.select:before {
      -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
      transform: rotate(0); }
    .qna.type_b .qna-header a:before, .qna.type_b .qna-header a:after {
      background-color: rgba(0, 0, 0, 0.8);
      width: 14px;
      height: 2px;
      position: absolute;
      right: 22px;
      top: 50%;
      margin-top: -1px;
      content: '';
      -webkit-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s; }
      @media screen and (max-width: 1024px) {
        .qna.type_b .qna-header a:before, .qna.type_b .qna-header a:after {
          right: 12px; } }
    .qna.type_b .qna-header a:before {
      -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
      transform: rotate(270deg); }
    .qna.type_b .qna-header a:after {
      -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      transform: rotate(180deg); }
  .qna .qna-header {
    padding: 15px 10px;
    position: relative;
    border-bottom: solid 1px #ddd; }
    .qna .qna-header.select {
      color: #024495; }
      .qna .qna-header.select a {
        color: #024495;
        background: url(../images/qna/qna-down.png) no-repeat right center; }
      .qna .qna-header.select:before {
        color: #024495; }
    .qna .qna-header:before {
      content: 'Q.';
      position: absolute;
      top: 50%;
      left: 15px;
      font-size: 20px;
      margin-top: -15px;
      font-weight: 500; }
    .qna .qna-header a {
      display: block;
      padding-left: 40px;
      padding-right: 30px;
      text-decoration: none;
      font-size: 1.1em;
      font-weight: 400;
      color: #222;
      background: url(../images/qna/qna-up.png) no-repeat right center; }
      @media screen and (max-width: 1024px) {
        .qna .qna-header a {
          font-size: 14px; } }
      .qna .qna-header a:hover {
        color: #024495; }
  .qna .qna-body {
    display: none;
    padding: 20px 20px 20px 50px;
    line-height: 1.5;
    color: #333;
    border-bottom: solid 1px #ddd;
    position: relative;
    background: #f6f6f6; }
    @media screen and (max-width: 1024px) {
      .qna .qna-body {
        font-size: 14px; } }
    .qna .qna-body:before {
      content: 'A.';
      position: absolute;
      top: 15px;
      left: 15px;
      font-size: 20px;
      font-weight: 500;
      color: #024495; }

/*qna 탭 */
.qna_tab {
  margin-bottom: 30px; }
  .qna_tab ul {
    text-align: center; }
    .qna_tab ul.menu_05 li {
      width: 20%; }
    .qna_tab ul.menu_04 li {
      width: 25%; }
    .qna_tab ul.menu_02 li {
      width: 50%; }
    .qna_tab ul.menu_03 li {
      width: 33.33333%; }
    .qna_tab ul li {
      float: left; }
      .qna_tab ul li a {
        display: block;
        position: relative;
        height: 45px;
        line-height: 45px;
        text-align: center;
        font-size: 16px;
        color: #666;
        border: 1px solid #ddd;
        background: #fff;
        margin-left: -1px;
        margin-top: -1px; }
        .qna_tab ul li a.on, .qna_tab ul li a:hover {
          color: #fff;
          border-color: #024495;
          background: #024495; }
  @media screen and (max-width: 1024px) {
    .qna_tab {
      margin-bottom: 20px; }
      .qna_tab ul li a {
        height: 35px;
        font-size: 13px;
        line-height: 35px;
        letter-spacing: -0.8px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box; } }

/*댓글 */
.txt_post_wrap.type_a {
  margin-top: 40px;
  padding: 20px 30px;
  border: 1px solid #999; }
  @media screen and (max-width: 1024px) {
    .txt_post_wrap.type_a {
      margin-top: 30px;
      padding: 15px 15px; } }
  .txt_post_wrap.type_a .name_box {
    margin-top: 10px;
    position: relative;
    padding-left: 70px;
    max-width: 200px; }
    .txt_post_wrap.type_a .name_box label {
      position: absolute;
      top: 0;
      left: 0; }
  .txt_post_wrap.type_a .post_list {
    margin-top: 30px; }
    .txt_post_wrap.type_a .post_list li {
      position: relative;
      padding: 15px 0;
      border-top: 1px solid #ccc; }
      .txt_post_wrap.type_a .post_list li .btn_del {
        position: absolute;
        top: 15px;
        right: 0;
        display: inline-block;
        height: 28px;
        line-height: 28px;
        border: 1px solid #333;
        color: #333;
        width: 50px;
        font-size: 13px;
        text-align: center; }
      .txt_post_wrap.type_a .post_list li .name_01 {
        font-size: 16px;
        font-weight: 500;
        color: #666; }
      .txt_post_wrap.type_a .post_list li .date_01 {
        font-size: 13px;
        font-weight: 500;
        color: #999; }
      .txt_post_wrap.type_a .post_list li .des_txt {
        margin-top: 10px; }
  .txt_post_wrap.type_a .write_box table {
    width: 100%; }
    .txt_post_wrap.type_a .write_box table .col_w {
      width: 80px; }
      @media screen and (max-width: 1024px) {
        .txt_post_wrap.type_a .write_box table .col_w {
          width: 40px; } }
    .txt_post_wrap.type_a .write_box table .col_w2 {
      width: 90px; }
      @media screen and (max-width: 1024px) {
        .txt_post_wrap.type_a .write_box table .col_w2 {
          width: 60px; } }
    .txt_post_wrap.type_a .write_box table th {
      color: #222;
      font-weight: bold;
      text-align: left;
      text-indent: 8px; }
  .txt_post_wrap.type_a .write_box .txt_num i {
    color: #024495;
    margin-right: 5px; }
  .txt_post_wrap.type_a .write_box .write_area {
    position: relative;
    margin-top: 10px;
    padding-right: 140px; }
    .txt_post_wrap.type_a .write_box .write_area textarea {
      width: 98%;
      padding: 10px 1%;
      height: 50px;
      min-height: 50px; }
    .txt_post_wrap.type_a .write_box .write_area .btn_submit {
      position: absolute;
      top: 0;
      right: 0;
      display: inline-block;
      height: 72px;
      line-height: 72px;
      text-align: center;
      width: 140px;
      background: #777;
      font-size: 17px;
      color: #fff; }
    @media screen and (max-width: 1024px) {
      .txt_post_wrap.type_a .write_box .write_area {
        padding-right: 0; }
        .txt_post_wrap.type_a .write_box .write_area .btn_submit {
          height: 40px;
          line-height: 40px;
          width: 100%;
          font-size: 15px;
          position: static;
          margin-top: 10px; } }

/*댓글*/
.txt_post_wrap.type_b {
  margin-top: 20px; }
  .txt_post_wrap.type_b .list_box {
    margin-top: 20px;
    border-bottom: 1px solid #e8e8e8; }
  .txt_post_wrap.type_b .post_list li {
    position: relative;
    border-top: 1px solid #e8e8e8; }
    .txt_post_wrap.type_b .post_list li.post_li .inner {
      padding: 15px 15px; }
    .txt_post_wrap.type_b .post_list li .answer_box {
      display: none; }
      .txt_post_wrap.type_b .post_list li .answer_box .inner {
        position: relative;
        padding: 15px 15px 15px 40px; }
        .txt_post_wrap.type_b .post_list li .answer_box .inner i {
          position: absolute;
          top: 15px;
          left: 15px;
          width: 12px;
          height: 15px;
          background: url(../___.html) no-repeat; }
        .txt_post_wrap.type_b .post_list li .answer_box .inner .area-type-form {
          height: 35px;
          min-height: 35px;
          width: 100%;
          padding: 7px;
          -webkit-box-sizing: border-box;
          box-sizing: border-box; }
        .txt_post_wrap.type_b .post_list li .answer_box .inner .des_txt.write_txt {
          position: relative;
          padding-right: 95px; }
        .txt_post_wrap.type_b .post_list li .answer_box .inner .btn_write {
          position: absolute;
          top: 0;
          right: 0;
          display: inline-block;
          height: 35px;
          line-height: 35px;
          text-align: center;
          width: 80px;
          background: #024495;
          color: #fff; }
        .txt_post_wrap.type_b .post_list li .answer_box .inner .btn_censel {
          position: absolute;
          top: 0;
          right: 0;
          display: inline-block;
          height: 72px;
          line-height: 72px;
          text-align: center;
          width: 72px;
          background: #999;
          color: #fff; }
    .txt_post_wrap.type_b .post_list li .name_01 {
      font-weight: 500;
      color: #000;
      padding-right: 10px;
      border-right: 1px solid #ddd; }
    .txt_post_wrap.type_b .post_list li .date_01 {
      font-size: 13px;
      font-weight: 700;
      color: #999; }
    .txt_post_wrap.type_b .post_list li .des_txt {
      margin-top: 10px;
      font-size: 13px; }
  .txt_post_wrap.type_b .txt_num i {
    color: #024495;
    margin-right: 5px; }
  .txt_post_wrap.type_b .write_box .write_area {
    position: relative;
    padding-right: 95px; }
    .txt_post_wrap.type_b .write_box .write_area textarea {
      width: 100%;
      padding: 10px;
      height: 80px;
      min-height: 80px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      border: 1px solid #ddd;
      font-size: 14px; }
    .txt_post_wrap.type_b .write_box .write_area .btn_submit {
      position: absolute;
      top: 0;
      right: 0;
      display: inline-block;
      height: 80px;
      line-height: 80px;
      text-align: center;
      width: 80px;
      background: #024495;
      font-size: 15px;
      color: #fff; }
    .txt_post_wrap.type_b .write_box .write_area .btn_submit_02 {
      position: absolute;
      top: 0;
      right: 0;
      display: inline-block;
      height: 80px;
      line-height: 80px;
      text-align: center;
      width: 80px;
      background: #8c8c8c;
      font-size: 15px;
      color: #fff; }
    @media screen and (max-width: 1024px) {
      .txt_post_wrap.type_b .write_box .write_area {
        padding-right: 0; }
        .txt_post_wrap.type_b .write_box .write_area .btn_submit {
          height: 40px;
          line-height: 40px;
          font-size: 15px;
          margin-top: 10px;
          position: static;
          width: 100%; } }
  .txt_post_wrap.type_b .btn_answer {
    display: inline-block;
    height: 24px;
    line-height: 24px;
    color: #fff;
    background: #024495;
    width: 50px;
    font-size: 13px;
    text-align: center; }
  .txt_post_wrap.type_b .btn_del {
    font-size: 13px;
    color: #f1281b;
    padding: 0 10px; }
  .txt_post_wrap.type_b .btn_modify {
    position: relative;
    font-size: 13px;
    color: #000;
    padding: 0 10px; }
    .txt_post_wrap.type_b .btn_modify:before {
      content: '';
      position: absolute;
      top: 50%;
      right: 0;
      height: 10px;
      margin-top: -5px;
      border-left: 1px solid #ddd; }
  .txt_post_wrap.type_b .modify_box {
    margin-top: 10px;
    display: none;
    position: relative;
    padding-right: 95px; }
    .txt_post_wrap.type_b .modify_box textarea {
      height: 80px;
      min-height: 80px;
      width: 100%;
      padding: 7px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      border: 1px solid #ddd; }
    .txt_post_wrap.type_b .modify_box a {
      position: absolute;
      bottom: 7px;
      right: 0;
      display: inline-block;
      height: 35px;
      line-height: 35px;
      text-align: center;
      width: 80px;
      background: #024495;
      color: #fff; }

/*일정표 //////////////////////////////////////////*/
.calendar_wrap_a {
  position: relative; }
  .calendar_wrap_a .term_data {
    position: absolute;
    top: 20px;
    left: 0; }
    .calendar_wrap_a .term_data .tit {
      font-size: 17px;
      color: #333;
      font-weight: 500;
      margin-right: 10px; }
  .calendar_wrap_a .btn_date_wr {
    position: absolute;
    top: 20px;
    right: 0; }
  .calendar_wrap_a .control_bx {
    position: relative;
    margin: 0 auto 10px;
    text-align: center; }
    .calendar_wrap_a .control_bx .year {
      color: #26488c;
      font-weight: bold;
      font-size: 45px;
      padding: 0 15px;
      vertical-align: middle;
      display: inline-block; }
      @media screen and (max-width: 768px) {
        .calendar_wrap_a .control_bx .year {
          font-size: 26px; } }
    .calendar_wrap_a .control_bx .btn_prev_month {
      font-size: 40px;
      color: #333;
      display: inline-block;
      vertical-align: middle; }
      .calendar_wrap_a .control_bx .btn_prev_month i {
        vertical-align: middle; }
      @media screen and (max-width: 768px) {
        .calendar_wrap_a .control_bx .btn_prev_month {
          font-size: 30px; } }
    .calendar_wrap_a .control_bx .btn_next_month {
      font-size: 40px;
      color: #333;
      display: inline-block;
      vertical-align: middle; }
      .calendar_wrap_a .control_bx .btn_next_month i {
        vertical-align: middle; }
      @media screen and (max-width: 768px) {
        .calendar_wrap_a .control_bx .btn_next_month {
          font-size: 30px; } }

.schedule_type_a {
  table-layout: fixed;
  width: 100%;
  text-align: left;
  border-collapse: collapse;
  border-spacing: 0;
  border-top: 1px solid #000;
  word-break: break-all; }
  .schedule_type_a thead th {
    color: #222;
    padding: 8px 0;
    text-align: center;
    border: 1px solid #ddd;
    border-bottom: 0;
    background: #f8f8f8;
    font-weight: bold; }
    @media screen and (max-width: 768px) {
      .schedule_type_a thead th {
        font-size: 13px; } }
  .schedule_type_a tbody {
    background: #fff; }
    .schedule_type_a tbody td {
      position: relative;
      width: 14.258%;
      font-weight: normal;
      padding: 5px 5px;
      height: 140px;
      vertical-align: top;
      border: 1px solid #ccc; }
      .schedule_type_a tbody td .date {
        display: block;
        color: #222;
        font-weight: bold; }
        .schedule_type_a tbody td .date.red {
          color: #e7302a; }
        .schedule_type_a tbody td .date.blue {
          color: #2973bb; }
      .schedule_type_a tbody td:hover {
        background: #edf3f7; }
        .schedule_type_a tbody td:hover .btn_tooltip_ajax {
          color: #000;
          text-decoration: underline !important; }
      .schedule_type_a tbody td .cursor_default {
        cursor: default; }
      @media screen and (max-width: 768px) {
        .schedule_type_a tbody td .meal_list li,
        .schedule_type_a tbody td .kcal_t {
          font-size: 10px; } }

.calendar_wrap_b {
  position: relative;
  max-width: 400px;
  margin: 0 auto; }
  .calendar_wrap_b .term_data {
    position: absolute;
    top: 20px;
    left: 0; }
    .calendar_wrap_b .term_data .tit {
      font-size: 17px;
      color: #333;
      font-weight: 500;
      margin-right: 10px; }
  .calendar_wrap_b .control_bx {
    position: relative;
    margin: 0 auto 10px;
    text-align: center; }
    .calendar_wrap_b .control_bx .year {
      color: #26488c;
      font-weight: bold;
      font-size: 24px;
      padding: 0 15px;
      vertical-align: middle;
      display: inline-block; }
      @media screen and (max-width: 768px) {
        .calendar_wrap_b .control_bx .year {
          font-size: 18px; } }
    .calendar_wrap_b .control_bx .btn_prev_month {
      font-size: 20px;
      color: #333;
      display: inline-block;
      vertical-align: middle; }
      .calendar_wrap_b .control_bx .btn_prev_month i {
        vertical-align: middle; }
    .calendar_wrap_b .control_bx .btn_next_month {
      font-size: 20px;
      color: #333;
      display: inline-block;
      vertical-align: middle; }
      .calendar_wrap_b .control_bx .btn_next_month i {
        vertical-align: middle; }

.schedule_type_b {
  table-layout: fixed;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border-top: 1px solid #000;
  border-bottom: 1px solid #ddd;
  word-break: break-all;
  text-align: center; }
  .schedule_type_b thead th {
    color: #222;
    padding: 8px 0;
    text-align: center;
    border-bottom: 1px solid #ddd;
    font-weight: 500; }
    @media screen and (max-width: 768px) {
      .schedule_type_b thead th {
        font-size: 13px; } }
  .schedule_type_b tbody {
    background: #fff; }
    .schedule_type_b tbody td {
      position: relative;
      width: 14.258%;
      font-weight: normal;
      vertical-align: top;
      padding: 5px;
      color: #333;
      border-bottom: 1px solid #ddd; }
      .schedule_type_b tbody td .date {
        display: block;
        margin: 0 auto;
        color: #222;
        text-align: center;
        height: 40px;
        line-height: 40px;
        border-radius: 40px;
        width: 40px; }
        .schedule_type_b tbody td .date.today {
          background: #32c5d2;
          color: #fff; }
        .schedule_type_b tbody td .date.on {
          background: #024495;
          color: #fff; }
        .schedule_type_b tbody td .date.sunday {
          color: #e7302a; }
        .schedule_type_b tbody td .date.blue {
          color: #2973bb; }
      .schedule_type_b tbody td .btn_date_wr {
        position: absolute;
        top: 20px;
        right: 0; }
      .schedule_type_b tbody td .cursor_default {
        cursor: default; }

/*회원 가입 */
.total_clause_bx {
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
  text-align: right;
  color: #333;
  margin-bottom: 30px; }

.clause_list {
  margin-top: 30px; }
  .clause_list h5 {
    color: #333;
    margin-bottom: 10px;
    font-size: 1.2em;
    font-weight: 500; }
  .clause_list li .textarea_box_border {
    border: 1px solid #dedede; }
  .clause_list li .textarea_box {
    width: 100%;
    height: 150px;
    padding: 20px 2%;
    overflow-y: auto;
    font-size: 13px; }
    
   .clause_list li .textarea_box.main_area_box {
           height: 260px;
   }
/*로그인 */
.login_con .login_wrap {
  max-width: 430px;
  margin: 0 auto;
  background: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px 20px;
  margin-bottom: 20px; }
  .login_con .login_wrap .login_list li {
    margin-top: 10px; }
    .login_con .login_wrap .login_list li input {
      height: 50px;
      line-height: 50px; }
      .login_con .login_wrap .login_list li input.btn_login {
        width: 100%;
        display: inline-block;
        height: 50px;
        line-height: 50px;
        background: #fff;
        color: #666;
        line-height: 1.5;
        cursor: pointer;
        font-size: 16px;
        border: 1px solid #024495;
        background: #024495;
        color: #fff; }
  .login_con .login_wrap .bot_sec {
    margin-top: 20px; }
    .login_con .login_wrap .bot_sec .tit {
      margin-bottom: 10px; }
    .login_con .login_wrap .bot_sec a {
      width: 100%;
      -webkit-box-sizing: border;
      box-sizing: border;
      padding: 0;
      height: 45px;
      line-height: 45px; }

.login_con .tab_wrap {
  margin-bottom: 20px;
  border-bottom: 1px solid #ddd; }
  .login_con .tab_wrap li {
    float: left;
    width: 50%;
    margin: 0 auto; }
    .login_con .tab_wrap li a {
      display: block;
      position: relative;
      height: 50px;
      line-height: 50px;
      text-align: center;
      font-size: 18px; }
      @media screen and (max-width: 1024px) {
        .login_con .tab_wrap li a {
          font-size: 14px; } }
      .login_con .tab_wrap li a:before {
        content: '';
        position: absolute;
        bottom: -1px;
        left: 0;
        width: 0;
        border-top: 2px solid #133e78;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s; }
      .login_con .tab_wrap li a.on {
        color: #133e78; }
        .login_con .tab_wrap li a.on:before {
          width: 100%; }

/*폼 input **/
.num {
  display: table;
  vertical-align: middle;
  width: 100%;
  max-width: 500px; }
  .num li {
    display: table-cell;
    width: 33.3333%;
    padding-left: 10px; }
    .num li:before {
      float: left;
      width: 10px;
      line-height: 40px;
      margin-left: -10px;
      color: #444;
      text-align: center;
      content: '-'; }
    .num li:first-child {
      padding-left: 0; }
      .num li:first-child:before {
        display: none; }

.e_mail_box {
  display: table;
  width: 100%; }
  .e_mail_box .mail_txt,
  .e_mail_box .mail_txt2 {
    display: table-cell;
    width: 31.333%;
    vertical-align: middle; }
  .e_mail_box .mail_a {
    display: table-cell;
    width: 4%;
    text-align: center;
    vertical-align: middle; }
  .e_mail_box .mail_sel {
    display: table-cell;
    width: 31.333%;
    vertical-align: middle;
    padding-left: 10px; }
    .e_mail_box .mail_sel:before {
      float: left;
      width: 10px;
      line-height: 28px;
      margin-left: -10px;
      text-align: center;
      content: ''; }
  @media screen and (max-width: 1024px) {
    .e_mail_box .mail_txt {
      display: block;
      float: left;
      width: 90%;
      margin-right: 2%;
      margin-bottom: 10px;
      vertical-align: middle; }
    .e_mail_box .mail_a {
      display: block;
      float: left;
      width: 8%;
      text-align: center;
      margin-bottom: 10px;
      vertical-align: middle; }
    .e_mail_box .mail_txt2 {
      display: block;
      width: 100%;
      margin-top: 10px; }
    .e_mail_box .mail_sel {
      display: block;
      width: 100%;
      padding-left: 0;
      margin-top: 10px; } }

.id_num {
  display: table;
  vertical-align: middle;
  width: 100%; }
  .id_num li {
    display: table-cell;
    width: 50%;
    padding-left: 10px; }
    .id_num li:before {
      float: left;
      width: 10px;
      line-height: 40px;
      margin-left: -10px;
      color: #444;
      text-align: center;
      content: '-'; }
    .id_num li:first-child {
      padding-left: 0; }
      .id_num li:first-child:before {
        display: none; }

.area_select {
  display: table;
  vertical-align: middle;
  width: 100%; }
  .area_select li {
    display: table-cell;
    width: 50%;
    padding-left: 10px; }
  .area_select.txt3 li {
    display: table-cell;
    width: 33.333%;
    padding-left: 10px; }
  .area_select li:first-child {
    padding-left: 0; }
    .area_select li:first-child:before {
      display: none; }
  .area_select li:before {
    float: left;
    width: 10px;
    line-height: 28px;
    margin-left: -10px;
    text-align: center;
    content: ''; }

.select_10 {
  width: 100px;
  border: 1px solid #ccc; }

.input_7 {
  width: 70px;
  padding: 0;
  text-indent: 7px; }

.input_10 {
  width: 100px;
  padding: 0; }

.input_12 {
  width: 120px;
  padding: 0;
  text-indent: 7px; }

.input_15 {
  width: 150px;
  padding: 0;
  text-indent: 7px; }

.input_20 {
  width: 200px;
  padding: 0;
  text-indent: 7px; }

.input_txt,
.input_30 {
  max-width: 300px;
  width: 100%;
  padding: 0; }

.input_50 {
  width: 50%;
  padding: 0;
  text-indent: 7px; }

.input_80 {
  width: 80%;
  padding: 0;
  text-indent: 7px; }

.input_date {
  position: relative;
  width: 135px;
  display: inline-block; }
  .input_date i {
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -12px;
    font-size: 24px; 
  }
    .input_date i img {
         width: 26px;

    }

.input_won {
  display: inline-block;
  padding-right: 30px;
  position: relative;
  max-width: 300px;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .input_won .won_t {
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -10px; }

.input_for {
  width: 100%;
  padding: 0; }

.sel_for {
  width: 100%;
  border: 1px solid #ccc; 
  background-image: url(../images/main/sel_i.png);
  background-position: center right 8px;
  background-repeat: no-repeat;
  background-size: 16px;
}
.select-type-01 {
    background-image: url(../images/icon/list-ne_t.gif);
  background-position: center right 8px;
  background-repeat: no-repeat;
  background-size: 10px;
}
.agree_box {
     margin-bottom: 20px;
}

.sel_30 {
  width: 100%;
  max-width: 300px;
  border: 1px solid #ccc; }

textarea {
  margin: 0;
  border: solid 1px #ccc;
  background-color: #fff;
  overflow: auto;
  min-height: 200px;
  width: 80%;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  resize: none; }

.area_for {
  padding: 10px;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 150px;
  border: solid 1px #ddd;
  overflow-y: auto; }

.filebox_css input[type="file"] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.filebox_css label {
  display: inline-block;
  padding: 3px 5px;
  color: #fff;
  font-size: inherit;
  line-height: normal;
  vertical-align: middle;
  background-color: #6a6a6a;
  cursor: pointer;
  border: 1px solid #555; }

.filebox_css .upload-name {
  display: inline-block;
  padding: 3px 5px;
  font-size: 15px;
  font-family: inherit;
  line-height: normal;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #ccc; }

.file_box {
  position: relative;
  padding-right: 90px; }
  .file_box:hover .btn_type_file {
    background: #666; }
  .file_box .text_01 {
    position: absolute;
    top: 2px;
    left: 0; }
  .file_box p {
    border: 1px solid #ccc;
    line-height: 38px;
    height: 38px;
    overflow: hidden; }
  .file_box .btn_type_file {
    display: block;
    width: 90px;
    height: 38px;
    line-height: 38px;
    color: #fff;
    background: #999;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer; }
    .file_box .btn_type_file:hover {
      background: #666; }
  .file_box input {
    position: absolute;
    top: 0;
    right: 0;
    width: 92px;
    height: 28px;
    opacity: 0;
    filter: alpha(opacity=0);
    cursor: pointer;
    -webkit-appearance: none; }

/*찾기*/
.input_btn_box {
  position: relative;
  padding-right: 100px; }
  .input_btn_box .table-btn-01 {
    position: absolute;
    top: 0;
    right: 0;
    width: 95px; }

.board_btn_bx {
  margin-top: 40px !important; }

/* //버튼  ---------------------------------------------------------------*/
.btn-type-01, input[type="submit"].btn-type-01 {
  display: inline-block;
  text-align: center;
  min-width: 150px;
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  color: #fff;
  background: #1771b0;
  border: 1px solid #1771b0;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1.1em;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
  .btn-type-01:hover, input[type="submit"].btn-type-01:hover {
    background: #fff;
    color: #101010; }
  @media screen and (max-width: 1024px) {
    .btn-type-01, input[type="submit"].btn-type-01 {
      min-width: 100px;
      height: 40px;
      line-height: 40px; } }

.btn-type-02, input[type="submit"].btn-type-02 {
  display: inline-block;
  text-align: center;
  min-width: 150px;
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  color: #fff;
  background: #000;
  border: 1px solid #000;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1.1em;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
  @media screen and (max-width: 1024px) {
    .btn-type-02, input[type="submit"].btn-type-02 {
      min-width: 100px;
      height: 40px;
      line-height: 40px; } }
  .btn-type-02:hover, input[type="submit"].btn-type-02:hover {
    background: #fff;
    color: #000; }

.btn-type-03 {
  display: inline-block;
  text-align: center;
  padding: 10px 20px;
  min-width: 100px;
  color: #666;
  background: #fff;
  line-height: 1.5;
  cursor: pointer;
  font-size: 16px;
  border: 1px solid #999; }
  .btn-type-03:hover {
    background: #999;
    color: #fff; }

.btn-type-04 {
  display: inline-block;
  text-align: center;
  padding: 10px 20px;
  min-width: 100px;
  color: #fff;
  background-color: #666;
  line-height: 1.5;
  cursor: pointer;
  font-size: 16px;
  border: 1px solid #666; }
  .btn-type-04:hover {
    background: #fff;
    color: #666; }

.respon_btn a {
  display: inline-block;
  text-align: center;
  padding: 8px 12px;
  min-width: 200px;
  color: #fff;
  background-color: #a0d53b;
  line-height: 1.5;
  cursor: pointer; }

.respon_btn2 a {
  display: inline-block;
  text-align: center;
  padding: 8px 12px;
  min-width: 100px;
  color: #fff;
  background-color: #a0d53b;
  line-height: 1.5;
  cursor: pointer; }

.form_btn_01 {
  display: inline-block;
  text-align: center;
  width: 100%;
  height: 50px;
  line-height: 50px;
  color: #fff;
  font-size: 17px;
  background-color: #0a326c;
  border: 1px solid #0a326c;
  cursor: pointer; }
  .form_btn_01:hover {
    color: #0a326c;
    background-color: #fff; }

.form_btn_02 {
  display: inline-block;
  text-align: center;
  width: 100%;
  height: 50px;
  line-height: 50px;
  color: #fff;
  font-size: 17px;
  background-color: #666;
  border: 1px solid #666;
  cursor: pointer; }

.form_btn_03 {
  display: inline-block;
  text-align: center;
  width: 130px;
  padding: 8px 0;
  color: #fff;
  background-color: #de6742;
  border: 1px solid #de6742;
  line-height: 1.5;
  cursor: pointer; }

.table-btn-01 {
  display: inline-block;
  text-align: center;
  padding: 0 10px;
  height: 38px;
  line-height: 38px;
  color: #fff !important;
  background-color: #666;
  font-size: 13px;
  vertical-align: middle;
  min-width: 60px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.table-btn-02 {
  display: inline-block;
  text-align: center;
  height: 28px;
  line-height: 28px;
  color: #082f90;
  background-color: #fff;
  border: 1px solid #082f90;
  font-size: 13px;
  vertical-align: middle;
  padding: 0 20px; }

.btn_submit_01 {
  display: inline-block;
  text-align: center;
  padding: 8px 10px 8px 10px;
  color: #fff;
  background-color: #666;
  font-size: 14px;
  vertical-align: middle;
  min-width: 60px; }

.btn_submit_02 {
  display: inline-block;
  text-align: center;
  padding: 8px 10px 8px 10px;
  color: #fff;
  background-color: #de6742;
  font-size: 14px;
  vertical-align: middle;
  min-width: 60px; }

.notice_i {
  font-size: 14px;
  background: #133e78;
  text-align: center;
  display: inline-block;
  border-radius: 20px;
  padding: 5px 10px;
  vertical-align: middle;
  color: #fff; }

/* // 플로그인   ---------------------------------------------------------------*/
/*팝업 */
.mfp-content {
  text-align: center; }

.pop-con {
  position: relative;
  display: inline-block;
  padding: 0;
  background-color: #fff; }

.video-pop {
  position: relative;
  display: inline-block; }

.video-pop.pop-con .mfp-close {
  background: url(../images/icon/close_i.png) no-repeat 0 0;
  background-size: 30px auto;
  top: -40px; }

.pop-con.video-pop {
  margin: 0 2%;
  width: 96%;
  padding: 0;
  max-width: 900px; }
/*
.pass-pop-box {
  width: 400px; }*/
  .pass-pop-box .pass-pop-head {
    position: relative;
    padding: 10px;
    /*background-color: #e3444f;*/
    /*border: solid 1px #e3444f;*/
    color: #fff; }
  .pass-pop-box .pass-pop-content {
    padding: 20px 10px 20px 10px;
    background-color: #fff;
    /*border: solid 1px #e3444f; */
  }
  .pass-pop-box .btn-pass-01 {
    display: inline-block;
    padding: 4px 25px;
    color: #fff;
    background-color: #151515;
    border-radius: 5px;
    font-size: 15px; }

.pop-con.close-02 .mfp-close {
  color: #fff; }

.modal_standard {
  position: fixed;
  left: 0;
  top: 0;
  display: table;
  height: 100%;
  width: 100%;
  overflow: hidden;
  text-align: center; }

.modal_wrap {
  display: table-cell;
  vertical-align: middle;
  position: static;
  top: 50%; }

.modal_con {
  min-height: 50px; }

.close {
  position: absolute;
  top: 0;
  right: 10px;
  font-size: 35px;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2; }
  .close:hover, .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: .5; }

button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0; }

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0; }
  .modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%); }
  .modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }

.modal-open {
  overflow-x: hidden; }
  .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto; }

.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5); }

.modal-backdrop {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background-color: #000; }
  .modal-backdrop.fade {
    filter: alpha(opacity=0);
    opacity: 0; }
  .modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: .5;
    z-index: 300; }

.modal-header {
  min-height: 16.42857143px;
  padding: 15px; }
  .modal-header .close {
    margin-top: -2px; }

.modal-title {
  margin: 0;
  line-height: 1.42857143; }

.modal-body {
  position: relative;
  padding: 20px; 
  max-width: 500px;
  text-align: center;
  }

.modal-body img { width: 100%;}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }
  .modal-footer .btn + .btn {
    margin-bottom: 0;
    margin-left: 5px; }
  .modal-footer .btn-group .btn + .btn {
    margin-left: -1px; }
  .modal-footer .btn-block + .btn-block {
    margin-left: 0; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000;
  opacity: .5; }

@media (min-width: 768px) {
  .modal-dialog {
    margin: 0 auto;
    display: inline-block; }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }
  .modal-sm {
   } }

@media (min-width: 992px) {
  .modal-lg {
    } }

@media (max-width: 768px) {
  .modal-dialog {
  
    margin: 0 2%; } }

.mfp-content {
  text-align: center; }

.pop-con {
  position: relative;
  display: inline-block;
  padding: 5px 10px 10px 10px;
  background-color: #fff; }

.mfp-close-btn-in .mfp-close {
  right: 5px;
  font-size: 50px;
  font-weight: 100;
  font-family: 'Pretendard', sans-serif; }

/*.pass-pop-box {
  width: 400px; }*/
  .pass-pop-box .pass-pop-head {
    position: relative;
    padding: 10px;
    /*background-color: #e3444f;*/
    /*border: solid 1px #e3444f;*/
    color: #fff; }
  .pass-pop-box .pass-pop-content {
    padding: 20px 10px 20px 10px;
    background-color: #fff;
    /*border: solid 1px #e3444f; */
  }
  .pass-pop-box .btn-pass-01 {
    display: inline-block;
    padding: 4px 25px;
    color: #fff;
    background-color: #151515;
    border-radius: 5px;
    font-size: 15px; }

.pop-con.close-02 .mfp-close {
  color: #fff; }

.wrapper header {
  position: relative; }

.mfp-close {
  width: 30px !important;
  height: 30px !important;
  line-height: 30px !important; }

.grapht_box .circle-info-half {
  line-height: 1.5 !important; }

.grapht_box .dounet_con {
  position: relative;
  display: inline-block; }

.circliful {
  position: relative;
  display: inline-block; }

.circle-text, .circle-info, .circle-text-half, .circle-info-half {
  width: 100%;
  position: absolute;
  text-align: center;
  display: inline-block; }

.circle-info, .circle-info-half {
  color: #999; }

.circliful .fa {
  margin: -10px 3px 0 3px;
  position: relative;
  bottom: 4px; }

.layer {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100; }
  .layer .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .5;
    filter: alpha(opacity=50); }
  .layer .pop-layer {
    display: block; }

.pop-layer {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 500px;
  min-width: 320px;
  height: auto;
  background-color: #fff;
  border: 5px solid #3571B5;
  z-index: 10; }
  .pop-layer .pop-container {
    padding: 20px 25px; }
  .pop-layer p.ctxt {
    color: #666;
    line-height: 25px; }
  .pop-layer .btn-r {
    width: 100%;
    margin: 10px 0 20px;
    padding-top: 10px;
    border-top: 1px solid #DDD;
    text-align: right; }

a.cbtn {
  display: inline-block;
  height: 25px;
  padding: 0 14px 0;
  border: 1px solid #304a8a;
  background-color: #3f5a9d;
  font-size: 13px;
  color: #fff;
  line-height: 25px; }
  a.cbtn:hover {
    border: 1px solid #091940;
    background-color: #1f326a;
    color: #fff; }

@media (max-width: 768px) {
  .pop-layer {
    width: 98%;
    margin: 0 1%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; } }

.c3 svg {
  font: 10px sans-serif;
  -webkit-tap-highlight-color: transparent; }

.c3 path, .c3 line {
  fill: none;
  stroke: #000; }

.c3 text {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.c3-legend-item-tile, .c3-xgrid-focus, .c3-ygrid, .c3-event-rect, .c3-bars path {
  shape-rendering: crispEdges; }

.c3-chart-arc path {
  stroke: #fff; }

.c3-chart-arc text {
  fill: #fff;
  font-size: 13px; }

.c3-grid line {
  stroke: #aaa; }

.c3-grid text {
  fill: #aaa; }

.c3-xgrid, .c3-ygrid {
  stroke-dasharray: 3 3; }

.c3-text.c3-empty {
  fill: #808080;
  font-size: 2em; }

.c3-line {
  stroke-width: 1px; }

.c3-circle._expanded_ {
  stroke-width: 1px;
  stroke: white; }

.c3-selected-circle {
  fill: white;
  stroke-width: 2px; }

.c3-bar {
  stroke-width: 0; }
  .c3-bar._expanded_ {
    fill-opacity: 0.75; }

.c3-target.c3-focused {
  opacity: 1; }
  .c3-target.c3-focused path.c3-line, .c3-target.c3-focused path.c3-step {
    stroke-width: 2px; }

.c3-target.c3-defocused {
  opacity: 0.3 !important; }

.c3-region {
  fill: steelblue;
  fill-opacity: .1; }

.c3-brush .extent {
  fill-opacity: .1; }

.c3-legend-item {
  font-size: 12px; }

.c3-legend-item-hidden {
  opacity: 0.15; }

.c3-legend-background {
  opacity: 0.75;
  fill: white;
  stroke: lightgray;
  stroke-width: 1; }

.c3-title {
  font: 14px sans-serif; }

.c3-tooltip-container {
  z-index: 10; }

.c3-tooltip {
  border-collapse: collapse;
  border-spacing: 0;
  background-color: #fff;
  empty-cells: show;
  -webkit-box-shadow: 7px 7px 12px -9px #777777;
  -moz-box-shadow: 7px 7px 12px -9px #777777;
  box-shadow: 7px 7px 12px -9px #777777;
  opacity: 0.9; }
  .c3-tooltip tr {
    border: 1px solid #CCC; }
  .c3-tooltip th {
    background-color: #aaa;
    font-size: 14px;
    padding: 2px 5px;
    text-align: left;
    color: #FFF; }
  .c3-tooltip td {
    font-size: 13px;
    padding: 3px 6px;
    background-color: #fff;
    border-left: 1px dotted #999; }
    .c3-tooltip td > span {
      display: inline-block;
      width: 10px;
      height: 10px;
      margin-right: 6px; }
    .c3-tooltip td.value {
      text-align: right; }

.c3-area {
  stroke-width: 0;
  opacity: 0.2; }

.c3-chart-arcs-title {
  dominant-baseline: middle;
  font-size: 1.3em; }

.c3-chart-arcs .c3-chart-arcs-background {
  fill: #e0e0e0;
  stroke: none; }

.c3-chart-arcs .c3-chart-arcs-gauge-unit {
  fill: #000;
  font-size: 16px; }

.c3-chart-arcs .c3-chart-arcs-gauge-max, .c3-chart-arcs .c3-chart-arcs-gauge-min {
  fill: #777; }

.c3-chart-arc .c3-gauge-value {
  fill: #000; }

.bx-wrapper {
  margin: 0 auto; }
  .bx-wrapper .bx-controls .bx-has-controls-auto .bx-pager {
    width: 100%; }
  .bx-wrapper .bx-viewport {
    border: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    left: 0;
    background: transparent !important; }
  .bx-wrapper .bx-pager {
    bottom: 30px; }
    .bx-wrapper .bx-pager.bx-default-pager a {
      background: #666; }
      .bx-wrapper .bx-pager.bx-default-pager a.active {
        background: #fff; }
  .bx-wrapper .bx-controls-direction a {
    margin-top: -21px;
    width: 21px;
    height: 53px;
    z-index: 10; }
  .bx-wrapper .bx-controls-direction .bx-prev {
    left: 0;
    background: url(../images/slider/btn_left.png) no-repeat 0 0; }
  .bx-wrapper .bx-controls-direction .bx-next {
    right: 0;
    background: url(../images/slider/btn_right.png) no-repeat 0 0; }

.b_box {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.container, .container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.row {
  margin-right: -15px;
  margin-left: -15px; }

.row_0 {
  margin-right: 0;
  margin-left: 0; }
  .row_0 > li, .row_0 > div {
    padding-right: 0;
    padding-left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

.row_5 > li, .row_5 > div, .row_5 > form, .row_5 > dl {
  padding-right: 5px;
  padding-left: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.row_10 {
  margin-right: -10px;
  margin-left: -10px; }
  .row_10 > li, .row_10 > div {
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

.row_20 {
  margin-right: -20px;
  margin-left: -20px; }
  .row_20 > li, .row_20 > div {
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

.row_30 {
  margin-right: -30px;
  margin-left: -30px; }
  .row_30 > li, .row_30 > div {
    padding-right: 30px;
    padding-left: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

.row_5 {
  margin-right: -5px;
  margin-left: -5px; }

.col-lg-1, .col-lg-1-5.col-lg-10, .col-lg-10-5, .col-lg-11, .col-lg-11-5, .col-lg-12, .col-lg-15, .col-lg-2, .col-lg-2-5, .col-lg-3, .col-lg-3-5, .col-lg-4, .col-lg-4-5, .col-lg-5, .col-lg-5-5, .col-lg-6, .col-lg-6-5, .col-lg-7, .col-lg-7-5, .col-lg-8, .col-lg-8-5, .col-lg-9, .col-lg-9-5, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-md-15, .col-sm-15, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-15, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.btn-group-vertical > .btn-group:after, .btn-group-vertical > .btn-group:before {
  display: table;
  content: " "; }

.btn-toolbar:after, .btn-toolbar:before {
  display: table;
  content: " "; }

.clearfix:after, .clearfix:before {
  display: table;
  content: " "; }

.container-fluid:after, .container-fluid:before {
  display: table;
  content: " "; }

.container:after, .container:before {
  display: table;
  content: " "; }

.dl-horizontal dd:after, .dl-horizontal dd:before {
  display: table;
  content: " "; }

.form-horizontal .form-group:after, .form-horizontal .form-group:before {
  display: table;
  content: " "; }

.modal-footer:after, .modal-footer:before {
  display: table;
  content: " "; }

.nav:after, .nav:before {
  display: table;
  content: " "; }

.navbar-collapse:after, .navbar-collapse:before {
  display: table;
  content: " "; }

.navbar-header:after, .navbar-header:before {
  display: table;
  content: " "; }

.navbar:after, .navbar:before {
  display: table;
  content: " "; }

.pager:after, .pager:before {
  display: table;
  content: " "; }

.panel-body:after, .panel-body:before {
  display: table;
  content: " "; }

.row:after, .row:before {
  display: table;
  content: " "; }

.btn-group-vertical > .btn-group:after, .btn-toolbar:after, .clearfix:after, .container-fluid:after, .container:after, .dl-horizontal dd:after, .form-horizontal .form-group:after, .modal-footer:after, .nav:after, .navbar-collapse:after, .navbar-header:after, .navbar:after, .pager:after, .panel-body:after, .row:after {
  clear: both; }

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-15, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9 {
  float: left; }

.col-lg-11-5 {
  width: 95.83333333%;
  float: left; }

.col-lg-11 {
  width: 91.66666667%; }

.col-lg-10-5 {
  width: 85%;
  float: left; }

.col-lg-10 {
  width: 83.33333333%; }

.col-lg-9-5 {
  width: 79.1666666%;
  float: left; }

.col-lg-9 {
  width: 75%; }

.col-lg-8-5 {
  width: 70.833333%;
  float: left; }

.col-lg-8 {
  width: 66.66666667%; }

.col-lg-7-5 {
  width: 62.5%;
  float: left; }

.col-lg-7 {
  width: 58.33333333%; }

.col-lg-6-5 {
  width: 54.1666666%;
  float: left; }

.col-lg-6 {
  width: 50%; }

.col-lg-5-5 {
  width: 45.833333%;
  float: left; }

.col-lg-5 {
  width: 41.66666667%; }

.col-lg-4-5 {
  width: 37.5%;
  float: left; }

.col-lg-4 {
  width: 33.33333333%; }

.col-lg-3-5 {
  width: 29.166666%;
  float: left; }

.col-lg-3 {
  width: 25%; }

.col-lg-2-5 {
  width: 20.833333%;
  float: left; }

.col-lg-15 {
  width: 20%; }

.col-lg-2 {
  width: 16.66666667%; }

.col-lg-1-5 {
  width: 12.5%;
  float: left; }

.col-lg-1 {
  width: 8.33333333%; }

.col-lg-pull-11 {
  right: 91.66666667%; }

.col-lg-pull-10 {
  right: 83.33333333%; }

.col-lg-pull-9 {
  right: 75%; }

.col-lg-pull-8 {
  right: 66.66666667%; }

.col-lg-pull-7 {
  right: 58.33333333%; }

.col-lg-pull-6 {
  right: 50%; }

.col-lg-pull-5 {
  right: 41.66666667%; }

.col-lg-pull-4 {
  right: 33.33333333%; }

.col-lg-pull-3 {
  right: 25%; }

.col-lg-pull-2 {
  right: 16.66666667%; }

.col-lg-pull-1 {
  right: 8.33333333%; }

.col-lg-pull-0 {
  right: auto; }

.col-lg-push-12 {
  left: 100%; }

.col-lg-push-11 {
  left: 91.66666667%; }

.col-lg-push-10 {
  left: 83.33333333%; }

.col-lg-push-9 {
  left: 75%; }

.col-lg-push-8 {
  left: 66.66666667%; }

.col-lg-push-7 {
  left: 58.33333333%; }

.col-lg-push-6 {
  left: 50%; }

.col-lg-push-5 {
  left: 41.66666667%; }

.col-lg-push-4 {
  left: 33.33333333%; }

.col-lg-push-3 {
  left: 25%; }

.col-lg-push-2 {
  left: 16.66666667%; }

.col-lg-push-1 {
  left: 8.33333333%; }

.col-lg-push-0 {
  left: auto; }

.col-lg-offset-12 {
  margin-left: 100%; }

.col-lg-offset-11 {
  margin-left: 91.66666667%; }

.col-lg-offset-10 {
  margin-left: 83.33333333%; }

.col-lg-offset-9 {
  margin-left: 75%; }

.col-lg-offset-8 {
  margin-left: 66.66666667%; }

.col-lg-offset-7 {
  margin-left: 58.33333333%; }

.col-lg-offset-6 {
  margin-left: 50%; }

.col-lg-offset-5 {
  margin-left: 41.66666667%; }

.col-lg-offset-4 {
  margin-left: 33.33333333%; }

.col-lg-offset-3 {
  margin-left: 25%; }

.col-lg-offset-2 {
  margin-left: 16.66666667%; }

.col-lg-offset-1 {
  margin-left: 8.33333333%; }

.col-lg-offset-0 {
  margin-left: 0; }

@media all and (max-width: 1024px) {
  .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
    float: left; }
  .col-sm-12 {
    width: 100% !important; }
  .col-sm-11 {
    width: 91.66666667% !important; }
  .col-sm-10 {
    width: 83.33333333% !important; }
  .col-sm-9 {
    width: 75% !important; }
  .col-sm-8 {
    width: 66.66666667% !important; }
  .col-sm-7 {
    width: 58.33333333% !important; }
  .col-sm-6 {
    width: 50% !important; }
  .col-sm-5 {
    width: 41.66666667% !important; }
  .col-sm-4 {
    width: 33.33333333% !important; }
  .col-sm-3 {
    width: 25% !important; }
  .col-sm-2 {
    width: 16.66666667% !important; }
  .col-sm-1 {
    width: 8.33333333% !important; }
  .col-sm-pull-12 {
    right: 100% !important; }
  .col-sm-pull-11 {
    right: 91.66666667% !important; }
  .col-sm-pull-10 {
    right: 83.33333333% !important; }
  .col-sm-pull-9 {
    right: 75% !important; }
  .col-sm-pull-8 {
    right: 66.66666667% !important; }
  .col-sm-pull-7 {
    right: 58.33333333% !important; }
  .col-sm-pull-6 {
    right: 50% !important; }
  .col-sm-pull-5 {
    right: 41.66666667% !important; }
  .col-sm-pull-4 {
    right: 33.33333333% !important; }
  .col-sm-pull-3 {
    right: 25% !important; }
  .col-sm-pull-2 {
    right: 16.66666667% !important; }
  .col-sm-pull-1 {
    right: 8.33333333% !important; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-push-12 {
    left: 100% !important; }
  .col-sm-push-11 {
    left: 91.66666667% !important; }
  .col-sm-push-10 {
    left: 83.33333333% !important; }
  .col-sm-push-9 {
    left: 75% !important; }
  .col-sm-push-8 {
    left: 66.66666667% !important; }
  .col-sm-push-7 {
    left: 58.33333333% !important; }
  .col-sm-push-6 {
    left: 50% !important; }
  .col-sm-push-5 {
    left: 41.66666667% !important; }
  .col-sm-push-4 {
    left: 33.33333333% !important; }
  .col-sm-push-3 {
    left: 25% !important; }
  .col-sm-push-2 {
    left: 16.66666667% !important; }
  .col-sm-push-1 {
    left: 8.33333333% !important; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-offset-12 {
    margin-left: 100% !important; }
  .col-sm-offset-11 {
    margin-left: 91.66666667% !important; }
  .col-sm-offset-10 {
    margin-left: 83.33333333% !important; }
  .col-sm-offset-9 {
    margin-left: 75% !important; }
  .col-sm-offset-8 {
    margin-left: 66.66666667% !important; }
  .col-sm-offset-7 {
    margin-left: 58.33333333% !important; }
  .col-sm-offset-6 {
    margin-left: 50% !important; }
  .col-sm-offset-5 {
    margin-left: 41.66666667% !important; }
  .col-sm-offset-4 {
    margin-left: 33.33333333% !important; }
  .col-sm-offset-3 {
    margin-left: 25% !important; }
  .col-sm-offset-2 {
    margin-left: 16.66666667% !important; }
  .col-sm-offset-1 {
    margin-left: 8.33333333% !important; }
  .col-sm-offset-0 {
    margin-left: 0; }
  .m_mb_30 {
    margin-bottom: 30px; }
  .m_mb_20 {
    margin-bottom: 20px; }
  .m_mb_10 {
    margin-bottom: 10px; } }

@media all and (max-width: 767px) {
  .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    float: left; }
  .col-xs-12 {
    width: 100% !important; }
  .col-xs-11 {
    width: 91.66666667% !important; }
  .col-xs-10 {
    width: 83.33333333% !important; }
  .col-xs-9 {
    width: 75% !important; }
  .col-xs-8 {
    width: 66.66666667% !important; }
  .col-xs-7 {
    width: 58.33333333% !important; }
  .col-xs-6 {
    width: 50% !important; }
  .col-xs-5 {
    width: 41.66666667% !important; }
  .col-xs-4 {
    width: 33.33333333% !important; }
  .col-xs-3 {
    width: 25% !important; }
  .col-xs-2 {
    width: 16.66666667% !important; }
  .col-xs-1 {
    width: 8.33333333% !important; }
  .col-xs-pull-12 {
    right: 100% !important; }
  .col-xs-pull-11 {
    right: 91.66666667% !important; }
  .col-xs-pull-10 {
    right: 83.33333333% !important; }
  .col-xs-pull-9 {
    right: 75% !important; }
  .col-xs-pull-8 {
    right: 66.66666667% !important; }
  .col-xs-pull-7 {
    right: 58.33333333% !important; }
  .col-xs-pull-6 {
    right: 50% !important; }
  .col-xs-pull-5 {
    right: 41.66666667% !important; }
  .col-xs-pull-4 {
    right: 33.33333333% !important; }
  .col-xs-pull-3 {
    right: 25% !important; }
  .col-xs-pull-2 {
    right: 16.66666667% !important; }
  .col-xs-pull-1 {
    right: 8.33333333% !important; }
  .col-xs-pull-0 {
    right: auto; }
  .col-xs-push-12 {
    left: 100% !important; }
  .col-xs-push-11 {
    left: 91.66666667% !important; }
  .col-xs-push-10 {
    left: 83.33333333% !important; }
  .col-xs-push-9 {
    left: 75% !important; }
  .col-xs-push-8 {
    left: 66.66666667% !important; }
  .col-xs-push-7 {
    left: 58.33333333% !important; }
  .col-xs-push-6 {
    left: 50% !important; }
  .col-xs-push-5 {
    left: 41.66666667% !important; }
  .col-xs-push-4 {
    left: 33.33333333% !important; }
  .col-xs-push-3 {
    left: 25% !important; }
  .col-xs-push-2 {
    left: 16.66666667% !important; }
  .col-xs-push-1 {
    left: 8.33333333% !important; }
  .col-xs-push-0 {
    left: auto; }
  .col-xs-offset-12 {
    margin-left: 100% !important; }
  .col-xs-offset-11 {
    margin-left: 91.66666667% !important; }
  .col-xs-offset-10 {
    margin-left: 83.33333333% !important; }
  .col-xs-offset-9 {
    margin-left: 75% !important; }
  .col-xs-offset-8 {
    margin-left: 66.66666667% !important; }
  .col-xs-offset-7 {
    margin-left: 58.33333333% !important; }
  .col-xs-offset-6 {
    margin-left: 50% !important; }
  .col-xs-offset-5 {
    margin-left: 41.66666667% !important; }
  .col-xs-offset-4 {
    margin-left: 33.33333333% !important; }
  .col-xs-offset-3 {
    margin-left: 25% !important; }
  .col-xs-offset-2 {
    margin-left: 16.66666667% !important; }
  .col-xs-offset-1 {
    margin-left: 8.33333333% !important; }
  .col-xs-offset-0 {
    margin-left: 0; } }

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }

@-o-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }

.progress {
  height: 20px;
  overflow: hidden;
  border: 1px solid #c82f43; }

.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #c82f43; }

.progress-bar-xs {
  height: 5px !important; }

.tbl_tit_des {
  display: table;
  width: 100%; }
  .tbl_tit_des span:first-child, .tbl_tit_des span.tit {
    float: left;
    width: 50px; }
  .tbl_tit_des div:first-child, .tbl_tit_des div.tit {
    float: left;
    width: 50px; }
  .tbl_tit_des span:last-child, .tbl_tit_des span.des {
    display: table-cell;
    width: 100%; }
  .tbl_tit_des div:last-child, .tbl_tit_des div.des {
    display: table-cell;
    width: 100%; }

.mCustomScrollBox {
  height: auto !important; }

.scroll-con-y .mCustomScrollBox {
  height: 100% !important; }


.table-form-01 .code {
  background: #ddd;
  padding: 7px 10px;
  margin-right: 5px;
  color: #333;
  font-weight: bold;
  display: inline-block;
  vertical-align: middle;
}

@media screen and (max-width: 1024px) {
  .table-form-01 .code {
    padding: 11px 10px;
  }
}

@media (max-width: 439px) {
  .table-form-01 .code {
    margin-bottom: 5px;
  }
}


/***/
*, *:after, *:before {
    box-sizing: border-box;
}
