@import url("https://fonts.googleapis.com/css?family=Noto+Sans+KR:400,500,700,900");
html, body {
  font-family: '맑은 고딕', 'Malgun Gothic', 'Noto Sans KR', sans-serif;
  font-weight: 400; }

input, select, button, a {
  font-family: '맑은 고딕', 'Malgun Gothic', 'Noto Sans KR', sans-serif !important;
  font-weight: 400; }

i {
  font-style: normal !important; }

h1, h2, h3, h4, h5, h6, .m-subheader .m-subheader__title {
  font-family: '맑은 고딕', 'Malgun Gothic', 'Noto Sans KR', sans-serif; }

.m-portlet .m-portlet__head .m-portlet__head-caption .m-portlet__head-title .m-portlet__head-text {
  font-family: '맑은 고딕', 'Malgun Gothic', 'Noto Sans KR', sans-serif;
  font-weight: 400; }

body {
  position: static;
  z-index: auto; }

header {
  position: fixed;
  z-index: 99;
  width: 100%;
  height: 50px;
  top: 0;
  background-color: #201f2b;  }

.brand_wrap {
  float: left;
  height: 50px;
  line-height: 50px; }

.container_wrap {
  width: 100%;
  margin-right: auto;
  margin-left: auto; }

.sidebar_toggle {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 20px;
  padding: 0;
  vertical-align: middle;
  text-decoration: none;  }

.sidebar_toggle span {
  display: block;
  position: absolute;
  top: 9px;
  height: 1px;
  min-height: 1px;
  width: 100%;
  background: #fff; }
  .sidebar_toggle span:before,
  .sidebar_toggle span:after {
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 1px;
    min-height: 1px; content: "";
    background: #fff;  }
  .sidebar_toggle span:before {
    top: -7px; }
  .sidebar_toggle span:after {
    top: 7px; }

.logo {
  display: inline-block;
  width: 140px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  text-decoration: none; }
  .logo:hover {
    color: #ddd;
    text-decoration: none; }

.top_nav {
  list-style: none; }
  .top_nav li {
    float: left;  }
    .top_nav li a {
      margin-right: 40px;
      color: #c7c5d8;
      font-size: 16px;
      font-weight: bold;
      line-height: 50px;
      text-decoration: none;  }
      .top_nav li.active a {
        color: #fff; }
      .top_nav li a:hover {
        color: #ddd;
        text-decoration: none; }

.login_info_dropdown {
  font-size: 13px;
  color: #fff;
  line-height: 50px;
  margin-right: 20px; }
  .login_info_dropdown:hover {
    color: #ddd;
    text-decoration: none; }
  .login_info_dropdown i {
    margin-left: 10px;
    font-size: 16px; }
.dropdown-menu {
  padding: 15px;
  border: 1px solid #dee2e6;
  box-shadow: none;
  -webkit-box-shadow: none; }
.login_info_wrap {
  width: 200px;
  margin-left: 10px;
  margin-right: 10px; }
  .login_info_wrap .name {
    font-size: 15px;
    margin-bottom: 10px; }
  .login_info_wrap .base_info {
    font-size: 11px; }

.left_menu {
  position: fixed;
  padding-top: 50px;
  left: 0;
  z-index: 98;
  width: 200px;
  height: 100%;
  overflow-y: auto;
  background-color: #fcfcfc;
  border-right: 1px solid #ebedf2; }
  .left_menu .menu_main {
    margin: 10px 0;
    padding: 0;
    list-style: none; }
  .left_menu .menu_sub {
    padding: 0;
    list-style: none; }
    .left_menu .menu_main > li {
      border-bottom: 1px solid #eee; }
      .left_menu .menu_main > li > a {
        display: block;
        padding: 10px 20px;
        font-size: 14px;
        color: #575962;
        text-decoration: none; }
        .left_menu .menu_main > li > a .menu_icon {
          float: left;
          font-size: 24px;
          text-align: left;
          margin-bottom: 3px; }
        .left_menu .menu_main > li > a .menu_text {
          float: left;
          padding-left: 15px;
          line-height: 24px; }
        .left_menu .menu_main > li > a .menu_arrow {
          display: inline-block;
          float: right;
          line-height: 24px; }
          .left_menu .menu_main > li > a .menu_arrow.fa-angle-down {
            display: none; }
          .left_menu .menu_main > li.active > a .menu_arrow.fa-angle-right {
            display: none; }
          .left_menu .menu_main > li.active > a .menu_arrow.fa-angle-down {
            display: inline-block; }

    .left_menu .menu_sub > li {
      padding: 12px 0;
      padding-left: 50px; }
      .left_menu .menu_sub > li:before {
        content: "\2022";
        font-size: 11px;
        color: #575962; }
      .left_menu .menu_sub > li > a {
        font-size: 13px;
        color: #333;
        text-decoration: none; }
        .left_menu .menu_sub > li.selected {
          background-color: #0086c9; }
          .left_menu .menu_sub > li.selected:before {
            color: #fff; }
        .left_menu .menu_sub > li.selected > a {
          color: #fff; }

.left_menu_minimize .logo {
  display: none; }
.left_menu_minimize .left_menu {
  width: 60px; }
.left_menu_minimize .content_wrap {
  width: calc(100% - 60px);
  margin-left: 60px; }
.left_menu_minimize .left_menu > .menu_main > li > div,
.left_menu_minimize .left_menu > .menu_main > li > a > .menu_text,
.left_menu_minimize .left_menu > .menu_main > li > a > .menu_arrow,
.left_menu_minimize .left_menu > .menu_main > li.active > a > .menu_arrow {
  display: none; }
.left_menu_minimize .left_menu > .menu_main > li.selected > a > .menu_icon {
  color: #0086c9; }
.left_menu_minimize .left_menu > .menu_main > li:hover > div {
  display: block;
  position: fixed;
  left: 60px;
  padding: 10px 40px;
  margin-top: -30px;
  background-color: #fff;
  border: 1px solid #dee2e6; }

.left_menu_minimize .left_menu .menu_sub > li {
  padding-left: 0; }
  .left_menu_minimize .left_menu .menu_sub > li.selected {
    background-color: transparent; }
    .left_menu_minimize .left_menu .menu_sub > li.selected:before {
      color: #0086c9; }
    .left_menu_minimize .left_menu .menu_sub > li.selected > a {
          color: #0086c9;
          font-weight: bold; }

.m-portlet__foot {
  text-align: center; }
  .m-portlet__foot button {
    margin: 0 5px; }

select.form-control {
  padding: 0 1.15rem; }

.table th {
  font-weight: bold; }

.table.layout-fixed {
  table-layout: fixed; }
.table.border tr:first-child th/*,
.table.border tr:first-child td*/ {
  padding: .5rem;
  border-top: none; }
  .table.table-bordered.border-dark tr th,
  .table.table-bordered.border-dark tr td {
    border-right: 1px solid #343a40;
    border-color: #ccc; }

.font-small.m-checkbox,
.font-small.m-radio,
.table .m-checkbox,
.table .m-radio {
  padding-left: 20px;
  color: inherit; }
  .font-small.m-checkbox > span,
  .font-small.m-radio > span,
  .table .m-checkbox > span,
  .table .m-radio > span {
    top: 2px;
    width: 15px;
    height: 15px; }
  .font-small.m-radio > span:after,
  .table .m-radio > span:after {
    margin-left: -3.5px; }

.tiny_table_title {
  font-size: 14px;
  font-weight: bold; }

  .table-sm.tiny .header_table_wrap {
    height: 30px;
    letter-spacing: -1.5px;
    border-top: 1px solid #dee2e6;
    border-left: 1px solid #dee2e6;
    border-right: 1px solid #dee2e6; }
  .table-sm.tiny .content_table_wrap {
    /*height: 130px;*/
    border-left: 1px solid #dee2e6;
    border-right: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6; }
  .table-sm.tab-pane tr {
    height: 42px; }

.table-sm .table {
  font-size: 12px; }
  .table-sm .table th,
  .table-sm .table td {
    vertical-align: middle;
    padding: .4rem; }
  .table-sm .table th {
    background-color: #f7f8fa; }
      .table-sm .m-datatable.m-datatable--default>.m-datatable__pager>.m-datatable__pager-nav>li>.m-datatable__pager-link {
        font-size: 12px;
        height: 26px;
        min-width: 26px; }
  .table-sm .table td {
    word-break: break-all; }

.col_max_mid {
  max-width: 1200px; }

.custom-file-input:focus,
.custom-file-input:focus+.custom-file-label {
  border-color: #0086c9 !important; }
.custom-file-sm {
  height: calc(2.2125rem + 2px); }
  .custom-file-sm .custom-file-label {
    height: calc(2.2125rem + 2px);
    padding: .45rem .8rem;
    font-size: .875rem;
    line-height: 1.5; }
    .custom-file-sm .custom-file-label:after {
      height: 2.2125rem;
      padding: .45rem .8rem;
      font-size: .875rem;
      line-height: 1.5; }

.content_wrap {
  position: relative;
  width: calc(100% - 200px);
  height: 100vh;
  padding: 50px 0 0 0;
  margin-left: 200px; }
  .content_wrap .m-subheader {
    padding: 0 30px 0 30px;
    border-bottom: 1px solid #ebedf2; }
    .content_wrap .m-subheader .m-subheader__title {
      padding: 19px 25px 16px 0;
      font-size: 1.2rem;
      font-weight: bold; }
  .content_wrap .m-content {
    padding: 20px 30px 0 30px; }
    .content_wrap .m-content .m-portlet {
      -webkit-box-shadow: none;
      box-shadow: none; }
      .content_wrap .m-content .m-portlet .m-portlet__body {
        padding: 0; }

.modal-dialog {
  max-width: 900px; }

.m-portlet__head-text .opt {
  position: absolute;
  top: 0;
  right: 35px;
  height: 66px;
  line-height: 66px;
  display: block; }
  .m-portlet__head-text .opt i {
    position: absolute;
    top: 0px;
    left: -15px;
    display: inline-block;
    font-size: 14px;
    margin: 4px 8px 0 0; }
  .m-portlet__head-text .opt em {
    font-style: normal;
    font-size: 12px;
    font-weight: 400;
    color: #7b7e8a; }

.autoComplete {
  position: relative;
  width: 100%; }
  .autoComplete.add_select {
    font-size: 0; }
    .autoComplete.add_select .control_search_select {
      display: inline-block;
      width: 39%;
      vertical-align: top; }
    .autoComplete.add_select .auto_input {
      width: 59%;
      margin-left: 2%; }
    .autoComplete.add_select .result {
      right: 0;
      width: 59%; }
  .autoComplete .search_icon {
    display: none;
    position: absolute;
    top: 12px;
    right: 12px; }
  .autoComplete .auto_input {
    display: inline-block;
    position: relative;
    /*width: 250px; */
  }
    .autoComplete .auto_input .m-input {
      padding-right: 35px; }
  .autoComplete .text {
    margin-left: 15px;
    display: inline-block; }
    .autoComplete .text i {
      position: relative;
      top: 2px; }
  .autoComplete .result {
    position: absolute;
    top: 39px;
    width: 250px;
    min-height: 50px;
    border: 1px solid #ced4da;
    background-color: #fff;
    z-index: 1000; }
    .autoComplete .result .list {
      padding: 10px;
      list-style-type: none;
      margin: 0;
      line-height: 24px; }
      .autoComplete .result .list a {
        font-size: 12px;
        color: #333; }

.nav.nav-text .nav-item .nav-link {
  color: #212529; }
  .nav.nav-text .nav-item.active .nav-link {
    color: #0086c9; }

.nav_tab_link {
  width: 100%;
  padding: 0;
  font-size: 0;
  border: solid 1px #dee2e6; }
  .nav_tab_link .tab_item {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    box-sizing: border-box;
    background-color: #fff;
    padding: 0; }
    .nav_tab_link .tab_item a {
      display: block;
      font-size: 16px;
      font-weight: 400;
      padding: 12px 0;
      color: #575962;
      text-decoration: none; }
    .nav_tab_link .tab_item.active {
      background-color: #5867dd;
      border-color: #5867dd; }
      .nav_tab_link .tab_item.active a {
        color: #fff; }

.inp_inline_wrap {
  display: inline-block;
  vertical-align: top;
  font-size: 0; }
  .inp_inline_wrap .inp_label {
    display: inline-block;
    vertical-align: middle;
    line-height: 40px;
    margin-right: 10px; }
  .inp_inline_wrap .inp_inline {
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    margin-left: 5px; }
    .inp_inline_wrap .inp_inline.x2 {
      width: 40%;
      margin-left: 2%; }
    .inp_inline_wrap .inp_inline.x3 {
      width: 32%;
      margin-left: 2%; }
    .inp_inline_wrap .inp_inline.x4 {
      width: 22%;
      margin-left: 2%; }
    .inp_inline_wrap .inp_inline.x5 {
      width: 20%;
      margin-left: 2%; }
    .inp_inline_wrap .inp_inline.x6 {
      width: 11%;
      margin-left: 1%; }
    .inp_inline_wrap .inp_inline.x7 {
      width: 5%;
      margin-left: 1%; }
      .inp_inline_wrap .inp_inline.x7 .txt {
        margin: 0; }
    .inp_inline_wrap .inp_inline.txt {
      font-size: 12px;
      font-weight: 400; }
    .inp_inline_wrap .inp_inline:first-child {
      margin-left: 0; }
    .inp_inline_wrap .inp_inline.ma_sm {
      margin-left: 1% !important; }
    .inp_inline_wrap .inp_inline.ma_lm {
      margin-left: 20px !important; }
    .inp_inline_wrap .inp_inline.ma_sm {
      margin-left: 15px !important; }
    .inp_inline_wrap .inp_inline .txt {
      display: block;
      font-size: 14px;
      vertical-align: middle;
      font-weight: bold;
      text-align: center;
      line-height: 40px;
      margin: 0 5px; }
  .inp_inline_wrap .m-radio-inline, .inp_inline_wrap .m-checkbox-inline {
    margin-top: 10px !important; }

.form_search .form-group .col-form-label {
  font-size: 0.875rem;
  font-weight: bold;
  color: #3f4047bd;
  background-color: #f7f7f7; }
.form_search .form-group .col-text {
  display: inline-block;
  width: 30px;
  line-height: calc(2.25rem + 6px);
  margin: 0 -15px;
  text-align: center; }
.form_search .form-group .m-checkbox {
  padding-left: 20px;
  margin-top: 10px;
  margin-right: 10px;
  font-size: .875rem; }
  .form_search .form-group .m-checkbox span {
    width: 15px;
    height: 15px; }
.form_search .form-group .form-control,
.form_search .form-group .btn {
  margin-top: .18rem; }
.form_search .form-group .btn {
  background-color: #f7f8fa;
  color: #495057;
  border: 1px solid #ebedf2; }
  .form_search .form-group .btn[disabled] {
    cursor: default; }
  .form_search .form-group .btn:focus {
    color: #fff;
    background-color: #0076b8;
    border: 1px solid #0076b8; }
  .form_search .form-group .input_ri_icon .form-control-sm + i {
    position: absolute;
    top: 0.85rem;
    right: 25px; }
  .form_search .form-group .autoComplete .auto_input {
    display: block; position: static; width: 100%; }
  .form_search .form-group .autoComplete .result {
    width: 237px; top: 33px; border-color: #ebedf2; }
    .form_search .form-group .autoComplete .result .list .item a {
      font-size: .875rem; }

.search_btn {
  text-align: center;
  padding: 0; }
  .search_btn .btn_list {
    display: inline-block;
    vertical-align: top;
    margin: 0 5px; }

.form_fieldset {
  margin-bottom: 30px; }
  .form_fieldset > .row:first-child {
    border-top: 1px solid #000; }
  .form_fieldset .form_item {
    border-bottom: 1px solid #ebedf2; }
    .form_fieldset .form_item .title {
      font-family: '맑은 고딕', 'Malgun Gothic', 'Noto Sans KR', sans-serif;
      font-weight: 500;
      font-size: 14px;
      line-height: 41px;
      background-color: #f7f8fa;
      padding-top: 10px;
      padding-bottom: 10px; }
    .form_fieldset .form_item .cont {
      position: relative;
      font-family: '맑은 고딕', 'Malgun Gothic', 'Noto Sans KR', sans-serif;
      font-size: 14px;
      line-height: 41px;
      padding-top: 10px;
      padding-bottom: 10px; }
      .form_fieldset .form_item .cont .input_unit {
        width: 80%; }
      .form_fieldset .form_item .cont .unit {
        position: absolute;
        top: 0;
        right: 15%;
        width: 5%;
        line-height: 41px;
        padding-top: 10px; }
      .form_fieldset .form_item .cont.form_radio {
        padding-top: 0;
        padding-bottom: 0; }
        .form_fieldset .form_item .cont.form_radio label {
          display: block;
          line-height: 19px;
          margin: 7px 0 0; }
        .form_fieldset .form_item .cont.form_radio.radio_inline label {
          display: inline-block;
          line-height: 19px;
          margin: 20px 5px 0; }
        .form_fieldset .form_item .cont.form_radio.radio_inline .m-input {
          display: inline-block;
          width: 50%;
          margin-left: 10px; }
      .form_fieldset .form_item .cont .form_url .first {
        display: inline-block;
        width: 50px; }
      .form_fieldset .form_item .cont .form_url .last {
        display: inline-block;
        width: 100px;
        margin-left: 5px; }
      .form_fieldset .form_item .cont .form_url input {
        display: inline-block;
        width: 50%; }
  .form_fieldset .form_legend {
    font-family: '맑은 고딕', 'Malgun Gothic', 'Noto Sans KR', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 41px;
    padding: 0;
    margin-left: -10px; }
    .form_fieldset .form_legend + .row {
      border-top: solid 1px #000; }
  .form_fieldset .btn_opt {
    margin-top: 15px;
    margin-right: -15px;
    margin-left: 25px;
    float: right; }

.dot_red {
  color: #f4516c !important; }

hr.hide {
  border: 0;
  margin: 40px 0; }

.table_layout {
  overflow: auto; }

.table_default {
  table-layout: fixed;
  width: 100%;
  min-width: 640px; }
  .table_default .table_date {
    width: 20%; }
  .table_default .table_cont {
    width: 80%; }
  .table_default .table_use {
    width: 20%; }
  .table_default .table_name {
    width: 30%; }
  .table_default .table_div {
    width: 10%; }
  .table_default thead th {
    background-color: #f7f8fa;
    border-bottom: 1px solid #ebedf2;
    text-align: center;
    font-family: '맑은 고딕', 'Malgun Gothic', 'Noto Sans KR', sans-serif;
    font-weight: 500;
    font-size: 16px;
    padding: 15px 20px; }
  .table_default tbody th {
    text-align: center;
    font-family: '맑은 고딕', 'Malgun Gothic', 'Noto Sans KR', sans-serif;
    font-weight: 500;
    font-size: 14px;
    border-bottom: 1px solid #ebedf2; }
  .table_default tr:hover td {
    background: #f7f8fa; }
  .table_default td {
    text-align: center;
    border-bottom: 1px solid #ebedf2;
    font-family: '맑은 고딕', 'Malgun Gothic', 'Noto Sans KR', sans-serif;
    font-weight: 400;
    font-size: 14px;
    padding: 15px 20px; }
    .table_default td .m-radio {
      margin: 0; }
  .table_default.v_top td {
    vertical-align: top; }
  .table_default.t_btn td {
    position: relative;
    padding-bottom: 30px; }
    .table_default.t_btn td .name_list {
      margin-top: 50px; }
    .table_default.t_btn td .btn {
      position: absolute;
      top: 25px;
      left: 50%;
      margin-left: -55px; }
  .table_default.menu_select label {
    width: 19px;
    height: 19px;
    padding: 0;
    margin: 0; }
  .table_default.menu_select td {
    text-align: left; }
    .table_default.menu_select td.cate_2 {
      text-indent: 25px; }
    .table_default.menu_select td.cate_3 {
      text-indent: 50px; }


.text_cut {
  display: block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.file_list {
  margin: 0;
  padding: 20px 0 40px; }
  .file_list li {
    margin-top: 5px;
    text-align: left;
    list-style-type: none; }
    .file_list li:first-child {
      margin: 0; }
    .file_list li .btn_del {
      display: inline-block;
      font-size: 0;
      margin-left: 10px;
      border: solid 1px #f4516c !important;
      text-decoration: none; }
      .file_list li .btn_del i {
        display: block;
        font-size: 12px; }

.user_list {
  margin: 0; }
  .user_list li {
    margin-top: 5px;
    text-align: left;
    list-style-type: none; }
    .user_list li:before {
      content: "-";
      margin-right: 5px;
      font-weight: bold; }
    .user_list li:first-child {
      margin: 0; }
    .user_list li .btn_del {
      display: inline-block;
      font-size: 0;
      margin-left: 5px;
      border: solid 1px #f4516c !important;
      text-decoration: none; }
      .user_list li .btn_del i {
        display: block;
        font-size: 12px; }

.name_list {
  margin: 0;
  padding: 0; }
  .name_list li {
    list-style-type: none;
    line-height: 22px;
    text-align: left;
    padding: 10px 10px 10px 20px;
    margin: 10px 30px;
    border-radius: 15px;
    border: solid 1px #bbb; }
    .name_list li:first-child {
      margin-top: 0; }
  .name_list .position, .name_list .email, .name_list .tel {
    display: block;
    color: #666;
    font-size: 12px; }
  .name_list .name {
    display: block;
    color: #000;
    font-size: 14px; }

.nav.nav-tabs .nav-item.active .nav-link {
  border-color: #dee2e6 #dee2e6 #fff; }

.nav.nav-tabs.underline .nav-item .nav-link {
  border: 1px solid transparent;
  color: #212529;
  padding: 1rem 2rem; }
  .nav.nav-tabs.underline .nav-item.active .nav-link,
  .nav.nav-tabs.underline .nav-item .nav-link.active {
    color: #0086c9;
    font-weight: bold;
    border-bottom: 2px solid #0086c9; }

.nav.nav-pills .nav-item {
  margin-left: 0; }
.nav.nav-pills .nav-item .nav-link {
  padding-left: 2rem;
  padding-right: 2rem;
  border-top: 1px solid #ebedf2;
  border-right: 1px solid #ebedf2; }
  .nav.nav-pills .nav-item:first-child .nav-link {
    border-left: 1px solid #ebedf2; }
  .nav.nav-pills .nav-item .nav-link.active {
    background-color: #f7f8fa;
    color: black; }
  .nav.nav-pills .nav-item .nav-link:hover {
    color: #0086c9; }

.table_tab {
  padding: 0;
  margin: 0;
  overflow: hidden; }
  .table_tab li {
    border: 1px solid #ebedf2;
    list-style-type: none;
    line-height: 35px;
    margin-right: 5px;
    float: left; }
    .table_tab li a {
      display: block;
      text-decoration: none;
      color: #575962;
      padding: 0 25px; }
    .table_tab li.active {
      background-color: #5867dd; }
      .table_tab li.active a {
        color: #fff; }

.table_top {
  position: relative;
  margin-top: 20px !important; }

.controller {
  position: absolute;
  top: -10px;
  right: 0; }
  .controller .form-control {
    height: 31px;
    line-height: 31px; }

.grid_table_header_fix table,
.grid_table_header_scroll table,
.grid_table_content_fix table {
  margin-bottom: 0; }

.grid_table_header_fix,
.grid_table_header_scroll,
.grid_table_content_fix {
  float: left;
  margin: 0px;
  padding: 0px;
  overflow: hidden; }
.grid_table_content_scroll {
  float: left;
  margin: 0px;
  padding: 0px;
  overflow-x: scroll;
  overflow-y: scroll; }
  .grid_table_header_fix .table,
  .grid_table_header_scroll .table,
  .grid_table_content_fix .table,
  .grid_table_content_scroll .table {
    table-layout: fixed;
    padding: 0px;
    margin: 0px;
    border: 0px;
    text-align: center; }
    .grid_table_header_fix .table th,
    .grid_table_header_scroll .table th,
    .grid_table_content_fix .table td,
    .grid_table_content_scroll .table td {
      width: 100px;
      padding: 6px 0;
      vertical-align: middle;
      border: 1px solid #ebedf2; }
    .grid_table_header_fix .table th,
    .grid_table_header_scroll .table th {
      height: 60px;
      background-color: #f7f8fa; }
    .grid_table_content_fix .table td,
    .grid_table_content_scroll .table td {
      height: 30px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
.grid_table_header_scroll_wrap {
  float: left;
  width: 17px;
  height: 61px;
  background-color: #f7f8fa;
  border: 1px solid #ebedf2;
  border-left: none; }

.table_middle th, .table_middle td {
  vertical-align: middle;
  text-align: center; }

.table_scroll_x tbody tr:hover th,
.table_scroll_x tbody tr:hover td,
.table_scroll_y tbody tr:hover th,
.table_scroll_y tbody tr:hover td,
.table_scroll_xy tbody tr:hover th,
.table_scroll_xy tbody tr:hover td,
.table_wrap tbody tr:hover th,
.table_wrap tbody tr:hover td {
  background-color: #f4f5f8; }

.table_scroll_x {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden; }
  .table_scroll_x .table {
    table-layout: fixed;
    border-bottom: solid 1px #afafaf;
    margin: 0; }
    .table_scroll_x .table th {
      width: 100px; }

.table_scroll_y .table {
  border-collapse: collapse;
  width: 100%;
  border-bottom: solid 1px #afafaf;
  margin: 0; }
  .table_scroll_y .table th, .table_scroll_y .table td {
    width: 100px; }
  .table_scroll_y .table thead {
    float: left;
    width: 100%;
    padding-right: 20px;
    border-top: 1px solid #f4f5f8;
    border-bottom: 2px solid #f4f5f8; }
    .table_scroll_y .table thead th {
      border: 0; }
  .table_scroll_y .table tbody {
    overflow-y: auto;
    overflow-x: hidden;
    float: left;
    width: 100%;
    height: 300px; }
  .table_scroll_y .table tr {
    display: table;
    width: 100%; }

.table_scroll_xy {
  width: 100%;
  height: 300px;
  overflow: auto; }
  .table_scroll_xy .table {
    table-layout: fixed;
    border-bottom: solid 1px #afafaf;
    margin: 0; }
    .table_scroll_xy .table th {
      width: 100px; }

.modal-content .pager_center,
.content_wrap .pager_center {
  text-align: center; }
  .modal-content .m-datatable>.m-datatable__pager>.m-datatable__pager-nav>li>.m-datatable__pager-link.m-datatable__pager-link--active,
  .content_wrap .m-datatable>.m-datatable__pager>.m-datatable__pager-nav>li>.m-datatable__pager-link.m-datatable__pager-link--active {
    background: #fff;
    color: #0086c9;
    font-weight: bold; }
  .modal-content .m-datatable>.m-datatable__pager>.m-datatable__pager-nav>li>.m-datatable__pager-link.m-datatable__pager-link:hover,
  .modal-content .m-datatable>.m-datatable__pager>.m-datatable__pager-nav>li>.m-datatable__pager-link.m-datatable__pager-link--active:hover,
  .content_wrap .m-datatable>.m-datatable__pager>.m-datatable__pager-nav>li>.m-datatable__pager-link.m-datatable__pager-link:hover,
  .content_wrap .m-datatable>.m-datatable__pager>.m-datatable__pager-nav>li>.m-datatable__pager-link.m-datatable__pager-link--active:hover {
    background: #0086c9 !important;
    color: #fff !important; }

.table_x2 {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden; }
  .table_x2 table {
    border-bottom: solid 1px #afafaf; }
  .table_x2.x1500 table {
    width: 1500px;
    table-layout: fixed; }
  .table_x2 td, .table_x2 th {
    text-align: center;
    padding: 5px 0; }

.modal_content .scroll table thead {
  background-color: #f7f8fa;
  border-top: 1px solid #ebedf2;
  border-bottom: 1px solid #ebedf2; }
  .modal_content .scroll table thead th {
    border: 0; }

.modal_content .scroll table td {
  border-left: 0;
  border-right: 0; }

.table_wrap {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  font-size: 12px; }
  .table_wrap.scroll table {
    border-collapse: collapse;
    width: 100%;
    border-bottom: solid 1px #afafaf;
    margin: 0; }
    .table_wrap.scroll table th {
      color: #212529;
      font-weight: 500; }
    .table_wrap.scroll table th, .table_wrap.scroll table td {
      width: 100px; }
    .table_wrap.scroll table thead {
      float: left;
      width: 100%;
      padding-right: 20px; }
    .table_wrap.scroll table tbody {
      overflow-y: scroll;
      overflow-x: hidden;
      float: left;
      width: 100%;
      height: 300px; }
    .table_wrap.scroll table tr {
      display: table;
      width: 100%; }
      .table_wrap.scroll table tr th, .table_wrap.scroll table tr td {
        width: 20%; }
  .table_wrap table {
    width: 100%;
    overflow-x: auto; }
  .table_wrap .m-checkbox {
    width: 18px;
    height: 18px;
    margin: 0;
    padding: 0; }
    .table_wrap .m-checkbox span {
      top: 2px;
      background-color: #fff; }
  .table_wrap .caption {
    margin-bottom: 10px; }
    .table_wrap .caption em {
      color: #f4516c;
      font-style: normal;
      font-weight: bold; }
    .table_wrap .caption .txt {
      display: inline-block;
      margin-right: 12px;
      vertical-align: middle; }
    .table_wrap .caption button i {
      display: inline-block;
      vertical-align: middle;
      margin: -4px 4px 0 0; }
  .table_wrap td, .table_wrap th {
    text-align: center;
    padding: 6px 0; }
  .table_wrap thead th {
    background-color: #f7f8fa;
    border: 1px solid #ebedf2;
    min-width: 50px;
    font-weight: 500;
    color: #212529;
    vertical-align: middle; }
  .table_wrap tbody td {
    padding: 6px 0;
    border-bottom: 1px solid #ebedf2; }
    .table_wrap tbody td em {
      color: #36a3f7;
      font-style: normal; }
  .table_wrap.box th {
    font-weight: 500 !important;
    color: #212529 !important; }
  .table_wrap.box td {
    border: 1px solid #ebedf2;
    border-top: 0; }
    .table_wrap.box td em {
      color: #f4516c;
      font-style: normal; }
  .table_wrap .td_list {
    padding: 0; }
    .table_wrap .td_list ul {
      list-style-type: none;
      margin: 0;
      padding: 0; }
    .table_wrap .td_list li {
      border-top: 1px solid #ebedf2;
      line-height: 40px; }
      .table_wrap .td_list li:first-child {
        border-top: 0; }

.modal_default {
  width: 100%;
  background-color: #fff;
  padding: 0 30px; }
  .modal_default .modal_head {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 68px;
    background-color: #fff; }
    .modal_default .modal_head .title {
      font-size: 24px;
      line-height: 68px;
      text-align: center; }
    .modal_default .modal_head .close {
      position: absolute;
      top: 10px;
      right: 15px; }
  .modal_default .scroll_content {
    height: 400px;
    border-top: solid 1px #000;
    padding: 30px 0;
    line-height: 1.8em;
    overflow-y: auto;
    overflow-x: hidden; }
  .modal_default .modal_content {
    padding-top: 68px; }
  .modal_default.size_fix {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 600px;
    height: 580px;
    margin: -290px 0 0 -300px;
    border: solid 1px #d6d6d6; }
    .modal_default.size_fix .scroll_content {
      width: 538px; }
    .modal_default.size_fix .modal_foot {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0; }

.modal_foot {
  height: 80px;
  border-top: solid 1px #000; }
  .modal_foot .modal_btn {
    text-align: center;
    padding: 20px 0; }
    .modal_foot .modal_btn .btn {
      margin: 0 2px; }

.msg_form {
  padding: 0 0 30px 0; }
  .msg_form .msg_title {
    font-size: 14px;
    font-weight: 400;
    padding: 20px;
    text-align: center; }
  .msg_form .btn_form {
    overflow: hidden; }
    .msg_form .btn_form .m-input {
      width: calc(100% - 100px);
      float: left; }
    .msg_form .btn_form .btn {
      width: 90px;
      margin-left: 10px;
      float: left; }
  .msg_form .result {
    list-style-type: none;
    padding: 30px; }
    .msg_form .result li a {
      display: block;
      color: #000;
      line-height: 26px; }

.airport_info .info {
  margin: 20px 0 20px 15px; }
  .airport_info .info .tit {
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    margin-right: 10px; }
  .airport_info .info .cont {
    display: inline-block;
    margin: 0; }
    .airport_info .info .cont strong {
      display: inline-block;
      background: #36a3f7;
      border-radius: 4px;
      padding: 2px 6px;
      color: #fff;
      font-size: 14px;
      font-weight: 400;
      margin-right: 10px; }
      .airport_info .info .cont strong.end {
        background-color: #f4516c; }
    .airport_info .info .cont .txt {
      font-size: 14px;
      font-weight: 400;
      margin-right: 15px; }
    .airport_info .info .cont .la {
      position: relative;
      top: 2px;
      font-weight: bold;
      font-size: 20px;
      margin-right: 15px; }

.modal_board .modal_head {
  background-color: #201f2b;
  color: #fff;
  padding: 15px; }
  .modal_board .modal_head .title {
    font-size: 18px;
    font-weight: bold;
    margin: 0; }
  .modal_board .modal_head .close {
    position: absolute;
    top: 14px;
    right: 15px;
    color: #fff !important;
    line-height: 16px; }
    .modal_board .modal_head .close i {
      font-size: 22px; }

.modal_board .modal_content {
  padding: 15px; }

.modal_board.size_fix {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 600px;
  margin: -290px 0 0 -300px;
  border: solid 1px #d6d6d6; }
  .modal_board.size_fix .scroll_content {
    width: 538px; }
  .modal_board.size_fix .modal_foot {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0; }

.modal_search {
  padding-bottom: 15px;
  text-align: right; }
  .modal_search .inp_inline_wrap {
    width: 100%; }
    .modal_search .inp_inline_wrap .label {
      font-size: 14px;
      font-weight: 400;
      line-height: 40px; }

.add_text {
  margin-bottom: 20px;
  line-height: 22px; }
  .add_text ul {
    list-style-type: none;
    padding: 0; }
    .add_text ul .tit {
      font-weight: 500; }
    .add_text ul .on {
      font-weight: 500;
      color: #f4516c !important; }
    .add_text ul span {
      font-weight: 400;
      color: #7b7e8a; }

.form-group .caption {
  font-weight: 400;
  line-height: 40px;
  margin-left: 15px;
  color: #8c8c8c; }

.m-portlet__body .text {
  line-height: 40px; }

.invoice .caption {
  margin-top: 15px; }

.invoice .notice {
  border-top: 1px solid #ebedf2; }
  .invoice .notice strong {
    display: block;
    margin: 15px 0 5px; }

.invoice_top {
  position: absolute;
  top: 68px;
  left: 15px;
  width: 300px;
  overflow: hidden; }
  .invoice_top select {
    width: 120px;
    height: 28px;
    padding: 0 5px;
    margin-right: 10px;
    border: solid 1px #666;
    float: left; }

.invoice_table .m-input {
  width: 300px; }

.invoice_info_table {
  margin-top: 30px; }
  .invoice_info_table .head {
    text-align: center;
    font-weight: 500 !important;
    color: #000; }
  .invoice_info_table.turvis {
    margin: 0; }
    .invoice_info_table.turvis th, .invoice_info_table.turvis td {
      text-align: left;
      font-size: 12px;
      min-width: 125px;
      height: 37px; }
        .invoice_info_table.turvis th input.small, .invoice_info_table.turvis td input.small {
          width: 100px !important;
          margin: 0 auto; }

.stamp {
  width: 100%;
  margin: 50px auto 40px;
  line-height: 28px;
  font-weight: bold;
  text-align: center; }
  .stamp .stamp_txt {
    display: inline-block;
    font-size: 20px;
    font-weight: normal;
    vertical-align: middle; }
  .stamp .stamp_img {
    display: inline-block;
    margin-left: 20px;
    vertical-align: middle; }

.form_footer {
  border-top: 1px solid #ebedf2;
  padding: 20px 0 10px; }

.invoice_tourvis {
  position: relative;
  min-width: 650px; }
  .invoice_tourvis .txt_left {
    text-align: left;
    margin: 5px 10px; }
  .invoice_tourvis > .txt {
    margin: 10px 0; }
  .invoice_tourvis .sub_title {
    margin: 20px 0 40px;
    text-align: center;
    font-size: 32px;
    letter-spacing: 0.2em; }
  .invoice_tourvis .invoice_tourvis_head {
    margin-bottom: 30px; }
  .invoice_tourvis .invoice_tourvis_info.en .info_form_b {
    width: 450px;
    margin-left: calc(100% - 450px); }
    .invoice_tourvis .invoice_tourvis_info.en .info_form_b th {
      width: 180px; }
    .invoice_tourvis .invoice_tourvis_info.en .info_form_b td {
      text-align: left; }
  .invoice_tourvis .invoice_tourvis_info .txt {
    text-align: center; }
  .invoice_tourvis .invoice_tourvis_info .info_form_a {
    width: 300px;
    margin-left: calc(100% - 300px);
    overflow: hidden; }
  .invoice_tourvis .invoice_tourvis_info .info_form_b {
    width: 450px;
    margin-left: calc(100% - 450px); }
    .invoice_tourvis .invoice_tourvis_info .info_form_b .tit {
      width: 100% !important;
      text-align: center;
      float: none; }
    .invoice_tourvis .invoice_tourvis_info .info_form_b th, .invoice_tourvis .invoice_tourvis_info .info_form_b td {
      height: 32px;
      padding: 2px 10px; }
  .invoice_tourvis .invoice_tourvis_info .info_form_c {
    position: absolute;
    top: 130px;
    left: 15px;
    width: 300px; }
  .invoice_tourvis .invoice_tourvis_info dt {
    width: 75px;
    line-height: 25px;
    font-weight: 500;
    margin-bottom: 10px;
    float: left; }
  .invoice_tourvis .invoice_tourvis_info dd {
    width: 225px;
    line-height: 25px;
    margin: 0;
    margin-bottom: 10px;
    float: left; }
    .invoice_tourvis .invoice_tourvis_info dd input {
      padding: 0 8px;
      height: 25px; }
    .invoice_tourvis .invoice_tourvis_info dd .input-group-text {
      padding-left: 5px;
      padding-right: 5px; }

.form_table {
  width: 100%; }
  .form_table .unit th {
    font-weight: 500 !important;
    color: #000; }
  .form_table .unit .label {
    display: inline-block;
    width: 40px; }
  .form_table .unit input {
    display: inline-block;
    width: 260px;
    text-align: right; }
  .form_table .total th {
    background-color: #f4516c;
    color: #fff; }
  .form_table .total td {
    background-color: #f7f8fa; }
    .form_table .total td .m-input {
      text-align: right;
      font-weight: 600;
      color: #f4516c; }
  .form_table .form_tit {
    width: 120px;
    background-color: #f7f8fa;
    border: 1px solid #ebedf2;
    box-sizing: border-box;
    padding: 5px 10px;
    font-weight: 400;
    font-size: 12px;
    vertical-align: middle;
    color: #575962; }
    .form_table .form_tit .m-radio span {
      background-color: #fff; }
    .form_table .form_tit .add {
      display: block;
      font-size: 12px;
      margin-top: 5px; }
  .form_table .form_cont {
    border: 1px solid #ebedf2;
    box-sizing: border-box;
    padding: 5px 10px;
    font-weight: 400;
    font-size: 14px;
    line-height: 26px; }
  .form_table .m-input, .form_table .custom-file-input, .form_table .custom-file-label, .form_table .custom-file {
    height: 26px;
    line-height: 26px;
    font-size: 12px;
    padding: 0 10px; }
  .form_table .custom-file-label::after {
    height: 24px;
    line-height: 24px;
    padding: 0 10px; }
  .form_table .m-radio, .form_table .m-checkbox {
    margin: 0;
    padding-left: 25px; }

.form_cont_row {
  display: block; }
  .form_cont_row .inp_inline_wrap {
    display: block;
    position: relative;
    top: -2px; }
  .form_cont_row .inp_inline {
    vertical-align: middle;
    margin-right: 20px;
    margin-top: 5px;
    margin-left: 0;
    line-height: 20px; }
  .form_cont_row:first-child {
    margin-left: 0; }
  .form_cont_row .inp_inline .m-input {
    display: inline-block;
    width: 100px;
    margin-left: 10px; }

.form_row {
  display: block; }
  .form_row.row {
    margin: 5px 0; }
  .form_row .inp_inline_wrap {
    display: block; }
  .form_row .m-radio span, .form_row .m-checkbox span {
    top: 4px; }

.form_btn {
  position: relative; }
  .form_btn .form_row {
    padding-right: 70px; }
  .form_btn .add_btn {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 70px; }
    .form_btn .add_btn .btn {
      position: absolute;
      top: 50%;
      margin-top: -15px; }

.modal_change .control {
  padding: 10px;
  background-color: #f7f8fa;
  border-bottom: solid 1px #000;
  margin-bottom: 20px; }
  .modal_change .control .contorl_select {
    display: inline-block;
    width: 25%;
    vertical-align: top; }
  .modal_change .control .control_search {
    display: inline-block;
    width: 38%;
    margin-left: 2%;
    overflow: hidden;
    vertical-align: top; }
    .modal_change .control .control_search .control_search_select {
      width: 40%;
      float: left; }
    .modal_change .control .control_search .control_search_input {
      width: 58%;
      margin-left: 2%;
      float: left; }
  .modal_change .control .control_input {
    display: inline-block;
    width: 35%;
    margin-left: 2%;
    vertical-align: top; }
    .modal_change .control .control_input .control_txt_input {
      width: 60%;
      float: left; }
    .modal_change .control .control_input .control_txt_button {
      width: 38%;
      margin-left: 2%;
      float: left; }

.modal_change .change_view {
  overflow: hidden; }
  .modal_change .change_view .push, .modal_change .change_view .pop {
    width: 49%;
    float: left; }
  .modal_change .change_view .pop {
    margin-left: 2%; }
  .modal_change .change_view .title {
    display: block;
    font-weight: 500;
    font-size: 14px;
    color: #000;
    line-height: 34px; }
    .modal_change .change_view .title em {
      color: #5867dd;
      font-style: normal;
      margin-left: 2px; }
  .modal_change .change_view .list {
    height: 300px;
    list-style-type: none;
    padding: 10px;
    border: solid 1px #ebedf2;
    margin: 0;
    overflow-y: auto; }
    .modal_change .change_view .list li {
      position: relative;
      padding-left: 24px;
      line-height: 26px; }
    .modal_change .change_view .list a {
      font-size: 12px;
      font-weight: 300;
      color: #898b96; }
      .modal_change .change_view .list a em {
        color: #000;
        font-style: normal;
        font-weight: 500; }
      .modal_change .change_view .list a i {
        position: absolute;
        left: 0;
        top: 4px;
        font-size: 20px;
        color: #2e40d4;
        text-decoration: none; }
        .modal_change .change_view .list a i.la-minus-square {
          color: #f4516c; }
      .modal_change .change_view .list a:hover {
        color: #2e40d4; }
        .modal_change .change_view .list a:hover em {
          color: #2e40d4; }

.change_view_caption {
  margin: 8px 0 40px;
  font-size: 12px;
  font-weight: 300;
  color: #898b96; }
  .change_view_caption i {
    position: relative;
    top: 2px;
    margin-right: 2px; }

.modal_choice .control {
  padding: 10px;
  background-color: #f7f8fa;
  border-bottom: solid 1px #000;
  text-align: center;
  margin-bottom: 20px; }
  .modal_choice .control .control_input {
    width: 100%; }
    .modal_choice .control .control_input .label {
      display: inline-block;
      vertical-align: middle;
      line-height: 40px;
      margin-right: 15px; }
    .modal_choice .control .control_input .control_txt_input {
      width: 40%;
      display: inline-block;
      vertical-align: top;
      margin-right: 5px; }
    .modal_choice .control .control_input .control_txt_button {
      display: inline-block;
      vertical-align: top; }

.modal_choice .change_view {
  height: 300px;
  overflow-y: auto;
  overflow-x: hidden; }
  .modal_choice .change_view dl {
    border-top: solid 1px #ebedf2;
    margin: 0; }
    .modal_choice .change_view dl:first-child {
      border: 0; }
      .modal_choice .change_view dl:first-child dt {
        margin-top: 0; }
    .modal_choice .change_view dl dt {
      margin-top: 15px; }
    .modal_choice .change_view dl dd {
      padding-left: 30px; }
  .modal_choice .change_view label {
    font-weight: 400; }

.modal-content .list-group .list-group-item {
  padding: .5rem 1.25rem;
  font-size: 0.9rem;
  border: none;
  border-bottom: 1px solid #ddd; }
  .modal-content .list-group input:checked + .list-group-item {
    border-color: #0086c9;
    background-color: #0086c9;
    color: #fff; }
    .modal-content .list-group div input {
      display: none; }

.invoice_info {
  position: absolute;
  top: 68px;
  right: 20px;
  width: 200px;
  overflow: hidden; }
  .invoice_info dt {
    width: 50px;
    line-height: 25px;
    font-weight: 500;
    float: left; }
  .invoice_info dd {
    width: 150px;
    float: left; }
    .invoice_info dd input {
      padding: 0 8px;
      height: 25px; }
    .invoice_info dd .input-group-text {
      padding-left: 5px;
      padding-right: 5px; }

.invoice {
  padding-top: 40px; }

.invoice_head {
  margin-bottom: 50px; }
  .invoice_head .logo {
    margin-top: 45; }
  .invoice_head .indent {
    font-weight: 300;
    margin-left: 20px; }
  .invoice_head .indent + dd {
    width: 130px; }
  .invoice_head p em {
    display: inline-block;
    font-style: normal;
    font-size: 26px; }
  .invoice_head p span {
    display: inline-block;
    font-weight: 400;
    font-size: 13px;
    margin-left: 5px; }

.modal_tab_item {
  margin-bottom: 60px; }
  .modal_tab_item .table_top {
    margin: 20px 0; }
    .modal_tab_item .table_top .controller {
      top: -5px; }
  .modal_tab_item .form_table th, .modal_tab_item .form_table td {
    padding: 5px 10px !important;
    border: 0;
    border-top: 1px solid #ebedf2;
    border-bottom: 1px solid #ebedf2;
    font-size: 12px; }
    .modal_tab_item .form_table th .btn, .modal_tab_item .form_table td .btn {
      float: right; }

.btn_select {
  display: inline-block;
  margin-left: 20px; }
  .btn_select .select_list {
    list-style-type: none;
    padding: 0;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    margin-left: 10px; }
    .btn_select .select_list li {
      display: inline-block;
      margin-right: 15px; }
    .btn_select .select_list .btn_del {
      display: inline-block;
      font-size: 0;
      margin-left: 5px;
      border: solid 1px #f4516c !important;
      text-decoration: none;
      line-height: 0px; }
      .btn_select .select_list .btn_del i {
        display: block;
        font-size: 12px; }

.tab_list th, .tab_list td {
  font-size: 12px;
  padding: 8px 0 !important;
  width: 100px !important;
  vertical-align: middle !important; }
  .tab_list th .btn, .tab_list td .btn {
    padding: 2px 5px !important; }

.tab_list .m-checkbox {
  top: -5px;
  padding-left: 18px; }


.modal_table th {
  width: 140px !important; }

.modal_table .form_cont {
  width: 300px; }

.tab_table .red_dot {
  color: #f4516c !important; }

.tab_table .input-group-append a {
  height: 26px;
  line-height: 26px;
  padding: 0 10px;
  font-size: 12px; }

#footLogo {
  margin-bottom: 10px; }

.m-footer__copyright {
  display: block;
  width: 1000px !important; }
  .m-footer__copyright .addr_item {
    display: inline-block; }
    .m-footer__copyright .addr_item:first-child:before {
      content: none; }
    .m-footer__copyright .addr_item:before {
      content: "|";
      margin: 0 5px; }
  .m-footer__copyright .copy {
    display: block;
    font-weight: 400 !important;
    line-height: 24px;
    opacity: 0.5; }

.m-footer--push.m-aside-left--enabled:not(.m-footer--fixed) .m-aside-right, .m-footer--push.m-aside-left--enabled:not(.m-footer--fixed) .m-wrapper {
  margin-bottom: 0px; }

.m-footer--push.m-aside-left--enabled:not(.m-footer--fixed) .m-footer {
  margin-top: -145px; }

.m-footer {
  padding-top: 12px;
  height: 145px; }

.m-stack__item--left {
  overflow: hidden; }

@media (max-width: 1024px) {
  .m-footer__copyright {
    display: block;
    width: 100% !important; } }

.member_form {
  width: 1200px;
  margin: 0 auto; }
  .member_form .title {
    margin: 60px auto 30px; }
    .member_form .title img {
      display: block;
      margin: 0 auto; }
  .member_form .form_title {
    margin: 60px 0 15px;
    font-size: 18px; }
  .member_form .step_list {
    position: relative;
    background-color: #f2ebd5;
    text-align: center;
    padding: 35px 0; }
    .member_form .step_list:after {
      content: "";
      position: absolute;
      top: 50px;
      left: 50%;
      width: 430px;
      margin-left: -215px;
      height: 1px;
      background-color: #c4ac7b;
      z-index: 5; }
    .member_form .step_list .step {
      position: relative;
      z-index: 10;
      display: inline-block;
      width: 100px;
      margin: 0 50px; }
      .member_form .step_list .step .number {
        display: block;
        width: 30px;
        height: 30px;
        line-height: 30px;
        color: #c4ac7b;
        margin: 0 auto;
        font-style: normal;
        background-color: #fff;
        border-radius: 100%; }
      .member_form .step_list .step.active .number {
        background-color: #c4ac7b;
        color: #fff; }
      .member_form .step_list .step .txt {
        display: block;
        margin-top: 10px;
        color: #c4ac7b; }
  .member_form .member_field {
    margin: 50px; }
    .member_form .member_field .field_tit {
      display: block;
      font-size: 14px;
      margin: 20px 0 30px;
      border-bottom: solid 1px #333; }
      .member_form .member_field .field_tit strong {
        display: block;
        font-size: 16px;
        margin-bottom: 5px; }
      .member_form .member_field .field_tit p {
        font-size: 12px;
        color: #666; }
    .member_form .member_field .member_table {
      margin-bottom: 50px; }
      .member_form .member_field .member_table th {
        width: 150px; }
      .member_form .member_field .member_table th, .member_form .member_field .member_table td {
        position: relative;
        padding: 15px 0; }
      .member_form .member_field .member_table td {
        width: 350px; }
      .member_form .member_field .member_table .opt_txt {
        display: block;
        margin-top: 5px;
        color: #fd397a; }
      .member_form .member_field .member_table .m-input {
        padding-right: 120px; }
      .member_form .member_field .member_table .set_email {
        position: absolute;
        top: 25px;
        right: 20px; }
  .member_form .complete_msg {
    text-align: center;
    border-bottom: solid 1px #ddd; }
    .member_form .complete_msg strong {
      display: block;
      font-size: 18px;
      color: #333; }
    .member_form .complete_msg span {
      display: block;
      margin: 5px 0 30px; }
  .member_form .cs_info {
    margin: 30px 0 50px;
    overflow: hidden; }
    .member_form .cs_info .cs_box {
      background-color: #eee;
      padding: 20px;
      width: 525px;
      height: 170px;
      margin-left: 50px;
      float: left; }
      .member_form .cs_info .cs_box:first-child {
        margin-left: 0; }
      .member_form .cs_info .cs_box dt {
        color: #333;
        margin-bottom: 10px; }
      .member_form .cs_info .cs_box dd {
        position: relative;
        line-height: 34px;
        margin: 0; }
        .member_form .cs_info .cs_box dd button {
          margin-left: 10px; }
        .member_form .cs_info .cs_box dd:before {
          content: "";
          display: inline-block;
          width: 2px;
          height: 2px;
          background-color: #333;
          vertical-align: middle;
          margin-right: 8px; }
        .member_form .cs_info .cs_box dd.add_list:before {
          content: none; }
        .member_form .cs_info .cs_box dd.add_list ul {
          list-style-type: none;
          padding: 0; }
          .member_form .cs_info .cs_box dd.add_list ul li {
            margin: 0;
            line-height: 24px; }
        .member_form .cs_info .cs_box dd.add_list i {
          position: absolute;
          right: 0;
          bottom: -50px;
          font-size: 40px; }

.login_out {
  padding: 280px 0;
  background-color: #f7f8fa;
  text-align: center; }
  .login_out strong {
    display: block;
    font-weight: normal;
    text-align: center;
    font-size: 30px; }
  .login_out p {
    margin-top: 30px;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    line-height: 24px; }
  .login_out button {
    margin-top: 30px; }

.btn-primary {
  color: white !important;
  background-color: #0086c9 !important;
  border-color: #0086c9 !important; }

.btn-primary:hover {
  color: #fff !important;
  background-color: #0076b8 !important;
  border-color: #0076b8 !important; }

.btn-outline-primary {
  color: #0086c9 !important;
  border-color: #0086c9 !important; }

.btn-outline-primary:hover {
  color: white !important;
  background-color: #0086c9 !important;
  border-color: #0086c9 !important; }

.btn-outline-primary:focus {
  color: white !important;
  background-color: #0086c9 !important;
  border-color: #0086c9 !important; }

.btn.btn-default, .btn.btn-secondary {
  background: #fff !important;
  border-color: #ebedf2 !important; }

.btn.btn-secondary:hover:not(:disabled) {
  border-color: #ebedf2 !important;
  background-color: #f4f5f8 !important; }

.btn-danger {
  color: #fff !important;
  background-color: #f4516c !important;
  border-color: #f4516c !important; }
  .btn-danger:hover {
    color: #fff !important;
    background-color: #f22d4e !important;
    border-color: #f12143 !important; }

.btn-gray {
  background-color: #f7f8fa !important;
  color: #495057 !important;
  border: 1px solid #ebedf2 !important; }

.btn-tourvis {
  padding: 0 15px;
  height: 30px;
  font-size: 12px;
  line-height: 30px;
  color: #fff !important;
  background-color: #0086c9 !important;
  border-color: #0086c9 !important;
  border-radius: 5px; }
.btn-tourvis:hover {
  background-color: rgba(0, 114, 201, 0.7) !important;
  border-color: rgba(0, 114, 201, 0.7) !important; }
.btn-tourvis:disabled {
  color: #acacac !important;
  background-color: #f4f4f4 !important;
  border-color: #acacac !important; }

  .btn-tourvis.outline {
    color: #0086c9 !important;
    background-color: #fff !important;
    border-color: #0086c9 !important; }

  .btn-tourvis.danger {
    background-color: #f22d4e !important;
    border-color: #f22d4e !important; }
    .btn-tourvis.danger.outline {
      color: #f22d4e !important;
      background-color: #fff !important;
      border-color: #f22d4e !important; }

  .btn-tourvis.white {
    color: rgb(33, 37, 41) !important;
    background-color: #fff !important;
    border-color: rgb(235, 237, 242) !important; }

  .btn-tourvis.w150 {
    padding: 0;
    width: 150px; }
  .btn-tourvis.small {
    font-size: 12px;
    height: 25px;
    line-height: 25px;
    border-radius: 5px; }
  .btn-tourvis.large {
    font-size: 15px;
    height: 40px;
    line-height: 40px; }

.input-group-text {
  padding-left: 5px;
  padding-right: 5px; }

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
   -webkit-box-shadow: 0 0 0 1000px white inset; }

.form-control:focus {
  border-color: #0086c9 !important; }

.ui-datepicker.ui-widget.ui-widget-content {
  width: 265px;
  padding: 10px;
  border: 0;
  box-shadow: 0 0 50px 0 rgba(82,63,105,.15); }

.ui-datepicker .ui-datepicker-header.ui-widget-header {
  border: none;
  border-radius: 0;
  background: none;
  line-height: 37px; }
  .ui-datepicker .ui-datepicker-header .ui-datepicker-prev,
  .ui-datepicker .ui-datepicker-header .ui-datepicker-next {
    width: 35px;
    height: 35px;
    text-align: center; }
    .ui-datepicker .ui-datepicker-header .ui-datepicker-prev i,
    .ui-datepicker .ui-datepicker-header .ui-datepicker-next i {
      line-height: 30px; }
  .ui-datepicker .ui-datepicker-header .ui-datepicker-title {
    margin: 0 38px; }
.ui-datepicker .ui-datepicker-header .ui-datepicker-title .ui-datepicker-year,
.ui-datepicker .ui-datepicker-header .ui-datepicker-title .ui-datepicker-month {
      display: inline-block;
      width: 40%;
      height: 31px;
      line-height: 1.5;
      margin: 0 5px;
      padding: 0 0.25rem;
      border: 1px solid #ebedf2;
      color: #575962; }

.ui-datepicker .ui-datepicker-calendar .ui-state-default {
  border: 1px solid #fff;
  border-radius: 4px;
  background: none;
  color: #595d6e;
  font-size: 1rem;
  text-align: center;
  line-height: 25px;
  width: 30px;
  height: 30px; }
  .ui-datepicker .ui-datepicker-calendar .ui-state-default:hover {
      background: #ebedf2; }
  .ui-datepicker .ui-datepicker-calendar .ui-state-default.ui-state-highlight {
    border: 1px solid #0086c9;
    color: #0086c9; }
  .ui-datepicker .ui-datepicker-calendar .ui-state-default.ui-state-active {
    background-color: #0086c9;
    color: #fff; }

.font-small {
  font-size: 12px; }

.pagination-sm .page-item .page-link,
.pagination-sm .page-item.prev .page-link i,
.pagination-sm .page-item.next .page-link i {
  font-size: 12px;
  color: #575962; }
.pagination-sm .page-item.active .page-link {
  background-color: #0086c9;
  border: none;
  font-weight: bold;
  color: #fff;
  cursor: none; }
  .pagination-sm .page-item .page-link[disabled="disabled"] i {
    color: #ccc; }
  .pagination-sm .page-item .page-link[disabled="disabled"]:hover {
    background-color: #fff; }

.print_title {
  display: none; }

@media print {
  .form-control {
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
    .form-control::-ms-expand {
      display: none; }

  .input-group-append {
    display: none; }

  .print_title {
      display: block; }
}