@charset "UTF-8";

@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 300;
  src:url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff2) format("woff2"),
      url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff) format("woff"),
      url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.otf) format("opentype"); 
}

@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 400;
  src:url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff2) format("woff2"),
      url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff) format("woff"), 
      url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.otf) format("opentype"); 
}

@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 500;
  src:url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff2) format("woff2"),
      url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff) format("woff"),
      url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.otf) format("opentype"); 
}

@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 700;
  src:url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff2) format("woff2"),
      url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff) format("woff"),
      url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.otf) format("opentype"); 
}

@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 900;
  src:url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.woff2) format("woff2"),
      url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.woff) format("woff"),
      url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.otf) format("opentype"); 
}

@font-face { 
  font-family: 'BMDOHYEON'; 
  font-style: normal; 
  font-weight: 400; 
  src:url("../fonts/BMDOHYEON.woff2") format("woff2"), 
      url("../fonts/BMDOHYEON.woff") format("woff"), 
      url("../fonts/BMDOHYEON.otf") format("opentype"); 
}


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: middle;
  max-width: 100%; }

ul, ol, dl, dt, dd, li {
  list-style: none; }
table {
  table-layout:fixed;
  width:100%;
}
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:inherit;
  text-decoration: none; }

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

input, button {
  outline: none; }

body {
  font-size: 16px;
  font-family:'Noto Sans KR', sans-serif;
  width: 100%;
  color: #303030;
  font-weight: 400;
  line-height: 1.3;
  -webkit-text-size-adjust: none;
  word-break: keep-all; }
@media screen and (max-width: 1280px) { 
  body {
    font-size:15px !important;
  }
}
@media screen and (max-width: 1024px) { 
  body {
    font-size:14px !important;
  }
}
@media screen and (max-width: 768px) { 
  body {
    font-size:12px !important;
  }
}
html {
  overflow-x: hidden;
  overflow-y: auto;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
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; }
@media screen and (max-width: 768px) {  
  input[type="text"], input[type="search"], input[type="tel"], input[type="number"], input[type="password"] {
    padding-left:5px;
  }
}
input[type="password"] {
  font-family:sans-serif;
}

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

::-webkit-input-placeholder {
  color:#aaa;
}
::-moz-placeholder {
  color:#aaa;
}
:-ms-input-placeholder {
  color:#aaa;
}
:-moz-placeholder {
  color: #aaa;
}

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

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

input {
  height: 42px;
  line-height: 42px;
  margin: 0;
  vertical-align: middle;
  border: solid 1px #ddd;
  background: #fff;
  -webkit-border-radius: 0;
  resize: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

  select {
  height: 42px;
  line-height: 40px;
  margin: 0;
  vertical-align: middle;
  background: #fff;
  -webkit-border-radius: 0;
  resize: none;
  font-size: 1em;
  border: solid 1px #ddd;
  background: white url(../images/icon/sel_i_03.png) no-repeat ;
  background-position:center right 15px;
  background-size:13px;
  -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; }
@media screen and (max-width: 768px) { 
  input {
    height: 35px;
    line-height: 35px;
  }
  select {
    height: 35px;
    line-height: 33px;
    background-size:8px;
    padding-left:10px;
    background-position:center right 10px;
  }
}



select::-ms-expand{display:none;}

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

textarea {
  background: #fbfbfb;
  border: 1px solid #ddd;
  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:-moz-read-only {
  background-color: #f0f0f0;
}

input:read-only { 
  background-color: #f0f0f0;
}

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

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


input[type=checkbox],
input[type=radio] {
  /*   display:none;*/
  opacity: 0;
  -ms-filter: "alpha(opacity=0)";
  filter: alpha(opacity=0);
  /*  position: absolute;

  padding: 0;*/
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0);
  border: 0; }


input[type=checkbox] + label,
input[type=radio] + label {
  display: inline-block;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none; }

input[type=checkbox] + label:before,
input[type=radio] + label:before {
  content:"";
  vertical-align: middle;
  display: inline-block;
  width: 18px;
  height: 18px;
  line-height: 18px;
  margin: 0px 6px 1px 0;
  background: url(../images/icon/check_off.png) no-repeat 0 0;
  background-size: 18px auto;
}

input[type=checkbox]:checked + label:before,
input[type=radio]:checked + label:before {
  background: url(../images/icon/check_on.png) no-repeat 0 0;
  background-size: 18px auto;
}

input[type=checkbox] + label.st3:before,
input[type=radio] + label.st3:before {
  width:20px;
  height:20px;
  line-height:20px;
  margin:0px 8px 2px 0;
  background: url(../images/icon/check_off3.png) no-repeat 0 0;
  background-size: 20px auto;
}
input[type=checkbox]:checked + label.st3:before,
input[type=radio]:checked + label.st3:before {
  background: url(../images/icon/check_on3.png) no-repeat 0 0;
  background-size: 20px auto;
}

input[type=checkbox] + label.st3.sm:before,
input[type=radio] + label.st3.sm:before {
  width:18px;
  height:18px;
  line-height:18px;
  margin:0px 6px 1px 0;
  background: url(../images/icon/check_off2.png) no-repeat 0 0;
  background-size: 18px auto;
}
input[type=checkbox]:checked + label.st3.sm:before,
input[type=radio]:checked + label.st3.sm:before {
  background: url(../images/icon/check_on3.png) no-repeat 0 0;
  background-size: 18px auto;
}


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 !important; }

.gray_02 {
  color: #666 !important; }

.gray_03 {
  color: #777 !important; }

.gray_04 {
  color: #888 !important; }

.gray_05 {
  color: #999 !important; }

.black_01 {
  color: #000 !important; }

.red_01 {
  color: #da2128 !important; }

.red_02 {
  color: #fc4732 !important; }

.orange {
  color: #f07d00 !important; }

.blue {
  color: #00aeef !important; }

.blue_02 {
  color: #005ea1 !important; }

.brown_01 {
  color: #cc6600 !important; }

.white_01 {
  color: #fff !important; }

.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; }

.line_20 {
  line-height: 2; }

.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;}

.img_100 img {
  width: 100%; }

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



.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(../images/sub/linemap_gt.png) no-repeat 10px center; }
  .linemap_box > ul > li:first-child {
    padding-left: 0;
    background: none; }
    .linemap_box > ul > li:first-child a {
      background: url(../images/sub/home.png) 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(../images/sub/nav_icon.png) no-repeat right center;
    padding: 15px 35px 15px 25px; }
    .linemap_box > ul > li .sub_menu_box > a.active {
      background: url(../images/sub/nav_icon_hover.png) 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; }

#top_btn a {
  display: block;
  width: 80px;
  height: 69px;
  background:url(../images/icon/top_btn.png) no-repeat;
  text-align: center;
  position: relative;
  cursor: pointer;
  color: #fff;
  font-size: 0.875em;
  line-height: 90px; }
  #top_btn a:hover {
 }

.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;
  text-align: left;
  color: #333; }

.modal-dialog .modal-footer .pop-close {
  float: right;
  padding-left:15px;
  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-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: 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;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%; }
    .modal.start_pop .modal_standard {
      position: fixed;
      left: 0;
      top: 70px;
      display: table;
      width: 100%;
      -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; 2021-05-29 수정삭제 */
      overflow-y: auto; } }

/* //테이블  ---------------------------------------------------------------*/
/* // 일반 게시판 // //////////////////////////////////*/

.table_board_for {
  table-layout: fixed;
  width: 100%;
  border-top: 2px solid #79828d;
  border-bottom:1px solid #bcc0c6;
  text-align: center;
  word-break: break-all; }

  .table_board_for thead th {
    color: #222;
    font-weight: 700;
    font-size:1em; }
  .table_board_for a:hover {
    text-decoration: underline; }
  .table_board_for th {
    padding: 20px 10px;
    position: relative;
    color: #333;
    font-weight: 700; }
    .table_board_for th:first-child:before {
      display: none; }
  .table_board_for td {
    padding: 18px 5px;
    border-top: 1px solid #bcc0c6;
    text-align: center;
    vertical-align: middle;
    color:#1d1d1d;
    font-size:0.938em; }
  .table_board_for td.tit {
    padding-left:25px;
  }
    .table_board_for .tit a {
      color:#1d1d1d;
      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 td .img_bx {
      overflow: hidden;
      width: 80px;
      margin: 0 auto;
      background: url(../images/board/280x190_default.jpg) 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:1.063em;
    }
    .table_board_for td {
      font-size:1em;
      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: 18%; }
    .table_board_for th:last-child,
    .table_board_for td:last-child {
      width: 22%; } }


@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-top: 1px solid #ddd;
    padding: 5px 0 .table_board_for.qna_type_a tbody tr;
  }

  .table_board_for.qna_type_a tbody tr :first-child {
    border-top: 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 tbody:nth-child(2), .table_board_for.qna_type_a tr:nth-child(2), .table_board_for.qna_type_a td:nth-child(2) {
    float: left;
    width: 100% !important;
  }

  .table_board_for.qna_type_a tbody:nth-child(3), .table_board_for.qna_type_a tbody:nth-child(4), .table_board_for.qna_type_a tbody:nth-child(5), .table_board_for.qna_type_a tr:nth-child(3), .table_board_for.qna_type_a tr:nth-child(4), .table_board_for.qna_type_a tr:nth-child(5), .table_board_for.qna_type_a td:nth-child(3), .table_board_for.qna_type_a td:nth-child(4), .table_board_for.qna_type_a td:nth-child(5) {
    float: left;
    margin-right: 5px;
    width: auto !important;
  }
}



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

table tr .anwer_off {
  display: inline-block;
  text-align: center;
  height: 30px;
  line-height: 30px;
  color: #fff;
  background-color: #999;
  font-size: 14px;
  vertical-align: middle;
  padding:0 12px; }

table tr .anwer_on {
  display: inline-block;
  text-align: center;
  height: 30px;
  line-height: 30px;
  color: #fff;
  background-color: #024da1;
  font-size: 14px;
  vertical-align: middle;
  padding:0 12px; }

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

/*비밀번호 입력 */
.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_off,
  table tr .anwer_on {
    font-size:10px;
    height:25px;
    line-height:25px;
    
  }
}

/*썸네일 게시판 */
.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: block;
      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.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05);
        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;
        display:inline-block;
        vertical-align: middle;
        width: 160px;
        margin-right: 20px;
        border: 1px solid #ddd; }
      .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:inline-block;
        width:72%;
        vertical-align: middle;
        position: relative; }
        .img_board_list_02 li a .txt_box .tit {
          font-size: 18px;
          color: #222;
          line-height:1.3;
          width:100%;
          text-overflow: ellipsis;
          white-space: nowrap;
          overflow: hidden; }

        .img_board_list_02 li a .txt_box .des {
          margin-top: 15px;
          color: #999;
          max-height: 50px;
          font-size:15px;
          line-height:1.6;
          overflow: hidden;
          -o-text-overflow: ellipsis;
          text-overflow: ellipsis;
          display: -webkit-box;
          -webkit-line-clamp:2;
          -webkit-box-orient: vertical; }
          @media screen and (max-width: 1024px) {
            .img_board_list_02 li a .txt_box .des {
              display: none; } }
        .img_board_list_02 li a .txt_box .tbl_detail_span {
          margin-top: 15px;
          line-height:1.3;
          font-size:14px;
          color:#555; }
          .img_board_list_02 li a .txt_box .tbl_detail_span span {
            position: relative;
            padding: 0 7px; }
            .img_board_list_02 li a .txt_box .tbl_detail_span span:before {
              content: '';
              position: absolute;
              top: 50%;
              left: -1px;
              height: 10px;
              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: 1024px) {
            .img_board_list_02 li a .txt_box .tbl_detail_span {
              font-size: 11px; } }
@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;
  }
  .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 .tbl_detail_span {
    margin-top:10px;
  }
}

.event_img_list {
  border-bottom: 1px solid #999;
  border-top: 1px solid #999; }
  .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:#024da1; }
    .event_img_list li a {
      position: relative;
      display: table;
      width: 100%; }
      .event_img_list li a:hover .txt_box .tit {
        color: #024da1; }
      .event_img_list li a:hover .btn_link {
        background: #024da1;
        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 #024da1;
        -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: middle;
      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.5em;
        color: #024da1;
        font-weight: 700;
        height: 27px;
        line-height: 27px;
        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; }
  .table-view-01.type_e .col_w {
    width: 150px; }
  .table-view-01.type_e th {
    background: #f6f6f6;
    text-align: left; }

  .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: 15px 10px;
    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: 32px;
    display:inline-block;
    margin-bottom:5px;
    background: url(../images/icon/file_i.png) no-repeat left center;
    background-size:contain; }
  .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 0;
  }
    .table-view-01 td .board-box img {
      max-width: 100%;
      vertical-align: bottom; }
  .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;
    font-size:1.063em;
    line-height:30px;}
    .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;
    line-height:30px;
    font-size:0.938em; }
    .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; }
    .table-view-01 .tit_box p.tbl_detail_span .date {
      font-weight:400;
      color:#;
    }
    .table-view-01 .event_date {
      font-weight:300;
      display:inline-block;
      margin-left:10px;
    }

.col_w {
  width:120px;
}

.reply_tit {
  font-size:18px;
  color:#222;
  font-weight:500;
  margin:30px 0 10px;
}

@media screen and (max-width: 768px) {
  .table-view-01 th, .table-view-01 td {
    padding:10px 5px;
    font-size:0.938em;
  }
  .col_w {
    width:80px;
  }
  .table-view-01 .tit_box p.tit {
    float:none;
    max-width:100%;
    line-height:normal;
  }
  .table-view-01 .tit_box p.tbl_detail_span {
    float:none;
    margin-top:10px;
    line-height:normal;
  }
}


/*뷰 리스트 */
.border-list-type {
  margin-top:40px;
  border-top: solid 1px #999;
  border-bottom: solid 1px #999;}
  .border-list-type li {
    border-bottom: solid 1px #c7c7c7;
    height: 50px;
    line-height: 50px;
    position: relative;
    padding-left: 130px; }
    .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: 130px;
        padding: 0 0 0 50px;
        height: 50px;
        line-height: 50px;
        -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: 130px;
        height: 50px;
        line-height: 50px;
        padding: 0 0 0 50px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        color: #222;
        background: url("../images/icon/list-next.gif") no-repeat 15px center; }
      .border-list-type li a .w-con {
        float: none;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden; }
  .border-list-type .border-none {
    border-bottom: none; }

@media screen and (max-width: 768px) {
  .border-list-type li {
    height:40px;
    line-height:40px;
    padding-left:85px;
  }
  .border-list-type li a .list-up-bg,
  .border-list-type li a .list-down-bg {
    width:85px;
    padding:0 0 0 40px;
    height:40px;
    line-height:40px;
    background-size:9px !important;
  }
}

/*페이징 */
.paging-area {
  position: relative;
  margin:60px 0; }
  .paging-area ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center; }
    .paging-area ul li {
      display: inline-block;
      margin:0 2px;
      padding: 0; }
      .paging-area ul li a {
        position: relative;
        display: inline-block;
        width: 35px;
        height: 35px;
        line-height: 35px;
        color: #666;
        background-color: #fff;
        font-size:14px;
        border: 1px solid #dedede;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        background-repeat: no-repeat;
        background-position: center center;
        background-size:35px; }
        .paging-area ul li a.active {
          text-decoration: none;
          color:#024da1;
          border-color: #024da1;}
        .paging-area ul li a:hover {
          border-color:#024da1;
          color:#024da1;
        }
        .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/next-last.png"); }
        .paging-area ul li a.next {
          background-image: url("../images/paging/next.png"); }
        .paging-area ul li a span {
          display: inline-block;
          text-indent: -9999px; }
.paging-area .write {
  position:absolute;
  right:0;
  top:-3px;
}
@media screen and (max-width: 768px) {
  .paging-area {
    margin:35px 0;
  }
  .paging-area ul li {
    margin:0 1px;
  }
  .paging-area ul li a {
    height:28px;
    width:28px;
    line-height:28px;
    background-size:28px;
    font-size:11px;
  }
}
/* 게시판 하단 검색 */
.board-search-01 {
  padding: 20px 0;
  text-align: center;
  position: relative; 
  border-top:1px solid #ddd;
  border-bottom:1px solid #ddd;
  font-size:15px;
  color:#555;
}
  @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 #ccc;
    background-color: #fff; }
  .board-search-01 .select-type-01 {
    width: 100px;
    height: 40px;
    color:#444;
    background-color: #fff; }
  .board-search-01 .input-type-01 {
    padding: 0 5px;
    width:250px;
    height: 40px;
    line-height: 40px;
    margin:0 2px;
    background-color: #fff; }
  .board-search-01 .btn {
    display: inline-block;
    width:100px;
    vertical-align: top;
    line-height: 40px;
    background:#f6f6f6;
    border:1px solid #ccc;
    height: 40px;
    line-height: normal; }

@media screen and (max-width: 1024px) {
  .board-search-01 .select-type-01 {
    width: 100px;

  } 
  .board-search-01 .input-type-01 {
    width: 200px; 
  } 
  .board-search-01 .btn-color-01 {
    width: 100px;
  } 
}
@media screen and (max-width: 768px) {
  .board-search-01 {
    font-size:11px;
  }
  .board-search-01 .select-type-01 {
    width: 60px;
    height: 35px;
    padding:0 5px;
    background-position:center right 5px;
    background-size:8px;

  } 
  .board-search-01 .input-type-01 {
    width: 170px; 
    height: 35px;
    line-height: 35px;
  } 
  .board-search-01 .btn-color-01 {
    width: 60px;
    height: 35px;
    line-height: 35px;
  } 
}

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

@media screen and (max-width: 1024px) {
  .board_view_btn_box {
    position: relative; }
    .board_view_btn_box a {
      min-width: 50px;
      padding: 0 16px; }
      .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; } }
@media screen and (max-width: 768px) {
  .board_view_btn_box a {
    font-size:11px;
  }
}
.table-form-01 {
  width: 100%;
  border-top: 2px solid #79828d;
  background: #fff;
  border-bottom: 1px solid #ddd; }
  .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: 180px; }
    @media screen and (max-width: 1024px) {
      .table-form-01 .col_w {
        width: 120px; 
      }
    }
    @media screen and (max-width: 768px) {
      .table-form-01 .col_w {
        width: 75px; 
      }
    }
  .table-form-01 tr th {
    padding: 15px 10px;
    text-align: left;
    color: #1d1d1d; }
  .table-form-01 tr th,
  .table-form-01 tr td {
    border-bottom: 1px solid #ddd; }
  .table-form-01.type_join tr th,
  .table-form-01.type_join tr td {
    padding:15px 10px 15px 25px;
  }
  .table-form-01 td {
    padding: 15px 10px;
    font-size:15px; }
  .table-form-01.write td {
    padding:15px 25px;
  }
  .table-form-01.write th {
    position:relative;
  }
  .table-form-01.write th:nth-of-type(2):before {
    content:"";
    width:1px;
    height:15px;
    background:#1d1d1d;
    position:absolute;
    left:0;
    top:50%;
    margin-top:-7px;
  }
    @media screen and (max-width: 1024px) {
      .table-form-01.type_join tr th,
      .table-form-01.type_join tr td {
        padding:10px 5px;
      }
      .table-form-01 th {
        padding:10px 5px;
      }
      .table-form-01 td {
        padding: 10px 5px; } }
  .table-form-01 th label {
    font-weight: 500; }
  .table-form-01 .code {
    background: #ddd;
    padding: 0 15px;
    margin-right: 5px;
    color: #333;
    font-weight: 700;
    display:inline-block;
    vertical-align: middle;
    line-height:42px; }
  .table-form-01 .btn-type-01 {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
@media screen and (max-width: 768px) {
  .table-form-01 .code {
    font-size:12px;
    padding:0 10px;
    line-height:35px;
  }
  .table-form-01 .m_mt {
    margin-top:10px;
  }
  .table-form-01 tr th {
    font-size:0.938em;
  }
  .table-form-01 tr td {
    font-size:0.938em;
  }
  .codeimg {
    display:inline-block;
    max-width:100px;
  }
}
.table-form-01.type_join td > .sm {
  font-size:0.875em;
  margin-left:15px;
  color:#707070;
}
.table-form-01.type_join td .point {
  font-size:0.875em;
  font-weight:700;
}
.sex_box {
  margin-left:15px;
}
@media screen and (max-width: 768px) { 
  .sex_box {
    display:block;
    margin:10px 0 0;
  }
  .table-form-01.type_join td > .sm {
    display:block;
    margin:10px 0 0;
  }
}
.resume_ul {
  overflow:hidden;
  margin:0 0 0 -5px;
}
.resume_ul li {
  float:left;
  width:33.33%;
}
.resume_ul.st2 li {
  width:38.33%;
}
.resume_ul li .inner {
  margin:0 0 0 5px;
}

.birth {
  display:inline-block;
}
.birth li {
  display:inline-block;
  width:100px;
  margin-right:5px;
}
.birth li.year {
  width:120px;
}
@media screen and (max-width: 768px) {
  .birth {
    display:block;
  }
  .birth li,
  .birth li.year {
    width:29%;
  }
}

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

/*   FAQ  */
.qna {
  background: #fff;
  text-align: left; 
  border-bottom:1px solid #ddd;
}

.qna .qna-header {
  position: relative;
  border-top: solid 1px #ddd;
}
.qna li:first-child .qna-header {
  border-top-color:#222;
}

.qna .qna-header a {
  display: block;
  padding:20px 20px 20px 70px;
  text-decoration: none;
  font-size: 18px;
  font-weight: 500;
  color: #333;
  background: url(../images/qna/qna-up.png) no-repeat right 25px center;
  transition:0s;
}
.qna .qna-header a.select {
  background: url(../images/qna/qna-down_ori.png) no-repeat right 25px center;
}

.qna .qna-header a:hover,
.qna .qna-header a.select {
  color: #024da1; 
}

.qna .icon {
  font-size:20px;
  position:absolute;
  left:20px;
  top:50%;
  margin-top:-15px;
}

.qna .qna-header a:hover .icon,
.qna .qna-header a.select .icon {
  border-color:#024da1;
}

.qna .qna-body {
  display: none;
  padding:50px 50px 50px 70px;
  line-height: 1.5;
  font-size:17px;
  color: #333;
  border-top: solid 1px #024da1;
  position: relative;
}
.qna .qna-body .icon {
  color:#024da1;
  margin-top:0;
  top:50px;
}

@media screen and (max-width: 1024px) {
  .qna .qna-header a {
    font-size:16px;
    padding:20px 20px 20px 55px;
  }
  .qna .qna-body {
    padding:45px 50px 45px 55px;
  }
  .qna .icon {
    font-size:17px;
    left:15px;
    margin-top:-11px;
  }
  .qna .qna-body .icon {
    top:45px;
  }
}
@media screen and (max-width: 768px) {
  .qna .qna-header a {
    font-size:13px;
    padding:15px 15px 15px 45px;
    background-size:12px !important;
    background-position:right 15px center !important;
  }
  .qna .qna-body {
    font-size:13px;
    padding:25px 35px 25px 45px;
  }
  .qna .icon {
    font-size:14px;
    left:10px;
    margin-top:-10px;
  }
  .qna .qna-body .icon {
    top:25px;
  }
}
@media screen and (max-width: 500px) {
  .qna .qna-header a {
    font-size:12px;
    padding:15px 15px 15px 35px;
  }
  .qna .qna-body {
    font-size:12px;
    padding:25px 35px 25px 35px;
  }
  .qna .icon {
    font-size:13px;
  }
}


/*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: #024da1;
          background: #024da1; }
  @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: #024da1;
    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(../../static/img/icon/subdirectory-arrow.png) 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: #024da1;
          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: #024da1;
    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: #024da1;
      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: #024da1;
    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: #024da1;
      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: #024da1;
          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-bottom: 50px; }
  .clause_list h5 {
    color: #333;
    margin-bottom: 10px;
    font-size: 1.2em;
    font-weight: 500; }
  .textarea_box_border {
    padding: 20px 15px;
    border: 1px solid #ccc; }
  .textarea_box {
    width: 100%;
    box-sizing:border-box;
    padding:0 5px;
    height: 140px;
    font-size:14px;
    overflow-y: auto;}
@media screen and (max-width: 768px) {
  .clause_list {
    margin-bottom: 30px; 
  }
  .clause_list li .textarea_box {
    height:110px;
    font-size:12px;
  }
  .textarea_box_border {
    padding:15px 10px;
  }
  .textarea_box {
    height:120px;
    font-size:11px;
  }
}
/*로그인 */
.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 #024da1;
        background: #024da1;
        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_wrap {
  max-width:600px;
  width:100%;
}
.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 select {
  }
    .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-top: 9px;
      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;
  
  }

.input_10 {
  width: 100px;
   }

.input_12 {
  width: 120px;
  }

.input_15 {
  width: 150px;
  }

.inp_w2 {
  width:20% !important;
  min-width:130px;
}
.inp_w25 {
  width:25% !important;
}
.inp_w30 {
  width:30% !important;
}
.inp_w100 {
  width:100% !important;
}
.input_20 {
  width: 200px;
  }
@media screen and (max-width: 768px) {
  .input_15 {
    width:100px;
  }
  .input_20 {
    width:150px;
  }
}
.input_txt,
.input_30 {
  max-width: 300px;
  width: 100%;}
.input_45 {
  max-width: 450px;
  width: 100%;
}
.input_37 {
  max-width: 370px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .input_txt,
  .input_30 {
    width:55%;
  }
}
.input_500 {
  width:500px;
}

.input_50 {
  width: 50%;
  
  }

.input_80 {
  width: 80%;
  
  }

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

.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%;
   }

.sel_for {
  width: 100%;}

.sel_30 {
  width: 100%;
  max-width: 300px;}

textarea {
  margin: 0;
  border: solid 1px #ddd;
  background-color: #fff;
  overflow: auto;
  width: 100%;
  box-sizing:border-box;
  -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: 200px;
  border: solid 1px #ddd;
  overflow-y: auto; }
@media screen and (max-width: 768px) {
  .area_for {
    height:150px;
  }
}
.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: 100px; }
  .file_box:hover .btn_type_file {
    background: #666; }
  .file_box .text_01 {
    position: absolute;
    top: 2px;
    left: 0; }
  .file_box p {
    border: 1px solid #ddd;
    line-height: 40px;
    height: 40px;
    overflow: hidden; }
  .file_box .btn_type_file {
    display: block;
    width: 100px;
    height: 42px;
    line-height: 42px;
    color: #fff;
    background: #666;
    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: 100px;
    height: 42px;
    opacity: 0;
    filter: alpha(opacity=0);
    cursor: pointer;
    -webkit-appearance: none; }
@media screen and (max-width: 768px) {
  .file_box p {
    height:33px;
    line-height:33px;
  }
  .file_box .btn_type_file { 
    height:35px;
    line-height:35px;
  }
  .file_box input {
    height:35px;
  }
}
/*찾기*/
.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: 50px !important; }

/* //버튼  ---------------------------------------------------------------*/
input.btn-type-01,
button.btn-type-01,
.btn-type-01 {
  display: inline-block;
  text-align: center;
  height: 45px;
  line-height: 45px;
  padding: 0 20px;
  color: #fff;
  background-color: #024da1;
  border: 1px solid #024da1;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
input.btn-type-01:hover,
button.btn-type-01:hover,
.btn-type-01:hover {
    background-color: #fff;
    color: #024da1; }
@media screen and (max-width: 1024px) {
  input.btn-type-01,
  button.btn-type-01,
  .btn-type-01 {
    min-width: 100px;
    height: 40px;
    line-height: 40px;
    font-size:12px;
  } 
}

input.btn-type-01.big,
button.btn-type-01.big,
.btn-type-01.big {
  width:230px;
  max-width:none;
  height:60px;
  line-height:60px;
  font-size:18px;
}
input.btn-type-01.bigger,
button.btn-type-01.bigger,
.btn-type-01.bigger {
  width:340px;
  max-width:none;
  height:70px;
  line-height:70px;
  font-size:18px;
}

@media screen and (max-width: 768px) {
  input.btn-type-01.big,
  button.btn-type-01.big,
  .btn-type-01.big {
    width:150px;
    height:50px;
    line-height:50px;
    font-size:13px;
  }
}

@media screen and (max-width: 768px) {
  input.btn-type-01.bigger,
  button.btn-type-01.bigger,
  .btn-type-01.bigger {
    width:200px;
    height:50px;
    line-height:50px;
    font-size:13px;
  }
}
input.btn-type-01.line,
button.btn-type-01.line,
.btn-type-01.line {
  background-color:#fff !important;
  color:#024da1 !important;
}
input.btn-type-01.gra,
button.btn-type-01.gra,
.btn-type-01.gra {
  border:none;
  background:linear-gradient(to right, #276ebd, #279fbd);
  color:#fff !important;
}

input.btn-type-01.list,
button.btn-type-01.list,
.btn-type-01.list {
  border-color:#666 !important;
  background-color:#666 !important;
  color:#fff !important;
}

input.btn-type-01.dark,
button.btn-type-01.dark,
.btn-type-01.dark {
  border-color:#333 !important;
  background-color:#333 !important;
  color:#fff !important;
}
input.btn-type-01.dark:hover,
button.btn-type-01.dark:hover,
.btn-type-01.dark:hover {
  background-color:#fff !important;
  color:#333 !important;
}

input.btn-type-01.gray,
button.btn-type-01.gray,
.btn-type-01.gray {
  border-color:#666 !important;
  background-color:#666 !important;
  color:#fff !important;
}

input.btn-type-01.gray:hover,
button.btn-type-01.gray:hover,
.btn-type-01.gray:hover {
  background-color:#fff !important;
  color:#666 !important;
}



input.btn-type-02,
button.btn-type-02,
.btn-type-02 {
  display: inline-block;
  text-align: center;
  min-width: 100px;
  height: 40px;
  line-height: 38px;
  padding: 0 25px;
  color: #fff;
  background-color: #666;
  border: 1px solid #666;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 15px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
  @media screen and (max-width: 768px) {
    input.btn-type-02,
    button.btn-type-02,
    .btn-type-02 {
      min-width: 100px;
      height: 35px;
      line-height: 34px; 
    } 
  }
  input.btn-type-02:hover,
  button.btn-type-02:hover,
  .btn-type-02:hover {
    background-color: #fff;
    color: #666; }
input.btn-type-02.write,
button.btn-type-02.write,
.btn-type-02.write {
  background-color:#d75e37;
  border-color:#d75e37;
}
input.btn-type-02.write:hover,
button.btn-type-02.write:hover,
.btn-type-02.write:hover {
  background-color:#fff;
  color:#d75;
}
input.btn-type-03,
button.btn-type-03,
.btn-type-03 {
  display: inline-block;
  text-align: center;
  padding: 10px 20px;
  min-width: 100px;
  color: #666;
  background-color: #fff;
  line-height: 1.5;
  cursor: pointer;
  font-size: 16px;
  border: 1px solid #999; }
  .btn-type-03:hover {
    background-color: #999;
    color: #fff; }

input.btn-type-04,
button.btn-type-04,
.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-color: #fff;
    color: #666; }

input.btn-type-05,
button.btn-type-05,
.btn-type-05 {
  display: inline-block;
  text-align: center;
  padding: 0 25px;
  height: 45px;
  line-height: 45px !important;
  color: #fff;
  background-color: #666;
  line-height: 1.5;
  cursor: pointer;
  font-size: 0.938em;
  border: 1px solid #666;
  vertical-align: middle;
}
input.btn-type-05.white,
button.btn-type-05.white,
.btn-type-05.white {
  background-color:#fff;
  color:#333;
}
.board_view_btn_box {
  margin-top:40px;
}
@media screen and (max-width: 768px) {
  .board_view_btn_box {
    margin-top:30px;
  }
  input.btn-type-05, button.btn-type-05, .btn-type-05 {
    height:38px;
    line-height:39px !important;
  }
}

input.btn-type-06,
button.btn-type-06,
.btn-type-06 {
  display:inline-block;
  text-align:center;
  width:80px;
  height:30px;
  line-height:30px;
  border:none;
  color:#fff !important;
  font-size:13px;
  background:#636363;
  margin:2px;
}
@media screen and (max-width: 1024px) {
  input.btn-type-06,
  button.btn-type-06,
  .btn-type-06 {
    font-size:12px;
    width:75px;
  }
}
@media screen and (max-width: 768px) {
  input.btn-type-06,
  button.btn-type-06,
  .btn-type-06 {
    font-size:10px;
  }
}
input.btn-type-06.c1,
button.btn-type-06.c1,
.btn-type-06.c1 {
  background:#1f93ec;
}
input.btn-type-06.c2,
button.btn-type-06.c2,
.btn-type-06.c2 {
  background:#ed531c;
}
input.btn-type-06.c3,
button.btn-type-06.c3,
.btn-type-06.c3 {
  background:#11487d;
}
input.btn-type-06:hover,
button.btn-type-06:hover,
.btn-type-06:hover {
  text-decoration: none !important;
  color:#fff !important;
}

input.btn-type-07,
button.btn-type-07,
.btn-type-07 {
  display:inline-block;
  text-align:center;
  width:180px;
  height:60px;
  line-height:60px;
  border:none;
  color:#fff !important;
  font-size:17px;
  font-weight:700;
  background:#464646;
}
@media screen and (max-width: 1024px) {
  input.btn-type-07,
  button.btn-type-07,
  .btn-type-07 {
    width:150px;
    height:50px;
    line-height:50px;
    font-size:16px;
  }
}
@media screen and (max-width: 768px) {
  input.btn-type-07,
  button.btn-type-07,
  .btn-type-07 {
    width:85px;
    height:45px;
    line-height:45px;
    font-size:12px;
  }
}
input.btn-type-07.red,
button.btn-type-07.red,
.btn-type-07.red {
  background:#ed1c24;
}
input.btn-type-07.blue,
button.btn-type-07.blue,
.btn-type-07.blue {
  background:#337dcf;
}

input.btn-type-07:hover,
button.btn-type-07:hover,
.btn-type-07:hover {
  text-decoration: none !important;
  color:#fff !important;
}


.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 18px;
  height: 42px;
  line-height: 42px;
  color: #fff !important;
  background-color: #666;
  font-size: 13px;
  vertical-align: middle;
  min-width: 60px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
@media screen and (max-width: 768px) {
  .table-btn-01 {
    height:35px;
    line-height:35px;
    font-size:10px;
    min-width:auto;
    padding:0 12px;
  }
}
.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; }

/* // 플로그인   ---------------------------------------------------------------*/

.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; }

/** update 2020-07-27 **/
.flex-box {
  display: flex;
}

.flex-box [class*='col-lg'] {
  float: none;
}

.align-item-center {
  align-items: center;
}
.justify-content-space-between {
  justify-content: space-between;
}



/* update 2023-03-07 */
.tab_container {
  width: 100%;
  margin: 20px auto;
  box-sizing:border-box;
}

.tab_container .tab_title{
	display:flex;
}

.tab_container .tab_title li {
	list-style: none;
	float: left;
	width: 100%;
	padding: 10px 15px;
	cursor: pointer;
	text-align: center;
	border: 1px solid #bebebe;
	box-sizing:border-box;
	font-size: 1.250em;	
	line-height: 48px;
	background:#f2f2f2;
	color:#aaa;
	font-weight: 600;
}

.tab_container .tab_title li.on {
  background-color: #fff;
  border:1px solid #034ea0;  
  color:#101010;
}

.tab_container .tab_cont{
  clear: both;
  line-height:68px;
}

.tab_container .tab_cont.pad-h{
	padding:40px 0;
}

.tab_container .tab_cont div.cont{
  display: none;
  text-align: center;  
}

.tab_container .tab_cont div.cont.on{
  display: block;
}

@media all and (max-width: 767px) {
  .flex-box {
    display: block;
  }

  .flex-box [class*='col-lg'] {
    width: 100%;
  }

}