@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500&display=swap");
html {
  height: 100%;
}

body {
  width: 100%;
  min-width: 1100px;
  height: 100%;
  padding-top: 50px;
  overflow-y: scroll;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  letter-spacing: 0.06em;
  overscroll-behavior: none;
}
body.fixed {
  position: fixed;
  top: 0;
}

header {
  width: 100%;
  height: 50px;
  background-color: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
}
header .header_wrap {
  width: 1100px;
  margin: auto;
  display: flex;
  justify-content: space-between;
}
header #logo {
  font-size: 16px;
  line-height: 40px;
  padding-top: 10px;
  font-family: "Poppins", sans-serif;
}
header #logo img {
  vertical-align: middle;
  margin: -14px 12px 0 20px;
}
header #user_menu {
  display: flex;
}
header #user_menu p, header #user_menu a {
  display: inline-block;
  height: 26px;
  padding: 1px 12px 0;
  margin-top: 17px;
  margin-right: 9px;
  border: 1px solid #616161;
  border-radius: 13px;
  font-size: 12px;
  line-height: 22px;
  color: #000000;
  font-weight: 500;
  text-decoration: none;
}
header #user_menu p img, header #user_menu a img {
  vertical-align: text-bottom;
  padding-right: 6px;
}
header #user_menu p img.hover, header #user_menu a img.hover {
  display: none;
}
header #user_menu .btn_logout {
  cursor: pointer;
  margin-right: 12px;
}
header #user_menu .btn_logout:hover, header #user_menu a:hover {
  color: #ffffff;
  background-color: #282828;
}
header #user_menu .btn_logout:hover img, header #user_menu a:hover img {
  display: none;
}
header #user_menu .btn_logout:hover img.hover, header #user_menu a:hover img.hover {
  display: inline-block;
}
header #user_menu .user {
  display: inline-block;
  background-color: #282828;
  border-radius: 0px;
  border-bottom-left-radius: 25px;
  width: 140px;
  height: 47px;
  margin-top: 0;
  margin-right: 25px;
  padding: 18px 23px 5px;
  color: #ffffff;
  text-align: center;
}
header #user_menu .user span {
  font-family: "Poppins", sans-serif;
}

footer {
  line-height: 100px;
  font-family: "Poppins", sans-serif;
  font-weight: normal;
  text-align: center;
}

#login {
  padding: 110px 0 100px;
  width: 100%;
  height: 100%;
  min-height: 714px;
  background-image: linear-gradient(0deg, #322987 0%, #1941b8 48%, #0058e9 99%);
  position: relative;
}
#login form {
  background-color: #ffffff;
  width: 720px;
  padding: 80px 110px 90px;
  margin: auto;
}
#login form label {
  line-height: 50px;
}
#login form input {
  width: 100%;
  border: solid 1px #000000;
  line-height: 50px;
  padding: 0 15px;
  margin-bottom: 20px;
}
#login form .btn_wrap {
  text-align: center;
  margin-top: 30px;
}
#login form .btn_wrap button {
  width: 280px;
  color: #ffffff;
  line-height: 60px;
  border-radius: 30px;
  background-color: #282828;
}
#login footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  color: #ffffff;
}

#user_list {
  width: 1040px;
  margin: auto;
  padding: 20px 0 110px;
  min-height: calc(100% - 100px);
}
#user_list h1 {
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  line-height: 50px;
}
#user_list .btn_new {
  vertical-align: 2px;
  background-image: linear-gradient(180deg, #322987 0%, #1941b8 48%, #0058e9 99%);
  padding: 2px 24px 0 15px;
  border-radius: 18px;
  font-size: 14px;
  line-height: 35px;
  color: #ffffff;
  margin-left: 30px;
}
#user_list .btn_new img {
  margin-right: 10px;
}
#user_list form {
  border: solid 1px #000000;
  margin-top: 25px;
}
#user_list .list {
  border-collapse: collapse;
  position: relative;
  font-size: 14px;
}
#user_list .list tr {
  height: 60px;
}
#user_list .list tr td {
  padding: 0 15px;
  text-align: center;
}
#user_list .list .edit {
  width: 83px;
  padding: 0;
  text-align: center;
}
#user_list .list .edit .btn_edit {
  width: 27px;
  line-height: 27px;
  border-radius: 50%;
  background-color: #16098c;
}
#user_list .list .id {
  display: none;
}
#user_list .list .name {
  width: 160px;
}
#user_list .list .role {
  width: 155px;
  padding: 0 8px;
}
#user_list .list .email {
  width: 340px;
  text-align: left;
}
#user_list .list .password {
  width: 220px;
  padding: 0 10px;
}
#user_list .list .password .btn_pwd {
  width: 130px;
  background-color: #d6d6d6;
  font-size: 12px;
  line-height: 30px;
  color: #000000;
  text-align: center;
  text-decoration: none;
  border-radius: 3px;
}
#user_list .list .password .btn_pwd:hover {
  background-color: #000000;
  color: #ffffff;
}
#user_list .list .password input {
  display: none;
}
#user_list .list .delete {
  width: 80px;
  padding: 0 20px 0 10px;
}
#user_list .list .delete a {
  display: inline-block;
  width: 48px;
  background-color: #d6d6d6;
  font-size: 12px;
  line-height: 30px;
  color: #000000;
  text-align: center;
  text-decoration: none;
  border-radius: 3px;
}
#user_list .list .delete a:hover {
  background-color: #000000;
  color: #ffffff;
}
#user_list .list #form_tr {
  display: none;
  background-color: #f0f0f0;
  position: static;
  top: 0;
  left: 0;
  right: 0;
}
#user_list .list #form_tr td {
  height: 60px;
  padding: 0 8px;
}
#user_list .list #form_tr input {
  width: 100%;
  border: solid 1px #000000;
  line-height: 20px;
  text-align: left;
  padding: 0 6px;
  background-color: #ffffff;
}
#user_list .list #form_tr .select_wrap {
  width: 100%;
  height: 18px;
  position: relative;
}
#user_list .list #form_tr .select_wrap:after {
  content: "▼";
  display: block;
  position: absolute;
  top: -1px;
  right: 7px;
  pointer-events: none;
}
#user_list .list #form_tr .select_wrap select {
  width: 100%;
  border: solid 1px #000000;
  border-radius: 3px;
  font-size: 12px;
  line-height: 18px;
  text-align: left;
  padding: 0 9px;
  background-color: #ffffff;
  box-shadow: 0px 0px 4px 0px rgba(3, 0, 0, 0.51);
  overflow-y: auto;
  position: absolute;
  top: -1px;
  left: 0;
}
#user_list .list #form_tr .edit {
  line-height: 17px;
  padding: 0;
}
#user_list .list #form_tr .edit .cancel, #user_list .list #form_tr .edit .submit {
  line-height: 17px;
  border-radius: 3px;
  font-size: 12px;
  color: #ffffff;
}
#user_list .list #form_tr .edit .cancel {
  width: 70px;
  background-color: #606060;
  transform: scale(0.8, 1);
}
#user_list .list #form_tr .edit .submit {
  width: 56px;
  background-color: #16098c;
  margin-top: 3px;
}
#user_list .list #form_tr .password {
  padding: 0 10px;
}
#user_list .list #form_tr .delete {
  padding: 0 20px 0 10px;
}
#user_list .pagination {
  text-align: center;
  margin: 20px 0;
}
#user_list .pagination a {
  color: #000000;
  text-decoration: none;
}

#holiday_list {
  width: 1040px;
  margin: auto;
  padding: 20px 0 110px;
  min-height: calc(100% - 100px);
}
#holiday_list h1 {
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  line-height: 50px;
}
#holiday_list .btn_new {
  vertical-align: 2px;
  background-image: linear-gradient(180deg, #322987 0%, #1941b8 48%, #0058e9 99%);
  padding: 2px 24px 0 15px;
  border-radius: 18px;
  font-size: 14px;
  line-height: 35px;
  color: #ffffff;
  margin-left: 30px;
}
#holiday_list .btn_new img {
  margin-right: 10px;
}
#holiday_list form {
  border: solid 1px #000000;
  margin-top: 25px;
}
#holiday_list .list {
  border-collapse: collapse;
  position: relative;
  font-size: 14px;
}
#holiday_list .list tr {
  height: 60px;
}
#holiday_list .list tr td {
  padding: 0 15px;
  text-align: center;
}
#holiday_list .list .edit {
  width: 75px;
  padding: 0;
  text-align: center;
}
#holiday_list .list .edit .btn_edit {
  width: 27px;
  line-height: 27px;
  border-radius: 50%;
  background-color: #16098c;
}
#holiday_list .list .id {
  display: none;
}
#holiday_list .list .date {
  width: 883px;
  padding-right: 748px;
}
#holiday_list .list .delete {
  width: 80px;
  padding: 0 20px 0 10px;
}
#holiday_list .list .delete a {
  display: inline-block;
  width: 48px;
  background-color: #d6d6d6;
  font-size: 12px;
  line-height: 30px;
  color: #000000;
  text-align: center;
  text-decoration: none;
  border-radius: 3px;
}
#holiday_list .list .delete a:hover {
  background-color: #000000;
  color: #ffffff;
}
#holiday_list .list #form_tr {
  display: none;
  background-color: #f0f0f0;
  position: static;
  top: 0;
  left: 0;
  right: 0;
}
#holiday_list .list #form_tr td {
  height: 60px;
  padding: 0 8px;
}
#holiday_list .list #form_tr input {
  width: 100%;
  border: solid 1px #000000;
  line-height: 20px;
  text-align: left;
  padding: 0 6px;
  background-color: #ffffff;
}
#holiday_list .list #form_tr .edit {
  line-height: 17px;
  padding: 0;
}
#holiday_list .list #form_tr .edit .cancel, #holiday_list .list #form_tr .edit .submit {
  line-height: 17px;
  border-radius: 3px;
  font-size: 12px;
  color: #ffffff;
}
#holiday_list .list #form_tr .edit .cancel {
  width: 70px;
  background-color: #606060;
  transform: scale(0.8, 1);
}
#holiday_list .list #form_tr .edit .submit {
  width: 56px;
  background-color: #16098c;
  margin-top: 3px;
}
#holiday_list .list #form_tr .date {
  padding-right: 748px;
}
#holiday_list .list #form_tr .delete {
  padding: 0 20px 0 10px;
}
#holiday_list .pagination {
  text-align: center;
  margin: 20px 0;
}
#holiday_list .pagination a {
  color: #000000;
  text-decoration: none;
}

#schedule {
  width: 1100px;
  margin: auto;
  padding: 10px 0 60px;
  min-height: calc(100% - 100px);
  position: relative;
}
#schedule .calendar_nav {
  width: 100%;
  padding: 0 25px 0 20px;
}
#schedule .calendar_nav .scroll_nav {
  width: 100%;
  display: flex;
  position: relative;
}
#schedule .calendar_nav .scroll_nav nav {
  display: flex;
  overflow-x: scroll;
  scrollbar-width: 0;
}
#schedule .calendar_nav .scroll_nav nav::-webkit-scrollbar {
  display: none;
}
#schedule .calendar_nav .scroll_nav nav a {
  display: block;
  font-size: 14px;
  line-height: 35px;
  color: #000000;
  text-align: center;
  text-decoration: none;
  word-break: keep-all;
  margin: 0 15px;
}
#schedule .calendar_nav .scroll_nav nav a:hover {
  color: #132f7e;
  font-weight: bold;
}
#schedule .calendar_nav .scroll_nav nav a.active {
  font-size: 16px;
  color: #ffffff;
  background-image: linear-gradient(180deg, #322987 0%, #1941b8 48%, #0058e9 99%);
  border-radius: 17.5px;
  padding: 0 24px;
  margin: 0 10px;
}
#schedule .calendar_nav .scroll_nav nav a.active:hover {
  color: #ffffff;
  font-weight: normal;
}
#schedule .calendar_nav .scroll_nav button {
  line-height: 35px;
  text-align: center;
  text-decoration: none;
  padding: 0 6px;
}
#schedule .calendar_nav .scroll_nav button.scroll_left img {
  transform: rotate(180deg);
}
#schedule .calendar_nav .scroll_nav button.scroll_right {
  margin-left: auto;
}
#schedule .calendar_nav .scroll_nav button img {
  pointer-events: none;
}
#schedule .calendar_nav .calendar {
  display: none;
  background-color: #ffffff;
  box-shadow: 0px 0px 7px 0px rgba(3, 0, 0, 0.54);
  padding: 15px 20px;
  position: absolute;
  top: 122px;
  left: 0;
}
#schedule .calendar_nav .calendar.active {
  display: block;
}
#schedule .calendar_nav .calendar .calendar_header {
  display: flex;
  justify-content: space-between;
  padding: 5px 0 15px;
}
#schedule .calendar_nav .calendar .calendar_header a {
  font-size: 12px;
  line-height: 20px;
  color: #000000;
  text-decoration: none;
}
#schedule .calendar_nav .calendar .calendar_header select {
  width: 120px;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
}
#schedule .calendar_nav .calendar .calendar_day table tr th, #schedule .calendar_nav .calendar .calendar_day table tr td {
  width: 35px;
  height: 26px;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
}
#schedule .calendar_nav .calendar .calendar_day table tr th a, #schedule .calendar_nav .calendar .calendar_day table tr td a {
  display: inline-block;
  width: 21px;
  padding-left: 1px;
  height: 22px;
  border-radius: 50%;
  color: #000000;
  text-decoration: none;
}
#schedule .calendar_nav .calendar .calendar_day table tr .today a {
  background-color: #16098c;
  color: #ffffff;
}
#schedule .calendar_nav .calendar .calendar_day table tr td:hover a {
  background-color: #000000;
  color: #ffffff;
}
#schedule #schedule_table {
  width: 100%;
  max-width: 980px;
  margin: auto;
  padding: 30px 0 100px;
  min-height: calc(100vh - 360px);
}
#schedule #schedule_table form {
  width: 100%;
  padding-bottom: 18px;
  display: flex;
  justify-content: flex-end;
}
#schedule #schedule_table form .reload {
  width: 64px;
  height: 25px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 500;
  text-align: center;
  border: 1px solid #b2b2b2;
  border-radius: 12px;
  padding: 2px 0 3px;
}
#schedule #schedule_table form .reload img {
  margin-right: 4px;
  vertical-align: text-bottom;
}
#schedule #schedule_table form .reload img.hover {
  display: none;
}
#schedule #schedule_table form .reload:hover {
  color: #ffffff;
  background-color: #282828;
}
#schedule #schedule_table form .reload:hover img {
  display: none;
}
#schedule #schedule_table form .reload:hover img.hover {
  display: inline-block;
}
#schedule #schedule_table form .search_wrap {
  width: 250px;
  margin-left: 14px;
  position: relative;
}
#schedule #schedule_table form .search_wrap input {
  width: 100%;
  height: 25px;
  border: 1px solid #8695bc;
  border-radius: 12px;
  padding: 2px 30px 3px 10px;
  line-height: 18px;
  text-align: left;
}
#schedule #schedule_table form .search_wrap button {
  width: 16px;
  height: 25px;
  position: absolute;
  top: 0;
  right: 10px;
}
#schedule #schedule_table form .search_wrap button img {
  margin-top: 5px;
}
#schedule #schedule_table table {
  width: 100%;
  border-collapse: collapse;
}
#schedule #schedule_table table thead th div {
  background-color: #676767;
  border-top-left-radius: 8px;
  font-size: 12px;
  line-height: 20px;
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  font-weight: normal;
  text-align: center;
}
#schedule #schedule_table table thead th.day {
  width: 82px;
  padding-right: 2px;
  border-right: 1px solid #ffffff;
}
#schedule #schedule_table table thead th.leave {
  width: 60px;
  padding-left: 2px;
  padding-right: 2px;
  border-right: 1px solid #ffffff;
}
#schedule #schedule_table table thead th.plan {
  width: 835px;
  padding-left: 2px;
}
#schedule #schedule_table table tbody tr {
  border-bottom: 1px solid #c2c2c2;
}
#schedule #schedule_table table tbody tr.today {
  background-image: linear-gradient(0, #cee7f9 0, #cee7f9 100%);
  background-size: calc(100% - 4px) calc(100% - 6px);
  background-position: 3px 3px;
}
#schedule #schedule_table table tbody tr.today:hover {
  background-image: linear-gradient(0, #e5e5e5 0, #e5e5e5 100%);
  background-size: calc(100% - 4px) calc(100% - 6px);
  background-position: 3px 3px;
}
#schedule #schedule_table table tbody tr:hover {
  background-image: linear-gradient(0, #e5e5e5 0, #e5e5e5 100%);
  background-size: calc(100% - 4px) calc(100% - 6px);
  background-position: 3px 3px;
}
#schedule #schedule_table table tbody tr td.day {
  text-align: center;
  font-size: 18px;
  line-height: 20px;
  vertical-align: middle;
  border-right: 1px solid #a6a6a6;
  position: relative;
  padding: 0 4px;
}
#schedule #schedule_table table tbody tr td.day:before, #schedule #schedule_table table tbody tr td.day:after {
  content: "";
  display: block;
  width: 1px;
  height: 2px;
  background-color: #ffffff;
  position: absolute;
  right: -1px;
}
#schedule #schedule_table table tbody tr td.day:before {
  top: 0;
}
#schedule #schedule_table table tbody tr td.day:after {
  bottom: 0;
}
#schedule #schedule_table table tbody tr td.day.saturday {
  color: #0048ff;
}
#schedule #schedule_table table tbody tr td.day.sunday, #schedule #schedule_table table tbody tr td.day.holiday {
  color: #ff0000;
}
#schedule #schedule_table table tbody tr td.day .week {
  font-size: 12px;
  white-space: nowrap;
}
#schedule #schedule_table table tbody tr td.leave {
  text-align: center;
  vertical-align: middle;
  border-right: 1px solid #a6a6a6;
  position: relative;
}
#schedule #schedule_table table tbody tr td.leave:before, #schedule #schedule_table table tbody tr td.leave:after {
  content: "";
  display: block;
  width: 1px;
  height: 2px;
  background-color: #ffffff;
  position: absolute;
  right: -1px;
}
#schedule #schedule_table table tbody tr td.leave:before {
  top: 0;
}
#schedule #schedule_table table tbody tr td.leave:after {
  bottom: 0;
}
#schedule #schedule_table table tbody tr td.leave input {
  accent-color: #000000;
}
#schedule #schedule_table table tbody tr td.plan {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  min-height: 54px;
  font-size: 12px;
  line-height: 18px;
}
#schedule #schedule_table table tbody tr td.plan div {
  padding: 18px 40px;
  word-break: break-all;
}
#schedule #schedule_table table tbody tr td.plan div .hight_light {
  color: #ff0000;
}
#schedule #schedule_table table tbody tr td.plan dl {
  display: flex;
  width: 100%;
}
#schedule #schedule_table table tbody tr td.plan dl dt {
  width: 40px;
  background-color: #dcdcdc;
  border-top-left-radius: 8px;
  text-align: center;
  padding: 4px 0 2px;
  margin-left: 4px;
  min-height: 25px;
}
#schedule #schedule_table table tbody tr td.plan dl dd {
  flex: 1;
  border-top: 1px solid #a6a6a6;
  padding: 4px 5px 2px;
  margin-left: 5px;
}
#schedule .modal_wrap {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.85);
  text-align: center;
  z-index: 100;
}
#schedule .modal_wrap.active {
  display: flex;
  justify-content: center;
  align-items: center;
}
#schedule .modal_wrap .modal {
  width: 900px;
}
#schedule .modal_wrap .modal .modal_header {
  background-image: linear-gradient(180deg, #322987 0%, #1941b8 48%, #0058e9 99%);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
#schedule .modal_wrap .modal .modal_header h2 {
  font-size: 16px;
  font-weight: normal;
  color: #ffffff;
  line-height: 37px;
}
#schedule .modal_wrap .modal .modal_body {
  background-color: #ffffff;
  position: relative;
}
#schedule .modal_wrap .modal .modal_body ul {
  width: 100%;
}
#schedule .modal_wrap .modal .modal_body ul li {
  display: flex;
}
#schedule .modal_wrap .modal .modal_body ul li div {
  padding: 0 8px;
}
#schedule .modal_wrap .modal .modal_body ul li div.sort {
  display: none;
  width: 58px;
  text-align: center;
}
#schedule .modal_wrap .modal .modal_body ul li div.plan {
  width: 576px;
}
#schedule .modal_wrap .modal .modal_body ul li div.users {
  width: 258px;
  text-align: center;
}
#schedule .modal_wrap .modal .modal_body ul.header {
  width: 880px;
  background-color: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
#schedule .modal_wrap .modal .modal_body ul.header li {
  padding: 16px 0 0 22px;
}
#schedule .modal_wrap .modal .modal_body ul.header li div {
  font-size: 14px;
  line-height: 16px;
}
#schedule .modal_wrap .modal .modal_body ul#sortables {
  padding: 32px 0 87px;
  max-height: 455px;
  overflow-y: scroll;
}
#schedule .modal_wrap .modal .modal_body ul#sortables li {
  width: 880px;
  height: 168px;
  background-color: #ffffff;
  padding: 10px 0 8px 22px;
}
#schedule .modal_wrap .modal .modal_body ul#sortables li.ui-sortable-helper {
  opacity: 0.5;
}
#schedule .modal_wrap .modal .modal_body ul#sortables li div.sort {
  cursor: move;
}
#schedule .modal_wrap .modal .modal_body ul#sortables li div.sort img {
  margin-top: 67px;
}
#schedule .modal_wrap .modal .modal_body ul#sortables li div.plan textarea {
  width: 100%;
  height: 150px;
  border: 1px solid #000000;
  padding: 10px;
  line-height: 22px;
  font-size: 12px;
  font-family: "Noto Sans JP", sans-serif;
}
#schedule .modal_wrap .modal .modal_body ul#sortables li div.users {
  vertical-align: top;
  font-size: 0;
}
#schedule .modal_wrap .modal .modal_body ul#sortables li div.users select {
  width: 100%;
  height: 90px;
  border: 1px solid #f08c4b;
  border-radius: 3px;
  -webkit-appearance: none;
          appearance: none;
  font-size: 11px;
  padding: 4px 4px 0px;
}
#schedule .modal_wrap .modal .modal_body ul#sortables li div.users select option {
  height: 18px;
  margin: 0 -4px;
  padding: 0 2px;
  -webkit-appearance: none;
          appearance: none;
}
#schedule .modal_wrap .modal .modal_body ul#sortables li div.users select option:first-of-type {
  margin-top: -4px;
}
#schedule .modal_wrap .modal .modal_body ul#sortables li div.users select option:hover, #schedule .modal_wrap .modal .modal_body ul#sortables li div.users select option:checked {
  background-color: #fddabb;
}
#schedule .modal_wrap .modal .modal_body ul#sortables li div.users .selected {
  width: 100%;
  height: 50px;
  border: 1px solid #000000;
  margin-top: 10px;
  padding: 4px 8px;
  font-size: 12px;
  text-align: left;
  word-break: keep-all;
  overflow-y: auto;
}
#schedule .modal_wrap .modal .modal_body .btn_wrap {
  width: 880px;
  padding: 18px 0 15px;
  background-color: #ffffff;
  position: absolute;
  left: 0;
  bottom: 30px;
}
#schedule .modal_wrap .modal .modal_body .btn_wrap .add_schedule {
  text-align: center;
  background-color: #16098c;
  border-radius: 50%;
  width: 30px;
  line-height: 30px;
}
#schedule .modal_wrap .modal .modal_body .btn_wrap .add_schedule img {
  width: 14px;
  vertical-align: baseline;
}
#schedule .modal_wrap .modal .modal_body .footer {
  width: 880px;
  height: 30px;
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
}
#schedule .modal_wrap .modal .modal_body .footer button {
  width: 50%;
  font-size: 14px;
}
#schedule .modal_wrap .modal .modal_body .footer button.close {
  background-color: #d6d6d6;
}
#schedule .modal_wrap .modal .modal_body .footer button.submit {
  background-color: #16098c;
  color: #ffffff;
}
#schedule .input_temp {
  display: none;
}
#schedule .scroll_btn {
  width: 37px;
  position: absolute;
  right: 5px;
  bottom: 195px;
}
#schedule .scroll_btn button {
  width: 37px;
  height: 37px;
  border-radius: 50%;
  background-image: linear-gradient(0deg, #322987 0%, #1941b8 48%, #0058e9 99%);
}
#schedule .scroll_btn button img {
  width: 11px;
  height: 11px;
}
#schedule .scroll_btn button.btn_top {
  margin-bottom: 15px;
}
#schedule .scroll_btn button.btn_top img {
  vertical-align: 2px;
}
#schedule .scroll_btn button.btn_bottom {
  transform: rotate(180deg);
}
#schedule .scroll_btn button.btn_bottom img {
  vertical-align: 4px;
}