@charset "UTF-8";

@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 100;
  src: url('//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.woff2') format('woff2'),
       url('//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.woff') format('woff'),
       url('//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.otf') format('opentype');
}

@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"); 
}

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; }

br {
  font-family:sans-serif !important;
}

body {
  font-size: 16px;
  font-family:'Open Sans', 'Noto Sans KR', sans-serif;
  letter-spacing:-0.02em;
  width: 100%;
  color: #222;
  font-weight: 400;
  line-height: 1.4;
  -webkit-text-size-adjust: none;
  word-break: keep-all; }
@media screen and (max-width: 1024px) { 
  body {
    font-size:15px !important;
  }
}
@media screen and (max-width: 768px) { 
  body {
    font-size:14px !important;
  }
}
@media screen and (max-width: 500px) { 
  body {
    font-size:13px !important;
    letter-spacing:0;
  }
}
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: 15px; }
@media screen and (max-width: 768px) {  
  input.ml_05,
  select.ml_05 {
    margin-left:2px !important;
  }
  input[type="text"], input[type="search"], input[type="tel"], input[type="number"], input[type="password"] {
    padding-left:8px;
  }
}
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: 50px;
  margin: 0;
  vertical-align: middle;
  border: solid 1px #d7d7d7;
  background: #fff;
  -webkit-border-radius: 0;
  resize: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

  select {
  height: 50px;
  margin: 0;
  vertical-align: middle;
  background: #fff;
  -webkit-border-radius: 0;
  resize: none;
  font-size: 1em;
  border: solid 1px #d7d7d7;
  background: white url(../images/icon/sel_i.png) no-repeat;
  background-position:center right 15px;
  -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: 15px; } 
@media screen and (max-width: 768px) { 
  input {
    height: 45px;
  }
  select {
    height: 45px;
    padding-left:8px;
    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: #fff;
}

input:read-only { 
  background-color: #fff;
}

option {
  border: solid 1px #ccc;
  margin: 0; }

label {
  margin: 0;
  font-weight: inherit;
  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;*/
  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:0 6px 2px 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.st2[type=checkbox] + label:before,
input.st2[type=radio] + label:before {
  width: 25px;
  height: 25px;
  line-height: 25px;
  background: url(../images/icon/check_off2.png) no-repeat 0 0;
  background-size: 25px auto;
}

input.st2[type=checkbox]:checked + label:before,
input.st2[type=radio]:checked + label:before {
  background: url(../images/icon/check_on2.png) no-repeat 0 0;
  background-size: 25px auto;
}
/* @media screen and (max-width: 768px) {
  input[type=checkbox] + label:before {
    width: 24px;
    height: 24px;
    line-height: 24px;
    background-size: 24px auto;
  }

  input[type=checkbox]:checked + label:before {
    background-size: 24px 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: #aaa !important; }

.black_01 {
  color: #000 !important; }

.red_01 {
  color: #da2128 !important; }

.red_02 {
  color: #fc4732 !important; }

.orange {
  color: #f07d00 !important; }

.blue {
  color: #006be4 !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; }

.f_light {
  font-weight:300;
}

.bold {
  font-weight: bold; }

.bold_5 {
  font-weight: 500; }

.normal {
  font-weight: normal; }

.letter_01 {
  letter-spacing: -1px; }

.letter_02 {
  letter-spacing: -2px; }

.mt_0 {
  margin-top: 0 !important; }
.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; }

.pd_0 {
  padding: 0 !important; }

.pt_05 {
  padding-top: 05px !important; }

.pt_10 {
  padding-top: 10px !important; }

.pt_09 {
  padding-top: 9px !important; }

.pt_15 {
  padding-top: 15px !important; }

.pt_20 {
  padding-top: 20px !important; }

.pt_30 {
  padding-top: 30px !important; }

.pt_40 {
  padding-top: 40px !important; }

.bt_no, .bb_no {
  border-top: none !important; }

.clearfix:before {
  content: "";
  display: table; }

.clearfix:after {
  content: "";
  display: table;
  clear: both; }

.hidden {
  position: absolute;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  font-size: 0;
  line-height: 0;
  background: none; }

.line_10 {
  line-height: 1; }

.line_12 {
  line-height: 1.2; }

.line_14 {
  line-height: 1.4; }

.line_15 {
  line-height: 1.5; }

.letter_20 {
  letter-spacing: -2px; }

.letter_40 {
  letter-spacing: -4px; }

.letter_07 {
  letter-spacing: -0.7px; }

.left {
  float: left; }

.right {
  float: right; }

.text_center {
  text-align: center !important; }

.text_left {
  text-align: left !important; }

.text_right {
  text-align: right !important; }

.text_line {
  text-decoration: underline; }

.star {
  color: #da0016;
  vertical-align: middle; }

.ver_mid {
  vertical-align: middle; }

.ver_sub {
  vertical-align: sub; }  

.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;
  display:none;
  z-index:999999;
  max-width:800px;
  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;
      overflow-y: auto; } }

/* //테이블  ---------------------------------------------------------------*/
/* // 일반 게시판 // //////////////////////////////////*/

.table_board_for {
  table-layout: fixed;
  width: 100%;
  border-top:2px solid #333;
  text-align: center; }

  .table_board_for thead th {
    color: #222;
    border-bottom:1px solid #ddd;
    padding:18px 5px;
    font-size:16px; }
  .table_board_for a:hover {
    text-decoration: underline; }
  .table_board_for th {
    padding: 16px 5px;
    position: relative;
    color: #222;}
    .table_board_for th:first-child:before {
      display: none; }
  .table_board_for td {
    padding: 16px 5px;
    border-bottom: 1px solid #ddd;
    text-align: center;
    vertical-align: middle;
    color:#555;
    background:#fff;
    font-size:15px; }

@media all and (max-width: 1024px) {
  .table_board_for thead th {
    font-size:15px;
  }
  .table_board_for td,
  .table_board_for th {
    font-size:14px;
  }
}
  .table_board_for td.tit {
    padding-left:20px;
  }
  .table_board_for td.tit.notice {
    font-weight:700;
  }
    .table_board_for .tit a {
      color:#111;
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden;
      display:inline-block;
      max-width:95%;
      vertical-align: middle;
    }
    .table_board_for .tit .xi {
      vertical-align: middle;
    }
    .table_board_for td .repl_yet,
    .table_board_for td .repl_ok {
      padding:3px 12px 4px;
      font-size:13px;
      color:#fff;
    }
    .table_board_for td .repl_yet {
      background:#aaa;
    }
    .table_board_for td .repl_ok {
      background:#d75e37;
    }
    .table_board_for .notice_t {
      display:inline-block;
      vertical-align:middle;
      font-size:13px;
      color:#062d53;
      border:1px solid #062d53;
      border-radius:20px;
      padding:3px 15px;
    }

    .table_board_for td .img_bx {
      overflow: hidden;
      width: 80px;
      margin: 0 auto;
      background: url(../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:13px;
    }
    .table_board_for td {
      font-size:13px;
      padding: 10px 5px; 
    }
    .table_board_for td.tit {
      padding-left:5px;
    }
    .table_board_for .tit a {
      max-width:90%;
    }
    .table_board_for colgroup,
    .table_board_for th:nth-child(1),
    .table_board_for td:nth-child(1) {
      display: none; }
    .table_board_for th:nth-child(2),
    .table_board_for td:nth-child(2) {
      width: auto; }
    .table_board_for th:nth-child(3),
    .table_board_for td:nth-child(3) {
      width: 18%; }
    .table_board_for th:last-child,
    .table_board_for td:last-child {
      width: 25%; } 
  }
  @media screen and (max-width: 768px) {
    .table_board_for.type_d colgroup,
    .table_board_for.type_d th:nth-child(1),
    .table_board_for.type_d td:nth-child(1) {
      display: none; }
    .table_board_for.type_d th:nth-child(2),
    .table_board_for.type_d td:nth-child(2) {
      width: auto; }
    .table_board_for.type_d th:nth-child(3),
    .table_board_for.type_d td:nth-child(3) {
      width: 20%; }
    .table_board_for.type_d th:nth-child(4),
    .table_board_for.type_d td:nth-child(4) {
      width: 27%; }
    .table_board_for.type_d th:last-child,
    .table_board_for.type_d td:last-child {
      display:none; } 
  }


@media screen and (max-width:768px) {
  .table_board_for.qna_type_a colgroup,
  .table_board_for.qna_type_a th:nth-child(1),
  .table_board_for.qna_type_a td:nth-child(1),
  .table_board_for.qna_type_a thead {
    display: none;
  }

  .table_board_for.qna_type_a tr:after {
    content: '';
    display: block;
    clear: both;
  }

  .table_board_for.qna_type_a tbody tr {
    border-bottom: 1px solid #ddd;
    padding: 5px 0;
  }

  .table_board_for.qna_type_a tbody,
  .table_board_for.qna_type_a tr,
  .table_board_for.qna_type_a td {
    display: block;
    width: 100% !important;
    text-align: left;
    border: none;
  }
  
  .table_board_for.qna_type_a th,
  .table_board_for.qna_type_a td {
    padding:5px;
  }
}



/* 게시판 아이콘 */
table tr .xi-volume-up,
table tr .xi-file-download {
  font-size:20px;
  vertical-align: middle;
  color: #ff7200; }

table tr .anwer {
  padding:5px 15px;
  min-width:82px;
  display: inline-block;
  text-align: center;
  color: #fff;
  background: #808080;
  font-weight:300;
  box-sizing:border-box;
  font-size: 14px;
  line-height:normal;
  vertical-align: middle;
}

table tr .anwer.on {
  background:#005bbb;
}


table tr .xi-renew {
  font-size: 28px;
  color: #ff7200; }

/*비밀번호 입력 */
.pass-wrap {
  margin-top: 60px; }
  .pass-wrap .tit {
    font-size: 20px;
    font-weight: 700;
    color: #1d1d1d;
    margin-bottom: 20px; }
.pass-wrap .btn-type-01 {
  margin:0 2px;
  min-width:115px;
}
@media screen and (max-width:768px) {
  table tr .anwer {
    width:65px;
    font-size:12px;
    height:25px;
    line-height:25px;
    
  }
}

/*썸네일 게시판 */
.img_board_list_02 {
  border-top: 1px solid #000; }
  .img_board_list_02 li {
    padding: 20px 15px;
    border-bottom: 1px solid #ddd; }
    .img_board_list_02 li a {
      display: table;
      width:100%;
      overflow:hidden;
      position: relative; }
      .img_board_list_02 li a .no_txt {
        position: absolute;
        top: 50%;
        left: 0;
        color: #222;
        font-weight: 400;
        margin-top: -12px; }
      .img_board_list_02 li a:hover .txt_box .tit {
        text-decoration: underline !important; }
      .img_board_list_02 li a:hover .img_box img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
        transition: all 0.2s linear;
        -webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        -ms-transition: all 0.2s linear;
        -o-transition: all 0.2s linear; }
      .img_board_list_02 li a .img_box {
        overflow: hidden;
        float:left;
        width: 220px;
        position:relative;
        margin-right: 30px;
        border: 1px solid #ddd; }
      .img_board_list_02 li a .img_box:before {
        content:"";
        position:absolute;
        left:-1px;
        top:-1px;
        right:-1px;
        bottom:-1px;
        z-index:1;
        border: 0 solid #ff7200;
        -webkit-transition: border-width 0.3s;
        -o-transition: border-width 0.3s;
        transition: border-width 0.3s;
      }
      .img_board_list_02 li a:hover .img_box:before {
        border-width:3px;
      }
      .img_board_list_02 li a .img_box .img_src {
        display: block;
        width: 100%;
        background-position: center center;
        background-repeat: no-repeat;
        position: relative;
        overflow: hidden;
        background-size: cover;
        padding-top:66.66%;
      }
      .img_board_list_02 li a .txt_box {
        display:table-cell;
        width:100%;
        vertical-align: middle;
        position: relative; }
        .img_board_list_02 li a .txt_box .tit {
          font-size: 18px;
          color: #222;
          font-weight:500;
          line-height:1.3;}

        .img_board_list_02 li a .txt_box .des {
          margin-top: 12px;
          color: #666;
          line-height:22px;
          height:22px;
          font-size:15px;
          overflow: hidden;
          -o-text-overflow: ellipsis;
          text-overflow: ellipsis;
          display: -webkit-box;
          -webkit-line-clamp:1;
          -webkit-box-orient: vertical; }

        .img_board_list_02 li a .txt_box .date {
          font-size:14px;
          color:#999;
          letter-spacing:0;
          margin-top:20px;
        }

        .img_board_list_02 li a .txt_box .tbl_detail_span {
          margin-top: 15px;
          line-height:1.3;
          font-size:14px;
          color:#999; }
          .img_board_list_02 li a .txt_box .tbl_detail_span span {
            position: relative;
            font-weight:300;
            padding: 0 7px; }
            .img_board_list_02 li a .txt_box .tbl_detail_span span:before {
              content: '';
              position: absolute;
              top: 50%;
              left: -1px;
              height: 12px;
              margin-top: -5px;
              border-left: 1px solid #ccc; }
            .img_board_list_02 li a .txt_box .tbl_detail_span span:first-child {
              padding-left: 0; }
              .img_board_list_02 li a .txt_box .tbl_detail_span span:first-child:before {
                display: none; }

          @media screen and (max-width: 768px) {
            .img_board_list_02 li a .txt_box .tbl_detail_span {
              font-size: 12px; } }
@media screen and (max-width: 768px) {
  .img_board_list_02 li {
    padding:15px 10px;
  }
  .img_board_list_02 li a .img_box {
    display:block;
    width:100%;
    margin-right:0;
    margin-bottom:20px;
    box-sizing:border-box;
  }
  .img_board_list_02 li a .txt_box {
    display:block;
    width:100%;
  }
  .img_board_list_02 li a .txt_box .tit {
    font-size:14px;
  }
  .img_board_list_02 li a .txt_box .des {
    margin-top:10px;
    font-size:13px;
  }
  .img_board_list_02 li a .txt_box .tbl_detail_span {
    margin-top:10px;
  }
}

.event_img_list {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #222; }
  .event_img_list > li {
    position: relative;
    padding: 30px 0;
    border-top: 1px solid #ddd; }
    .event_img_list li .event_t {
      position: absolute;
      top: 0;
      left: 0;
      display: inline-block;
      padding: 10px 0;
      z-index: 1;
      width:90px;
      font-size: 15px;
      color: #fff;
      background: rgba(0, 0, 0, 0.5);
      text-align: center; }
      @media screen and (max-width: 1024px) {
        .event_img_list li .event_t {
          font-size: 12px;
          padding: 7px 0;
          width:65px; 
        } 
      }
      .event_img_list li .event_t.on {
        background:#ff7200; }
    .event_img_list li a {
      position: relative;
      display: table;
      width: 100%; }
      .event_img_list li a:hover .btn_link {
        background: #ff7200;
        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 #ff7200;
        -webkit-transition: border-width 0.3s;
        -o-transition: border-width 0.3s;
        transition: border-width 0.3s;
        z-index: 5; }
      @media screen and (max-width:1024px) {
        .event_img_list li .img_box { 
          width:280px;
          margin-right:25px;
        }
      }
      @media screen and (max-width:768px) {
        .event_img_list li .img_box {
          float: none;
          width: 100%;
          margin-bottom: 15px; } }
    .event_img_list li .txt_box {
      display: table-cell;
      width: 100%;
      vertical-align: top;
      padding: 10px 0; }
      .event_img_list li .txt_box .tit {
        -webkit-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease;
        font-size: 1.625em;
        color: #222;
        height: 32px;
        line-height: 32px;
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical; }
      .event_img_list li .txt_box .des {
        font-size: 1.125em;
        height: 20px;
        line-height: 20px;
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        margin-top: 20px; }
      .event_img_list li .txt_box .date {
        color:#707070;
        margin-top: 20px; }
      @media screen and (max-width: 768px) {
        .event_img_list > li {
          padding:20px 0;
        }
        .event_img_list li .txt_box {
          display: block;
          padding: 0; }
          .event_img_list li .txt_box .tit {
            font-size: 1.250em; }
          .event_img_list li .txt_box .des {
            font-size:1.063em;
            margin-top: 3px; }
          .event_img_list li .txt_box .date {
            margin-top: 7px; } }

/* // 게시판 뷰 // //////////////////////////////////*/
.table-view-01 {
  width: 100%;
  background:#fff;
  border-top:1px solid #565656;
  border-bottom: solid 1px #e0e0e0; }
/* .table-view-01 .col_w {
  width:130px;
}
@media screen and (max-width: 768px) {
  .table-view-01 .col_w {
    width:80px;
  }
} */
.table-view-01.bt_no {
  border-top:none;
}
.table-view-01.b_no {
  border-bottom:none;
}
.table-view-01 th.edu-title {
  text-align:center;
  border-bottom:1px solid #222;
  padding:0 0 30px;
}
.table-view-01 th.edu-title .time {
  color:#2e8dc5;
  font-size:15px;
  font-weight: 500;
  margin-bottom:10px;
  padding-left:20px;
  display:inline-block;
  background:url(../images/icon/time_i.png) no-repeat left center;
}
.table-view-01 th.edu-title .title {
  font-size:1.875em;
  font-weight: 700;
  color:#222;
}

  .table-view-01.type_e th {
    background: #f6f6f6;
    text-align: left; }

  .table-view-01 .tit {
    color: #000; }
  .table-view-01 th,
  .table-view-01 td {
    padding: 15px 20px;
    vertical-align: middle;
    border-bottom: solid 1px #e0e0e0; }
  .table-view-01 th {
    font-size:16px;
    color: #222;
    text-align: left; }
  .table-view-01 td {
    font-size:15px;
    color: #555;
    line-height:1.5;
  }
  .table-view-01 thead th {
    font-size:16px;
  }

  .table-view-01 .blue {
    color: #5d9ad3; }
  .table-view-01 .text_left {
    text-align: left; }
  .addfile_txt {
    padding-left: 30px;
    display:inline-block;
    margin:3px 0;
    background: url(../images/icon/file_i.png) no-repeat left 2px;
    background-size:20px; }
  .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 #ccc; }
  table td .board-box {
    min-height: 150px;
    padding:15px 0;
  }
    .table-view-01 td .board-box img {
      max-width: 100%; }
  .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 .addfile_txt {
        padding-left:25px;
        background-size:18px;
      }
    }
  .table-view-01 .tit_box p.tit {
    float: left;
    font-weight:500;
    font-size:18px;
    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:15px;
    font-weight:300; }
    .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: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:#555;
    } */
    .table-view-01 .tit_box .tbl_detail_span .anwer {
      margin-left:10px;
    }

.col_w {
  width:150px;
}

@media screen and (max-width: 768px) {
  .col_w {
    width:100px;
  }
  .addfile_txt {
    padding-left:27px;
    background-size:18px;
  }
}
@media screen and (max-width: 500px) {
  .col_w {
    width:90px;
  }
}

.reply_tit {
  font-size:20px;
  color:#222;
  font-weight:500;
  margin:50px 0 12px;
}

@media screen and (max-width: 1024px) {
  .reply_tit {
    font-size:17px;
  }
  .table-view-01 thead td {
    font-size:15px;
  }
}

@media screen and (max-width: 768px) {
  .reply_tit {
    font-size:15px;
    margin:30px 0 10px;
    background-size:12px;
  }
  .table-view-01 thead th,
  .table-view-01 thead td {
    font-size:13px;
  }
  .table-view-01 th, .table-view-01 td {
    padding:10px;
    font-size:13px;
  }
  .table-view-01 .tit_box p.tit {
    float:none;
    max-width:100%;
    line-height:normal;
    font-size:14px;
  }
  .table-view-01 .tit_box p.tbl_detail_span {
    float:none;
    margin-top:10px;
    line-height:normal;
    font-size:13px;
  }
}


/*뷰 리스트 */
.border-list-type {
  margin-top:40px;
  border-top: solid 1px #ccc;
  border-bottom: solid 1px #ccc;}
  .border-list-type li {
    border-bottom: solid 1px #ddd;
    height: 55px;
    line-height: 55px;
    position: relative;
    color:#555;
    background:#fff;
    padding-left: 170px; }
    .border-list-type li a {
      display: block; }
      .border-list-type li a .list-title {
        font-weight: 400;
        position: absolute;
        top: 0;
        left: 0;
        padding: 0 0 0 80px;
        height: 55px;
        line-height: 55px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        color: #333;
        background: url("../images/icon/list-prev.gif") no-repeat 30px center; }
      .border-list-type li a .list-down-bg {
        background: url("../images/icon/list-next.gif") no-repeat 30px 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:110px;
  }
  .border-list-type li a .list-up-bg,
  .border-list-type li a .list-down-bg {
    width:90px;
    padding:0 0 0 30px;
    height:40px;
    line-height:40px;
    background-size:9px !important;
    background-position:10px center;
  }
}
@media screen and (max-width: 500px) {
  .border-list-type li {
    padding-left:100px;
  }
}

/*페이징 */
.paging-area {
  position: relative;
  min-height:40px;
  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: 36px;
        height: 36px;
        line-height: 34px;
        color: #666;
        font-weight:600;
        background-color: #fff;
        font-size:14px;
        border: 1px solid #ccc;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        background-repeat: no-repeat;
        background-position: center center;
      }
        .paging-area ul li a:hover {
          border-color:#ff7200;
          color:#ff7200;
        }
        .paging-area ul li a.active  {
          border-color:#ff7200;
          background:#ff7200;
          color:#fff;
        }
        .paging-area ul li a.prev-first {
          background-image: url("../images/paging/prev-first.png"); 
        }
        /* .paging-area ul li a.prev-first:hover {
          background-image: url("../images/paging/prev-first_w.png"); 
        }  */
        .paging-area ul li a.prev {
          background-image: url("../images/paging/prev.png"); 
        }
        /* .paging-area ul li a.prev:hover {
          background-image: url("../images/paging/prev_w.png"); 
        } */
        .paging-area ul li a.next-last {
          background-image: url("../images/paging/next-last.png"); 
        }
        /* .paging-area ul li a.next-last:hover {
          background-image: url("../images/paging/next-last_w.png"); 
        } */
        .paging-area ul li a.next {
          background-image: url("../images/paging/next.png"); 
        }
        /* .paging-area ul li a.next:hover {
          background-image: url("../images/paging/next_w.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;
    min-height:30px;
  }
  .paging-area ul li {
    margin:0 1px;
  }
  .paging-area ul li a {
    height:30px;
    width:30px;
    line-height:28px;
    font-size:12px;
  }
}
/* 게시판 하단 검색 */
.board-search-01 {
  padding: 20px 0;
  text-align: center;
  position: relative; 
  border-top:1px solid #ccc;
  border-bottom:1px solid #ccc;
  font-size:15px;
  color:#555;
  background:#fff;
}
  @media screen and (max-width: 1024px) {
    .board-search-01.type_c .select-type-01 {
      top: 65px; }
    .board-search-01.type_c .select-type-01.first {
      position: static;
      width: 100%;
      margin-bottom: 5px; }
    .board-search-01.type_c .btn-color-01 {
      top: 65px; } 
  }
  .board-search-01 select,
  .board-search-01 input {
    border: solid 1px #ddd;
    background-color: #fff; }
  .board-search-01 .select-type-01 {
    width: 100px;
    height: 42px;
    color:#444;
    padding-left:10px;
    background-position: right 10px center;
    background-color: #fff; }
  .board-search-01 .input-type-01 {
    padding: 0 5px;
    width:260px;
    height: 42px;
    line-height: 42px;
    margin:0 2px;
    background-color: #fff; }
  .board-search-01 .btn {
    display: inline-block;
    width:90px;
    vertical-align: top;
    line-height: 42px;
    background:#f4f4f4;
    color:#333;
    border:1px solid #ddd;
    height: 42px;
    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: 52px;
    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:13px;
  }
}
.table-form-01 {
  width: 100%;
  border-top: 1px solid #222;
  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 tr th {
    padding: 15px 20px;
    text-align: left; }
  .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;
    background:#fff;
  }
  .table-form-01 td {
    color:#555;
    padding: 15px 20px;
    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;
  }

  .table-form-01 th label {
    font-weight: 500; }
  .table-form-01 .code {
    background: #ddd;
    padding: 0 20px;
    margin-right: 5px;
    color: #333;
    font-weight: 700;
    display:inline-block;
    vertical-align: middle;
    line-height:50px; }
  /*.table-form-01 .btn-type-01 {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }*/
@media screen and (max-width: 1024px) {
  .table-form-01.type_join tr th,
  .table-form-01.type_join tr td {
    padding:10px 15px;
  }
  .table-form-01 th {
    padding:10px 15px;
  }
  .table-form-01 td {
    padding: 10px 15px;
  } 
}
@media screen and (max-width: 768px) {
  .table-form-01 .code {
    font-size:13px;
    padding:0 12px;
    line-height:45px;
    margin-right:2px;
  }
  .table-form-01 .m_mt {
    margin-top:10px;
  }
  .table-form-01.type_join tr th,
  .table-form-01.type_join tr td {
    padding:10px;
  }
  .table-form-01 tr th {
    font-size:13px;
    padding:10px;
  }
  .table-form-01 tr td {
    font-size:13px;
    padding:10px;
    word-break:break-all;
  }
  .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;
  vertical-align: middle;
  width: 100%;
  max-width: 500px;
  overflow:hidden;
}
.birth li {
  float:left;
  box-sizing:border-box;
  width: 33.3333%;
  padding-right:25px;
  position:relative;
}
.birth li:after {
  position:absolute;
  right:8px;
  top:0;
  line-height: 50px;
  color: #444;
  text-align: center;
  content: '년';
}
@media screen and (max-width: 1024px) {
  .birth li:after {
    line-height:40px;
  }
}
@media screen and (max-width: 768px) {
  .birth li:after {
    line-height:38px;
    right:5px;
  }
  .birth li{
    padding-right:20px;
  }
}
@media screen and (max-width: 500px) {
  .birth li:after {
    right:3px;
  }
  .birth li{
    padding-right:15px;
  }
}
.birth li:nth-child(2):after {
  content: '월';
}
.birth li:nth-child(3):after {
  content: '일';
}



.form_wrap.type_c {
  max-width: 600px;
  margin: 0 auto; }

/*   FAQ  */
.qna.type_a {
  background: #fff;
  text-align: left; 
  border-top:2px solid #333;
}

.qna .qna-header {
  position: relative;
  border-bottom: solid 1px #eee;
}

.qna .qna-header a {
  display: block;
  padding:25px 70px 25px 85px;
  text-decoration: none;
  font-size: 18px;
  font-weight:500;
  color: #333;
  background: url(../images/qna/qna-up.png) no-repeat right 35px center;
  transition:0s;
  background-size:18px !important;
}
.qna .qna-header a.select {
  background: url(../images/qna/qna-down.png) no-repeat right 35px center;
}

.qna .icon {
  display:block;
  text-align:center;
  font-size:26px;
  position:absolute;
  left:35px;
  top:50%;
  transform:translateY(-50%);
  -moz-transform:translateY(-50%);
  -o-transform:translateY(-50%);
  color:#666;
  font-family:'Roboto', sans-serif;
  font-weight: 500;
}

.qna .qna-header a:hover .icon,
.qna .qna-header a.select .icon {
  color:#2681bc;
}

.qna .qna-body {
  display: none;
  background:#f9f9f9;
  padding:25px 70px 25px 85px;
  line-height: 1.6;
  font-size:16px;
  color: #666;
  border-bottom: solid 1px #eee;
  position: relative;
}
.qna .qna-body .tit {
  font-size:18px;
  font-weight:500;
  color:#333;
}


@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;
  }
}
@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;
  }
}
@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: #ff7200;
          background: #ff7200; }
  @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 #ccc; }
  @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: 15px;
        font-weight: 500;
        color: #666; }
      .txt_post_wrap.type_a .post_list li .date_01 {
        font-size: 13px;
        color: #999; }
      .txt_post_wrap.type_a .post_list li .des_txt {
        margin-top: 10px;
        color:#666;
        font-size:15px;
        line-height: 1.4; }
  .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: 500;
      text-align: left;
      text-indent: 8px; }
  .txt_post_wrap.type_a .write_box .txt_num i {
    color: #ff7200;
    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 {
      padding: 10px 1%;
      height: 72px;
      min-height: 72px; }
    .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-bottom: 50px;
}
  .txt_post_wrap.type_b .list_box {
   }
  .txt_post_wrap.type_b .post_list li {
    position: relative;
     }
    .txt_post_wrap.type_b .post_list li.post_li .inner {
      border-bottom: 1px solid #e8e8e8;
      padding: 20px 10px; }
    .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;
      font-size:13px;
          background: #666;
          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: 700;
      color: #000;
      padding-right: 10px;
      border-right: 1px solid #ddd; }
    .txt_post_wrap.type_b .post_list li .date_01 {
      font-size: 13px;
      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: #e4a50f;
    margin-right: 5px; }
  .txt_post_wrap.type_b .secret_t {
    font-size:14px;
  }
  .txt_post_wrap.type_b .write_box {
    margin-top:30px;
  }
  .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: 100px;
      overflow-y:auto;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      border: 1px solid #ccc;
      font-size: 14px; }
    .txt_post_wrap.type_b .write_box .write_area .btn_submit {
      position: absolute;
      top: 0;
      right: 0;
      display: inline-block;
      height: 100px;
      line-height: 100px;
      text-align: center;
      width: 80px;
      background: #666;
      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: 14px;
          margin-top: 10px;
          position: static;
          width: 100%; } }
  .txt_post_wrap.type_b .btn_answer {
    display: inline-block;
    height: 24px;
    line-height: 25px;
    color: #222;
    border:1px solid #aaa;
    width: 50px;
    font-size: 12px;
    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 .btn_submit {
      position: absolute;
      bottom: 4px;
      right: 0;
      display: inline-block;
      height: 35px;
      line-height: 35px;
      text-align: center;
      border:none;
      width: 80px;
    font-size:13px;
      background: #333;
      color: #fff; }
    
@media screen and (max-width: 768px) {
  .txt_post_wrap.type_b {
    margin-top:40px;
    padding:0 0 30px;
  }
  .txt_post_wrap.type_b .secret_t {
    font-size:13px;
  }
  .txt_post_wrap.type_b .post_list li.post_li .inner {
    padding:15px 5px;
  }
  .txt_post_wrap.type_b .post_list li .answer_box .inner {
    padding:15px 10px 15px 25px;
  }
  .txt_post_wrap.type_b .post_list li .answer_box .inner i {
    left:5px;
  }
  .txt_post_wrap.type_b .modify_box,
  .txt_post_wrap.type_b .post_list li .answer_box .inner .des_txt.write_txt {
    padding-right:80px;
  }
  .txt_post_wrap.type_b .modify_box .btn_submit {
    bottom:3px;
    width:75px;
    font-size:12px;
  }
  .txt_post_wrap.type_b .post_list li .answer_box .inner .btn_write {
    width:75px;
    font-size:12px;
  }
  .txt_post_wrap.type_b .btn_answer {
    width:45px;
    height:22px;
    line-height:23px;
    font-size:11px;
  }
  .txt_post_wrap.type_b .write_box {
    margin-top:20px;
  }
}

/*일정표 //////////////////////////////////////////*/
.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 50px;
  text-align: center; 
}
.calendar_wrap_a .control_bx .year {
  color: #333;
  font-weight: 600;
  font-size: 35px;
  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 .month {
  font-size: 18px;
  color: #333;
  display: inline-block;
  vertical-align: middle;
  width:46px;
  height:46px;
  border-radius:50%;
  text-align:center;
  line-height:46px;
  border:1px solid #ccc;
  transition:0.3s;
}
.calendar_wrap_a .control_bx .month:hover {
  background:#0548b4;
  color:#fff;
  border-color:#0548b4;
}
@media screen and (max-width: 768px) {
  .calendar_wrap_a .control_bx .month {
    font-size: 30px; 
  } 
}


.schedule_type_a {
  width: 100%;
  text-align: left;
  border-top: 1px solid #0548b4;
  word-break: break-all;
}
.schedule_type_a thead th {
  color: #555;
  padding: 15px 0;
  text-align: center;
  border: 1px solid #ddd;
  border-bottom: 0;
  border-top:0;
  background: #f7f9fb;
  font-weight: 500; 
  font-size: 15px;
}
@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: 10px;
  height: 160px;
  vertical-align: top;
  border: 1px solid #ccc; 
  border-top:none;
}
.schedule_type_a tbody td:hover {
  background: #edf3f7; 
}
.schedule_type_a .num-txt {
  text-align:right;
}
.schedule_type_a .txt-list {
  position: absolute;
  left:10px;
  bottom:10px;
  right:10px;
}
.schedule_type_a .txt-list li {
  margin-top:12px;
}
.schedule_type_a .txt-list li .time {
  font-size: 13px;
  color:#999;
  font-weight: 500;
}
.schedule_type_a .txt-list li .title {
  color:#222;
  font-size: 14px;
  font-weight: 500;
  margin-top:3px;
  padding-left:15px;
  background:url(../images/icon/file_i2.png) no-repeat left center;
}
.schedule_type_a .txt-list li a:hover .title {
  text-decoration: underline;
}

/* .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 .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: #ff7200;
          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; }

/*회원 가입 */

.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 #ddd; }
  .textarea_box {
    width: 100%;
    box-sizing:border-box;
    padding:0 5px;
    height: 150px;
    font-size:15px;
    color:#555;
    line-height:1.6;
    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:12px;
  }
}
/*로그인 */
.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 #ff7200;
        background: #ff7200;
        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:inline-block;
  vertical-align: middle;
  width: 100%;
  max-width: 500px;
  overflow:hidden;
}
  .num li {
    float:left;
    box-sizing:border-box;
    width: 33.3333%;
    padding-left: 10px; }
    .num li:before {
      float: left;
      width: 10px;
      line-height: 45px;
      margin-left: -10px;
      color: #444;
      text-align: center;
      content: '-'; }
     .num li:first-child {
        padding-left: 0; }
      .num li:first-child:before {
        display: none; }
@media screen and (max-width: 1024px) {
  .num li:before {
    line-height:40px;
  }
}
@media screen and (max-width: 768px) {
  .num li:before {
    line-height:38px;
  }
}

.address_wrap {
  max-width:500px;
  width:100%;
}
.address_wrap li {
  position: relative;
  margin-top:10px;
}
.address_wrap li:first-child {
  margin-top: 0;
  padding-right:100px;
}
.address_wrap li:first-child .table-btn-01 {
  position:absolute;
  right:0;
  top:0;
}

.e_mail_box_wrap {
  max-width:500px;
  width:100%;
}
.e_mail_box {
  max-width:500px;
  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;
  color:#777;
  font-weight:300;
}
.e_mail_box .mail_sel {
  display: table-cell;
  width: 31.333%;
  vertical-align: middle;
  padding-left: 5px;
}
.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: '';
}

/* .e_mail_box {
  display: table;
  width: 100%;
  overflow:hidden;
  position:relative;
}
.e_mail_box.on {

}
.e_mail_box .mail_txt,
.e_mail_box .mail_txt2,
.e_mail_box .mail_sel {
  float:left;
  width: 47.5%;
  vertical-align: middle;
}
.e_mail_box .mail_txt2 {
  display:none;
}
.e_mail_box .mail_txt2.on {
  display:block;
}
.e_mail_box .mail_sel.on {
  margin-top: 5px;
  float: right;
}
.e_mail_box .mail_a {
  float:left;
  width: 5%;
  text-align: center;
  line-height:60px;
  font-weight:300;
  color:#777;
} */

@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;
  min-width:250px;
}
.inp_w40 {
  width:40% !important;
  min-width:250px;
}
.inp_w100 {
  width:100% !important;
}
.input_20 {
  width: 200px;
}
.input_220 {
  width: 220px;
}
.input_250 {
  width: 250px;
}
@media screen and (max-width: 768px) {
  .input_12 {
    width:90px;
  }
  .input_15 {
    width:120px;
  }
  .input_20 {
    width:120px;
  }
  .inp_w30,
  .inp_w40 {
    width:100% !important;
    min-width:auto;
  }
}
@media screen and (max-width: 500px) {
  .input_12 {
    width:70px;
  }
/*   .input_15 {
  width:90px;
} */
}
.input_txt,
.input_30 {
  max-width: 300px;
  width: 100%;}
.input_45 {
  max-width: 450px;
  width: 100%;
}
.input_37 {
  max-width: 370px;
  width: 100%;
}

.input_500 {
  width:500px;
}

.input_50 {
  width: 100%;
  max-width:500px;
}

.input_70 {
  width: 70%;
}

.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 #d7d7d7;
  background-color: #fff;
  overflow: auto;
  width: 100%;
  box-sizing:border-box;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  resize: none; }

.area_for {
  padding: 15px;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 180px;
  border: solid 1px #d7d7d7;
  overflow-y: auto; }
.area_for.st2 {
  height:120px;
}
.area_for.big {
  height:350px;
}
@media screen and (max-width: 768px) {
  .area_for {
    padding:10px;
    height:120px;
  }
}

.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: 130px; }
  .file_box:hover .btn_type_file {
    background: #666; }
  .file_box .text_01 {
    position: absolute;
    top: 2px;
    left: 0; }
  .file_box p {
    border: 1px solid #d7d7d7;
    line-height: 48px;
    padding:0 15px;
    height: 48px;
    overflow: hidden; }
  .file_box .btn_type_file {
    display: block;
    width: 120px;
    height:50px;
    line-height:50px;
    font-size:15px;
    color: #fff;
    background: #333;
    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: 120px;
    height:50px;
    opacity: 0;
    filter: alpha(opacity=0);
    cursor: pointer;
    -webkit-appearance: none; }
@media screen and (max-width: 768px) {
  .file_box {
    padding-right:80px;
  }
  .file_box p {
    height:33px;
    line-height:33px;
  }
  .file_box .btn_type_file { 
    width:75px;
    height:35px;
    line-height:35px;
    font-size:12px;
  }
  .file_box input {
    width:75px;
    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;
  vertical-align: middle;
  text-align: center;
  height: 42px;
  line-height: 40px;
  padding: 0 25px;
  color: #fff;
  background-color: #ff7200;
  border: 1px solid #ff7200;
  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; }

.btn-type-01.radius {
  border-radius:50px;
}

input.btn-type-01:hover,
button.btn-type-01:hover,
.btn-type-01:hover {
    color:#ff7200;
    background-color: #fff;
    border-color: #ff7200; }
@media screen and (max-width: 1024px) {
  input.btn-type-01,
  button.btn-type-01,
  .btn-type-01 {
    height: 40px;
    line-height: 38px;
    font-size:12px;
  } 
}

input.btn-type-01.sm,
button.btn-type-01.sm,
.btn-type-01.sm {
  width:80px;
  max-width:none;
  height:45px;
  line-height:43px;
  font-size:14px;
}
input.btn-type-01.mid,
button.btn-type-01.mid,
.btn-type-01.mid {
  width:160px;
  padding:0;
  max-width:none;
  height:55px;
  line-height:53px;
  font-size:16px;
}
input.btn-type-01.big,
button.btn-type-01.big,
.btn-type-01.big {
  width:240px;
  max-width:none;
  height:65px;
  line-height:65px;
  font-size:16px;
}
input.btn-type-01.bigger,
button.btn-type-01.bigger,
.btn-type-01.bigger {
  max-width:500px;
  width:100%;
  height:70px;
  line-height:70px;
  font-size:19px;
  font-weight:700;
}
input.btn-type-01.w100,
button.btn-type-01.w100,
.btn-type-01.w100 {
  width:100% !important;
  max-width:none;
  padding:0;
}
@media screen and (max-width: 1024px) {
  input.btn-type-01.bigger,
  button.btn-type-01.bigger,
  .btn-type-01.bigger {
    width:300px;
    max-width:none;
    height:58px;
    line-height:56px;
    font-size:15px;
  }
}
@media screen and (max-width: 768px) {
  input.btn-type-01,
  button.btn-type-01,
  .btn-type-01 {
    padding:0 12px;
  } 
  input.btn-type-01.sm,
  button.btn-type-01.sm,
  .btn-type-01.sm {
    width:100px;
    max-width:none;
    height:40px;
    line-height:40px;
    font-size:13px;
  }
  input.btn-type-01.big,
  button.btn-type-01.big,
  .btn-type-01.big {
    width:170px;
    height:50px;
    line-height:50px;
    font-size:15px;
  }
  input.btn-type-01.mid,
  button.btn-type-01.mid,
  .btn-type-01.mid {
    width:130px;
    max-width:none;
    height:45px;
    line-height:45px;
    font-size:14px;
  }
  input.btn-type-01.bigger,
  button.btn-type-01.bigger,
  .btn-type-01.bigger {
    width:200px;
    height:50px;
    line-height:50px;
    font-size:14px;
  }
  input.btn-type-01.w100,
  button.btn-type-01.w100,
  .btn-type-01.w100 {
    height:50px;
    line-height:50px;
    font-size:14px;
  }

}

@media screen and (max-width: 500px) {
  input.btn-type-01.sm,
  button.btn-type-01.sm,
  .btn-type-01.sm {
    width:65px;
    height:38px;
    line-height:38px;
  }
}


input.btn-type-01.line,
button.btn-type-01.line,
.btn-type-01.line {
  background-color:#fff !important;
  color:#ff7200 !important;
}
input.btn-type-01.white.line,
button.btn-type-01.white.line,
.btn-type-01.white.line {
  background-color:transparent !important;
  border-color:#fff !important;
  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.c1,
button.btn-type-01.c1,
.btn-type-01.c1 {
  border-color:#f92323 !important;
  background-color:#f92323 !important;
  color:#fff !important;
}
input.btn-type-01.c1:hover,
button.btn-type-01.c1:hover,
.btn-type-01.c1:hover {
  background-color:#fff !important;
  color:#f92323 !important;
}
input.btn-type-01.c2,
button.btn-type-01.c2,
.btn-type-01.c2 {
  border-color:#343d4c !important;
  background-color:#343d4c !important;
  color:#fff !important;
}
input.btn-type-01.c2:hover,
button.btn-type-01.c2:hover,
.btn-type-01.c2:hover {
  background-color:#fff !important;
  color:#343d4c !important;
}
input.btn-type-01.dark,
button.btn-type-01.dark,
.btn-type-01.dark {
  border-color:#222 !important;
  background-color:#222 !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:#1f1f1f !important;
}
input.btn-type-01.line.dark,
button.btn-type-01.line.dark,
.btn-type-01.line.dark {
  border-color:#1f1f1f !important;
  background-color:#fff !important;
  color:#1f1f1f !important;
}
input.btn-type-01.line.dark:hover,
button.btn-type-01.line.dark:hover,
.btn-type-01.line.dark:hover {
  background-color:#1f1f1f !important;
  color:#fff !important;
}
input.btn-type-01.gray,
button.btn-type-01.gray,
.btn-type-01.gray {
  border-color:#aaa !important;
  background-color:#eee !important;
  color:#555 !important;
}
input.btn-type-01.gray.line,
button.btn-type-01.gray.line,
.btn-type-01.gray.line {
  border-color:#999 !important;
  background-color:#fff !important;
  color:#777 !important;
}
input.btn-type-01.light,
button.btn-type-01.light,
.btn-type-01.light {
  border-color:#ccc !important;
  background-color:#fff !important;
  color:#333 !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-01.gra,
button.btn-type-01.gra,
.btn-type-01.gra {
  border:none;
  background:linear-gradient(to left, #324b92, #4383c1) !important;
  color:#fff !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 20px;
  height:50px;
  line-height:50px;
  color: #fff !important;
  background-color: #666;
  font-size: 14px;
  vertical-align: middle;
  min-width: 60px;
  margin-left:3px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
@media screen and (max-width: 768px) {
  .table-btn-01 {
    height:45px;
    line-height:45px;
    font-size:12px;
    margin-top:3px;
    display:block;
    margin-left:0;
    width:120px;
    padding:0;
  }
}
.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; }

