@charset "UTF-8";
/* ^scss에서 수정해주세요!  Don't edit .css file, Only work on the scss*/
.com_link_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  border-bottom: 1px solid #D0E0D4;
  gap: 30px;
}
.com_link_wrap .link {
  position: relative;
  height: 54px;
  font-size: 16px;
  font-weight: 700;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
}
.com_link_wrap .link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.com_link_wrap .link.active {
  color: #02A267;
}
.com_link_wrap .link.active::before {
  border-bottom: 3px solid #02A267;
}

.com_qna .textarea {
  height: 356px;
}

.p_push .system_push_sec {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  padding: 20px;
  border-bottom: 1px solid #D0E0D4;
}
.p_push .system_push_sec .tit {
  font-size: 16px;
  font-weight: 700;
}
.p_push .com_list {
  padding-top: 0;
}
.p_push .com_list .item::after {
  display: none;
}

.p_qna_write .com_height_full {
  min-height: calc(var(--vh, 1vh) * 100 - 136px);
}
.p_qna_write .com_input_sec {
  flex: 1;
  margin-top: 20px;
}
.p_qna_write .contents_sec {
  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_qna_write .contents_sec .input_field {
  flex: 1;
}
.p_qna_write .contents_sec .textarea {
  flex: 1;
}