@import url("reset.css");
@import url("font.css");

* {
  box-sizing: border-box;
}

.scroll-x::-webkit-scrollbar {
  height: 10px;
}
.scroll-x::-webkit-scrollbar-thumb {
  background-color: #b3b3b3;
}
.scroll-x::-webkit-scrollbar-track {
  background-color: #d9d9d9;
}
.scroll-y::-webkit-scrollbar {
  width: 6px;
}
.scroll-y::-webkit-scrollbar-thumb {
  background-color: #b3b3b3;
}
.scroll-y::-webkit-scrollbar-track {
  background-color: #d9d9d9;
}

input,
textarea,
select {
  font-size: 15px;
  padding: 8px 10px;
  outline: none;
  border: 1px solid #d9d9d9;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="number"] {
  -moz-appearance: textfield;
}

.mt20 {
  margin-top: 20px !important;
}

.mt30 {
  margin-top: 30px !important;
}
.mt50 {
  margin-top: 30px !important;
}
.ml10 {
  margin-left: 10px !important;
}

.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}

.text-ellipsis {
  display: block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.text-ellipsis-2,
.text-ellipsis-3 {
  width: 100%;
  line-height: 1.3em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.text-ellipsis-3 {
  -webkit-line-clamp: 3;
}

.btn-d {
  color: #fff;
  font-size: 20px;
  padding: 20px;
  border: none;
}
.btn-s {
  font-size: 12px;
  font-weight: 300;
  padding: 4px 8px;
}
.btn_ic {
  border: none;
  background: none;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn_a {
  font-size: 15px;
  color: #626262;
}
.btn_round {
  font-size: 15px;
  padding: 9px 18px; /* hyeseon 위아래 여백 수정 */
  border-radius: 30px;
}
.btn_green {
  background: #3d8c72;
}
.btn_lightgreen {
  background: #33b58e;
}
.btn_darkgreen {
  background: #214d5d;
}
.btn_red {
  background: #e45d5d;
}
.btn_yellow {
  background: #f1b148;
}
.btn_blue {
  background: #125dab;
}
.btn_pastelblue {
  background: #8a90af;
}
.btn_darkblue {
  background: #0e249a;
}
.btn_grey {
  background: #b4b4b4;
}
.btn_darkgrey {
  background: #82848f;
}
.btn_blackgrey {
  background: #5a5a5a;
}
.btn_lightgray {
  color: #000;
  background: #D7D7D7;
}
.btn_lightblue {
  color: white;
  background: #6374CE;
}
.arrow {
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid black;
}

.btn_area .btn_lightblue{
  font-size: 20px;
  padding: 20px;
  border: none;
  border-radius: 5%;
}

.btn_area .btn_red{
  font-size: 20px;
  padding: 20px;
  border: none;
  border-radius: 5%;
}

/* header */
.center_header {
  height: 120px;
  padding: 14px;
  background: #fff;
}
.login_header {
  padding: 35px 0;
  height: 110px;
}
.header_sub {
  max-width: 1280px;
  margin: 0 auto;
  height: 32px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 16px;
}
.header_sub .ic_notice {
  position: relative;
  width: 34px;
  height: 34px;
}
.header_sub .ic_notice .alert {
  position: absolute;
  top: 6px;
  right: 2px;
  width: 14px;
  height: 14px;
  color: #fff;
  font-size: 12px;
  background: #ff0101;
  border-radius: 50%;
  padding: 0;
}
.header_con {
  max-width: 1280px;
  display: flex;
  margin: 0 auto;
  justify-content: space-between;
  align-items: center;
}
.header_con.menu {
  margin-top: 14px;
}
.header_logo {
  max-width: 320px;
}
.header_logo img {
  width: 100%;
  object-fit: contain;
  /*height: 46px;*/
}
.header_con .btn_menu {
  width: 30px;
  height: 30px;
}

/* gnb */
.gnb > ul {
  display: flex;
}
.gnb .depth1 .menu {
  height: 46px;
  line-height: 46px;
  display: flex;
  align-items: center;
}
.gnb .depth1 a {
  display: inline-block;
  font-size: 20px;
  color: #000;
  text-decoration: none;
  padding: 10px 0;
  text-align: center;
}
.admin_header .gnb .depth1 a,
.admin_header .gnb .depth2 .menu {
  width: 160px;
}
.gnb .depth1 a,
.gnb .depth2 .menu {
  width: 190px;
}
.gnb .depth2 {
  position: absolute;
  top: 120px;
  left: 0;
  width: 100%;
  height: 0;
  font-weight: 400;
  padding: 0 24px 0 316px;
  justify-content: center;
  overflow: hidden;
  transition: height 0.3s ease-in-out;
}
.gnb.on .depth2 {
  height: 250px;
}
.admin_header .gnb.on .depth2 {
  height: 120px;
}
.gnb .depth2::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #4456b8;
  z-index: 1;
}
.gnb .depth2 .gnb_tit {
  width: 1280px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 36px;
  font-size: 20px;
  line-height: 1.3em;
  color: #fff;
  text-align: center;
  z-index: 2;
  display: flex;
  justify-content: flex-start;
  padding-left: 100px;
}
.gnb .depth2 .gnb_tit p {
  padding: 24px 22px 16px;
  border: 1px solid #fff;
}
.gnb .depth2 .menu {
  text-align: center;
  z-index: 2;
}
.gnb .depth2 .menu_li:first-child a {
  padding-top: 30px;
}
.gnb .depth2 .menu_li:last-child a {
  padding-bottom: 30px;
}
.gnb .depth2 li a {
  display: block;
  width: 100%;
  color: #fff;
  font-size: 20px;
  text-decoration: none;
  padding: 12px 0;
}
.gnb .depth2 li a:hover {
  font-weight: 500;
}
.gnb .depth2 .logo_img,
.gnb .btn_close {
  display: none;
}
.gnb .btn_close img {
  width: 22px;
  height: 22px;
}

/* footer */
.center_footer {
  height: 130px;
  padding: 25px 0;
  background: #d8dadc;
}
.footer_con {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer_con .logo_wrap {
  width: 150px;
  display: flex;
  flex-direction: row; /* 푸터 로고 가로로 변경 hyeseon */
  align-items: flex-start;
  gap: 10px;
}
.footer_con .logo_wrap img { /* 추가 hyeseon */
  width: 130px;
  height: auto;
}
.footer_txt_top a { /* 추가 hyeseon */
  color: #3A3A3A;
  font-size: 14px;
  text-decoration: none;
} 
.footer_txt_top a:first-child::after { /* 추가 hyeseon */
  content: '';
  display: inline-block;
  width: 1px;
  height: 12px;
  background-color: #3A3A3A;
  margin-left: 6px;
  margin-right: 0px;
}
.footer_txt {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  text-align: left;
  width: 620px;
  color: #8f8f8f;
  word-break: keep-all;
  margin-top: 10px;
}
#familysite {
  width: 220px;
  color: #8f8f8f;
}

/* popup */
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 10;
  display: none;
}
.overlay.show {
  display: block;
}

.popup {
  display: none;
  min-width: 320px;
  min-height: 240px;
  max-height: calc(100% - 20px);
  overflow-y: auto;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 18px;
  line-height: 1.6em;
  padding: 24px 46px;
  background: #fff;
  border: 3px solid #3d8c72;
  z-index: 11;
}
.popup_alert {
  min-height: 186px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.popup_header {
  display: flex;
  justify-content: space-between;
}
.popup_con {
  text-align: center;
}
.popup_con h3 {
  font-size: 20px;
  margin-bottom: 10px;
}
.popup_con .btn-s {
  width: 50px;
  height: 25px;
}
.popup_bottom {
  text-align: center;
  margin-top: 30px;
}
.popup_bottom .btn-d {
  width: 120px;
  height: 50px;
  padding: 0;
  font-size: 16px;
  font-weight: 400;
}
.popup_bottom .btn-m {
  width: 80px;
  height: 42px;
}
.popup_bottom .btn-m + .btn-m {
  margin-left: 20px;
}

.pop_con_noti .con_noti {
  width: 540px;
  height: 140px;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  padding: 30px 20px 30px 60px;
  border: 1px solid #b9b9b9;
  border-radius: 4px;
}
.pop_con_noti .con_noti p {
  line-height: 2em;
}
.pop_con_noti .con_noti p span {
  font-size: 26px;
}
.pop_con_request {
  margin-top: 30px;
}
.pop_con_request .table_con_wrap {
  max-height: 170px;
  overflow-y: auto;
  padding: 0 10px 10px 0;
}
.pop_con_request .table_con_wrap table th,
.pop_con_request .table_con_wrap table td {
  line-height: 1.4em;
  padding: 6px 4px;
  word-break: auto-phrase;
}
.con_noti.none {
  height: 140px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  font-weight: 400;
  padding: 0;
  color: #a7a8ab;
  background: #f0f0f0;
  border: none;
}

.pop_history {
  min-width: 680px;
  padding: 20px;
}
.pop_con_history .table_con_wrap {
  margin-top: 20px;
  max-height: 320px;
}

.pop_inquiry {
  width: 960px;
  max-height: 80vh;
  padding-bottom: 60px;
}
.pop_inquiry_img {
  height: 460px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #d9d9d9;
  margin-top: 20px;
  overflow: hidden;
}
.pop_inquiry_img img {
  height: 100%;
}
.pop_inquiry_con {
  margin-top: 20px;
}
.pop_inquiry_con .table_con_wrap table {
  table-layout: fixed;
}
.pop_inquiry_con .table_con_wrap table + table {
  margin-top: 30px;
}
.pop_inquiry_con .table_con_wrap table th,
.pop_inquiry_con .table_con_wrap table td {
  font-size: 16px;
  padding: 10px 12px;
}

.page_tit .sub_tit {
  font-size: 22px;
  color: #4a4a4a;
}
.page_tit .tit {
  font-size: 32px;
  color: #3d8c72;
}

.form_wrap .form_input {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.form_wrap .form_input + .form_input {
  margin-top: 20px;
}
.form_wrap .form_input label {
  font-size: 20px;
  margin-bottom: 12px;
}
.form_wrap .form_input input {
  width: 100%;
}

/* login */
.cetner_login_wrap {
  /*text-align: center;*/ /* 필요 없는 것 같음.. 이걸로 인해 오히려 footer가 깨짐 hyeseon */
  background: #F0F2F7;
}
.login_wrap {
  min-height: calc(100vh - 240px);
  padding-bottom: 70px;
}
.login_wrap .page_tit {
  padding-top: 85px;
  font-size: 22px;
}
.login_wrap .page_tit {
  padding-top: 85px;
}
.login_wrap .page_tit .tit {
  margin-top: 16px;
}
.login_wrap .form_wrap {
  width: 50%;
  padding: 54px 140px;
  margin: 44px auto 0;
  background: #fff;
  border-radius: 40px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.login_wrap .form_wrap .btn_wrap {
  margin-top: 30px;
}
.login_wrap .form_wrap .btn_wrap .btn-d {
  width: 100%;
}
.login_wrap .form_wrap .btn_wrap .btn-d + .btn-d {
  margin-top: 20px;
}

/* pagination */
.pagination {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
  gap: 5px;
}
.pagination .page_num {
  display: flex;
  gap: 5px;
}
.pagination button {
  min-width: 32px;
  height: 32px;
  font-size: 13px;
  background: #fff;
  border: 1px solid #f1f1f1;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination .btn_num.on {
  color: #fff;
  background: #0e249a;
  border: none;
}

/* content box */
.con_box {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 28px 20px 20px;
  border: 1px solid #D9D9D9;
}
.box_img {
  display: inline-block;
  width: 100%;
}
.con_box .box_title {
  display: flex;
  align-items: baseline;
  gap: 28px;
  line-height: 28.66px;
}
.con_box .box_title strong {
  color: #0E249A;
  font-size: 28px;
  line-height: 33.43px;
  border-bottom: 6px solid #0E249A;
}
.con_box .box_title p {
  color: #000;
  font-size: 24px;
}
.img_wrap {
  max-width: 100%;
}
.img_wrap img {
  width: 100%;
}

video {
  display: flex;
  justify-content: center;
  align-items: center;
}
video[poster] {
  width: 100%;
  height: 100%;
}

@media (max-width: 1320px) {
  .no-scroll {
    overflow: hidden;
  }
  .scroll-x {
    overflow-x: auto;
    padding: 0 0 20px;
  }
  .center_header {
    height: auto;
    padding-left: 32px;
    padding-right: 32px;
  }
  .header_sub {
    display: none;
  }
  .no-scroll .center_header {
    height: 100px;
  }
  .no-scroll .header_sub {
    position: fixed;
    top: 60px;
    left: 0;
    width: 100%;
    height: 100px;
    padding: 0 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ecedf1;
    z-index: 1;
  }
  .no-scroll .header_sub .btn-d {
    width: 50%;
    height: 58px;
    font-size: 20px;
  }
  .no-scroll .btn_menu,
  .no-scroll .header_logo {
    display: none;
  }
  .center_footer {
    height: auto;
    padding-left: 32px;
    padding-right: 32px;
  }
  .footer_con { /* 수정 hyeseon */
    flex-wrap: wrap;
    gap: 16px; 
  }
  .family_wrap {
    width: 100%;
    text-align: right;
  }
  .login_wrap .form_wrap {
    width: calc(100% - 280px);
    padding: 54px 100px;
  }
  /* gnb */
  .gnb > ul {
    display: none;
  }
  .gnb.on {
    position: fixed;
    left: 0;
    top: 160px;
    width: 100%;
    height: 100%;
    background: #e0e0e0;
    z-index: 10;
    overflow-y: auto;
    padding-bottom: 360px;
  }
  .gnb.on .btn_close {
    display: block;
    position: fixed;
    top: 20px;
    left: 20px;
  }
  .gnb.on .depth2 .logo_img {
    display: block;
    margin: 40px auto 0;
  }
  .gnb.on > ul {
    display: flex;
    flex-direction: column;
  }
  .gnb.on .depth1 .menu {
    height: auto;
    line-height: 1em;
    padding-bottom: 60px;
    text-align: left;
    background: #4456b8;
  }
  .gnb.on .depth1 .menu.menu-2 {
    padding-bottom: 114px;
  }
  .gnb.on .depth1 .menu.menu-3 {
    padding-bottom: 183px;
  }
  .gnb.on .depth1 .menu.menu-4 {
    padding-bottom: 243px;
  }
  .gnb.on .depth1 .menu.menu-5 {
    padding-bottom: 302px;
  }

  .gnb.on .depth1 .menu a {
    width: 100%;
    display: block;
    font-size: 20px;
    padding: 26px 40px;
    color: #fff;
    text-align: left;
  }
  .gnb.on .depth2 {
    padding: 0;
    height: auto;
    top: 68px;
    gap: 68px;
    text-align: left;
  }
  .admin_header .gnb.on .depth2 {
    height: auto;
  }
  .gnb.on .depth2::after {
    display: none;
  }
  .gnb .depth2 .gnb_tit {
    display: none;
  }
  .gnb.on .depth2 .menu {
    width: 100%;
    background: #f1f4f3;
    text-align: left;
  }
  .gnb.on .depth2 .menu_li a {
    display: block;
    height: 58px;
    line-height: 32px;
    color: #08155b;
    background: #ecedf1;
    font-weight: 500;
    padding-left: 34px;
  }
  .gnb.on .depth2 .menu_li a::before {
    content: "•";
    margin-right: 10px;
  }
  .gnb .depth2 .menu_li:first-child a {
    height: 62px;
    padding-top: 16px;
  }
  .gnb .depth2 .menu_li:last-child a {
    height: 62px;
    padding-bottom: 16px;
  }
  .gnb .depth2 .menu_li + .menu_li {
    border-top: 1px solid #e0e0e0;
  }
  .gnb.on .depth2 .menu_li a:hover {
    background: #fff;
    transition: all 0.2s;
  }

  .pop_inquiry {
    width: 90%;
  }
}

@media (max-width: 976px) {
  .footer_con .logo_wrap {
    flex-direction: column;
  }
}

@media (max-width: 849px) {
  .footer_con .logo_wrap {
   flex-direction: row;
 }
}

@media (max-width: 768px) {
  .footer_con {
    flex-wrap: wrap;
    gap: 16px;
  }
  .footer_txt {
    width: calc(100% - 180px);
  }
  .family_wrap {
    width: 100%;
    text-align: right;
  }

  .login_wrap .form_wrap {
    width: calc(100% - 100px);
    padding: 54px 60px;
  }

  .popup {
    width: 90%;
    padding: 18px 20px;
  }
  .popup .table_con_wrap table {
    min-width: auto;
  }
  .pop_con_noti .con_noti {
    width: 100%;
    padding: 30px 0;
  }
  .pop_history {
    min-width: auto;
  }

  .pop_inquiry_img img {
    width: 90%;
    height: auto;
  }
  .pop_inquiry_con table col:nth-child(1),
  .pop_inquiry_con table col:nth-child(3) {
    width: 100px;
  }
}

@media (max-width: 576px) {
  input,
  textarea,
  select {
    font-size: 14px;
    padding: 12px 8px;
  }

  .btn:not(.btn-s, .btn_round, .btn_a, .btn_ic) {
    font-size: 18px;
    padding: 16px;
  }
  .popup_bottom .btn-d {
    padding: 0;
    font-size: 16px;
  }
  .btn_a {
    font-size: 13px;
  }
  .btn_round {
    font-size: 13px;
    padding: 4px 8px;
  }

  .center_header {
    height: auto;
    padding: 14px;
  }
  .login_header {
    height: 80px;
    padding: 20px;
  }
  .header_sub {
    gap: 6px;
  }
  .header_con .header_logo img {
    height: 32px;
  }
  .login_header .header_logo img {
    height: 40px;
  }

  .gnb.on .depth1 .menu {
    padding-bottom: 50px;
  }
  .gnb.on .depth1 .menu.menu-2 {
    padding-bottom: 98px;
  }
  .gnb.on .depth1 .menu.menu-3 {
    padding-bottom: 153px;
  }
  .gnb.on .depth1 .menu.menu-4 {
    padding-bottom: 203px;
  }
  .gnb.on .depth1 .menu a {
    font-size: 16px;
    padding: 22px 20px;
  }
  .gnb.on .depth2 {
    top: 60px;
    gap: 60px;
  }
  .gnb.on .depth2 .menu a {
    height: 50px;
    font-size: 16px;
    line-height: 1.5em;
    padding-left: 20px;
  }
  .gnb .depth2 .menu_li:first-child a {
    height: 50px;
    padding-top: 12px;
  }
  .gnb .depth2 .menu_li:last-child a {
    height: 50px;
    padding-bottom: 12px;
  }

  .no-scroll .header_sub {
    height: 70px;
    padding: 0 24px;
    gap: 14px;
  }
  .no-scroll .header_sub .btn-d {
    height: 38px;
    font-size: 14px;
  }
  .gnb.on {
    top: 130px;
    padding-bottom: 280px;
  }
  .gnb.on .depth2 .logo_img {
    margin: 20px auto 0;
  }
  .gnb.on .depth2 .logo_img img {
    height: 34px;
  }

  .center_footer {
    padding-left: 14px;
    padding-right: 14px;
  }
  .footer_con .logo_wrap {
    width: 100%;
    flex-direction: row;
  }
  .footer_con .logo_wrap img {
    width: 120px;
  }
  .footer_txt {
    width: 100%;
  }
  .family_wrap {
    width: 100%;
    text-align: right;
  }

  .popup {
    font-size: 15px;
    min-width: auto;
    width: calc(100% - 20px);
    padding: 18px 10px;
  }
  .popup_con h3 {
    font-size: 16px;
  }
  .pop_con_noti .con_noti {
    height: auto;
    display: flex;
    padding: 25px 0;
    flex-direction: column;
    gap: 10px;
  }
  .pop_con_noti .con_noti img {
    height: 40px;
  }
  .pop_con_noti .con_noti p {
    font-size: 14px;
  }
  .pop_con_request .table_con_wrap table {
    min-width: 400px;
  }

  .page_tit .sub_tit {
    font-size: 18px;
  }
  .login_wrap .page_tit .tit {
    margin-top: 12px;
    font-size: 28px;
  }
  .login_wrap .form_wrap {
    width: calc(100% - 32px);
    padding: 44px 20px;
    border-radius: 20px;
  }
  .form_wrap .form_input label {
    font-size: 18px;
  }

  .pop_inquiry_img {
    height: 280px;
  }
  .pop_inquiry_con .table_con_wrap table {
    min-width: 440px;
  }
  .pop_inquiry_con .table_con_wrap table th,
  .pop_inquiry_con .table_con_wrap table td {
    font-size: 14px;
  }
}

@media (max-width: 360px) {
  .no-scroll .header_sub {
    padding: 0 12px;
    gap: 8px;
  }
  .no-scroll .header_sub .btn-d {
    font-size: 13px;
  }
}

/* datepicker input안에 달력 아이콘 위치 지정 */
.datepicker-container {
  position: relative;
  display: inline-block;
}

.datepicker-container input {
  width: 100%;
  padding-right: 30px; /* 아이콘 공간 확보 */
  box-sizing: border-box;
}

.datepicker-container .datepicker-icon {
  position: absolute;
  top: 50%;
  right: 10px; /* 아이콘 위치 */
  transform: translateY(-50%);
  font-size: 16px; /* 아이콘 크기 */
  color: #666;
}

/* 테이블 행에 마우스 오버시 배경색 변경 */
.table_hover_tr tbody td {
  background: unset !important;
}

.table_hover_tr tbody tr {
  cursor: pointer;
  transition: background-color 0.3s; /* 부드러운 전환 효과 */
}

.table_hover_tr tbody tr:hover {
  background-color: #f0f0f0; /* 마우스 오버 시 배경색 */
}

.table_hover_tr thead th > small {
  font-size: smaller;
}

.pop_member_detail_header .form_item {
  margin-bottom: 25px;
}

.pop_member_detail_header .form_item > div {
  display: inline-block;
}

.pop_member_detail_header .form_item1 .form_item_tit {
  width: 20%;
  text-align: left;
  padding-left: 20px;
}

.pop_member_detail_header .form_item .form_item_input {
  text-align: left;
  color: #959595;
}

.pop_member_detail_header .form_item1 .form_item_input {
  width: 79%;
}

.pop_member_detail_header .form_item .form_item_input input {
  width: 100%;
}

.pop_member_detail_header .form_item .form_item_input input[type="radio"] {
  width: auto;
}

.pop_member_detail_header .btn_area_header {
  padding: 20px;
  text-align: center;
}

.pop_member_detail_header .btn_area_header button {
  padding: 20px 60px;
  border: none;
  margin: 0px 5px;
}

.member_detail_form_wrap_header {
  min-width: 1000px;
  margin-top: 50px;
}

.member_detail_form_header {
  margin: 20px 0px 40px 0px;
  border: 1px solid #b9b9b9;
  background: white;
  padding: 20px 50px;
}

.pop_member_detail_header .btn_submit {
  background: #214D5D;
  color: white;
}

.pop_member_detail_header .btn_reset {
  background: #5f3f3f;
  color: white;
}

.pop_member_detail_header .btn_cancel {
  background: #D9D9D9;
  color: #717171;
}

.pop_member_detail_header input {
  padding: 5px 15px;
  border: 1px solid #D9D9D9;
}

.pop_member_detail_header input::placeholder {
  color: #959595;
}

.pop_member_detail_header input.readonly {
  background: #E6E6E6;
}
