#mypage_section {
  width: 100%;
  min-height: 100vh;
  background-color: #f5f5f5;
}

#mypage_section .wrap {
  max-width: 1840px;
  width: 100%;
  height: 800px;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 24px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
  transform: translate(-50%, -50%);
  background-color: var(--white);
}

#mypage_section .inner {
  padding: 36px;
  max-width: 100%;
  width: calc(100% - 72px) !important;
  height: calc(800px - 72px) !important;
  overflow-y: scroll;
}
#mypage_section .inner::-webkit-scrollbar {
  display: none;
}
.page_title {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 12px;
}
.page_title > label {
  color: #ccc;
  font-size: 14px;
  margin-left: 12px;
}
.topLine_flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.update_button {
  width: 140px;
  height: 40px;
  background-color: var(--point);
  color: var(--white);
  font-size: 14px;
  border: none;
  outline: none;
  border-radius: 10px;
  margin-right: 12px;
  cursor: pointer;
}
.update_button i {
  margin-right: 12px;
}
.table {
  margin-top: 18px;
}
.table_head {
  display: flex;
  align-items: center;
  background-color: var(--point);
  color: var(--white);
  font-size: 14px;
  height: 36px;
  border-radius: 10px;
  justify-content: space-between;
}
.table_head_item {
  width: calc(100% / 7);
  text-align: center;
}
.table_line {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #f5f5f5;
  font-size: 14px;
  height: 36px;
  border-radius: 10px;
  justify-content: space-between;
}
.table_item {
  width: calc(100% / 7);
  border: none;
  border: 1px solid #f5f5f5;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
  text-align: center;
  cursor: pointer;
}
.keyword_left {
  width: calc((100% / 7) - 12px);
  padding-left: 12px;
  overflow: hidden;
  text-align: left;
  display: block;
}
.table_item > input {
  border: 1px solid #f5f5f5;
  text-align: center;
  height: 28px;
  width: 160px;
}
.table_item_lg {
  width: calc(100% / 5);
}
.table_item > a {
  cursor: pointer;
}
#table_form {
  position: absolute;
  width: calc(100% - 72px);
  bottom: 36px;
  left: 50%;
  transform: translateX(-50%);
}
#table_form > .table_item {
  width: 10%;
}
.modal_bg {
  width: 100%;
  height: 100vh;
  position: fixed;
  display: none;
  top: 0px;
  left: 0px;
  background-color: rgba(0, 0, 0, 0.5);
}

.modal_content {
  width: 300px;
  height: 300px;
  background-color: var(--white);
  border-radius: 10px;
  position: absolute;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 50%;
  transform: translate(-50%, -50%);
}
.modal_content::-webkit-scrollbar {
}
#modal_bg_register > .modal_content {
  height: 240px;
}
.modal_input {
  width: calc(100% - 48px);
  padding: 12px;
  border: 1px solid #f5f5f5;
  border-radius: 10px;
  outline: none;
  display: block;
  margin: auto;
  margin-bottom: 12px;
}
.messege {
  font-size: 12px;
  color: red;

  width: calc(100% - 48px);
  padding: 12px;
}
.modal_content form {
  width: 100%;
  margin-bottom: 8px;
}

form > .update_button {
  width: calc(100% - 24px);
  display: block;
  margin: auto;
  cursor: pointer;
}

.add_form {
  width: 130px !important;
  transform: none !important;
  left: 36px !important;
}
.add_form .table_item {
  width: 100% !important;
  border: 1px solid #aaa !important;
}
.red {
  color: red;
  font-weight: bold;
}
.blue {
  font-weight: bold;
  color: blue;
}

.grp_area {
  width: 100%;
  height: 348px;
  background-color: #f5f5f5;
  border-radius: 20px;
  position: relative;
  display: flex;
  align-items: end;
  padding-bottom: 12px;
  justify-content: space-around;
}
.grp_item_date {
  font-size: 14px;
}
.sm_input {
  width: 104px;
}

.grp_item_dot {
  width: 30px;
  height: 30px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  border-radius: 100px;
  font-size: 8px;
  background-color: var(--point);
}

.index_user_form {
  position: relative !important;
  transform: none !important;
  top: 0px !important;
  left: 0px !important;
  width: 100% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-around !important;
  margin-top: 24px;
}
.index_user_form > .table_item {
  display: inline !important;
  width: auto !important;
}
.index_user_form .update_button {
  width: 120px !important;
}
.giveceil > button {
  display: block;
  width: 20%;
}
.giveceil > input {
  display: block;
  width: 80%;
}

#user_depthdd {
  width: calc(100% - 24px);
}

#n_form {
  text-align: left !important;
}

#n_form .table_item {
  text-align: left !important;
  padding-top: 6px;
  padding-bottom: 6px;
  margin-bottom: 12px;
}

#n_form textarea {
  width: calc(100% - 36px);
  padding: 18px;
  resize: none;
  height: 300px;
  border: 1px solid #f5f5f5;
  border-radius: 10px;
  outline: none;
}

.modal_table_head {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: var(--point);
  color: var(--white);
  border-radius: 5px;
  padding-top: 8px;
  padding-bottom: 8px;
}
.modal_table_line {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #f5f5f5;
  padding-top: 8px;
  padding-bottom: 8px;
}
.modal_table_ceil {
  width: 20%;
  text-align: center;
  font-size: 14px;
}
.modal_table_head_ceil {
  width: 20%;
  text-align: center;
  font-size: 14px;
}
.modal_table_box,
.modal_notice_list {
  width: 100%;
  height: 100%;
}

.modal_table_head_ceil_lg {
  width: 60%;
  text-align: center;
  font-size: 14px;
}
.modal_table_ceil_lg {
  width: 60%;
  text-align: center;
  font-size: 14px;
}

.modal_notice_item_box {
  width: calc(100% - 24px);
  padding: 12px;
  border: 1px solid #f5f5f5;
  position: relative;
}

.modal_notice_item_box_date {
  font-size: 12px;
  margin-bottom: 12px;
}
.modal_notice_item_box_title {
  font-weight: bold;
  font-size: 18px;
}

.modal_notice_item_box_content {
  font-size: 14px;
}

.pw_re_box {
  width: 100%;
}
.pw_input {
  width: calc(100% - 24px);
  padding: 12px;
  border-radius: 10px;
  border: none;
  outline: none;
  border: 1px solid #f5f5f5;
  margin-bottom: 8px;
}
