
.m-w500 {
    max-width: 500px !important;
}
.MT_20 {
    margin-top: 20px !important;
}
.mg-b20 {
    margin-bottom: 20px;
}
.popup-wrap {
	justify-content: flex-end;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    right: 10%;
    bottom: -28%;
    display: none;
    padding: 15px;
    z-index: 999;
}
.popup {
    width: 100%;
    max-width: 300px;
    background-color: #ffffff;
    border-radius: 10px;
    overflow: hidden;
    background-color: #25247b;
    box-shadow: 5px 10px 10px 1px rgba(0, 0, 0, 0.1);
    border: 1px solid #25247b;
}
.popup-head {
    position: relative;
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.head-title {
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    letter-spacing: -1px;
    text-align: center;
}
.popup-body {
    width: 100%;
    background-color: #ffffff;
}
.body-content {
    width: 100%;
}
.body-content h2 {
    font-size: 26px;
    color: #333;
    font-weight: 600;
    padding: 5px 0 15px 10px;
    letter-spacing: -1px;
}
.body-content span {
    font-size: 15px;
    color: #333;
    font-weight: 400;
    letter-spacing: -1px;
    line-height: 30px;
}
.body-content h3 {
    font-size: 20px;
    color: #333;
    font-weight: 600;
    padding: 25px 0 15px 10px;
    letter-spacing: -1px;
    border-top: 2px solid #eee;
}
.body-titlebox {
    text-align: center;
    width: 100%;
    height: 40px;
    margin-bottom: 10px;
}
.body-contentbox {
    padding-top: 15px;
    word-break: break-word;
    overflow-y: auto;
    min-height: 100px; /* max-height:200px; */
}
.popup .list_dayofweeks {
    width: 100%;
    max-width: 360px;
    margin: 0 auto;
    padding: 0 10px;
}
.popup .list_dayofweeks li {
    display: flex;
    padding-bottom: 10px;
}
.popup .list_dayofweeks li + li {
    padding-top: 10px;
    border-top: 1px solid #eaeaea;
}
.popup .list_dayofweeks li .tit {
    flex-shrink: 0;
    font-weight: bold;
}
.popup .list_dayofweeks li .con {
	text-align: left;
    word-break: keep-all;
}
.pop-btn {
    display: inline-flex;
    height: 100%;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    position: absolute;
    cursor: pointer;
    right: 10px;
    top: 0;
}
.button {
    text-align: center;
}
.btn-save {
    display: inline-block;
    width: 150px;
    height: 50px;
    padding: 0 10px;
    background-color: #25247b;
    border-radius: 999px;
	border: none;
    font-size: 16px;
    line-height: 50px;
    letter-spacing: -0.04em;
    text-decoration: none;
    color: #fff;
    cursor: pointer;
    -webkit-appearance: none;
    appearance: none;
}


.notice-popup-wrap {
    position: absolute;
    top: calc(45% - 250px);
    left: calc(19% - 350px);
    z-index: 999;
  }
  .notice-popup-wrap .popup01 {
    width: 700px;
    background-color: #ffffff;
    border-radius: 10px;
    overflow: hidden;
    background-color: #25247b;
    box-shadow: 5px 10px 10px 1px rgba(0, 0, 0, 0.1);
    border: 1px solid #25247b;
  }
  .notice-popup-wrap .popup-head {
    position: relative;
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .notice-popup-wrap .popup-head .head-title {
    font-size: 19px;
    color: #fff;
    font-weight: 800;
    letter-spacing: -1px;
    text-align: center;
  }
  .notice-popup-wrap .popup-body {
    background-color: #ffffff;
    padding: 15px;
  }
  .notice-popup-wrap .popup-body .body-content {
    width: 100%;
  }
  .notice-popup-wrap .popup-body .board_list {
    margin: 0 auto;
  }
  .notice-popup-wrap .popup-body .body-contentbox {
    word-break: break-word;
    overflow-y: auto;
    min-height: 100px;
  }
  .notice-popup-wrap .button {
    text-align: center;
    margin-top: 15px;
  }
  .notice-popup-wrap .btn-close {
    display: inline-block;
    width: 150px;
    height: 50px;
    padding: 0 10px;
    background-color: #25247b;
    border-radius: 999px;
    border: none;
    font-size: 16px;
    line-height: 50px;
    letter-spacing: -0.04em;
    text-decoration: none;
    color: #fff;
    cursor: pointer;
    -webkit-appearance: none;
    appearance: none;
  }
  .notice-popup-wrap .info_txt_area {
    text-align: left;
    font-size: 16px;
    letter-spacing: -0.5px;
  }
  .notice-popup-wrap .info_txt_area span {
    color: #d33232;
    font-weight: 800;
  }
  .board_list {
    table-layout: fixed;
    width: 100%;
    margin-top: 25px;
    border-top: 2px solid #5e5e5e;
    border-bottom: 1px solid #babdc6;
  }
  .notice-popup-wrap legend,
  .notice-popup-wrap caption,
  .notice-popup-wrap .alt_text {
    display: block;
    position: absolute;
    top: -1px;
    left: -1px;
    width: 1px;
    height: 1px;
    border: none;
    opacity: 0.01;
    background: none;
    overflow: hidden;
  }
  .notice-popup-wrap .board_list th {
    position: relative;
    height: 45px;
    padding: 5px 16px;
    border-bottom: 1px solid #e5e5e5;
    color: #000;
    font-size: 15px;
    line-height: 19px;
    font-weight: 700;
    text-align: center;
  }
  .notice-popup-wrap .board_list th + th::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 1px;
    height: 14px;
    margin-top: -7px;
    background: #dedede;
  }
  .notice-popup-wrap .board_list > tbody > tr:first-child > * {
    border-top: none;
  }
  .notice-popup-wrap .board_list td {
    height: 40px;
    padding: 5px 16px;
    border-top: 1px solid #e5e5e5;
    color: #000;
    font-size: 15px;
    line-height: 22px;
    text-align: center;
  }
  .notice-popup-wrap .color_red {
    color: #d33232 !important;
    font-weight: 800;
  }
  .notice-popup-wrap .color_blue {
    color: #3258d3 !important;
    font-weight: 800;
  }
  .notice-popup-wrap .bg_point {
    color: #fff !important;
    background-color: #d33232;
    border-radius: 100px;
    font-weight: 800;
    padding: 7px;
  }