.stepBar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  position: relative;
  margin: 20px auto;
  text-align: center;
  -webkit-padding-start: 0px;
          padding-inline-start: 0px;
  padding: 0;
}

.stepBar li {
  font-size: 12px;
  list-style: none;
  position: relative;
  width: 33.333%;
}

.stepBar li:after {
  background: #D0E1F9;
  content: "";
  width: calc(100% - 24px);
  height: 4px;
  position: absolute;
  left: calc(-50% + 12px);
  top: 10px;
}

.stepBar li:first-child:after {
  display: none;
}

.stepBar li span {
  background: #D0E1F9;
  color: #ffffff;
  display: inline-block;
  height: 24px;
  margin-bottom: 5px;
  line-height: 24px;
  width: 24px;
  border-radius: 50%;
}

.stepBar .visited:after {
  background: #4D648D;
}

.stepBar .visited span {
  background: #4D648D;
}

div.kccititle1 {
  border-width: 1px 1px 1px 10px;
  border-style: solid;
  border-left-color: #4D648D;
  padding-left: 10px;
  border-right-color: initial;
  border-top-color: initial;
  border-bottom-color: initial;
  margin-top: 40px;
  margin-bottom: 1em;
  color: #4D648D;
}

div.kccimsg {
  margin: 1em 2em;
}

p.kccimsg {
  font-size: 85%;
  color: #4D648D;
}

p.kccifooter1 {
  margin: 0;
  padding-left: 0em;
}

p.kccifooter2 {
  margin: 0;
  padding-left: 1em;
  padding-right: 1em;
}

hr.kccifooter {
  background-color: #3097d1;
  height: 1px;
  margin-top: 2em;
  margin-bottom: 1em;
}

div.bsp1 {
  margin-top: 40px;
}

@media screen and (max-width: 991px) {
  button.bsp {
    width: 100%;
    height: 40px;
  }

  div.bsp2 {
    float: none;
  }

  div.memberdisp_val {
    display: block;
    width: 100%;
  }

  div.memberdisp_btn {
    display: block;
    margin-top: 10px;
    background-color: #4D648D;
    border-color: #636b6f;
  }

  button.memberdisp_submit_btn {
    display: block;
    width: 100%;
    margin-top: 10px;
    background-color: #4D648D;
    border-color: #636b6f;
  }

  div.memberdisp_menu_btn {
    display: block;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 20px;
    background-color: #4D648D;
    border-color: #636b6f;
  }

  div.checkpos {
    text-align: left !important;
  }
}

.memberdisp_btn > a {
  color: white;
  text-decoration: none;
}

@media screen and (min-width: 992px) {
  button.bsp {
    height: 40px;
    margin-bottom: 20px;
  }

  div.bsp2 {
    display: inline-block;
  }

  div.memberdisp_val {
    display: inline-block;
  }

  div.memberdisp_btn {
    margin: 0 auto;
    float: right;
    width: 22%;
    background-color: #4D648D;
    border-color: #636b6f;
  }

  button.memberdisp_submit_btn {
    margin: 0 auto;
    float: right;
    width: 22%;
    background-color: #4D648D;
    border-color: #636b6f;
  }

  div.memberdisp_menu_btn {
    margin-bottom: 20px;
    width: 200px;
    min-width: 200px;
    background-color: #4D648D;
    border-color: #636b6f;
  }

  div.checkpos {
    text-align: center !important;
  }
}

div.memberdisp_btn:hover,
div.memberdisp_menu_btn:hover,
button.memberdisp_submit_btn:hover {
  background-color: #636b6f;
}

.logout_btn {
  position: relative;
  display: inline-block;
  padding: 0.25em 0.5em;
  text-decoration: none;
  color: #FFF;
  background: #3097d1;
  border: solid 1px #2a88bd;
  border-radius: 4px;
  /*
      box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
      text-shadow: 0 1px 0 rgba(0,0,0,0.2);
      */
  font-size: 11px;
}

.logout_btn:hover {
  color: #FFF;
}

div.header_name {
  text-align: right;
  font-size: 12px;
  color: #636b6f;
}

.logout_btn:active {
  border: solid 1px #03A9F4;
  color: #FFF;
  background: #2a88bd;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-shadow: none;
}

.mypage-ta {
  resize: vertical;
}

h4.body-title {
  font-weight: bold;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 30px;
  font-size: 16pt;
}

a.a-title {
  color: #FFF;
  float: left;
  text-decoration: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: 0px;
}

.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
  vertical-align: top;
  margin-left:10px;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

label {
  font-weight: normal;
}
