@charset "UTF-8";
.grey {
  color: #979ca9; }

.mb-20 {
  margin-bottom: 20px; }

.content_box {
  box-shadow: none;
  padding-top: 10px; }

.booking_title {
  margin-bottom: 50px; }

.withinTips {
  margin-left: 30px; }

.bootstrap-datetimepicker-widget.dropdown-menu {
  padding: 12px; }
.bootstrap-datetimepicker-widget table th {
  height: 40px;
  font-weight: normal; }
.bootstrap-datetimepicker-widget table td span.active {
  background: #246efc; }
.bootstrap-datetimepicker-widget table td.day {
  width: 36px;
  height: 36px;
  border-radius: 4px; }
.bootstrap-datetimepicker-widget table td.active, .bootstrap-datetimepicker-widget table td.active:hover {
  background: #246efc; }
.bootstrap-datetimepicker-widget table td.today:before {
  border-bottom-color: #246efc; }
.bootstrap-datetimepicker-widget table tdtd.disabled, .bootstrap-datetimepicker-widget table tdtd.disabled:hover {
  color: #bfcde4; }

.overview {
  text-align: center;
  display: flex;
  box-shadow: 0 10px 30px 0 rgba(16, 78, 198, 0.2);
  padding: 20px 0 24px;
  margin-bottom: 30px;
  justify-content: center;
  align-items: center;
  border-radius: 2px;
  margin-top: 40px;
  background: #fff; }
  .overview .col-3:not(:last-child) {
    border-right: 1px solid #d8d8d8; }
  .overview_title {
    font-size: 40px;
    font-weight: bold; }
  .overview_text {
    font-size: 14px;
    color: #0b1c42; }
  .overview .show_course {
    margin-top: 4px;
    font-size: 14px;
    cursor: pointer; }
  .overview #buy_course {
    text-align: left;
    padding-left: 60px; }
    .overview #buy_course .btn {
      font-size: 16px;
      margin-top: 24px; }

.begin {
  display: flex;
  justify-content: space-between; }
  .begin_box {
    width: calc(50% - 16px);
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 2px;
    box-shadow: 0 10px 30px 0 rgba(16, 78, 198, 0.2);
    background: #fff; }
  .begin .font-weight-bold {
    margin-bottom: 7px;
    font-size: 20px; }
  .begin_btn {
    margin-top: 24px; }

.check-style .form-check-label::before {
  width: 20px;
  height: 20px; }
.check-style .form-check {
  margin-top: 15px; }
.check-style .form-check-input:checked + .form-check-label::before {
  background-color: #246efc;
  border-color: #246efc; }
.check-style .form-check-input:checked + .form-check-label::after {
  background-image: url(../../img/icons/checkbox-check.svg);
  left: 3.5px; }

.calendar {
  margin-top: 40px;
  position: relative; }
  .calendar_select {
    position: relative;
    z-index: 100; }
    .calendar_select .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
      margin-left: 30px;
      width: auto;
      min-width: 160px; }
    .calendar_select .bootstrap-select > .dropdown-toggle {
      border-color: rgba(174, 185, 211, 0.6);
      height: 40px;
      line-height: 38px; }

#calendar .fc-theme-standard td, #calendar .fc-theme-standard th {
  border-color: #c8c9ca; }
#calendar .fc-left > div {
  display: flex;
  height: 40px;
  align-items: center; }
#calendar .fc-left h2 {
  margin-right: 30px; }
#calendar .fc-left button {
  background: none;
  color: #000;
  border: none; }
#calendar .fc-toolbar.fc-header-toolbar {
  position: relative;
  padding: 17px 20px;
  margin-bottom: 0; }
  #calendar .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk > div {
    display: flex;
    align-items: center; }
  #calendar .fc-toolbar.fc-header-toolbar .fc-toolbar-title {
    font-size: 28px;
    font-weight: bold;
    margin-left: 10px; }
  #calendar .fc-toolbar.fc-header-toolbar .fc-button-primary {
    background: none;
    color: #000;
    border: none;
    margin-right: 4px; }
  #calendar .fc-toolbar.fc-header-toolbar .fc-today-button {
    border-radius: 4px;
    border: solid 1px #c8c9ca;
    padding: 0 30px;
    height: 34px;
    font-size: 14px;
    color: #212529;
    margin-right: 10px;
    opacity: 1; }
    #calendar .fc-toolbar.fc-header-toolbar .fc-today-button:before {
      font-family: "iconfont";
      content: "\e632";
      font-size: 15px;
      margin-right: 5px; }
  #calendar .fc-toolbar.fc-header-toolbar .fc .fc-button-primary:focus, #calendar .fc-toolbar.fc-header-toolbar .fc .fc-button-primary:not(:disabled).fc-button-active:focus, #calendar .fc-toolbar.fc-header-toolbar .fc .fc-button-primary:not(:disabled):active:focus {
    box-shadow: none; }
#calendar .fc-view-container {
  margin-top: 30px; }
#calendar .fc-daygrid-day-frame {
  height: 165px; }

.class_hour_list {
  margin-bottom: 18px; }
  .class_hour_list:last-child {
    margin-bottom: 0; }

.view_list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 5px;
  margin-top: 16px; }

#classHour_modal .modal-body {
  padding: 0 24px; }
#classHour_modal .modal-header {
  padding-left: 24px; }
#classHour_modal .view_list {
  margin-top: 0; }
#classHour_modal .modal-dialog {
  width: 570px; }
#classHour_modal .modalBodyBox {
  background: rgba(190, 204, 219, 0.2);
  padding: 20px;
  margin-top: 30px; }
#classHour_modal .sur_box {
  margin-bottom: 8px;
  padding: 20px; }

.viewModal .modal-body {
  padding: 14px 24px 50px; }
.viewModal .modal-header {
  padding-left: 24px; }
.viewModal .modal-dialog {
  width: 450px; }

.modal_plan.modal .modal-dialog {
  max-width: none;
  width: 100vw;
  margin: 0;
  border-radius: 0;
  height: 100vh; }
.modal_plan.modal .modal-header {
  padding: 0 44px;
  align-items: center;
  height: 86px;
  flex-shrink: 0; }
  .modal_plan.modal .modal-header .close {
    font-size: 31px;
    opacity: 1; }
.modal_plan.modal .modal-title {
  font-size: 30px;
  font-weight: 600; }
.modal_plan.modal .modal-content {
  border: none;
  border-radius: 0px;
  height: 100vh;
  overflow: auto; }
.modal_plan.modal .modal-body {
  padding: 40px 44px; }
.modal_plan.modal .form-group {
  margin-bottom: 24px; }
.modal_plan.modal .form-text {
  display: none;
  margin-bottom: 20px; }
.modal_plan.modal .container {
  padding: 0; }
.modal_plan.modal .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 100%; }
.modal_plan.modal .date-icon {
  background: url("../../img/icons/select-date.svg") no-repeat calc(100% - 12px) center;
  background-size: 24px 24px;
  padding-right: 38px; }
.modal_plan.modal .calc-hour {
  padding: 40px 30px;
  background-color: #eef4ff;
  color: #246efc; }
  .modal_plan.modal .calc-hour-list {
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px; }
  .modal_plan.modal .calc-hour .btn-box {
    margin-top: 6px; }
  .modal_plan.modal .calc-hour .btn {
    margin-top: 10px; }
  .modal_plan.modal .calc-hour .waring-icon {
    vertical-align: text-bottom;
    margin-left: 4px;
    display: none; }
.modal_plan.modal .exclude-after {
  display: none; }
  .modal_plan.modal .exclude-after .btn-next {
    display: none; }
.modal_plan.modal .hour-num {
  font-size: 20px;
  font-weight: 500; }

.conflict {
  margin: 40px 0;
  display: none; }
  .conflict-header img {
    vertical-align: text-top; }
  .conflict-content {
    margin-top: 11px;
    background-color: #fcf2f2;
    padding: 10px 30px; }
  .conflict-box {
    padding: 20px 0;
    border-bottom: 1px solid #c8c9ca; }
    .conflict-box:last-child {
      border-bottom: none; }

.surplus-message {
  display: none;
  margin-top: 40px;
  color: #e9452f; }
  .surplus-message img {
    margin-right: 6px;
    vertical-align: text-top; }

#week_plan .timeBox {
  display: flex;
  align-items: baseline; }
  #week_plan .timeBox > span {
    min-width: 30px;
    text-align: center;
    margin: 4px; }
#week_plan .week_box {
  display: flex;
  margin: 0 -10px; }
  #week_plan .week_box span {
    background: #efefef;
    margin: 0 5px 10px;
    width: calc(100% / 7);
    height: 40px;
    line-height: 40px;
    text-align: center;
    cursor: pointer; }
    #week_plan .week_box span.active {
      background: #246efc;
      color: white; }

#confirm_modal .sur_box {
  margin-top: 17px;
  border-top: 1px solid #d8d8d8;
  margin-bottom: 8px; }
#confirm_modal .modal-footer {
  border-top: none; }

#view_team_modal .team_name {
  padding: 5px 0 16px;
  border-bottom: 1px solid #ccc; }

.calendar-top {
  margin-top: 10px; }

.holiday {
  display: none;
  margin-top: 18px; }
  .holiday-box {
    display: flex;
    padding: 8px 12px;
    border-radius: 2px;
    border: solid 1px #e5d189;
    background-color: #f8f4de;
    align-items: center;
    min-height: 60px;
    margin-bottom: 12px; }
    .holiday-box img {
      height: 39px;
      width: auto;
      margin-right: 12px; }

#calendar {
  box-shadow: 0 10px 30px 0 rgba(16, 78, 198, 0.2);
  background-color: #ffffff; }
  #calendar label {
    margin-bottom: 0; }

.fc-unthemed .fc-content, .fc-unthemed .fc-divider, .fc-unthemed .fc-list-heading td, .fc-unthemed .fc-list-view, .fc-unthemed .fc-popover, .fc-unthemed .fc-row, .fc-unthemed tbody, .fc-unthemed td, .fc-unthemed th, .fc-unthemed thead {
  border-color: #dee2e6; }

.fc .fc-daygrid-day.fc-day-today {
  background: none; }
  .fc .fc-daygrid-day.fc-day-today .fc-daygrid-day-number {
    background-color: #246efc;
    border-radius: 50%;
    color: #fff; }

.fc .fc-day-disabled {
  background-color: #f2f5f8;
  opacity: 1; }

.fc-direction-ltr .fc-daygrid-event.fc-event-end, .fc-direction-rtl .fc-daygrid-event.fc-event-start {
  font-size: 12px; }

.fc-h-event {
  border-width: 0;
  border-left-width: 4px;
  border-radius: 0;
  min-height: 28px;
  line-height: 28px;
  margin: 2px 0 0;
  padding: 0 4px;
  white-space: nowrap;
  cursor: pointer;
  overflow: hidden;
  font-weight: bold; }

.fc-daygrid-day-events {
  margin: 0 4px; }

.fc-col-header th {
  height: 29px;
  line-height: 29px;
  font-size: 14px;
  border-width: 0;
  border-bottom-width: 1px; }

a.fc-more {
  margin: 1px 6px; }

.fc .fc-daygrid-day-number {
  font-size: 14px;
  font-weight: 600;
  padding: 0;
  width: 22px;
  height: 22px;
  text-align: center;
  line-height: 22px;
  margin: 6px 6px 2px 0;
  overflow: hidden; }

.fc-h-event .fc-event-title-container {
  flex: 1; }

.class-detail .modal-body {
  padding: 30px 40px; }
.class-detail .modal-header {
  padding: 20px 40px; }
.class-detail-box {
  background: #f6f6f6;
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 4px; }
  .class-detail-box > div:last-child {
    margin: 0; }
.class-detail .icon-list {
  background: no-repeat center left 16px;
  margin-bottom: 12px; }
  .class-detail .icon-list .iconfont {
    display: none;
    margin-right: 6px; }
.class-detail .dot-list {
  margin-bottom: 16px; }
  .class-detail .dot-list:before {
    content: "";
    display: inline-block;
    margin-right: 8px;
    width: 8px;
    height: 8px;
    background-color: #212529;
    border-radius: 50%;
    vertical-align: 1px; }
.class-detail .surplus-item-box:not(:last-child) {
  border-bottom: 1px solid #dee6ee;
  padding-bottom: 20px;
  margin-bottom: 20px; }
.class-detail .surplus-item-list {
  margin-bottom: 6px; }
  .class-detail .surplus-item-list.icon-list .iconfont {
    display: inline-block; }
.class-detail .border-list .blue {
  margin-left: 20px;
  width: 30px;
  text-align: right; }
.class-detail .border-list > div:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none; }

.custom-radio.b-custom-control-lg .custom-control-label::before, .input-group-lg .custom-radio .custom-control-label::before {
  top: .3125rem;
  left: -1.875rem;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 50%; }

.custom-radio.b-custom-control-lg .custom-control-label::after, .input-group-lg .custom-radio .custom-control-label::after {
  top: .3125rem;
  left: -1.875rem;
  width: 1.25rem;
  height: 1.25rem;
  background: no-repeat 50%/50% 50%; }

.custom-checkbox.b-custom-control-lg .custom-control-label::before, .input-group-lg .custom-checkbox .custom-control-label::before {
  top: .3125rem;
  left: -1.875rem;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: .3rem; }

.custom-checkbox.b-custom-control-lg .custom-control-label::after, .input-group-lg .custom-checkbox .custom-control-label::after {
  top: .3125rem;
  left: -1.875rem;
  width: 1.25rem;
  height: 1.25rem;
  background-size: 50% 50%; }

.filter .btn-filter {
  box-shadow: 3px 3px 12px 0 rgba(16, 78, 198, 0.15);
  padding-left: 23px;
  padding-right: 23px; }
.filter-dropdown {
  position: absolute;
  top: 45px;
  left: 0px;
  width: 370px;
  height: 306px;
  border-radius: 4px;
  border: solid 1px #dee6ee;
  background: #fff;
  z-index: 100;
  display: none; }
.filter-list {
  padding: 11px 13px 0;
  min-height: calc(100% - 55px); }
  .filter-list .custom-control {
    margin-bottom: 6px;
    line-height: 30px; }
.filter .dropdown-bottom {
  display: flex;
  height: 55px;
  align-items: center;
  padding: 0 13px;
  justify-content: space-between;
  border-top: 1px solid #dee6ee; }
  .filter .dropdown-bottom .btn-sm {
    height: 32px;
    line-height: 30px;
    padding-left: 30px;
    padding-right: 30px; }
  .filter .dropdown-bottom .btn-clear {
    cursor: pointer; }

.place-text span[typeCode="1"] {
  color: #246efc; }
.place-text span[typeCode="2"] {
  color: #c67f04; }
.place-text span[typeCode="3"] {
  color: #9d500d; }
.place-text span[type]:not(:last-child):after {
  content: " 、";
  color: black; }

.fc .fc-scrollgrid-liquid {
  border-top-width: 0; }

.fc-day-past.fc-day-other, .fc-day-future.fc-day-other {
  background: #f9f9f9 !important; }

.fc .fc-daygrid-day-frame {
  height: 150px; }

.audition-container {
  display: none;
  max-width: 780px; }
  .audition-container .audition-title {
    font-size: 22px;
    margin-bottom: 40px; }
  .audition-container .audition-subtitle {
    font-size: 18px;
    color: #6d7278; }
  .audition-container .audition-goal span {
    min-width: 148px;
    padding-left: 12px;
    height: 44px;
    line-height: 44px;
    border-radius: 4px;
    border: solid 1px #e0e0e0;
    background-color: #ffffff;
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 16px;
    color: #000000;
    cursor: pointer; }
    .audition-container .audition-goal span.active, .audition-container .audition-goal span:hover {
      border: solid 1px #246efc;
      color: #246efc; }
  .audition-container .audition-content {
    margin-bottom: 30px; }
  .audition-container .audition-topicBox {
    padding: 0 20px;
    height: 30px;
    border-radius: 15px;
    background-color: #f0f3f8;
    margin-right: 12px;
    color: #246efc;
    display: inline-block; }
  .audition-container .audition-footer {
    display: flex;
    justify-content: space-between;
    border-top: solid 1px #e0e0e0;
    padding-top: 30px; }
  .audition-container .danger {
    color: #e9452f; }
    .audition-container .danger .audition-topicBox {
      background-color: #e9452f;
      color: #fff; }
