@charset "utf-8";
@import url("https://career.baeoom.com/landing/css/font.css");
a {
  display: inline-block;
}
.caution {
  margin: 5px 0 0 17px;
  text-align: left;
}
.caution::before {
  content: "※";
  margin: 0 5px 0 -16px;
}
.ic_grayArrow {
  background: url("/career_upload_files/editor_images/icon_arrow.png") no-repeat 95% center;
}

/* 20221118 dj */
.adm_justifyCenter {
  display: flex;
  justify-content: center;
}
.adm_spaceBetween {
  display: flex;
  justify-content: space-between;
}
.adm_flexWrap {
  flex-wrap: wrap;
}
.adm_clear {
  clear: both;
}
.adm_fw700 {
  font-weight: 700 !important;
}
.adm_fs14 {
  font-size: 14px !important;
}
.adm_fs15 {
  font-size: 15px !important;
}
.adm_whiteBack {
  background-color: #fff !important;
}
.adm_blueBack {
  background-color: #c5e2fe !important;
}
.adm_blueBack2 {
  background-color: #7fade4 !important;
}
.adm_yellowColor {
  color: #ffda75 !important;
}
.adm_orangeColor {
  color: #e42600 !important;
}
.adm_blueColor {
  color: #004698 !important;
}
.adm_666Color {
  color: #666 !important;
}
.adm_blackColor {
  color: #000 !important;
}
.adm_notice .adm_THpd5px tH {
  padding: 5px;
}
.adm_notice .adm_TDpd5px td {
  padding: 5px;
}

.adm_notice {
  max-width: 640px;
  margin: 0 auto;
  background: #f7f7f7;
}
.adm_notice .adm_notice__ttl {
  padding: 25px 10px;
  text-align: center;
  word-break: keep-all;
}
.adm_notice .adm_notice__ttl,
.adm_notice .adm_notice__ttl * {
  font-size: 18px;
  color: #000;
  line-height: 1.3;
}
.adm_notice .adm_notice__ttl2 {
  padding: 15px 0;
  text-align: center;
}
.adm_notice .adm_notice__ttl2,
.adm_notice .adm_notice__ttl2 * {
  font-size: 16px;
  color: #000;
  line-height: 1.3;
}
.adm_notice__wrap {
  padding: 30px 10px;
}
.adm_notice .adm_notice__btn {
  display: inline-block;
  border-radius: 999px;
  background: #303d4d;
  padding: 6px 20px;
}
.adm_notice .adm_notice__btn,
.adm_notice .adm_notice__btn * {
  font-weight: 700;
  color: #fff;
}
.adm_notice .adm_notice__orangeBtn {
  color: #fff;
  background: #fc4008;
}
.adm_tb {
  background: #fff;
}
.adm_notice .adm_tb th,
.adm_notice .adm_tb td {
  border: 1px solid #dbdee1;
}
.adm_notice .adm_tb th {
  color: #000;
}
.adm_notice .adm_tb tbody th {
  background: #ebf0f5;
  padding: 10px 0;
}
.adm_notice .adm_thead th,
.adm_notice .adm_thead td {
  background: #ced9e5;
}

.adm_notice__blueBox {
  border: 2px solid #7fade4;
  padding: 15px;
}
.adm_notice__bt1Box {
  border-top: 1px solid;
  padding: 20px 15px;
  background: #fff;
}
