@charset "UTF-8";
/* ^scss에서 수정해주세요!  Don't edit .css file, Only work on the scss*/
.p_service .banner_area {
  margin-top: 10px;
  border-radius: 10px;
  overflow: hidden;
}
.p_service .com_col__wrap {
  margin-top: 10px;
}
.p_service .com_col {
  align-self: stretch;
  min-height: calc(var(--vh, 1vh) * 100 - 292px);
  max-height: calc(var(--vh, 1vh) * 100 - 292px);
}
.p_service .service__detail {
  background-color: #E2EFFF;
  padding: 15px;
}
.p_service .service__detail .com_btn {
  width: 105px;
  position: static;
  height: 38px;
}
.p_service .service__detail .com_point_txt {
  margin-top: 10px;
  line-height: 1.4;
}
.p_service .com_card.col {
  flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
}
.p_service .com_chk_btn__wrap.type_month .com_chk_btn {
  flex: 1;
}