.modal {
  display: none;
  width: 500px;
  max-width: 90%;
  max-height: 90vh;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99;
  background: white;
  box-shadow: 0 8px 16px -2px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.02);
  border-radius: 4px;
}
.modal .modal_contents {
  padding: 0 1.5em 2em 1.5em;
}
.modal .x-btn {
  position: relative;
  width: 21px;
  height: 21px;
  margin: 0.7em 0.7em 8px auto;
}
.modal .x-btn:before, .modal .x-btn:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background: #e50707;
}
.modal .x-btn:before {
  transform: rotate(45deg);
}
.modal .x-btn:after {
  transform: rotate(-45deg);
}
.modal .x-btn .tab_contents {
  height: auto;
}

div.confirm {
  width: 70%;
  max-width: 350px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.9);
  border-radius: 10px;
  z-index: 99;
}
div.confirm h2 {
  font-size: 0.95rem;
  padding-top: 1.5rem;
  text-align: center;
  color: #343333;
}
div.confirm .msg {
  font-size: 0.7rem;
  padding: 0.3rem 0.9rem 1.5rem;
  color: #343333;
}
div.confirm .answer_btn {
  border-top: 1px solid rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
}
div.confirm .answer_btn button {
  font-size: 0.95em;
  width: 50%;
  padding: 1rem 0;
  color: red;
}
div.confirm .answer_btn button:first-child {
  font-weight: bold;
  border-right: 1px solid rgba(0, 0, 0, 0.3);
}

.open_modal {
  display: block;
}

div.second_modal {
  z-index: 101;
}

.other_menu_contents {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
}
.other_menu_contents * {
  color: #746968;
}
.other_menu_contents a {
  width: calc(95% / 3);
  text-align: center;
  border: 1px solid #746968;
  padding: 0.7em 0 0.4em;
  margin-bottom: 1em;
}
.other_menu_contents a i {
  font-size: 1.7em;
}
.other_menu_contents a span {
  display: block;
  font-size: 0.7em;
}

#childIMG_upload .bf_img img, #childIMG_upload .bf_img .no_image {
  margin: auto;
  width: 70%;
}
#childIMG_upload .bf_img h2 {
  font-size: 1.8em;
  text-align: center;
  margin: 1em 0 2em;
}
#childIMG_upload .bf_img h2 ruby {
  font-size: 1.8rem;
}

#QR .qr_img {
  width: 70%;
  margin: 1em auto 2em;
}
#QR .n_btn {
  font-size: 2em;
  font-weight: bold;
  text-align: center;
  border: 1px solid #3eb5e9;
  color: #3eb5e9;
  margin-bottom: 1em;
  padding: 0.5rem 0;
}
#QR .n_btn:last-of-type {
  margin-bottom: 0;
}
#QR .n_btn.active {
  box-shadow: 0 0 16px -6px rgba(0, 0, 0, 0.6) inset;
  background: #3eb5e9;
  color: white;
}

#QR .modal_contents {
  max-height: 85vh;
  overflow-y: auto;
  overflow-x: hidden;
}

#c_register .modal_contents {
  padding: 2em 0;
}
#c_register .item_num_4 > div {
  width: calc(95% / 4);
}
#c_register .item_num_4 > div:first-child{
  width: 29%;
}
#c_register #ab_late .fx_gr > p {
  width: 7em;
}
#c_register .app_date * {
  font-size: 1.1rem;
}
#c_register .app_date .register-date-label { width: 45%; }
#c_register .app_date .register-date { text-align: right; }
#c_register .app_date .register-date .spot_flg { 
  margin-left: 20px;
    background: yellow;
    padding: 5px;
    padding: 0.4em 0.9em;
    font-size: 0.9em;
    background: orange;
    color: white;
}
#c_register .csd_info {
  border: 1px solid #b2aaa9;
  padding: 0.7em 0.7em 0.5em;
  font-size: 0.9em;
  margin-bottom: 2em;
}
#c_register textarea{
  padding: .8rem .7rem;
  border: 1px solid #c9c9c9;
  border-radius: 0;
}

.font-11 { font-size: 11px; }