.w130 {
  width: 130px !important;
}
.mt13 {
  margin-top: 13px !important;
}
.mb7 {
  margin-bottom: 7px !important
}
.page_title_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 40px;
  margin-bottom: 15px;
}
.page_title_wrap .required {
  color: #ff6666;
  font-size: 13px;
}
.page_title_wrap .required span {
  margin-right: 4px;
}
.page_title {
  font-size: 20px;
  font-weight: bold;
}
.page_limit {
  display: flex;
  justify-content: end;
}
.flex_center {
  display: flex;
  justify-content: center;
  align-items: center;
}
.flex_center div {
  font-size: 10px;
}
.table_view_option {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 13px 0 7px 0;
}
.table_view_option .chk_box {
  display: flex;
  margin: 0;
  gap: 11px;
}
.table_view_option .chk_box span {
  font-size: 13px;
}
.manage_regi_button_wrap {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}
.typeA_L:hover {
  border: 1px solid #858585;
}
.typeA_L:active {
  border: 1px solid #bfbfbf;
  background-color: #f2f2f2;
}
.typeA:hover {
  background-color: #38d26b;
}
.typeA:active {
  background-color: #00973e;
}
.typeA_S:hover {
  background-color: #38d26b;
}
.typeA_S:active {
  background-color: #00973e;
}
.typeA_D:hover {
  background-color: #555b81;
}
.typeA_D:active {
  background-color: #2c2e3b;
}
.typeA_I:hover {
  border: 1px solid #858585;
}
.typeA_I:active {
  border: 1px solid #bfbfbf;
  background-color: #f2f2f2;
}
.typeA_SE:hover {
  background-color: #555b81;
}
.typeA_SE:active {
  background-color: #2c2e3b;
}
.typeA_SD:hover {
  border: 1px solid #858585;
}
.typeA_SD:active {
  border: 1px solid #bfbfbf;
  background-color: #f2f2f2;
}
.common_table .search_btn:hover {
  background-color: #555b81;
}
.file_search{
  border: 0 !important;
}
.common_table .search_btn:active {
  background-color: #2c2e3b;
}
.common_table .file_search:hover {
  background-color: #555b81;
}

.typeA_LOGIN:hover{   background-color: #38d26b; }

.typeA_LOGIN:active{  background-color: #00973e; }

.common_table .file_search:active {
  background-color: #2c2e3b;
}
.info_agree.pdf_down {
  height: 60px;
}
.pdf_down > div {
  display: flex;
  align-items: center;
  height: 100%;
  margin-right: 10px;
}
.pdf_down > div:last-child {
  margin-right: 0;
}
.manage_detail_button_wrap {
  display: flex;
  margin-top: 20px;
  gap: 10px;
}
.manage_detail_button_wrap button:last-child{
  margin-left: auto;
}
.page_title_wrap .button {
  margin: 0 auto 0 20px;
  display: flex;
  gap: 10px;
}
.page_title_wrap .button div {
  font-size: 10px;
  height: 21px;
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.select_box select:disabled {
  color: #bfbfbf;
  background-color: #f5f5f5;
}
.info_agree .pdf_delete {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  gap: 10px;
}
.notice_mypage {
  width: 916px;
  height: 19px;
  margin: 0 0 0 5px;
  font-family: NotoSansCJKkr;
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.54;
  letter-spacing: normal;
  text-align: left;
  color: #0d0d0d;
}