@charset "UTF-8";
.mb0 {
  margin-bottom: 0 !important;
}

.wtbg_box {
  background: #fff !important;
}

.page_tit {
  font-size: 30px;
  position: relative;
  color: #515151;
  font-weight: 400;
  margin-bottom: 40px;
}

.page_tit.line::after {
  width: 100%;
  height: 1px;
  background: rgba(45, 46, 85, 0.41);
}

.page_tit::after {
  content: '';
  display: block;
  width: 30px;
  height: 6px;
  background: #2D2E55;
  margin-top: 20px;
}

.inputBtnBox::after {
  display: block;
  content: '';
  clear: both;
}

.inputBtnBox input {
  float: left;
  width: calc(100% - 112px);
  border-radius: 5px 0 0 5px;
}

.inputBtnBox input.miss_line {
  border: 1px solid #BC1E1B;
  border-right: 0;
}

.inputBtnBox input.comp_line {
  border: 1px solid #4B50FF;
  border-right: 0;
  background-color: #F4F4F4;
}

.inputBtnBox input.on_line {
  border: 1px solid #2D2E55;
  border-right: 0;
}

.inputBtnBox .input_btn {
  width: 112px;
  border-radius: 0 5px 5px 0;
  height: 48px;
  line-height: 48px;
  background-color: #B8B8B8;
  color: #fff;
  font-size: 1.6em;
}

.inputBtnBox .input_btn.on {
  background: #2D2E55;
}

.art_tit {
  font-size: 2.8rem;
  font-weight: 500;
  text-align: center;
  height: 140px;
  line-height: 140px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid #E7E7E7;
  border-top: 1px solid #CDCDCD;
}

/* 미디어쿼리 900 영역 */
@media (max-width: 900px) {
  .page_tit {
    font-size: 28px;
  }
  .inputBtnBox .input_btn {
    font-size: 1.4em;
  }
  .prl {
    padding: 0 2em !important;
  }
  .art_tit {
    height: 100px;
    line-height: 100px;
  }
}
