h1, h2, h3 {
    margin-top: 10px;
    margin-bottom: 10.5px;
    font-family: "Open Sans", Calibri, Candara, Arial, sans-serif;
}

dd {
    margin-left: 0;
}

.left-link-space-qna {
    padding: 0px 0px 12px 0;
    line-height: 19px;
    letter-spacing: -0.2pt;
    width: 100%;
    margin: 0 auto;
}

.notice_red{
	color: red;
    text-align: left;
    font-size: 12px;
    padding: 0 6px;
}

.border-line {
    border-bottom: 1px solid rgb(225, 225, 225);
}

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

.form-type-title {
    margin-right: 0%;
    width: 35%;
    float: left;
}

.qna-required-t {
    position: relative;
    top: 3px;
    left: -10px;
}

.form-type2-dl {
    float: right;
    width: 64%;
    margin: 0;
    font-size: 1em;
}

.form-type3-dl {
    float: left;
    width: 32%;
    margin: 0 4px 0 0;
    font-size: 1em;
}

.form-type3-dl:nth-last-child(1) {
    margin: 0 0 0 0;
}

.form-type3-dl dd, .form-type2-dl dd{
    padding:0;
    font-size:0.9em;
}

.disable {
    display: none;
}

.mustPlanSelectError {
    color: red;
}

.form-control {
    display: block;
    width: 100%;
    height: 43px;
    padding: 10px 8px;
    font-size: 15px;
    line-height: 1.42857;
    color: #666;
    vertical-align: middle;
    background-color: #ffd9d9;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.tell-check-icon {
    width: 17px !important;
    height: 17px;
    position: relative;
    top: -32px;
    left: 68px !important;
    margin-top: -17px;
    display: none;
}

.tell_3 {
    width: 64%;
    float: right;
}

.form-group-space {
    margin-bottom: 10px;
    display: flex;
justify-content: space-evenly;
}


.pass {
    position: relative;
    float: right;
    display: inline-block;
    top: -11px;
    margin-right: 7px;
    margin-top: -18px;
}

.chk {
    position: relative;
    display: inline-block;
    padding: 5px;
    top: 5px;
    min-width: 120px;
    max-width: 100%;
    color: #fff;
    font-size: 0.8em;
    background: #c72439;
    border-radius: 4px;
}

.chk {
    margin-top: 5px;
    margin-bottom: 5px;
    width: fit-content;
}


.btn-primary {
    font-size: 1.2em;
    line-height: 25pt;
    border-radius: 4px;
    padding: 4px 0px;
    width: 200px;
    height: 45px;
    border: 0;
    cursor: pointer;
}


.primary_1 {
    color: #fff;
    background-color: #4fa6f7;
}

.primary_1:hover{
    color: #fff;
    background-color: #2487e3;
}

.primary_2 {
color: #fff;
background-color: #c0c0c0;
}

.primary_2:hover {
    color: #fff;
    background-color: #a6a6a6;
}

.popup {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;


  }
  .popup.is-show {
    opacity: 1;
    visibility: visible;
    transition: .6s;

  }
  .popup-inner {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 80%;
    height: 41%;
    max-width: 470px;
    padding: 21px;
    background-color: #fff;
    border-radius: 5px;
    z-index: 2;
  }
  .popup-inner img {
    width: 100%;
  }
.popup-inner-login {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 90%;
  max-width: 460px;
  background-color: #fff;
  z-index: 2;
}
  .close-btn {
    position: absolute;
    right: 0;
    top: 15px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
  }
  .close-btn i {
    font-size: 20px;
    color: #666;
  }
  .black-background {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.8);
    z-index: 1;
    cursor: pointer;
  }


  .estimate_step{
    padding-top: 40px;
  }

  .estimate_step_h3{
    text-align: left;
    font-size:32px;
    margin: 30px 0 20px;
    padding: 0;
  }

  .estimate_step_talbe{
    border: 1px solid #e0dede;
    width: 100%;
    padding: 0px;
    border-collapse: collapse;
  }

  .estimate_total_talbe{
    border: 1px solid #e0dede;
    width: 372px;
    padding: 0px;
    border-collapse: collapse;
  }

  .estimate_step_tr{
  }

  .estimate_step_td{
    padding: 15px;
    border: 1px solid #e1e1e1;
  }

  .step_td_header{
      background: #f6f6f7;
      width: 30%;
      vertical-align: bottom;
  }

  .step_td_contents{
      background: #ffffff;
      width: 78%;
  }

  label.step_item {
      margin-right: 25px;
  }

  input.radio, .checkbox{
     vertical-align: -2px;
     margin-right: 5px;
  }

  .icon-help-g {
    background-image: url(/images/contents/icon-help-off.png);
    background-size: 18px 18px;
    cursor: pointer;
    background-repeat: no-repeat;
  }

  .help-layout {
      display: inline-block;
      height: 18px;
      width: 18px;
  }

  ::placeholder {
    color:#d4d4d4;
  }

  a.url_link_util {
      /* font-size: 13px; */
      color: #2D6EB5;
      font-weight: normal;
      line-height: 18px;
      vertical-align: middle;
      background: transparent url(/images/type_arrow_oran1.png) no-repeat scroll left center;
      padding-left: 20px;
      padding-top: 1px;
      text-decoration: none;
  }

  /* #js-show-popup{
    border: none;
    padding: 19px 0 12px;
    background-color:#0a7dd8;
    width: 100%;
    text-align:center;
    font-size: 38px;
    color:#ffffff;
    border-radius:10px;
    margin:0 auto;
    cursor: pointer;
    border: 1px solid #1867a7;
    background: -moz-linear-gradient(#0a7dd8, #176eb5);
    background: -webkit-linear-gradient(#0a7dd8, #176eb5);
    background: linear-gradient(#0a7dd8, #176eb5);
  } */

  #js-show-popup {
    border: none;
    width: 100%;
    text-align: center;
    color: #ffffff;
    margin: 0 auto;
    cursor: pointer;
    background: -moz-linear-gradient(#0a7dd8, #176eb5);
}

  #js-show-popup:hover{
      /* opacity: 0.93; */
  }

/******************* close *********************/
textarea.form-control-close {
  height: auto;
}

.form-control-close {
  display: block;
  width: 96%;
  padding: 8px 6px;
  font-size: 14px;
  line-height: 1.2;
  margin-top: 3px;
  color: #555;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 0!important;
  -webkit-box-shadow: none!important;
  box-shadow: none!important;
}

.form-control-close:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6)
}

.form-control-close:-moz-placeholder {
  color: #c3c3c3;
}

.form-control-close::-moz-placeholder {
  color: #c3c3c3;
}

.form-control-close:-ms-input-placeholder {
  color: #c3c3c3;
}

.form-control-close::-webkit-input-placeholder {
  color: #c3c3c3;
}

.form-control-close[disabled], .form-control-close[readonly], fieldset[disabled] .form-control-close {
  cursor: not-allowed;
  background-color: #e6e6e6;
}

.form-control-close {
  background-color: #ffffff;
}

.form-control-close.passed {
  background-color: #fff;
}


.form-control-close.error {
  background-color: #faffbd;
  border: 1px solid #e40000;
}


.form-control-close:focus {
  background-color: #faffbd;
}

.btn-primary-close {
  font-size: 1.2em;
  line-height: 25pt;
  border-radius: 4px;
  padding: 4px 0px;
  width: 180px;
  height: 45px;
  border: 0;
  cursor: pointer;
}
