@charset "UTF-8";
/* FED */
/* 기존 변수 */
/* RD 변수 */
@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes bounce {
  3.3% {
    -webkit-transform: translateY(-2rem);
            transform: translateY(-2rem);
    text-shadow: 0 1px 0 #ccc, 0 2px 0 #ccc, 0 3px 0 #ccc, 0 4px 0 #ccc, 0 5px 0 #ccc, 0 6px 0 transparent, 0 7px 0 transparent, 0 8px 0 transparent, 0 9px 0 transparent, 0 50px 25px rgba(0, 0, 0, 0.4);
  }
  6.6% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    text-shadow: none;
  }
}
@keyframes bounce {
  3.3% {
    -webkit-transform: translateY(-2rem);
            transform: translateY(-2rem);
    text-shadow: 0 1px 0 #ccc, 0 2px 0 #ccc, 0 3px 0 #ccc, 0 4px 0 #ccc, 0 5px 0 #ccc, 0 6px 0 transparent, 0 7px 0 transparent, 0 8px 0 transparent, 0 9px 0 transparent, 0 50px 25px rgba(0, 0, 0, 0.4);
  }
  6.6% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    text-shadow: none;
  }
}
@-webkit-keyframes bounce_m {
  3% {
    -webkit-transform: translateY(-1rem);
            transform: translateY(-1rem);
    text-shadow: 0 1px 0 #ccc, 0 2px 0 #ccc, 0 3px 0 #ccc, 0 4px 0 #ccc, 0 5px 0 #ccc, 0 6px 0 transparent, 0 7px 0 transparent, 0 8px 0 transparent, 0 9px 0 transparent, 0 50px 25px rgba(0, 0, 0, 0.4);
  }
  5% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    text-shadow: none;
  }
}
@keyframes bounce_m {
  3% {
    -webkit-transform: translateY(-1rem);
            transform: translateY(-1rem);
    text-shadow: 0 1px 0 #ccc, 0 2px 0 #ccc, 0 3px 0 #ccc, 0 4px 0 #ccc, 0 5px 0 #ccc, 0 6px 0 transparent, 0 7px 0 transparent, 0 8px 0 transparent, 0 9px 0 transparent, 0 50px 25px rgba(0, 0, 0, 0.4);
  }
  5% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    text-shadow: none;
  }
}
/*==================
	root
==================*/
:root {
  --bs-header-dark-item-color:#e9ecef;
  --bs-header-dark-bg:#fff;
  --bs-topnav-bg:#0576b9;
  --bs-input-bg:#fff;
  --bs-input-border-color:#E9EBEC;
  --bs-input-focus-border-color:#0576B9;
  --bs-form-select-focus-border-color:#0576B9;
  --bs-white:#fff;
  --bs-danger-rgb: 212,69,86;
  --bs-border-color: #E9EBEC !important;
  --bs-body-font-size: 13px;
  --bs-input-color:#495057;
}

ul {
  padding: 0;
  margin: 0;
}
ul li {
  list-style: none;
}

pre {
  width: 100%;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  white-space: pre-wrap;
  overflow-x: hidden;
  margin-bottom: 0;
}

/*==================
	loading
==================*/
.loading {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  z-index: 100;
  background-color: #17181B;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  z-index: 99999;
}

.load {
  position: fixed;
  left: 50%;
  top: 47%;
  width: 100px;
  height: 100px;
  margin: 0 0 0 -33px;
}

.loading_logo {
  position: fixed;
  top: 44%;
  width: 100%;
  text-align: center;
  margin-top: -50px;
}

.lds-ellipsis {
  display: inline-block;
  width: 64px;
  height: 64px;
  border: 3px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  border-top-color: #fff;
  animation: spin 1s ease-in-outinfinite;
  -webkit-animation: spin 1s ease-in-out infinite;
}

@keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
  }
}
.dimmed-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 27px;
  z-index: 9999;
}

.loading-container {
  width: 220px;
  height: 6px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 100px;
  position: relative;
  z-index: 10000;
}

.loading-bar {
  position: relative;
  width: 0;
  height: 100%;
  background-color: #FFF;
  border-radius: 100px;
  z-index: 10000;
  -webkit-animation: loadingAnimation 5s linear infinite;
          animation: loadingAnimation 5s linear infinite;
}

.loading-bar::before {
  position: absolute;
  right: -3px;
  top: -3px;
  width: 12px;
  height: 12px;
  content: "";
  border-radius: 200px;
  background: #FFF;
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

@-webkit-keyframes loadingAnimation {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}

@keyframes loadingAnimation {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.loading-hidden {
  display: none;
}

.w-240 {
  width: 240px;
}

/*=====================
	layout
=====================*/
#layout-wrapper {
  min-width: 1400px !important;
}

#page-topbar { /*position:absolute;*/
  min-width: 1400px !important;
}

.container-fluid {
  min-height: calc(100vh - 140px);
  padding-bottom: 10px;
}

.page-content {
  padding: 78px 10px 10px 10px;
}

.page-title-box {
  background: transparent;
}

body[data-layout-size=boxed] .footer {
  max-width: 1160px;
}

body[data-sidebar-size=sm] {
  min-height: auto !important;
}
body[data-sidebar-size=sm] .company-name {
  display: none;
}

.main-content-full {
  margin-left: 0;
}
.main-content-full .notice_element {
  padding: 0;
}
.main-content-full .booking-wrap {
  height: calc(100vh - 275px);
}

.main-content-max {
  margin-left: 0;
}
.main-content-max .page-content {
  padding: 0;
}
.main-content-max .container-fluid {
  padding: 0;
}
.main-content-max .booking-left,
.main-content-max .booking-right {
  height: auto;
  max-height: calc(100vh - 100px);
}

.main-content-fullmax {
  margin-left: 0;
}
.main-content-fullmax .page-content {
  padding: 0;
}
.main-content-fullmax .container-fluid {
  padding: 0;
}
.main-content-fullmax .booking-left,
.main-content-fullmax .booking-right {
  height: auto;
  max-height: calc(100vh - 145px);
}
.main-content-fullmax .payment-left,
.main-content-fullmax .payment-right {
  height: auto;
  max-height: calc(100vh - 150px);
}

#preloader {
  background-color: #000;
  opacity: 0.7;
}

.company-name {
  display: inline-block;
  width: 100%;
  height: 30px;
  line-height: 30px;
  bottom: -15px;
  text-align: center;
  color: #fff;
  background: #141522;
  z-index: 1;
}

p {
  margin-bottom: 0;
}

/*=====================
	full header
=====================*/
#page-topbar.page-topbar-full {
  position: relative;
  background: #121E2D;
}
#page-topbar.page-topbar-full .navbar-header {
  height: 48px;
}
#page-topbar.page-topbar-full .head_left {
  height: 48px;
  left: 10px;
}
#page-topbar.page-topbar-full .head_left select {
  color: #fff;
  background: url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="22" height="22" viewBox="0 0 24 24"%3E%3Cpath fill="rgba(255, 255, 255, 1)" d="M7.41 8.58L12 13.17l4.59-4.59L18 10l-6 6l-6-6l1.41-1.42Z"%2F%3E%3C%2Fsvg%3E') no-repeat center right 3px;
  -webkit-box-shadow: none;
          box-shadow: none;
}
#page-topbar.page-topbar-full .head_left select option {
  color: #000;
}
#page-topbar.page-topbar-full .head_right {
  right: 20px;
}
#page-topbar.page-topbar-full .top_notice_tag > span {
  display: inline-block;
  height: 18px;
  line-height: 18px;
  font-size: 10px;
  font-weight: 600;
  color: #fff;
  background: #11BB8D;
  border-radius: 4px;
  padding: 0 6px;
}
#page-topbar.page-topbar-full .top_notice_tag p {
  width: 100%;
  font-size: 13px;
  line-height: 18px;
  color: rgba(255, 255, 255, 0.8);
  text-align: center;
  margin-bottom: 0;
}
#page-topbar.page-topbar-full .page-full-menu ul li {
  position: relative;
  list-style: none;
  padding-left: 16px;
  margin-left: 15px;
}
#page-topbar.page-topbar-full .page-full-menu ul li:first-child {
  padding-left: 0;
  margin-left: 0;
}
#page-topbar.page-topbar-full .page-full-menu ul li:not(:first-child):before {
  position: absolute;
  top: 4px;
  left: 0;
  width: 1px;
  height: 13px;
  content: "";
  background: rgba(255, 255, 255, 0.2);
}
#page-topbar.page-topbar-full .page-full-menu ul li a {
  font-size: 13px;
  font-weight: 600;
  color: #AEBBC8;
}
#page-topbar.page-topbar-full .page-full-menu ul li a:hover, #page-topbar.page-topbar-full .page-full-menu ul li a.active {
  color: #9CE5B0;
}

/*=====================
	account
=====================*/
.account-pages .login-wrap {
  width: 1200px;
  min-width: 1200px;
  height: 712px;
  background: #fff;
  margin: 0 auto;
}
.account-pages .login-wrap .login-left {
  background: url(../images/content/login_bg.png) no-repeat left top;
  padding: 60px 50px;
}
.account-pages .login-wrap .login-right {
  padding: 80px 120px 53px;
}
.account-pages .login-wrap .login-tit {
  font-size: 32px;
  font-weight: 600;
  color: #fff;
}
.account-pages .login-wrap .login-txt {
  font-size: 14px;
  color: #FFF;
  line-height: 25px;
  margin: 10px 0 0 0;
}
.account-pages .login-wrap .login-name {
  display: inline-block;
  font-size: 42px;
  font-weight: 600;
  margin-top: 60px;
}
.account-pages .login-wrap .input-wrap {
  margin-top: 30px;
}
.account-pages .login-wrap .form-floating > label {
  height: 18px;
  line-height: 18px;
  top: 18px;
  left: 16px;
  font-size: 16px;
  color: #AEBBC8;
  padding: 0 3px;
  margin: 0;
  opacity: 1;
}
.account-pages .login-wrap .form-floating > label.focus {
  top: 0;
  left: 13px;
  font-size: 13px;
  color: #0576B9;
  background: #fff;
}
.account-pages .login-wrap input[type=text],
.account-pages .login-wrap input[type=email],
.account-pages .login-wrap input[type=password] {
  height: 56px;
  padding: 0 20px;
}
.account-pages .login-wrap button.submit {
  height: 63px !important;
  font-size: 20px;
}
.account-pages .login-wrap #remember-check {
  color: #7D8298;
}
.account-pages .login-wrap .lang-select {
  width: 160px;
  border-bottom: 1px solid #D9D9D9;
}
.account-pages .login-wrap .email-wrap {
  position: relative;
}
.account-pages .login-wrap .password-wrap {
  position: relative;
}
.account-pages .login-wrap .password-wrap input {
  padding-right: 50px;
}
.account-pages .login-wrap .password-wrap i {
  position: absolute;
  right: 20px;
  top: 20px;
  color: #ADADAD;
  cursor: pointer;
}
.account-pages .login-wrap .login-desc {
  color: #BEBEBE;
  font-size: 16px;
  margin-top: 98px;
}

.account_pages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  background: #07051B;
  margin: 0 auto;
}
.account_pages .login_wrap {
  width: 780px;
  background: #07051B url(../images/content/login_img.png) no-repeat center top;
  background-size: 100%;
  padding-top: 340px;
  margin: 0 auto;
  border-radius: 4px;
}
.account_pages .login_wrap .login_con {
  width: 360px;
  margin: 0 auto;
}
.account_pages .login_wrap .input-wrap {
  margin-top: 10px;
}
.account_pages .login_wrap .form-floating > label {
  height: 18px;
  line-height: 18px;
  top: 15px;
  left: 16px;
  font-size: 16px;
  color: #7D8298;
  padding: 0 3px;
  margin: 0;
  opacity: 1;
}
.account_pages .login_wrap .form-floating > label.focus {
  top: 0;
  left: 13px;
  font-size: 13px;
  color: #7D8298;
  background: #07051B;
}
.account_pages .login_wrap input[type=text],
.account_pages .login_wrap input[type=email],
.account_pages .login_wrap input[type=password] {
  height: 50px;
  background: #07051B !important;
  border-color: rgba(255, 255, 255, 0.3) !important;
  color: #fff;
  padding: 0 20px;
}
.account_pages .login_wrap input:focus-visible,
.account_pages .login_wrap input:focus-visible,
.account_pages .login_wrap input:focus-visible {
  background: #07051B !important;
  border-color: rgba(255, 255, 255, 0.3) !important;
}
.account_pages .login_wrap input:-webkit-autofill,
.account_pages .login_wrap input:-webkit-autofill:focus {
  -webkit-transition: background-color 600000s 0s, color 600000s 0s;
  transition: background-color 600000s 0s, color 600000s 0s;
}
.account_pages .login_wrap input[data-autocompleted] {
  background-color: transparent !important;
}
.account_pages .login_wrap button.submit {
  height: 60px !important;
  background: #016EEB;
  color: #fff;
  font-size: 20px;
  border: 0 !important;
}
.account_pages .login_wrap button.submit:hover {
  background: #004EE7;
}
.account_pages .login_wrap #remember_check {
  color: #7D8298;
}
.account_pages .login_wrap #remember_check:checked[type=checkbox] + .form-check-label {
  color: #7D8298;
  font-weight: 500;
}
.account_pages .login_wrap .lang-select {
  overflow: hidden;
}
.account_pages .login_wrap .lang-select .form-select {
  float: right;
  width: 135px;
  height: 35px;
  color: #fff;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.account_pages .login_wrap .lang-select .form-select option {
  color: #7D8298;
}
.account_pages .login_wrap .email-wrap {
  position: relative;
}
.account_pages .login_wrap .password-wrap {
  position: relative;
}
.account_pages .login_wrap .password-wrap input {
  padding-right: 50px;
}
.account_pages .login_wrap .password-wrap i {
  position: absolute;
  top: 13px;
  right: 16px;
  cursor: pointer;
}
.account_pages .login_wrap .password-wrap .login_eye {
  width: 24px;
  height: 24px;
  background: url(../images/content/login_eye_off.svg) no-repeat left center;
}
.account_pages .login_wrap .password-wrap .login_eye.on {
  background: url(../images/content/login_eye_on.svg) no-repeat left center;
}
.account_pages .login_wrap .login-desc {
  margin-top: 20px;
}
.account_pages .login_wrap .login-desc img {
  width: 80px;
}

/*=====================
	header
=====================*/
header .head_left {
  position: absolute;
  top: 0;
  left: 0;
  height: 60px;
}
header .head_left select {
  font-size: 15px;
  font-weight: 700;
  -webkit-box-shadow: none;
          box-shadow: none;
}
header .head_left .head_flag {
  font-weight: 600;
  border-radius: 3px;
  padding: 1px 6px;
  margin-right: 8px;
}
header .head_left .head_flag.ch {
  color: #0576B9;
  background: #EEF3FF;
}
header .head_left .head_flag.gc {
  color: #A44425;
  background: #FFEADE;
}
header .head_left .head_flag.b2b {
  color: #845116;
  background: #FFF3D5;
}
header .head_right {
  position: absolute;
  top: 0;
  right: 0;
}
header .head_right .btn {
  height: auto;
}
header .head_right .header-item {
  padding-top: 0;
  padding-bottom: 0;
}
header .nav {
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
header .nav li {
  margin-left: 12px;
}
header .nav li:first-child {
  margin-left: 0;
}
header .nav li a {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  vertical-align: top;
}
header .nav li a.gnb_home, header .nav li a.gnb_dashboard {
  background: url(../images/common/gnb_home.svg) no-repeat center top;
}
header .nav li a.gnb_home:hover, header .nav li a.gnb_home.active, header .nav li a.gnb_dashboard:hover, header .nav li a.gnb_dashboard.active {
  background: url(../images/common/gnb_home_on.svg) no-repeat center top;
}
header .nav li a.gnb_front, header .nav li a.gnb_booking {
  background: url(../images/common/gnb_front.svg) no-repeat center top;
}
header .nav li a.gnb_front:hover, header .nav li a.gnb_front.active, header .nav li a.gnb_booking:hover, header .nav li a.gnb_booking.active {
  background: url(../images/common/gnb_front_on.svg) no-repeat center top;
}
header .nav li a.gnb_sale_kr {
  background: url(../images/common/gnb_sale.svg) no-repeat center top;
}
header .nav li a.gnb_sale_kr:hover, header .nav li a.gnb_sale_kr.active {
  background: url(../images/common/gnb_sale_on.svg) no-repeat center top;
}
header .nav li a.gnb_match, header .nav li a.gnb_play, header .nav li a.gnb_inventory {
  background: url(../images/common/gnb_match.svg) no-repeat center top;
}
header .nav li a.gnb_match:hover, header .nav li a.gnb_match.active, header .nav li a.gnb_play:hover, header .nav li a.gnb_play.active, header .nav li a.gnb_inventory:hover, header .nav li a.gnb_inventory.active {
  background: url(../images/common/gnb_match_on.svg) no-repeat center top;
}
header .nav li a.gnb_member, header .nav li a.gnb_members {
  background: url(../images/common/gnb_member.svg) no-repeat center top;
}
header .nav li a.gnb_member:hover, header .nav li a.gnb_member.active, header .nav li a.gnb_members:hover, header .nav li a.gnb_members.active {
  background: url(../images/common/gnb_member_on.svg) no-repeat center top;
}
header .nav li a.gnb_channel {
  background: url(../images/common/gnb_channel.svg) no-repeat center top;
}
header .nav li a.gnb_channel:hover, header .nav li a.gnb_channel.active {
  background: url(../images/common/gnb_channel_on.svg) no-repeat center top;
}
header .nav li a.gnb_info {
  background: url(../images/common/gnb_info.svg) no-repeat center top;
}
header .nav li a.gnb_info:hover, header .nav li a.gnb_info.active {
  background: url(../images/common/gnb_info_on.svg) no-repeat center top;
}
header .nav li a.gnb_customer {
  background: url(../images/common/gnb_customer.svg) no-repeat center top;
}
header .nav li a.gnb_customer:hover, header .nav li a.gnb_customer.active {
  background: url(../images/common/gnb_customer_on.svg) no-repeat center top;
}
header .nav li a.gnb_setting, header .nav li a.gnb_configuration {
  background: url(../images/common/gnb_setting.svg) no-repeat center top;
}
header .nav li a.gnb_setting:hover, header .nav li a.gnb_setting.active, header .nav li a.gnb_configuration:hover, header .nav li a.gnb_configuration.active {
  background: url(../images/common/gnb_setting_on.svg) no-repeat center top;
}
header .nav li a.gnb_policy, header .nav li a.gnb_payment {
  background: url(../images/common/gnb_policy.svg) no-repeat center top;
}
header .nav li a.gnb_policy:hover, header .nav li a.gnb_policy.active, header .nav li a.gnb_payment:hover, header .nav li a.gnb_payment.active {
  background: url(../images/common/gnb_policy_on.svg) no-repeat center top;
}
header .nav li a.gnb_contact, header .nav li a.gnb_contract {
  background: url(../images/common/gnb_contact.svg) no-repeat center top;
}
header .nav li a.gnb_contact:hover, header .nav li a.gnb_contact.active, header .nav li a.gnb_contract:hover, header .nav li a.gnb_contract.active {
  background: url(../images/common/gnb_contact_on.svg) no-repeat center top;
}
header .nav li a.active, header .nav li a:hover .gnb_ico {
  fill: #003562;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header .nav li a:hover .gnb_tit {
  top: 45px;
  opacity: 1;
}

.head-lang-change::after {
  content: "\f0140";
  display: inline-block;
  font: normal normal normal 24px/1 "Material Design Icons";
  font-size: 23px;
  text-rendering: auto;
  vertical-align: sub;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
}

.head-lang-change-menu {
  left: -25px !important;
  padding: 10px 5px;
}
.head-lang-change-menu li {
  margin-top: 4px;
}
.head-lang-change-menu li:first-child {
  margin-top: 0;
}
.head-lang-change-menu li .dropdown-item {
  position: relative;
  width: 104px;
  height: 31px;
  font-size: 13px;
  text-align: left;
  padding: 6px 0 7px 11px;
}
.head-lang-change-menu li .dropdown-item:hover {
  background: var(--bs-dropdown-link-active-bg);
  border-radius: 4px;
}
.head-lang-change-menu li .dropdown-item.active {
  background: var(--bs-dropdown-link-active-bg);
  font-weight: bold;
  border-radius: 4px;
}
.head-lang-change-menu li .dropdown-item.active:before {
  content: "";
  position: absolute;
  width: 3px;
  height: 14px;
  left: 0;
  top: 9px;
  background: #0576B9;
  border-radius: 4px;
}
.head-lang-change-menu li .dropdown-item img {
  vertical-align: top;
  margin-top: 3px;
}

/*=====================
	lnb
=====================*/
.vertical-menu {
  position: fixed;
  padding: 50px 0 40px;
}
.vertical-menu .vertical_quick_wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.vertical-menu .vertical_quick_wrap > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  margin: 0;
}
.vertical-menu .vertical_quick_wrap > ul > li {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  line-height: 50px;
  list-style: none;
  text-align: center;
}
.vertical-menu .vertical_quick_wrap > ul > li:before {
  content: "|";
  position: absolute;
  top: 0;
  left: -4px;
}
.vertical-menu .vertical_quick_wrap > ul > li:first-child:before {
  content: "";
}
.vertical-menu .vertical_quick_wrap > ul > li > button,
.vertical-menu .vertical_quick_wrap > ul > li > button:hover,
.vertical-menu .vertical_quick_wrap > ul > li > .btn-group > button,
.vertical-menu .vertical_quick_wrap > ul > li > .btn-group > button:hover {
  height: auto !important;
  line-height: initial;
  background: none !important;
  border: 0 !important;
  padding: 13px 0;
}
.vertical-menu .vertical_quick_wrap > ul > li > span i,
.vertical-menu .vertical_quick_wrap > ul > li > button i,
.vertical-menu .vertical_quick_wrap > ul > li > .btn-group > button i {
  font-size: 18px;
  color: #fff;
  vertical-align: text-top;
  background: none;
  border: 0;
}
.vertical-menu .vertical_quick_wrap .bookmark {
  display: inline-block;
  text-align: center;
  border: 0;
}
.vertical-menu .vertical_quick_wrap .site-setting {
  margin-top: 5px;
}
.vertical-menu .vertical_quick_wrap .site-setting .dropdown-menu { /*width:288px;*/
  width: 180px;
  max-width: inherit;
}
.vertical-menu .vertical_quick_wrap .site-setting .dropdown-menu a {
  line-height: 22px;
}
.vertical-menu .vertical_quick_wrap .site-setting .dropdown-menu .mode-change-btn:hover .site-setting-tit,
.vertical-menu .vertical_quick_wrap .site-setting .dropdown-menu .mode-change-btn.active .site-setting-tit {
  color: #0576B9;
  font-weight: bold;
}
.vertical-menu .vertical_quick_wrap .site-setting .dropdown-menu .mode-change-btn.active .mode-ico {
  display: none;
  margin: 0 auto;
}
.vertical-menu .vertical_quick_wrap .site-setting .dropdown-menu .mode-change-btn.active .mode-ico-active {
  display: block;
  margin: 0 auto;
}
.vertical-menu .vertical_quick_wrap .site-setting .dropdown-menu .mode-change-btn .mode-ico-active {
  display: none;
}
.vertical-menu .vertical_quick_wrap .site-setting .dropdown-menu .mode-change-btn .site-setting-tit {
  color: #212529;
  margin-top: 10px;
}
.vertical-menu .vertical_quick_wrap .site-setting .dropdown-menu .clearBrowserDataBtn {
  padding-left: 12px;
}
.vertical-menu .app-search .dropdown-toggle {
  background: #39435c;
}

.notice-setting .notice-setting-con {
  line-height: 1;
}
.notice-setting .notice-setting-con .notice-setting-inner {
  width: 360px;
}
.notice-setting .notice-setting-scroll::-webkit-scrollbar {
  width: 3px;
  background: transparent;
}
.notice-setting .notice-setting-scroll::-webkit-scrollbar-thumb {
  width: 3px;
  background: #BFBFBF;
  border-radius: 3px;
}
.notice-setting .notice-setting-scroll::-webkit-scrollbar-track {
  background: transparent;
}
.notice-setting .notice-btn,
.notice-setting .notice-btn:hover {
  border: 1px solid #0576B8;
  color: #0576B8;
}
.notice-setting .datepicker-notice {
  text-align: center;
}

.notice-text-wrap {
  background: #F4FCFF;
  border: 1px solid #D2E9F0;
}
.notice-text-wrap .notice-text {
  font-size: 13px;
  color: #495057;
  background: transparent;
  resize: none;
}
.notice-text-wrap .notice-count {
  font-size: 12px;
  color: #AEBBC8;
}

.table_notice {
  border-top: 1px solid #E6E8EC;
}
.table_notice .row_table .row_tit,
.table_notice .row_table .row_con {
  border-top: 0;
}

#sidebar-menu {
  padding-top: 0;
  padding-bottom: 130px;
}
#sidebar-menu li {
  position: relative;
}
#sidebar-menu li .bookmark {
  position: absolute;
  top: 8px;
  left: 32px;
  color: #8fa6bf;
  cursor: pointer;
  z-index: 7;
}
#sidebar-menu ul li ul.sub-menu li a {
  border-radius: 0 15px 15px 0;
  margin-right: 20px !important;
}
#sidebar-menu ul li ul.sub-menu li a:hover,
#sidebar-menu ul li ul.sub-menu li a.active {
  font-weight: bold;
}
#sidebar-menu ul li ul.sub-menu li a.active {
  background: #3B3E5F;
}

.quick_link {
  position: absolute;
  bottom: 28px;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  background: #3B3E5F;
  padding: 18px 20px;
  z-index: 1;
}
.quick_link span {
  color: #FFF;
  font-size: 15px;
  font-weight: 700;
}

body[data-sidebar-size=sm] .vertical_quick_wrap ul li:before {
  content: "";
}
body[data-sidebar-size=sm] .vertical_quick_wrap ul li:not(:first-child) {
  display: none;
}
body[data-sidebar-size=sm] .app-search {
  display: none;
}
body[data-sidebar-size=sm] .vertical-menu #sidebar-menu > ul > li:hover > ul {
  background: #141522;
}
body[data-sidebar-size=sm] .vertical-menu #sidebar-menu > ul > li:hover > a {
  position: relative;
  width: 260px;
  color: #0576b9;
  background-color: #f5f5f5;
  -webkit-transition: none;
  transition: none;
}
body[data-sidebar-size=sm] .notice_element {
  padding-right: 100px;
}
body[data-sidebar-size=sm] #sidebar-menu li .bookmark {
  top: 10px;
  left: 10px;
}
body[data-sidebar-size=sm] #sidebar-menu ul li ul.sub-menu li a {
  padding-left: 30px !important;
}

body[data-sidebar=dark][data-sidebar-size=sm] .vertical-menu #sidebar-menu > ul > li:hover > a {
  background: #141522;
}

/*=====================
	search
=====================*/
/*=====================
	content
=====================*/
.card {
  padding: 20px;
}
.card .card-header {
  background: none;
  padding: 0 0 20px 0;
  margin-bottom: 20px;
}
.card .card-header .card-title + .d-flex {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.card .card-header .d-flex + .d-flex {
  margin-top: 8px;
}
.card .card-body {
  padding: 0;
}

.card-body > .d-flex {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.weather-am {
  width: 30px;
  text-align: center;
  margin-right: 6.5px;
}

.weather-pm {
  width: 30px;
  text-align: center;
  margin-left: 6.5px;
}

.temp-am {
  width: 30px;
  height: 18px;
  line-height: 18px;
  background: #DAF1FF;
  color: #0576B9;
  border-radius: 4px;
}

.temp-pm {
  width: 30px;
  height: 18px;
  line-height: 18px;
  background: #FFF1F1;
  color: #D44556;
  border-radius: 4px;
}

.notice_element {
  position: relative;
  height: 50px;
  line-height: 50px;
  background: #141522;
  border-radius: 0;
  margin: -18px -10px 20px -10px;
  padding: 0 270px 0 20px;
  overflow: hidden;
}
.notice_element .top_notice_tag > span {
  display: inline-block;
  height: 18px;
  line-height: 18px;
  font-size: 10px;
  font-weight: 600;
  color: #fff;
  background: #11BB8D;
  border-radius: 4px;
  padding: 0 6px;
}
.notice_element .top_notice_tag p {
  width: 100%;
  font-size: 13px;
  line-height: 18px;
  color: rgba(255, 255, 255, 0.8);
  text-align: center;
  margin-bottom: 0;
}
.notice_element .weather {
  position: absolute;
  top: 0;
  right: 20px;
  width: 70px;
}
.notice_element .weather .slash {
  display: inline-block;
  line-height: 25px;
  color: #8fa6bf;
  font-size: 22px;
  font-weight: 100;
}
.notice_element .weather i {
  font-size: 22px;
  color: #8fa6bf;
}

.total_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
}
.total_text p {
  color: #9399A3;
}
.total_text p.point {
  color: #0576B9;
}
.total_text .num01 {
  color: #495057;
}
.total_text .num02 {
  color: #0576B9;
}

.monetary_unit {
  font-size: 11px;
  color: #9399A3;
}

.offcanvas,
.offcanvas-backdrop {
  -webkit-transition: -webkit-transform 0s;
  transition: -webkit-transform 0s;
  transition: transform 0s;
  transition: transform 0s, -webkit-transform 0s;
}

.offcanvas-custom {
  width: 1260px !important;
  min-width: 1260px;
}

.offcanvas-footer {
  text-align: center;
  padding: 1rem 1rem;
  border-top: 1px solid #EFF2F7;
}

.fc-multimonth-daygrid-table {
  height: 390px !important;
}

.fc-multimonth-month {
  width: 49.5% !important;
}

.fc .fc-multimonth {
  border: none;
  overflow: hidden !important;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.fc-basic-view .fc-body .fc-row {
  min-height: 1em;
}

.fc .fc-daygrid-day-frame {
  min-height: 64.5px;
}

.fc-event {
  height: 20px;
  line-height: 20px !important;
  padding: 0 5px 0 10px;
  margin: 0;
}

.fc-h-event .fc-event-main-frame {
  height: 20px;
  cursor: inherit;
  padding: 0;
}

.fc-daygrid-block-event .fc-event-time, .fc-daygrid-block-event .fc-event-title {
  font-size: 12px;
  font-weight: 600;
  color: #495057;
  padding: 0;
}

.fc .fc-daygrid-body-natural .fc-daygrid-day-events {
  margin: 0 2px 2px;
}

.teetime-calendar .fc-button-group button {
  background-color: transparent;
}

.fc-col-header, .fc-daygrid-body, .fc-scrollgrid-sync-table {
  width: 100% !important;
}

.fc-col-header-cell-cushion {
  font-weight: 500;
}

.fc .fc-daygrid-day-top {
  height: 20px;
  line-height: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.fc .fc-daygrid-day.fc-day-today {
  background: transparent;
}

.fc .fc-daygrid-day.fc-day-today .fc-daygrid-day-top {
  width: 18px;
  height: 18px;
  line-height: 18px;
  color: #fff;
  background: #AEBBC8;
  border-radius: 18px;
  opacity: 1;
  margin: 2px auto 0;
}

.calendar {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: inline-block;
  vertical-align: top;
}

#calendar {
  min-height: 30px;
}

.fc .fc-toolbar.fc-header-toolbar {
  margin-bottom: 0;
}
.fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:nth-child(2) > div {
  text-align: center;
}
.fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:nth-child(3) {
  text-align: right;
}
.fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:nth-child(3) .fc-button-group button {
  border-radius: 0.25rem;
  margin-left: 0;
}
.fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:nth-child(3) .fc-button-group button:first-child {
  margin-right: 8px;
}
.fc .fc-toolbar h2 {
  display: inline-block;
  text-align: center;
}
.fc .fc-button {
  line-height: 22px;
  vertical-align: text-bottom;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.fc .fc-button .fc-icon {
  opacity: 0.5;
}
.fc .fc-daygrid-event {
  display: inline-block;
  width: calc(100% - 7px);
  min-width: 65px;
  border-radius: 2px;
  margin: 0 !important;
}
.fc .fc-multimonth-singlecol .fc-multimonth-header,
.fc .fc-multimonth-daygrid {
  background: transparent;
}
.fc table {
  font-size: 13px;
}
.fc td, .fc th {
  border: 1px solid #e9ebec;
}
.fc th {
  border-bottom: 0;
}
.fc#integratedReservationCalendar .fc-multimonth {
  z-index: 0;
}
.fc#integratedReservationCalendar .fc-daygrid-event {
  width: 100%;
}
.fc#integratedReservationCalendar .fc-daygrid-body-balanced .fc-daygrid-day-events {
  height: calc(100% - 37px);
}
.fc#integratedReservationCalendar .fc-daygrid-body-balanced .fc-daygrid-day-events .fc-daygrid-event-harness {
  height: 100%;
}
.fc#integratedReservationCalendar .fc-daygrid-body-balanced .fc-daygrid-day-events .fc-daygrid-event-harness .fc-event {
  padding: 5px;
  height: 100%;
  cursor: auto;
  background-color: #fff;
}
.fc#integratedReservationCalendar .fc-daygrid-body-balanced .fc-daygrid-day-events .fc-daygrid-event-harness .fc-event.confirmed {
  background-color: #EEF6E5;
}
.fc#integratedReservationCalendar .fc-daygrid-body-balanced .fc-daygrid-day-events .fc-daygrid-event-harness .fc-event.request {
  background-color: #FFF3D5;
}
.fc#integratedReservationCalendar .fc-daygrid-body-balanced .fc-daygrid-day-events .fc-daygrid-event-harness .fc-event.impossible {
  background-color: #E2E3E5;
}
.fc#integratedReservationCalendar .fc-daygrid-body-balanced .fc-daygrid-day-events .fc-daygrid-event-harness .fc-event.selected {
  background-color: #0576B9;
}
.fc#integratedReservationCalendar .fc-daygrid-body-balanced .fc-daygrid-day-events .fc-daygrid-event-harness .fc-event.selected .fc-event-main .custom-event > span {
  color: #fff;
}
.fc#integratedReservationCalendar .fc-daygrid-body-balanced .fc-daygrid-day-events .fc-daygrid-event-harness .fc-event .fc-event-main {
  height: 100%;
}
.fc#integratedReservationCalendar .fc-daygrid-body-balanced .fc-daygrid-day-events .fc-daygrid-event-harness .fc-event .fc-event-main .custom-event {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.fc#integratedReservationCalendar .fc-daygrid-body-balanced .fc-daygrid-day-events .fc-daygrid-event-harness .fc-event .fc-event-main .custom-event > span {
  color: #495057;
  text-align: center;
  white-space: normal;
}
.fc#integratedReservationCalendar .fc-daygrid-body-balanced .fc-daygrid-day-events .fc-daygrid-event-harness .fc-event .fc-event-main .custom-event > span + span {
  margin-top: 5px;
}
.fc#integratedReservationCalendar .fc-daygrid-day-frame {
  min-height: 130px;
}
.fc#integratedReservationCalendar .fc-daygrid-day.fc-day-today .fc-daygrid-day-top {
  background-color: #0576B9;
  width: 28px;
}
.fc#integratedReservationCalendar .fc-daygrid-day.fc-day-today .fc-daygrid-day-top .fc-daygrid-day-number {
  color: #fff;
}
.fc#integratedReservationCalendar .fc-daygrid-day-top {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 28px;
  margin: 1px auto -1px;
}

.fc-toggleButton-button {
  font-size: 13px !important;
  margin-top: 7px !important;
}
.fc-toggleButton-button:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.fc-toggleButton-button::before {
  font-family: "Font Awesome 5 Free";
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-decoration: inherit;
  content: "\f073";
  margin-right: 6px;
}

.fc-daygrid-event-harness {
  margin-top: 1px !important;
}

.fc-col-header-cell-cushion, .fc-daygrid-day-number {
  color: #000;
}

.fc-theme-standard .fc-scrollgrid {
  border: 1px solid #e9ebec;
  border-width: 1px 0 0 1px;
}

.fc-event.teetime01 {
  background: #D69B9B;
  color: #fff;
}
.fc-event.teetime02 {
  background: #C593E2;
  color: #fff;
}
.fc-event.greenfee01 {
  background: #97CDA2;
  color: #fff;
}
.fc-event.greenfee02 {
  background: #9BCAD6;
  color: #fff;
}
.fc-event.lowSeason {
  background: #EAF1FC;
  color: #495057;
}
.fc-event.peakSeason {
  background: rgba(247, 209, 122, 0.5);
  color: #495057;
}
.fc-event.highSeason {
  background: #FBE2DC;
  color: #495057;
}
.fc-event.closeSeason {
  background: #E0E0E0;
  color: #E0E0E0;
}
.fc-event.offSeason {
  background: #F8F8F8;
  color: #495057;
}
.fc-event.semiSeason {
  background: #fffe91;
  color: #495057;
}
.fc-event.holiday {
  background: transparent;
  color: #D33F3F;
  border: 1px solid #D33F3F;
}
.fc-event.dayoff {
  background: transparent;
  color: #0468FF;
  border: 1px solid #0468FF;
}
.fc-event.competition {
  background: #D1EDC3;
  color: #495057;
}
.fc-event.membershipDay {
  background: #EAE0FF;
  color: #495057;
}
.fc-event.soft {
  background: #D69B9B;
}
.fc-event.soft .fc-event-title {
  color: #fff;
}
.fc-event.hard {
  background: #C593E2;
}
.fc-event.hard .fc-event-title {
  color: #fff;
}
.fc-event.booked, .fc-event.booking {
  background: #EAF1FC;
  color: #495057;
}
.fc-event.round, .fc-event.play {
  background: #EBF6EE;
  color: #495057;
}
.fc-event.cancelled {
  background: #FAE9E9;
  color: #495057;
}
.fc-event.paid {
  background: #fffdcd;
  color: #495057;
}

.calendar-total {
  position: absolute;
  top: 70px;
  width: 100%;
  right: 0;
}
.calendar-total.type2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: 0;
  margin-right: 0;
}
.calendar-total.type2 > div {
  width: 49.5%;
}

.card-title {
  font-size: 18px;
  font-weight: 800;
  margin: 0 0 20px 0;
}
.card-title .sub_tit {
  font-size: 11px;
  font-weight: 400;
  color: #838E9E;
  margin-left: 16px;
}

table.dataTable {
  margin: 1rem 0 !important;
}

.dataTables_scrollHeadInner {
  min-width: 100%;
}

.flex_one {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.flex_none {
  -webkit-box-flex: 0 !important;
      -ms-flex: none !important;
          flex: none !important;
}

.dropdown-toggle {
  height: 30px;
  font-size: 13px;
  border: none !important;
  padding: 0 5px;
}

.dropdown-toggle i {
  display: inline-block;
  line-height: 1;
  font-size: 22px;
  vertical-align: sub;
}

.dropdown-menu {
  max-height: -webkit-max-content;
  max-height: -moz-max-content;
  max-height: max-content;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  min-width: auto;
  color: #000;
  --bs-dropdown-link-hover-bg:#F0F3F9;
  --bs-dropdown-link-active-bg:#F0F3F9;
}
.dropdown-menu.dropdown-menu-dark {
  --bs-dropdown-bg:#17172E;
  --bs-dropdown-color:#fff;
  --bs-dropdown-border-color:#2B2C43;
  --bs-dropdown-link-color:#fff;
  --bs-dropdown-link-hover-color:#fff;
  --bs-dropdown-link-hover-bg:#4A536A;
  --bs-dropdown-link-active-bg:#4A536A;
  --bs-dropdown-link-active-color:#fff;
  color: #fff;
}
.dropdown-menu li:not(.dropdown-header) {
  padding-left: 5px;
  padding-right: 5px;
}
.dropdown-menu li .dropdown-item {
  font-size: 13px;
  border-radius: 4px;
}

.dropdown-submenu {
  position: relative;
}
.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  border-radius: 0 6px 6px 6px;
}
.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}
.dropdown-submenu > a {
  padding-right: 30px;
}
.dropdown-submenu > a:after {
  display: block;
  content: "";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #ccc;
  margin-top: 5px;
  margin-right: -10px;
}
.dropdown-submenu:hover > a:after {
  border-left-color: #2cb57e;
}
.dropdown-submenu.pull-left {
  float: none;
}
.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  border-radius: 6px 0 6px 6px;
}

.dropdown-depth2 {
  position: relative;
}
.dropdown-depth2 .btn_dropdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 30px;
  border: 1px solid #CED8F3;
  border-radius: 0.25rem;
  background-color: #F5F8FF;
  font-size: 13px;
  color: #98A4C5;
}
.dropdown-depth2 select {
  display: none;
}
.dropdown-depth2 .dropdown_wrap {
  display: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1;
  padding: 12px;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #D7DADE;
}
.dropdown-depth2 .dropdown_wrap .depth1_dropdown .depth1_item_wrap input[type=radio] {
  display: none;
}
.dropdown-depth2 .dropdown_wrap .depth1_dropdown .depth1_item_wrap input[type=radio] + label {
  position: relative;
  min-width: 160px;
  margin-bottom: 0;
  padding: 8px 12px;
  border-radius: 4px;
  font-size: 13px;
}
.dropdown-depth2 .dropdown_wrap .depth1_dropdown .depth1_item_wrap input[type=radio]:checked + label {
  font-weight: 600;
}
.dropdown-depth2 .dropdown_wrap .depth1_dropdown .depth1_item_wrap input[type=radio]:checked + label::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 8px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
  height: 5px;
  background-image: url(../images/ico/arrow_right.svg);
  background-size: 100% 100%;
  background-position: 50% 50%;
}
.dropdown-depth2 .dropdown_wrap .depth1_dropdown .depth1_item_wrap + .depth1_dropdown {
  margin-top: 2px;
}
.dropdown-depth2 .dropdown_wrap .depth1_dropdown ~ .depth2_dropdown.active {
  margin-left: 4px;
}
.dropdown-depth2 .dropdown_wrap .depth2_dropdown {
  display: none;
  padding-left: 4px;
  border-left: 1px solid #D7DADE;
}
.dropdown-depth2 .dropdown_wrap .depth2_dropdown .depth2_item_wrap input[type=checkbox] {
  display: none;
}
.dropdown-depth2 .dropdown_wrap .depth2_dropdown .depth2_item_wrap input[type=checkbox] + label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  min-width: 160px;
  margin-bottom: 0;
  padding: 8px 12px;
  border-radius: 4px;
  font-size: 13px;
}
.dropdown-depth2 .dropdown_wrap .depth2_dropdown .depth2_item_wrap input[type=checkbox]:checked {
  font-weight: 600;
}
.dropdown-depth2 .dropdown_wrap .depth2_dropdown .depth2_item_wrap input[type=checkbox]:checked + label {
  background-color: #EFF2F7;
}
.dropdown-depth2 .dropdown_wrap .depth2_dropdown .depth2_item_wrap input[type=checkbox]:checked + label::after {
  content: "";
  display: block;
  width: 7px;
  height: 12px;
  border-style: solid;
  border-width: 0 2px 2px 0;
  border-color: #0576B9;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.dropdown-depth2 .dropdown_wrap .depth2_dropdown .depth2_item_wrap + .depth2_item_wrap {
  margin-top: 2px;
}
.dropdown-depth2 .dropdown_wrap .depth2_dropdown.active {
  display: block;
}
.dropdown-depth2 .dropdown_wrap.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.dropdown-depth2.type1 .depth1_dropdown .depth1_item_wrap input[type=radio] + label {
  padding-left: 20px;
}
.dropdown-depth2.type1 .depth1_dropdown .depth1_item_wrap input[type=radio] + label::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid #D7DADE;
}
.dropdown-depth2.type1 .depth1_dropdown .depth1_item_wrap input[type=radio]:checked + label::before {
  border: 4px solid #0576B9;
}
.dropdown-depth2.type2 .depth1_dropdown .depth1_item_wrap input[type=radio]:checked + label {
  background-color: #EFF2F7;
}

.channel_num_wrap .channel_num_btn {
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 22px;
  border: 1px solid #CED8F3;
  background: #F5F8FF;
  border-radius: 16px;
  cursor: pointer;
}
.channel_num_wrap .channel_num_drop {
  padding: 8px;
  margin-top: 4px !important;
}
.channel_num_wrap .channel_num_drop li {
  margin-top: 3px;
}
.channel_num_wrap .channel_num_drop li:first-child {
  margin-top: 0;
}
.channel_num_wrap .channel_name {
  color: #3A508A;
  font-size: 13px;
  font-weight: 400;
}
.channel_num_wrap .channel_num {
  color: #1F813A;
  font-size: 13px;
  font-weight: 600;
  margin-left: 8px;
}

.nav {
  --bs-nav-link-padding-x:12px;
  --bs-nav-link-padding-y:6.5px;
}

.tab-code .nav-pills .nav-link {
  overflow: hidden;
}
.tab-code .nav-pills .nav-link.active:after {
  font-family: bootstrap-icons !important;
  font-weight: normal;
  font-style: normal;
  font-size: 10px;
  text-decoration: inherit;
  content: "\f231";
  float: right;
  margin-top: 4px;
}

.table.table-overflow-auto tr td {
  overflow: inherit !important;
}

table thead {
  background: #eff2f7;
  border-color: #d7dade;
  color: #495057;
}

table.fc-scrollgrid thead {
  background: transparent;
  border-color: inherit;
  color: inherit;
}

table.fc-scrollgrid thead tr {
  height: auto;
  vertical-align: inherit;
}

.fc .fc-multimonth-singlecol .fc-multimonth-daygrid-table,
.fc .fc-multimonth-singlecol .fc-multimonth-header-table {
  border-left-style: inherit;
  border-right-style: inherit;
}

.fc .fc-multimonth-singlecol .fc-multimonth-month:last-child .fc-multimonth-daygrid-table {
  border-bottom-style: inherit;
}

table.fc-multimonth-header-table thead {
  background: transparent;
  border-color: inherit;
  color: inherit;
}

table.fc-multimonth-header-table thead tr {
  height: auto;
  vertical-align: inherit;
}

.table.table-px-0 th,
.table.table-px-0 td {
  padding: 10px 0;
}

.table.table-td-p-0 td {
  padding: 0;
}

.table-success {
  --bs-table-bg:#ecf3ed;
  --bs-table-border-color:#e4eae4;
}
.table-success .table-primary {
  --bs-table-bg:#cde4f1;
  --bs-table-border-color:#b9cdd9;
}

.table-active {
  --bs-table-accent-bg:#ecf3ed;
  --bs-table-border-color:#e4eae4;
}
.table-active .table-primary {
  --bs-table-bg:#cde4f1;
  --bs-table-border-color:#b9cdd9;
}

.cb_table_left {
  width: 70px;
  max-height: calc(100vh - 215px);
  overflow: hidden;
}

.cb_table_wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-height: calc(100vh - 205px);
}
.cb_table_wrap .table {
  border-collapse: separate;
}

.cb_table_th {
  position: sticky;
  top: 0;
}

.table {
  vertical-align: middle;
  --bs-table-border-color:#E9EBEC;
  --bs-table-hover-bg:#F5F5F5;
  border-color: #E9EBEC;
}
.table.table-text-wrap thead tr th {
  white-space: normal !important;
}
.table.table-text-wrap tbody tr td {
  white-space: normal !important;
}
.table.cb_anchor tr td {
  padding: 0;
}
.table.cb_anchor tr td a {
  display: block;
  padding: 10px 5px;
}
.table.cb_anchor tr td a:target {
  margin-top: 50px;
}
.table.cb_table {
  width: auto;
  border-bottom: 1px solid #d7dade;
}
.table.cb_table thead tr:first-child th {
  border-top: 1px solid #d7dade;
}
.table.cb_table thead tr th {
  height: auto;
  min-width: 140px;
  max-width: 140px;
  font-size: 11px;
  color: #8F9098;
  padding: 0;
  border-color: #d7dade;
  border-bottom: 1px solid #d7dade;
  border-bottom: 1px solid #d7dade;
  white-space: inherit !important;
  text-overflow: inherit !important;
  padding: 4px;
  /* &:not([colspan]) {
      .form-check-inline {
          .form-check-label {
              max-width: 120px;
          }
      }
  } */
}
.table.cb_table thead tr th .form-check-inline {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 0;
}
.table.cb_table thead tr th .form-check-inline .form-check-input {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 0;
}
.table.cb_table thead tr th .form-check-inline .form-check-label {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  white-space: normal;
  max-width: calc(100% - 20px);
  word-break: break-all;
}
.table.cb_table thead tr th:not(:last-child) {
  border-right: 0;
}
.table.cb_table thead tr th .cb_th {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.table.cb_table thead tr th .cb_th .tit {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 3px; /*white-space:initial; @include ellipsis;*/
}
.table.cb_table thead tr th .cb_th .course {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #d7dade;
  margin-top: auto;
}
.table.cb_table thead tr th .cb_th .course span {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; /*height:15px;*/
  border-left: 1px solid #d7dade;
  padding: 5px 0;
}
.table.cb_table thead tr th .cb_th .course span:first-child {
  border-left: 0;
}
.table.cb_table tbody tr td {
  min-width: 140px;
  max-width: 140px;
  font-size: 11px;
  color: #8F9098;
  border-color: #d7dade;
  border-top: 1px solid #d7dade;
}
.table.cb_table tbody tr td:not(:first-child) {
  border-left: 0;
}
.table.cb_table tbody tr td:nth-last-child(n+2) {
  border-right: 0;
}
.table.cb_table tbody tr td.cb_start {
  border-left: 1px solid #d7dade;
}
.table.cb_table tbody tr td .t_list_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 21px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.table.cb_table tbody tr td .t_list {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
  padding: 6px 0;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.table.cb_table tbody tr td .t_list .form-check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
}
.table.cb_table tbody tr td .t_list .form-check .form-check-input {
  margin-top: 0.25em;
  margin-left: 0;
}
.table.cb_table tbody tr td .t_list .form-check .form-check-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1px;
  margin-left: 3px;
}
.table.cb_table tbody tr td .t_list .form-check .form-check-label .reserv_dot_area {
  width: 71px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.table.cb_table tbody tr td .t_list .form-check .form-check-label .time {
  display: inline-block;
  width: 52px;
  height: 25px;
  font-size: 13px;
  font-weight: 400;
  vertical-align: middle;
  border-radius: 3px;
  padding: 2px 4px;
}
.table.cb_table tbody tr td .t_list .form-check.request .time {
  color: #845116;
  border: 1px solid #FFF3D5;
  background: #FFF3D5;
}
.table.cb_table tbody tr td .t_list .form-check.confirmed .time {
  color: #1F813A;
  border: 1px solid #EEF6E5;
  background: #EEF6E5;
}
.table.cb_table tbody tr td .t_list .form-check.available .time {
  color: #495057;
  border: 1px solid #C4C4C4;
  background: #fff;
}
.table.cb_table tbody tr td .t_list .form-check.notavailable .time {
  color: #495057;
  border: 1px solid #E2E3E5;
  background: #E2E3E5;
}
.table.cb_table tbody tr td .t_list .form-check.noblock .time {
  border: 1px dashed #D44556 !important;
}
.table.cb_table tbody tr td .t_list .ico_package {
  -ms-flex-item-align: center;
      align-self: center;
  margin-left: 3px;
}
.table.cb_table tbody tr td .cb_td {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  padding: 10px 0;
}
.table.cb_table tbody tr td .cb_td .cb_td_con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 5px;
}
.table.cb_table .form-check {
  min-height: auto;
  line-height: normal;
  margin-right: 0;
}
.table.cb_table .form-check-input {
  margin-top: 0;
}
.table.cb_table .form-check-label {
  color: #8F9098;
  line-height: normal;
  font-weight: 600;
  text-align: center;
  margin-left: 5px;
}
.table.th-transform-none thead tr th {
  text-transform: none;
}
.table > :not(:first-child) {
  border-top: 0 solid #e9ebec;
}
.table tr th.gray {
  color: #838E9E;
}
.table tr th.sat {
  color: #0576B9;
}
.table tr th.sun {
  color: #D44556;
}
.table thead tr:nth-child(2) th {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.table thead tr th {
  height: 38px;
  padding: 6px;
  font-size: 13px;
  vertical-align: middle;
  white-space: nowrap;
  text-transform: capitalize;
}
.table thead tr th.border-left {
  border-left: 1px solid #d7dade;
}
.table thead tr th .unit {
  font-size: 10px;
  margin-left: 4px;
}
.table tbody tr.tr_search {
  background: #F8F8F8;
}
.table tbody tr.tr_search td {
  font-weight: 600;
}
.table tbody tr.tr_search td span {
  font-weight: 600;
}
.table tbody tr.con_show {
  background: #ECF3ED;
}
.table tbody tr.con_show td {
  font-weight: 600;
}
.table tbody tr.con_show td span {
  font-weight: 600;
}
.table tbody tr th {
  height: 43px;
  border-left: 1px solid #E9EBEC;
  font-size: 13px;
  padding: 0 0 0 15px;
  vertical-align: middle;
  word-break: break-all;
}
.table tbody tr th:first-child {
  border-left-width: 0;
}
.table tbody tr td {
  height: 48px;
  padding: 4px 10px;
  vertical-align: middle;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.table tbody tr td.text_wrap {
  white-space: inherit;
  overflow: auto;
  text-overflow: inherit;
}
.table tbody tr td.selectpicker_wrap {
  white-space: inherit;
  overflow: visible;
  text-overflow: inherit;
}
.table tbody tr td.border-right {
  border-right: 1px solid #e9ebec;
}
.table tbody tr td.border-left {
  border-left: 1px solid #e9ebec;
}
.table tbody tr td .block_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  cursor: pointer;
}
.table tbody tr td .block_area.hardBlock {
  background: #DFECFC;
}
.table tbody tr td .block_area.softBlock {
  background: #F0F9FF;
}
.table tbody tr td .block_area.coupon {
  background: #FFF9F1;
}
.table tbody tr td .block_area.status {
  border-left: 1px solid #E6E8EC;
  border-right: 1px solid #E6E8EC;
}
.table tbody tr td .block_area.cutOff {
  border-bottom: 3px solid #289D50;
}
.table tbody tr td .block_area.select:not(.complete) {
  border-radius: 4px;
  border: 1px solid #7B98C4;
  overflow: hidden;
}
.table tbody tr td .block_area.complete span {
  border-radius: 3px;
  border: 1px solid #AEBBC8;
  padding: 2px 8px;
}
.table tbody tr td .block_area.inprogress span {
  border-bottom: 1px solid #AEBBC8;
  padding: 1px 4px 0;
}
.table tbody tr td .block_area .requested {
  color: #0029FF;
}
.table tbody tr td .form-control,
.table tbody tr td .form-select {
  -webkit-box-shadow: none;
          box-shadow: none;
  resize: none;
}
.table tbody tr td.multi_data {
  padding: 6px 0;
}
.table tbody tr td.multi_data .tb_row {
  padding: 0 10px;
}
.table tbody tr td.multi_data .tb_row .row + .row {
  margin-top: 6px;
}
.table tbody tr td.multi_data .tb_row + .tb_row {
  border-top: 1px solid rgb(233, 235, 236);
  margin-top: 6px;
}
.table tbody tr td.multi_data .tb_row + .tb_row .row:first-child {
  padding-top: 6px;
}
.table tbody tr td .unit {
  color: #495057;
  font-size: 11px;
}
.table.table-gray thead tr th {
  line-height: 120%;
  font-size: 11px;
}
.table.table-custom thead tr th {
  height: 32px;
  line-height: 120%;
  font-size: 11px;
  border-top: 1px solid #E6E8EC;
  border-bottom: 1px solid #E6E8EC;
  background: #F7F8F8;
}
.table.table-custom tbody tr th {
  background: #F8F8F8;
  padding: 0 12px;
}
.table.table-custom-sm thead tr:first-child th {
  height: 27px;
  color: #495057;
}
.table.table-custom-sm thead tr th {
  height: auto;
  line-height: 120%;
  font-size: 11px;
  color: rgba(73, 80, 87, 0.6);
  background: #F8F8F8;
  border: 0;
  padding: 8px 6px;
}
.table.table-custom-sm tbody tr td {
  height: 24px;
  border: 0;
  padding: 0 10px 0;
}
.table.table-custom-sm tbody tr td .form-control,
.table.table-custom-sm tbody tr td .form-select {
  width: auto;
  min-height: auto;
  padding-top: 0;
  padding-bottom: 0;
  margin: 0 auto;
}
.table.tb_season tbody tr th {
  padding: 6px 10px;
}
.table.tb_season tbody tr td {
  border-left-width: 1px;
  border-right-width: 1px;
}
.table.tb_season tbody tr td input + input {
  margin-top: 5px;
}
.table.tb_season tbody tr.select_area td, .table.tb_season tbody tr.em_area td {
  background-color: #F8F8F8;
}
.table.tb_season tbody tr.select_area td .form-select, .table.tb_season tbody tr.em_area td .form-select {
  margin: 0 auto;
}
.table.tb_season tbody tr.item_area th, .table.tb_season tbody tr.channel_area th {
  font-weight: 400;
}
.table.tb_season tbody tr.item_area td, .table.tb_season tbody tr.channel_area td {
  vertical-align: top;
}
.table.tb_season tbody tr.item_area td > div + div, .table.tb_season tbody tr.channel_area td > div + div {
  margin-top: 5px;
}
.table.tb_season tbody tr.item_area td.channel_wrap a, .table.tb_season tbody tr.channel_area td.channel_wrap a {
  display: inline-block;
  height: 30px;
  border: none;
  font-weight: 600;
  color: #AEBBC8;
}
.table.tb_season tbody tr.item_area td .select_wrap, .table.tb_season tbody tr.channel_area td .select_wrap {
  background-color: #F8F8F8;
  margin: -6px -10px 6px;
  padding: 6px 0;
}
.table.tb_season tbody tr.em_area th {
  background-color: #F8F8F8;
}
.table.tb_season tbody tr.multiple_area td > div + div {
  margin-top: 5px;
}
.table.tb_season tbody tr.multiple_area td > div.text_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 30px;
}
.table.tb_variable thead tr th .row_wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
  /*padding-left: 42px;*/
}
.table.tb_variable tbody tr td {
  border-left-width: 1px;
  border-right-width: 1px;
}
.table.tb_variable tbody tr td .row_wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
}
.table.tb_variable tbody tr td .row_wrap + .row_wrap {
  margin-top: 5px;
}
.table.tb_variable tbody tr.select_area td, .table.tb_variable tbody tr.em_area td {
  background-color: #F8F8F8;
}
.table.tb_variable tbody tr.select_area td .form-select, .table.tb_variable tbody tr.em_area td .form-select {
  margin: 0 auto;
}
.table.tb_variable tbody tr.item_area th, .table.tb_variable tbody tr.channel_area th {
  font-weight: 400;
}
.table.tb_variable tbody tr.item_area td, .table.tb_variable tbody tr.channel_area td {
  vertical-align: top;
}
.table.tb_variable tbody tr.item_area td > div + div, .table.tb_variable tbody tr.channel_area td > div + div {
  margin-top: 5px;
}
.table.tb_variable tbody tr.item_area td.channel_wrap a, .table.tb_variable tbody tr.channel_area td.channel_wrap a {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  border: none;
  font-weight: 600;
  color: #AEBBC8;
}
.table.tb_variable tbody tr.item_area td .select_wrap, .table.tb_variable tbody tr.channel_area td .select_wrap {
  background-color: #F8F8F8;
  margin: -6px -10px 6px;
  padding: 6px 0;
}
.table.tb_variable tbody tr.em_area th {
  background-color: #F8F8F8;
}
.table.tb_variable tbody tr.multiple_area td > div + div {
  margin-top: 5px;
}
.table.tb_variable tbody tr.multiple_area td > div.text_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 30px;
}
.table.tb_variable .mw-240 {
  min-width: 240px;
  width: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.table.tb_variable .mw-240 {
  min-width: 240px;
  width: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.table.tb_variable .w-70 {
  width: 70px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.table.tb_variable .w-90 {
  width: 90px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.table.tb_variable .w-130 {
  width: 130px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.table.tb_variable .w-160 {
  width: 160px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.table.tb_variable .w-190 {
  width: 200px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.table.tb_variable .w-200 {
  width: 200px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.table.tb_variable .w-290 {
  width: 200px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.table.tb_variable .w-auto {
  width: auto;
}
.table.tb_variable .mxw-170 {
  max-width: 170px;
}
.table.tb_spanBorder tbody tr td[rowspan] {
  border: 1px solid #e9ebec;
}
.table.table-f8 thead {
  background-color: #f8f8f8 !important;
}
.table.table_block thead th {
  width: 59px;
}
.table.table_card-header tbody th {
  background-color: #eff2f7;
  padding: 0 34px;
  border-width: 1px;
}
.table.table_card-header tbody td {
  border-width: 1px;
}

.modal.show .select2-container--open {
  z-index: 999999 !important;
  width: 100% !important;
}

.navbar-header .select2-container .select2-selection--single {
  border: 0;
}
.navbar-header .select2-container .select2-selection--single .select2-selection__rendered {
  font-size: 15px;
  font-weight: 700;
}

.card-header .select2-container {
  width: auto !important;
}

.select2-container .select2-selection--single {
  height: 30px;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  line-height: 28px;
  padding-right: 30px;
}
.select2-container .select2-selection--single .select2-selection__arrow {
  height: 26px;
  width: 28px;
  right: 3px;
}
.select2-container .select2-selection--single .select2-selection__arrow b {
  border-color: #495057 transparent transparent transparent;
  border-width: 5px 4px 0 4px;
}

.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #495057 transparent !important;
  border-width: 0 4px 5px 4px !important;
}

.bigdrop {
  width: 500px !important;
}

.select2.type2 + .select2-container {
  margin-top: 22px;
}
.select2.type2 + .select2-container .select2-selection--single {
  border: 0;
}

.table-disc {
  font-size: 13px;
  font-weight: 400;
  text-align: right;
  margin-bottom: 10px;
}

.tb_info tbody tr th {
  background-color: #EFF2F7;
}
.tb_info tbody tr:first-child th {
  border-top: 1px solid #E9EBEC;
}
.tb_info tbody tr:first-child td {
  border-top: 1px solid #E9EBEC;
}

.tr_pending {
  background-color: #FFF1EE;
}

.tr_total {
  background-color: #F8F8F8;
}
.tr_total th,
.tr_total td {
  font-weight: 600;
}

.txt_email {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.txt_email::before {
  content: "";
  width: 21px;
  height: 21px;
  border: 1px solid #D9DFE7;
  border-radius: 4px;
  background-image: url(../images/ico/email_ico.svg);
  background-size: 9.75px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-color: #fff;
  margin-right: 8px;
}

.txt_phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.txt_phone::before {
  content: "";
  width: 21px;
  height: 21px;
  border: 1px solid #D9DFE7;
  border-radius: 4px;
  background-image: url(../images/ico/phone_ico.svg);
  background-size: 13px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-color: #fff;
  margin-right: 8px;
}

.account_pages .login_wrap .login-desc {
  margin-top: 72px;
}

.apply_registration {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  max-width: 460px;
  margin: 130px auto;
  background-color: #fff;
  border: 1px solid #E6E8EC;
  border-radius: 0.4rem;
}
.apply_registration .apply-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #eff2f7;
  border-top-left-radius: calc(0.4rem - 1px);
  border-top-right-radius: calc(0.4rem - 1px);
  padding: 20px;
  margin-bottom: 20px;
}
.apply_registration .apply-body .txt_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px 0;
  background-color: #F8F8F8;
  border: 1px solid #E6E8EC;
  border-radius: 0;
  gap: 0;
  opacity: 1;
  margin: 0 20px;
}
.apply_registration .apply-body .row .col-6 {
  width: calc(50% - 4px);
  padding-left: 0;
  padding-right: 0;
}
.apply_registration .apply-body .row .col-12 {
  padding-left: 0;
  padding-right: 0;
}
.apply_registration .apply-footer .btn {
  height: 40px !important;
  line-height: 38px;
  padding: 0 24px;
}

.txt_point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 4px;
  font-style: normal;
  font-size: 11px;
  font-weight: 400;
}
.txt_point.txt_warning {
  color: #D44556;
}
.txt_point.txt_warning::before {
  background-image: url(../images/ico/warning_ico.svg);
}
.txt_point.txt_confirm {
  color: #1F813A;
}
.txt_point.txt_confirm::before {
  background-image: url(../images/ico/confirm_ico.svg);
}
.txt_point::before {
  content: "";
  width: 16px;
  height: 16px;
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  margin-right: 4px;
}

.table-sm tbody tr td {
  padding: 6px;
}

.table-head-sm thead tr th {
  height: auto;
}

.table-xs tbody tr td {
  padding: 6px 3px;
}

tr td > .status {
  position: relative;
  padding-left: 13px;
  padding-right: 13px;
}
tr td > .status.new::before {
  content: "N";
  color: #fff;
  font-weight: 700;
  background-color: #F00;
}
tr td > .status::before {
  position: absolute;
  left: 0px;
  top: -8px;
  padding: 0 2px;
  border-radius: 2px;
  font-size: 9px;
  line-height: 12px;
}

.table-bg-lgray {
  background: #F8F8F8 !important;
}

.table-bg-gray {
  background: #F6F9FF !important;
}

.table-bg-blue {
  background: #F8F9FA;
}

.table-bg-red {
  background: #F8F9FA;
}

.table-bg-lred {
  background: #fff2f2 !important;
}

.table-bg-green {
  background: #ECF3ED !important;
}

tr.table-bg-lred {
  --bs-table-accent-bg: #fff2f2 !important;
}

tr.bg_pink {
  background-color: #FFF1EE;
}
tr.bg_pink > td {
  color: #D44556;
}
tr.bg_pink > td > a {
  color: #D44556;
}

tr.bg_yellow {
  background-color: #FFF3D5;
}
tr.bg_yellow > td {
  color: #845116;
}
tr.bg_yellow > td > a {
  color: #845116;
}

tr.bg_blue {
  background-color: #EEF3FF;
}
tr.bg_blue > td {
  color: #0576B9;
}
tr.bg_blue > td > a {
  color: #0576B9;
}

thead.table-blue {
  background: #EEFBFF;
}
thead.table-blue th {
  border-color: #D2E9F0;
}
thead.table-red {
  background: #F6EFF0;
}
thead.table-red th {
  border-color: #EAD9DC;
}

th.table-agree {
  border-width: 1px !important;
  background-color: #EFF2F7 !important;
}

/* table-fixed-1 클래스에 대한 변수 정의 */
.table-fixed-1 {
  --first-column-width: 80px;
  position: relative;
  overflow: auto;
}
.table-fixed-1 table {
  min-width: 1078px;
  border-collapse: collapse;
  table-layout: fixed;
}
.table-fixed-1 table thead th {
  position: sticky;
  top: 0;
  min-width: 59px;
  background-color: #eff2f7;
  z-index: 3;
  padding: 8px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.table-fixed-1 table thead th:nth-child(1) {
  left: 0;
  z-index: 5;
  width: var(--first-column-width); /* 첫 번째 컬럼의 너비 */
}
.table-fixed-1 table tbody tr td {
  min-width: 59px;
  padding: 8px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.table-fixed-1 table tbody tr td:nth-child(1) {
  position: sticky;
  left: 0;
  background-color: white;
  z-index: 2;
  width: var(--first-column-width); /* 첫 번째 컬럼의 너비 */
}

/* table-fixed-2 클래스에 대한 변수 정의 */
.table-fixed-2 {
  --first-column-width: 80px;
  --second-column-width: 150px;
  /* 이 테이블은 두 개의 컬럼만 고정하므로 세 번째 컬럼 너비는 필요하지 않습니다 */
  position: relative;
  overflow: auto;
}
.table-fixed-2 table {
  min-width: 1078px;
  border-collapse: collapse;
  table-layout: fixed;
}
.table-fixed-2 table thead th {
  position: sticky;
  top: 0;
  min-width: 59px;
  background-color: #eff2f7;
  z-index: 3;
  padding: 8px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.table-fixed-2 table thead th:nth-child(1) {
  left: 0;
  z-index: 5;
  width: var(--first-column-width); /* 첫 번째 컬럼의 너비 */
}
.table-fixed-2 table thead th:nth-child(2) {
  left: var(--first-column-width); /* 첫 번째 컬럼의 너비 */
  z-index: 4;
  width: var(--second-column-width); /* 두 번째 컬럼의 너비 */
}
.table-fixed-2 table tbody tr td {
  min-width: 59px;
  padding: 8px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.table-fixed-2 table tbody tr td:nth-child(1) {
  position: sticky;
  left: 0;
  background-color: white;
  z-index: 2;
  width: var(--first-column-width); /* 첫 번째 컬럼의 너비 */
}
.table-fixed-2 table tbody tr td:nth-child(2) {
  position: sticky;
  left: var(--first-column-width); /* 첫 번째 컬럼의 너비 */
  background-color: white;
  z-index: 3;
  width: var(--second-column-width); /* 두 번째 컬럼의 너비 */
}

/* table-fixed-3 클래스에 대한 변수 정의 */
.table-fixed-3 {
  --first-column-width: 40px;
  --second-column-width: 80px;
  --third-column-width: 150px;
  position: relative;
  overflow: auto;
}
.table-fixed-3 table {
  min-width: 1078px;
  border-collapse: collapse;
  table-layout: fixed;
}
.table-fixed-3 table thead th {
  position: sticky;
  top: 0;
  min-width: 59px;
  background-color: #eff2f7;
  z-index: 2;
  padding: 8px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.table-fixed-3 table thead th:nth-child(1) {
  left: 0;
  z-index: 5;
  width: var(--first-column-width); /* 첫 번째 컬럼의 너비 */
}
.table-fixed-3 table thead th:nth-child(2) {
  left: var(--first-column-width); /* 첫 번째 컬럼의 너비 */
  z-index: 5;
  width: var(--second-column-width); /* 두 번째 컬럼의 너비 */
}
.table-fixed-3 table thead th:nth-child(3) {
  left: calc(var(--first-column-width) + var(--second-column-width)); /* 첫 번째 + 두 번째 컬럼의 너비 */
  z-index: 5;
  width: var(--third-column-width); /* 세 번째 컬럼의 너비 */
}
.table-fixed-3 table tbody tr td {
  min-width: 59px;
  padding: 8px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.table-fixed-3 table tbody tr td:nth-child(1) {
  position: sticky;
  left: 0;
  background-color: white;
  z-index: 2;
  width: var(--first-column-width); /* 첫 번째 컬럼의 너비 */
}
.table-fixed-3 table tbody tr td:nth-child(2) {
  position: sticky;
  left: var(--first-column-width); /* 첫 번째 컬럼의 너비 */
  background-color: white;
  z-index: 3;
  width: var(--second-column-width); /* 두 번째 컬럼의 너비 */
}
.table-fixed-3 table tbody tr td:nth-child(3) {
  position: sticky;
  left: calc(var(--first-column-width) + var(--second-column-width)); /* 첫 번째 + 두 번째 컬럼의 너비 */
  background-color: white;
  z-index: 4;
  width: var(--third-column-width); /* 세 번째 컬럼의 너비 */
}

.table-fixed-head {
  margin-bottom: 0 !important;
}
.table-fixed-head.multiple-head .table {
  border-collapse: separate;
}
.table-fixed-head.card {
  padding: 0;
}
.table-fixed-head.card .table tbody tr:last-child td {
  border-bottom: 0;
}
.table-fixed-head .table {
  border-spacing: 0;
  margin-bottom: 1px;
}
.table-fixed-head .table thead {
  position: sticky;
  top: 0;
  background: #eff2f7;
  z-index: 1001;
}

.booking-group {
  display: block;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.booking-group .booking-area .table {
  border-collapse: separate;
}
.booking-group .booking-area .table thead tr th,
.booking-group .booking-area .table tbody tr td {
  padding: 6px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.booking-group .booking-area .table tbody tr:last-child td:first-child {
  border-radius: 0 0 0 0.25rem;
}
.booking-group .booking-area .table tbody tr:last-child td:last-child {
  border-radius: 0 0 0.25rem 0;
}
.booking-group .booking-area:first-child .table thead, .booking-group .booking-area:nth-child(4n+1) .table thead {
  background: #EEFBFF;
}
.booking-group .booking-area:first-child .table thead th, .booking-group .booking-area:nth-child(4n+1) .table thead th {
  border-color: #D2E9F0;
  color: #495057;
}
.booking-group .booking-area:nth-child(2) .table thead, .booking-group .booking-area:nth-child(4n+2) .table thead {
  background: #FCF7EC;
}
.booking-group .booking-area:nth-child(2) .table thead th, .booking-group .booking-area:nth-child(4n+2) .table thead th {
  border-color: #F0E9D2;
  color: #495057;
}
.booking-group .booking-area:nth-child(3) .table thead, .booking-group .booking-area:nth-child(4n+3) .table thead {
  background: #EBF6EE;
}
.booking-group .booking-area:nth-child(3) .table thead th, .booking-group .booking-area:nth-child(4n+3) .table thead th {
  border-color: #D1E8D7;
  color: #495057;
}
.booking-group .booking-area:nth-child(4) .table thead, .booking-group .booking-area:nth-child(4n+4) .table thead {
  background: #F6EFF0;
}
.booking-group .booking-area:nth-child(4) .table thead th, .booking-group .booking-area:nth-child(4n+4) .table thead th {
  border-color: #EAD9DC;
  color: #495057;
}

.booking-left {
  width: 170px;
  height: calc(100vh - 250px);
  overflow: hidden;
}
.booking-left .table tr td:last-child {
  padding-right: 15px;
}
.booking-left .table tr td a {
  border-radius: 3px;
  padding: 2px 4px;
}

.booking-right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: calc(100vh - 250px);
  overflow: hidden;
}
.booking-right .booking-area {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  border-radius: 0.25rem;
}

.teetime-left {
  width: 160px;
  height: calc(100vh - 250px);
  overflow: hidden;
}

.teetime-right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: calc(100vh - 250px);
  overflow: hidden;
}
.teetime-right .booking-area {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  border-radius: 0.25rem;
}

.guest-left {
  width: 355px;
  overflow: hidden;
}

.guest-right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
}

.payment-left {
  width: 220px;
  height: calc(100vh - 195px);
  overflow: hidden;
}

.payment-right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.dailyTeam-left {
  width: 410px;
  overflow: hidden;
}

.dailyTeam-right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
}

.dashboard-wrap .booking-area {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  border-radius: 0.25rem;
}

.score-wrap .booking-area {
  display: inline-block;
  min-width: 335px;
  width: 100%;
  vertical-align: top;
  border-radius: 0.25rem;
}

.checkin-wrap {
  height: calc(100vh - 240px);
  overflow: hidden;
}
.checkin-wrap .booking-area {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  border-radius: 0.25rem;
}

.channel-wrap {
  height: calc(100vh - 240px);
  overflow: hidden;
}
.channel-wrap .booking-area {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  border-radius: 0.25rem;
}

.booking-wrap {
  height: calc(100vh - 320px);
  overflow: hidden;
}
.booking-wrap .booking-area {
  display: inline-block;
  vertical-align: top;
  border-radius: 0.25rem;
}

.table-group {
  display: block;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.table-group > div {
  width: 100%;
  vertical-align: top;
  border-radius: 0.25rem;
}
.table-group > div .table {
  border-collapse: separate;
}
.table-group > div .table tbody tr:last-child td:first-child {
  border-radius: 0 0 0 0.25rem;
}
.table-group > div .table tbody tr:last-child td:last-child {
  border-radius: 0 0 0.25rem 0;
}

.table-em {
  display: inline-block;
  border-radius: 3px;
  padding: 2px 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.table-em.disabled {
  width: 100%;
  background: #e2e3e5 !important;
  color: rgba(0, 0, 0, 0.5) !important;
}
.table-em.info {
  background: #C7D0D9;
}
.table-em.complete, .table-em.sc {
  background: #EEF6E5;
  color: #1F813A;
}
.table-em.request {
  background: #FFF3D5;
  color: #845116;
}
.table-em.unspecified {
  color: rgba(73, 80, 87, 0.5);
}
.table-em.checkin, .table-em.extension {
  background: #EFF6FF;
  color: #0576B9;
}
.table-em.rainCancel {
  background: #FBE2DC;
}
.table-em.holiday {
  background: #FFF1F1;
  color: #D44556;
}
.table-em.sat {
  background: #DAF1FF;
  color: #0576B9;
}
.table-em.sun {
  background: #FFF1F1;
  color: #D44556;
}
.table-em.vvip {
  background: #F8F9FA;
  color: #495057;
}
.table-em.softBlock {
  color: #1F813A;
}
.table-em.hardBlock {
  color: #6424B6;
}
.table-em.new, .table-em.gr, .table-em.gc, .table-em.em_blue {
  color: #0576B9;
  background: #EEF3FF;
  border-radius: 3px;
  padding: 0 4px;
}
.table-em.pending, .table-em.em_red {
  color: #D44556;
  background: #FFF1EE;
  border-radius: 3px;
  padding: 0 4px;
}
.table-em.confirmed, .table-em.requestToCancel, .table-em.hold, .table-em.sr, .table-em.em_yellow {
  color: #845116;
  background: #FFF3D5;
  border-radius: 3px;
  padding: 0 4px;
}
.table-em.confirmed02 {
  color: #495057;
}
.table-em.cancellation, .table-em.cancelled, .table-em.change {
  color: #6B54AF;
  background: #F5EFFF;
  border-radius: 3px;
  padding: 0 4px;
}
.table-em.modify, .table-em.revised, .table-em.em_green {
  color: #1F813A;
  background: #EEF6E5;
  border-radius: 3px;
  padding: 0 4px;
}
.table-em.em_gray {
  color: #495057;
  background: #F2F2F2;
  border-radius: 3px;
  padding: 0 4px;
}
.table-em.black {
  color: #495057;
}
.table-em.blue {
  color: #0576B9;
}
.table-em.red {
  color: #D44556;
}
.table-em.gray {
  color: rgba(73, 80, 87, 0.6);
}
.table-em.unconfirmed {
  color: #9399A3;
}
.table-em.cb_request {
  color: #845116;
  background: #FFF3D5;
  border: 1px solid #FFF3D5;
}
.table-em.cb_confirmed {
  color: #1F813A;
  background: #EEF6E5;
  border: 1px solid #EEF6E5;
}
.table-em.cb_groupBooked {
  color: #6B54AF;
  background: #F5EFFF;
  border: 1px solid #F5EFFF;
}
.table-em.cb_joinBooked {
  color: #0576B9;
  background: #EEF3FF;
  border: 1px solid #EEF3FF;
}
.table-em.cb_vacant {
  color: #C4C4C4;
  border: 1px solid #C4C4C4;
}

.table-blue thead {
  background: #EEFBFF;
}
.table-blue thead th {
  border-color: #D2E9F0;
  color: #495057;
}

.table-yellow thead {
  background: #FCF7EC;
}
.table-yellow thead th {
  border-color: #F0E9D2;
  color: #495057;
}

.table-green thead {
  background: #EBF6EE;
}
.table-green thead th {
  border-color: #D1E8D7;
  color: #495057;
}

.table-red thead {
  background: #F6EFF0;
}
.table-red thead th {
  border-color: #EAD9DC;
  color: #495057;
}

.table-gray thead {
  background: #EFF2F7;
}
.table-gray thead th {
  border-color: #E9EBEC;
  color: #495057;
}
.table-gray thead th.text-blue {
  color: #0576B9;
}

th.table-blue {
  background: #EEFBFF;
  color: #495057;
}

thead th.table-blue {
  border-color: #D2E9F0;
}

tbody th.table-blue {
  border-color: #D2E9F0 !important;
  border-width: 1px !important;
}

th.table-yellow {
  background: #FCF7EC;
  border-color: #F0E9D2;
  color: #495057;
}

thead th.table-yellow {
  border-color: #D2E9F0;
}

tbody th.table-yellow {
  border-color: #D2E9F0 !important;
  border-width: 1px !important;
}

th.table-green {
  background: #EBF6EE;
  border-color: #D1E8D7;
  color: #495057;
}

thead th.table-green {
  border-color: #D1E8D7;
}

tbody th.table-green {
  border-color: #D1E8D7 !important;
  border-width: 1px !important;
}

th.table-red {
  background: #F6EFF0;
  border-color: #EAD9DC;
  color: #495057;
}

thead th.table-red {
  border-color: #EAD9DC;
}

tbody th.table-red {
  border-color: #EAD9DC !important;
  border-width: 1px !important;
}

th.table-gray {
  background: #EFF2F7;
  border-color: #E9EBEC;
  color: #495057;
}

thead th.table-gray {
  border-color: #E9EBEC;
}

tbody th.table-gray {
  border-color: #E9EBEC !important;
  border-width: 1px !important;
}

span.primary {
  display: inline-block;
  width: auto !important;
  color: #0576B9 !important;
  font-size: 13px;
  font-weight: 400;
  padding: 2px 8px;
  border-radius: 3px;
  background: #EEF3FF;
  margin-left: 3px;
  border-radius: 3px;
  border: 1px solid #0576B9;
}

.table-line {
  height: 1px !important;
  background: #D4D5D8 !important;
  padding: 0 !important;
}

.border-box {
  border: 1px solid #E9EBEC;
}

.blue-box {
  border: 1px solid #D2E9F0;
}
.blue-box .table {
  background: #EEFBFF;
}
.blue-box .table tbody tr th,
.blue-box .table tbody tr td {
  border-color: #D2E9F0;
}

.table-layout-fixed {
  table-layout: fixed;
}

.table-cross-line {
  height: 1px !important;
  border-bottom: 1px solid #E9EBEC;
  padding: 0 !important;
}

.cross-line {
  display: inline-block;
  width: 100%;
  height: 1px !important;
  background: rgba(233, 235, 236, 0.6);
  padding: 0 !important;
}

.box-tit {
  height: 48px;
  line-height: 48px;
  color: #495057;
  font-size: 14px;
  font-weight: 600;
  border-bottom: 1px solid #E9EBEC;
  background: #F8F9FA;
  padding: 0 16px;
}

.box-con textarea {
  padding: 20px;
}

.box-con ul li::marker {
  width: 3px;
  height: 3px;
  color: #AEBBC8;
  border-radius: 3px;
}

.app-search-wrap {
  position: relative;
}
.app-search-wrap .search_detail_wrap {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  width: 740px;
  min-height: 500px;
}

.app-search-backdrop {
  display: none;
  z-index: 1000;
  background: #000;
  opacity: 0.5;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
}

.table-stripe {
  background: #f8f9fa;
  color: #495057;
}

.table-disabled,
.table-disabled td {
  background: #e2e3e5 !important;
  color: rgba(0, 0, 0, 0.5) !important;
}

.sortable .table {
  background: #fff;
}

.info_top {
  width: 920px;
}

.info-tit {
  width: 170px;
}

.info-con {
  width: 750px;
}

.info_textarea {
  width: 900px;
}

.dividing-line {
  width: 1px;
  height: 20px;
  background: #E9EBEC;
  margin: 0 16px;
}

.authorizeGroupWrap .authorizeGroupBlock {
  padding: 11px 16px;
}
.authorizeGroupWrap .authorizeGroupBlock:not(:first-child) {
  border-top: 1px solid #E9EBEC;
}
.authorizeGroupWrap .authorizeGroupBlock .authorizeGroupDetail span:not(:first-child):before {
  display: inline-block;
  content: "";
  width: 1px;
  height: 12px;
  background: #EFF2F7;
  margin: 0 8px;
}

.course-info-wrap {
  position: relative;
  width: 1062px;
  min-height: 120px;
  padding: 30px;
}
.course-info-wrap .course-info-tit {
  font-size: 16px;
  font-weight: 600;
  color: #000;
  margin-top: 45px;
  margin-bottom: 15px;
}
.course-info-wrap .course-info-tit:first-child {
  margin-top: 0;
}
.course-info-wrap .course-info-txt {
  line-height: 22px;
  font-size: 13px;
  font-weight: 400;
  color: #000;
}
.course-info-wrap .dash {
  height: 18px;
  overflow: hidden;
}
.course-info-wrap img {
  width: 100%;
  max-width: 1000px;
}

.offcanvas .course-info-wrap {
  width: 1040px;
  padding: 20px;
  margin: 0 auto;
}

.code-title {
  line-height: 34px;
  font-weight: 700;
  font-size: 14px;
}

.code-con-left {
  width: 200px;
  margin-right: 32px;
}

.code-con-right {
  width: calc(100% - 232px);
}
.code-con-right .table-responsive {
  max-height: calc(100vh - 195px);
}
.code-con-right.type02 .table-responsive {
  max-height: calc(100vh - 325px);
}
.code-con-right .table tr:last-child td {
  border-bottom: 0;
}

.simplebar-placeholder {
  width: 100% !important;
}

.carousel-control-next, .carousel-control-prev {
  width: 50px;
}

.bootstrapTabControl {
  position: absolute;
  top: 38%;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 30px;
}

.prevtab, .nexttab, .canvasprevtab, .canvasnexttab {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
  background-color: gray;
  cursor: pointer;
}

.prevtab, .nexttab {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
  background-color: gray;
  cursor: pointer;
}

.prevtab, .canvasprevtab {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

.nexttab, .canvasnexttab {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.chart-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding-left: 0;
  margin: 26px 0;
}
.chart-info li {
  text-align: center;
  border-right: 1px solid #EFF2F7;
  padding: 5px 36px 5px 0;
  margin-right: 35px;
}
.chart-info li:last-child {
  border-right: 0;
  padding-right: 0;
  margin-right: 0;
}
.chart-info li:first-child .num {
  color: #F1BA4C;
}
.chart-info li:nth-child(2) .num {
  color: #2CB57E;
}
.chart-info li:nth-child(3) .num {
  color: #0576B9;
}
.chart-info li:nth-child(4) .num {
  color: #495057;
}
.chart-info li p {
  margin-bottom: 0;
}
.chart-info li .num {
  font-size: 20px;
  font-weight: 600;
}
.chart-info li .tit {
  font-size: 11px;
  margin-top: 6px;
}

.caddySupplyCheck {
  width: 93px;
}

.fullmax-tit {
  width: 220px;
  text-align: center;
  margin-right: 16px;
}

.notice-list-wrap {
  border-top: 1px solid #EFF2F7;
  border-bottom: 1px solid #EFF2F7;
  margin: 24px 0 14px;
}

.teetime_set_wrap ul {
  list-style: none;
  padding: 0;
}
.teetime_set_wrap ul li {
  list-style: none;
  padding: 0;
}
.teetime_set_wrap ul li .teetime_set_tit {
  height: 51px;
  border-width: 1px 0 1px 0;
  padding: 6px 10px;
}
.teetime_set_wrap ul li .teetime_set_tit .teetime_set_tit_block:first-child {
  min-width: 60px;
}
.teetime_set_wrap ul li .teetime_set_con_wrap {
  padding: 6px 0 6px 110px;
}
.teetime_set_wrap ul li .add_row {
  height: 43px;
  line-height: 41px;
  text-align: center;
}

.booking_block_wrap {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 2px 2px;
}
.booking_block_wrap .booking_block_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1px;
  width: 13px;
  height: 13px;
}
.booking_block_wrap .booking_block_inner span {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 1px;
}
.booking_block_wrap .booking_block_inner span.group01 {
  background: #8CCA9E;
}
.booking_block_wrap .booking_block_inner span.group02 {
  background: #8B9CD7;
}
.booking_block_wrap .booking_block_inner span.group03 {
  background: #E7BE76;
}
.booking_block_wrap .booking_block_inner span.group04 {
  background: #B78BCC;
}
.booking_block_wrap .booking_block_inner span.empty {
  background: #D7DADE;
}
.booking_block_wrap .booking_block_inner span.other {
  background: #8D8D8D;
}

.legend_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.legend_wrap span {
  display: inline-block;
  margin-left: 8px;
}
.legend_wrap span:first-child {
  margin-left: 0;
}
.legend_wrap span::before {
  display: inline-block;
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 4px;
  vertical-align: sub;
  margin-right: 4px;
}
.legend_wrap span.hardBlock::before {
  background: #93BFF4;
}
.legend_wrap span.softBlock::before {
  background: #CDEBFE;
}
.legend_wrap span.couponBlock::before {
  background: #F5DCB8;
}
.legend_wrap span.noBlock::before {
  border: 1.5px solid #CDD2D8;
  background: #fff;
}
.legend_wrap span.cutOff {
  margin-left: 14px;
}
.legend_wrap span.cutOff::before {
  width: 3px;
  height: 16px;
  border-radius: 0;
  background: #289D50;
  margin-right: 9px;
}

.cb_legend {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 2px 4px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  border-radius: 3px;
}
.cb_legend.request {
  color: #845116;
  border: 1px solid #E7E7E7;
  background: #FFF3D5;
}
.cb_legend.confirmed {
  color: #1F813A;
  border: 1px solid #E7E7E7;
  background: #EEF6E5;
}
.cb_legend.available {
  color: #495057;
  border: 1px solid #E7E7E7;
  background: #fff;
}
.cb_legend.notavailable {
  color: #495057;
  border: 1px solid #E2E3E5;
  background: #E2E3E5;
}
.cb_legend.noblock {
  color: #495057;
  border: 1px dashed #D44556;
  background: #FFF;
}

.reserv_dot_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1px;
}
.reserv_dot_area .reserv_dot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 11px;
  height: 11px;
  border-radius: 1px;
  background: #D7DADE;
  color: #fff;
  font-size: 10px;
}
.reserv_dot_area .reserv_dot.color01 {
  background: #8D8D8D;
}
.reserv_dot_area .reserv_dot.color02 {
  background: #8CCA9E;
}
.reserv_dot_area .desc {
  color: #495057;
  margin-left: 4px;
}

.box-gray {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 48px;
  border: 1px solid #E6E8EC;
  background: #F7F8F8;
  padding: 0 16px;
}

.txt_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  border-radius: 4px;
  padding: 5px 12px;
  margin: 0;
  opacity: 0.6;
}
.txt_box.active {
  background: #FFF !important;
  -webkit-box-shadow: 0px 1px 3px 0px rgba(22, 114, 236, 0.2);
          box-shadow: 0px 1px 3px 0px rgba(22, 114, 236, 0.2);
  opacity: 1;
}
.txt_box.active dt {
  font-weight: 600;
}
.txt_box.blue {
  background: #EEF3FF;
  border: 1px solid #EEF3FF;
}
.txt_box.blue.active {
  border: 1px solid #0576B9;
}
.txt_box.blue dt,
.txt_box.blue dd {
  color: #0576B9;
}
.txt_box.red {
  background: #FFF1EE;
  border: 1px solid #FFF1EE;
}
.txt_box.red.active {
  border: 1px solid #D44556;
}
.txt_box.red dt,
.txt_box.red dd {
  color: #D44556;
}
.txt_box.purple {
  background: #F5EFFF;
  border: 1px solid #F5EFFF;
}
.txt_box.purple.active {
  border: 1px solid #6B54AF;
}
.txt_box.purple dt,
.txt_box.purple dd {
  color: #6B54AF;
}
.txt_box.green {
  background: #EEF6E5;
  border: 1px solid #EEF6E5;
}
.txt_box.green.active {
  border: 1px solid #1F813A;
}
.txt_box.green dt,
.txt_box.green dd {
  color: #1F813A;
}
.txt_box.yellow {
  background: #FFF3D5;
  border: 1px solid #FFF3D5;
}
.txt_box.yellow.active {
  border: 1px solid #845116;
}
.txt_box.yellow dt,
.txt_box.yellow dd {
  color: #845116;
}
.txt_box dt,
.txt_box dd {
  margin: 0;
}
.txt_box dt {
  font-weight: 400;
}
.txt_box dd {
  font-weight: 600;
}

.box-gray-wrap, .box_gray_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border: 1px solid #E6E8EC;
  background: #F7F8F8;
  padding: 10px 10px;
}
.box-gray-wrap.total, .box_gray_wrap.total {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.box-gray-wrap.total .block_txt_wrap .block_txt_area .block_txt, .box_gray_wrap.total .block_txt_wrap .block_txt_area .block_txt {
  color: #495057;
}
.box-gray-wrap .box_gray_tit, .box_gray_wrap .box_gray_tit {
  display: inline-block;
  text-align: center;
  width: 100%;
  font-size: 11px;
  font-weight: 600;
  line-height: 100%;
  color: rgba(73, 80, 87, 0.6);
  margin-bottom: 8px;
}
.box-gray-wrap .box_gray_tit.blue, .box_gray_wrap .box_gray_tit.blue {
  color: #7B98C4;
}
.box-gray-wrap .box_gray_tit.green, .box_gray_wrap .box_gray_tit.green {
  color: rgba(31, 129, 58, 0.6);
}
.box-gray-wrap .box_gray_tit.gray, .box_gray_wrap .box_gray_tit.gray {
  color: rgba(73, 80, 87, 0.6);
}
.box-gray-wrap .box_gray_tit_type02, .box_gray_wrap .box_gray_tit_type02 {
  color: #495057;
  font-size: 13px;
  font-weight: 600;
  line-height: 130%;
  margin-left: -5px;
  margin-bottom: 12px;
}
.box-gray-wrap .block, .box_gray_wrap .block {
  min-height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  border-radius: 4px;
  border: 1px solid #E6E8EC;
  background: #FFF;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(210, 213, 216, 0.3);
          box-shadow: 0px 1px 2px 0px rgba(210, 213, 216, 0.3);
  padding: 0 16px;
}
.box-gray-wrap .block .form-control, .box-gray-wrap .block .form-select, .box_gray_wrap .block .form-control, .box_gray_wrap .block .form-select {
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.box-gray-wrap .block_txt_wrap, .box_gray_wrap .block_txt_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
}
.box-gray-wrap .block_txt_wrap .block_txt_area, .box_gray_wrap .block_txt_wrap .block_txt_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  min-width: 90px;
  border: 1px solid #E6E8EC;
  background: #FFF;
  border-radius: 4px;
  padding: 11px 10px;
}
.box-gray-wrap .block_txt_wrap .block_txt_area.active, .box_gray_wrap .block_txt_wrap .block_txt_area.active {
  border: 1px solid #9CBBD1;
  -webkit-box-shadow: 0px 1px 3px 0px rgba(22, 114, 236, 0.2);
          box-shadow: 0px 1px 3px 0px rgba(22, 114, 236, 0.2);
}
.box-gray-wrap .block_txt_wrap .block_txt_area.active .block_tit, .box_gray_wrap .block_txt_wrap .block_txt_area.active .block_tit {
  color: #495057;
  font-weight: 600;
}
.box-gray-wrap .block_txt_wrap .block_txt_area.active .block_txt, .box_gray_wrap .block_txt_wrap .block_txt_area.active .block_txt {
  color: #0576B9;
}
.box-gray-wrap .block_txt_wrap .block_txt_area .block_tit, .box_gray_wrap .block_txt_wrap .block_txt_area .block_tit {
  color: rgba(73, 80, 87, 0.6);
  font-size: 11px;
  font-weight: 400;
  line-height: 100%;
  white-space: nowrap;
}
.box-gray-wrap .block_txt_wrap .block_txt_area .block_txt, .box_gray_wrap .block_txt_wrap .block_txt_area .block_txt {
  font-size: 13px;
  font-weight: 600;
  line-height: 100%;
  color: #838E9E;
  margin-top: 6px;
}
.box-gray-wrap .form-select, .box_gray_wrap .form-select {
  background: #fff url(../images/ico/select_arr.svg) no-repeat center right 8px;
}
.box-gray-wrap .datepicker, .box_gray_wrap .datepicker {
  text-align: center;
  color: #495057;
  background: none;
  border: 0;
  cursor: pointer;
}
.box-gray-wrap .search-btn, .box_gray_wrap .search-btn {
  height: 40px !important;
  line-height: 40px;
  padding: 0 11px;
}
.box-gray-wrap .bootstrap-select .dropdown-toggle, .box_gray_wrap .bootstrap-select .dropdown-toggle {
  height: 40px !important;
}
.box-gray-wrap .dropdown.bootstrap-select.fit-width .dropdown-toggle .filter-option, .box_gray_wrap .dropdown.bootstrap-select.fit-width .dropdown-toggle .filter-option {
  line-height: 34px;
}
.box-gray-wrap .row-tit, .box_gray_wrap .row-tit {
  display: inline-block;
  color: #0576B9;
  font-size: 11px;
  font-weight: 600;
  line-height: 100%;
  margin: 12px 0 8px;
}
.box-gray-wrap .row_wrap, .box_gray_wrap .row_wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.box-gray-wrap .row, .box_gray_wrap .row {
  margin-top: 0.5rem;
}
.box-gray-wrap .row.row:first-child, .box_gray_wrap .row.row:first-child {
  margin-top: 0;
}
.box-gray-wrap .row > *, .box_gray_wrap .row > * {
  padding: 0 4px;
}

.txt_label_wrap {
  border-bottom: 1px solid #E6E8EC;
  padding: 8px 12px 8px 16px;
}
.txt_label_wrap dl {
  margin: 0;
}
.txt_label_wrap dl dt {
  color: rgba(73, 80, 87, 0.6);
  font-size: 11px;
  font-weight: 400;
  line-height: 100%;
  margin-bottom: 4px;
}
.txt_label_wrap dl dd {
  color: #495057;
  font-size: 13px;
  font-weight: 400;
  line-height: 130%;
  margin: 0;
}
.txt_label_wrap dl dd .form-select {
  min-height: auto;
}
.txt_label_wrap dl dd .txt_label_radio {
  position: absolute;
  top: 0;
  right: 0;
}

.calendar-info-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
.calendar-info-wrap dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border: 1px solid #E6E8EC;
  background: #FFF;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(210, 213, 216, 0.3);
          box-shadow: 0px 1px 2px 0px rgba(210, 213, 216, 0.3);
  border-radius: 4px;
  padding: 16px 24px;
  margin-bottom: 0;
}
.calendar-info-wrap dl.New {
  border: 1px solid #CFE9D0;
  background: #F7FDF1;
}
.calendar-info-wrap dl.New dd {
  color: #495057;
}
.calendar-info-wrap dl.Pending {
  border: 1px solid #D2E9F0;
  background: #F7FCFE;
}
.calendar-info-wrap dl.Pending dd {
  color: #0576B9;
}
.calendar-info-wrap dl.Cancel dd {
  color: #D44556;
}
.calendar-info-wrap dl dt svg {
  vertical-align: sub;
  margin-right: 6px;
}
.calendar-info-wrap dl dd {
  color: #495057;
  text-align: right;
  font-size: 20px;
  font-weight: 600;
  line-height: 130%;
  margin-bottom: 0;
}

.cancel_area pre {
  max-height: 46px;
}

.voucher_wrap {
  padding: 32px 28px;
}
.voucher_wrap.voucher_print {
  width: 700px;
  padding: 0;
  margin: 0 auto;
}
.voucher_wrap.voucher_print .voucher_print_area {
  padding: 52px 0;
}
.voucher_wrap.voucher_print .voucher_print_area * {
  font-size: 11px !important;
}
.voucher_wrap.voucher_print .voucher_print_area .voucher_tit,
.voucher_wrap.voucher_print .voucher_print_area .voucher_type,
.voucher_wrap.voucher_print .voucher_print_area .state_text {
  font-size: 22px !important;
}
.voucher_wrap.voucher_print .voucher_print_area .note_area {
  border-radius: 0;
  border: none;
  padding: 0;
}
.voucher_wrap.voucher_print .voucher_print_area .note_area span {
  color: #000;
}
.voucher_wrap.voucher_print .voucher_print_area .name_list {
  border: 0;
}
.voucher_wrap.voucher_print .voucher_print_area .name_list pre {
  color: #000;
}
.voucher_wrap.voucher_print .voucher_print_area .promotion_desc ul li {
  color: #000;
}
.voucher_wrap.voucher_print .voucher_print_area .promotion_desc ul li::before {
  top: 8px;
  background: #000;
}
.voucher_wrap.voucher_print .voucher_print_area .form-check-label {
  color: #000 !important;
  opacity: 1;
}
.voucher_wrap.voucher_print .voucher_print_area .form-check-input:disabled {
  border: 1.5px solid #000 !important;
}
.voucher_wrap.voucher_print .voucher_print_area dl {
  border-top: 1px solid #000;
}
.voucher_wrap.voucher_print .voucher_print_area dl dt {
  width: 100px;
  color: #000;
}
.voucher_wrap.voucher_print .voucher_print_area dl dd {
  font-size: 13px !important;
  color: #000;
}
.voucher_wrap.voucher_print .voucher_print_area .table > :not(caption) > * > * {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
.voucher_wrap.voucher_print .voucher_print_area .border-top {
  border-top: 1px solid #000 !important;
}
.voucher_wrap.voucher_print .voucher_print_area .border-bottom {
  border-bottom: 1px solid #000 !important;
}
.voucher_wrap.voucher_print .voucher_print_area .voucher_footer p {
  color: #000;
}
.voucher_wrap.voucher_print .table.table_voucher tr th {
  background: #C2CAD8;
}
.voucher_wrap.voucher_print .table.amend_table tr td {
  border-right: 1px solid #000;
}
.voucher_wrap.voucher_print .table.amend_table tr td:last-child {
  border-right: 0;
}
.voucher_wrap.voucher_print .table tr {
  border-top: 1px solid #000;
}
.voucher_wrap.voucher_print .table tr th {
  color: #000;
  background: #E1E7EF;
}
.voucher_wrap.voucher_print .table tr td {
  color: #000;
}
.voucher_wrap * {
  font-size: 10px !important;
}
.voucher_wrap .font-size-11 * {
  font-size: 11px !important;
}
.voucher_wrap .voucher_tit {
  color: #495057;
  font-size: 22px !important;
  font-weight: 800;
  line-height: 100%;
}
.voucher_wrap .voucher_type {
  color: #43487F;
  font-size: 16px !important;
  font-weight: 700;
  line-height: 130%;
}
.voucher_wrap .voucher_logo {
  width: 143px;
}
.voucher_wrap .modify {
  color: #CA163A;
}
.voucher_wrap .state_text {
  color: #CA163A;
  font-weight: 700;
  text-align: right;
  margin: auto 0 0;
}
.voucher_wrap .search-btn {
  height: 100% !important;
  line-height: 24px;
  padding: 0 5px;
}
.voucher_wrap .search-btn svg {
  vertical-align: sub;
}
.voucher_wrap .table tbody tr th {
  height: 32px;
  font-size: 9px;
  padding: 0 0 0 10px;
}
.voucher_wrap .table tbody tr td {
  height: 32px;
  padding: 0 8px;
}
.voucher_wrap .form-check-label {
  margin-left: 4px;
}
.voucher_wrap .form-control,
.voucher_wrap .form-select {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-height: 24px;
}
.voucher_wrap .form-select {
  padding: 0 30px 0 10px;
}
.voucher_wrap dl {
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid #E6E8EC;
  margin-bottom: 0;
}
.voucher_wrap dl dt {
  width: 88px;
  font-weight: 600;
  color: rgba(73, 80, 87, 0.6);
  padding: 0 0 0 10px;
}
.voucher_wrap dl dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-weight: 600;
  padding: 0 8px;
  margin-bottom: 0;
}
.voucher_wrap .date_ico {
  position: absolute;
  top: 7px;
  left: 11px;
}
.voucher_wrap .table_voucher {
  margin: 10px 0 0;
}
.voucher_wrap .table_voucher.vertical tbody tr td {
  padding: 6px 10px;
}
.voucher_wrap .table_voucher.bordered {
  border-top: 1px solid #D9DFE7;
  border-bottom: 1px solid #D9DFE7;
}
.voucher_wrap .table_voucher tr th {
  height: 24px;
  color: #838E9E;
  font-size: 9px;
  font-weight: 600;
  border-top: 1px solid #D9DFE7;
  border-bottom: 1px solid #D9DFE7;
  background: #EFF2F7;
}
.voucher_wrap .table_voucher tr td {
  border-bottom: 0;
}
.voucher_wrap .name_list {
  height: 100%;
  border: 1px solid #E6E8EC;
  border-radius: 3px;
  overflow: hidden;
}
.voucher_wrap .name_list textarea {
  min-height: 116px;
  width: 100%;
  height: 100%;
  border: 0;
  padding: 20px 8px 10px;
  resize: none;
}
.voucher_wrap .name_list textarea:focus-visible {
  outline: none;
}
.voucher_wrap .remark_list {
  padding: 20px 10px;
}
.voucher_wrap .remark_list ul {
  padding: 0;
}
.voucher_wrap .remark_list ul li {
  list-style: none;
  margin-top: 6px;
}
.voucher_wrap .remark_list ul li:first-child {
  margin-top: 0;
}
.voucher_wrap .note_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 3px;
  border: 1px solid #E6E8EC;
  background: #FFF;
  padding: 0 8px;
}
.voucher_wrap .note_area span {
  color: #838E9E;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: -0.3px;
}
.voucher_wrap .note_area .form-control {
  min-height: 22px;
  padding: 0 10px;
  border: 0;
}
.voucher_wrap .amend_list {
  padding: 8px 0;
}
.voucher_wrap .amend_list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4px;
}
.voucher_wrap .amend_list ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(50% - 2px);
  gap: 4px;
  border-radius: 3px;
  border: 1px solid #E6E8EC;
  background: #FFF;
  padding: 0 8px;
}
.voucher_wrap .amend_list ul li .form-control {
  border: 0;
}
.voucher_wrap .promotion_desc ul li {
  position: relative;
  text-align: left;
  padding-left: 6px;
}
.voucher_wrap .promotion_desc ul li::before {
  position: absolute;
  top: 6px;
  left: 0;
  width: 2px;
  height: 2px;
  content: "";
  border-radius: 2px;
  background: #838E9E;
}
.voucher_wrap .voucher_footer {
  text-align: center;
  margin-top: 17px;
}
.voucher_wrap .voucher_footer img {
  height: 13px;
}
.voucher_wrap .voucher_footer p {
  color: #838E9E;
  font-size: 6.5px;
  line-height: 140%;
  letter-spacing: -0.195px;
  text-align: center;
  margin-top: 4px;
}

.invoice_revoked .modal-content {
  background: url(../images/content/revoked_bg_en.png) no-repeat center top;
  background-size: cover;
}
.invoice_revoked .modal-content:lang(ko) {
  background: url(../images/content/revoked_bg_en.png) no-repeat center top;
  background-size: cover;
}
.invoice_revoked .modal-content button.btn-outline-custom03 {
  background: #fff;
}

.invoice_wrap {
  padding: 32px 28px;
}
.invoice_wrap.voucher_print {
  width: 700px;
  padding: 0;
  margin: 0 auto;
}
.invoice_wrap.voucher_print.invoice_revoked {
  background: url(../images/content/revoked_bg_en.png) center top;
  background-size: contain;
}
.invoice_wrap.voucher_print.invoice_revoked:lang(ko) {
  background: url(../images/content/revoked_bg_en.png) center top;
  background-size: contain;
}
.invoice_wrap.voucher_print .voucher_print_area {
  padding: 52px 0;
}
.invoice_wrap.voucher_print .voucher_print_area * {
  font-size: 12px !important;
}
.invoice_wrap.voucher_print .voucher_print_area .voucher_tit,
.invoice_wrap.voucher_print .voucher_print_area .voucher_type,
.invoice_wrap.voucher_print .voucher_print_area .state_text {
  font-size: 22px !important;
}
.invoice_wrap.voucher_print .voucher_print_area .note_area {
  border-radius: 0;
  border: none;
  padding: 0;
}
.invoice_wrap.voucher_print .voucher_print_area .note_area span {
  color: #000;
}
.invoice_wrap.voucher_print .voucher_print_area .name_list {
  border: 0;
}
.invoice_wrap.voucher_print .voucher_print_area .name_list pre {
  color: #000;
}
.invoice_wrap.voucher_print .voucher_print_area .promotion_desc ul li {
  color: #000;
}
.invoice_wrap.voucher_print .voucher_print_area .promotion_desc ul li::before {
  top: 8px;
  background: #000;
}
.invoice_wrap.voucher_print .voucher_print_area .form-check-label {
  color: #000 !important;
  opacity: 1;
}
.invoice_wrap.voucher_print .voucher_print_area .form-check-input:disabled {
  border: 1.5px solid #000 !important;
}
.invoice_wrap.voucher_print .voucher_print_area dl {
  border-top: 1px solid #000;
}
.invoice_wrap.voucher_print .voucher_print_area dl dt {
  width: 100px;
  color: #000;
}
.invoice_wrap.voucher_print .voucher_print_area dl dd {
  font-size: 13px !important;
  color: #000;
}
.invoice_wrap.voucher_print .voucher_print_area .table > :not(caption) > * > * {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
.invoice_wrap.voucher_print .voucher_print_area .border-top {
  border-top: 1px solid #000 !important;
}
.invoice_wrap.voucher_print .voucher_print_area .border-bottom {
  border-bottom: 1px solid #000 !important;
}
.invoice_wrap.voucher_print .voucher_print_area .voucher_footer p {
  color: #000;
}
.invoice_wrap.voucher_print .voucher_print_area .invoice_header {
  font-size: 10px !important;
}
.invoice_wrap.voucher_print .voucher_print_area .invoice_header dl {
  border-top: 0;
}
.invoice_wrap.voucher_print .voucher_print_area .invoice_header dl dt {
  width: auto;
  font-size: 10px !important;
  color: #495057;
}
.invoice_wrap.voucher_print .voucher_print_area .invoice_header dl dd {
  font-size: 10px !important;
  color: #495057;
}
.invoice_wrap.voucher_print .voucher_print_area .invoice_txt_area dl {
  border-top: 0;
}
.invoice_wrap.voucher_print .voucher_print_area .invoice_txt_area dl dt {
  width: 70px;
  color: #838E9E;
  font-size: 10px !important;
  font-weight: 400;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.invoice_wrap.voucher_print .voucher_print_area .invoice_txt_area dl dd {
  font-size: 10px !important;
  color: #000;
  font-size: 10px !important;
  font-weight: 400;
  word-break: break-all;
}
.invoice_wrap.voucher_print .table.table_voucher {
  table-layout: fixed;
}
.invoice_wrap.voucher_print .table.table_voucher thead tr th {
  background: #C2CAD8;
  white-space: normal;
}
.invoice_wrap.voucher_print .table.table_voucher.table_voucher_print.table_voucher_print_list tbody tr td {
  height: 22px;
}
.invoice_wrap.voucher_print .table.table_voucher.table_voucher_print tbody tr {
  border: 0 !important;
}
.invoice_wrap.voucher_print .table.table_voucher.table_voucher_print tbody tr.tr_total {
  background: #C2CAD8;
  border-top: 1px solid #000 !important;
  border-bottom: 1px solid #000 !important;
}
.invoice_wrap.voucher_print .table.table_voucher.table_voucher_print tbody tr.tr_total td {
  height: 32px;
}
.invoice_wrap.voucher_print .table.table_voucher.table_voucher_print tbody tr th {
  min-height: 32px;
  height: auto;
  background: #fff;
  border: 0;
  padding: 0 8px;
}
.invoice_wrap.voucher_print .table.table_voucher.table_voucher_print tbody tr td {
  border: 0 !important;
}
.invoice_wrap.voucher_print .table.amend_table tr td {
  border-right: 1px solid #000;
}
.invoice_wrap.voucher_print .table.amend_table tr td:last-child {
  border-right: 0;
}
.invoice_wrap.voucher_print .table tr {
  border-top: 1px solid #000;
}
.invoice_wrap.voucher_print .table tr th {
  color: #000;
  background: #E1E7EF;
}
.invoice_wrap.voucher_print .table tr td {
  color: #000;
}
.invoice_wrap * {
  font-size: 10px !important;
}
.invoice_wrap .font-size-11 * {
  font-size: 11px !important;
}
.invoice_wrap .voucher_tit {
  color: #495057;
  font-size: 22px !important;
  font-weight: 800;
  line-height: 100%;
  margin-right: auto;
}
.invoice_wrap .voucher_type {
  color: #43487F;
  font-size: 16px !important;
  font-weight: 700;
  line-height: 130%;
}
.invoice_wrap .voucher_logo {
  width: 143px;
}
.invoice_wrap .invoice_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #495057;
  padding-bottom: 16px;
  margin-bottom: 16px;
}
.invoice_wrap .invoice_header .invoice_tit {
  color: #495057;
  font-family: "Open Sans";
  font-size: 22px !important;
  font-weight: 800;
  line-height: 100%;
  margin-right: auto;
}
.invoice_wrap .invoice_header dl {
  height: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-left: 1px solid #D9DFE7;
  padding-left: 10px;
  margin: 0 0 0 10px;
}
.invoice_wrap .invoice_header dl.date {
  border-left: 0;
}
.invoice_wrap .invoice_header dl dt {
  font-size: 9px;
  font-weight: 600;
  color: #495057;
  padding: 0 0 0 10px;
  margin-right: 4px;
}
.invoice_wrap .invoice_header dl dd {
  font-weight: 600;
  color: #495057;
  margin-bottom: 0;
}
.invoice_wrap .invoice_txt_area {
  margin-bottom: 12px;
}
.invoice_wrap .invoice_txt_area dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2px;
}
.invoice_wrap .invoice_txt_area dl.tit {
  margin-bottom: 8px;
}
.invoice_wrap .invoice_txt_area dl.tit dt {
  color: #000;
  font-size: 9px;
  font-weight: 600;
  text-decoration-line: underline;
  text-transform: uppercase;
}
.invoice_wrap .invoice_txt_area dl.tit dd {
  color: #495057;
  font-size: 10px;
  font-weight: 600;
  line-height: normal;
}
.invoice_wrap .invoice_txt_area dl dt {
  width: 70px;
  color: #838E9E;
  font-size: 9px;
  font-weight: 400;
  margin-right: 6px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.invoice_wrap .invoice_txt_area dl dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #495057;
  font-size: 10px;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0;
  word-break: break-all;
}
.invoice_wrap .invoice_note_area {
  border-radius: 3px;
  background: #FFF;
  margin-top: 8px;
}
.invoice_wrap .invoice_note_area span {
  display: inline-block;
  color: #838E9E;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: -0.3px;
  margin-bottom: 6px;
}
.invoice_wrap .invoice_note_area .form-control {
  min-height: 24px;
  padding: 0 8px;
  border: 1px solid #E6E8EC;
}
.invoice_wrap .invoice_check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.invoice_wrap .invoice_check label {
  color: #495057;
  font-size: 9px !important;
  font-weight: 400 !important;
  line-height: 130%;
  letter-spacing: -0.27px;
  margin: 5px 0 0 6px;
}
.invoice_wrap .invoice_check label span {
  display: inline-block;
  color: #495057;
  font-size: 8px !important;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: -0.24px;
  margin-top: 4px;
}
.invoice_wrap .invoice_line {
  height: 1px;
  background: #E9EBEC;
  margin: 16px 0 20px;
}
.invoice_wrap .modify {
  color: #CA163A;
}
.invoice_wrap .state_text {
  color: #CA163A;
  font-weight: 700;
  text-align: right;
  margin: auto 0 0;
}
.invoice_wrap .search-btn {
  height: 100% !important;
  line-height: 24px;
  padding: 0 5px;
}
.invoice_wrap .search-btn svg {
  vertical-align: sub;
}
.invoice_wrap .table tbody tr th {
  height: 32px;
  font-size: 9px;
  padding: 0 0 0 10px;
}
.invoice_wrap .table tbody tr td {
  height: 32px;
  padding: 0 8px;
}
.invoice_wrap .form-check-label {
  margin-left: 4px;
}
.invoice_wrap .form-control,
.invoice_wrap .form-select {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-height: 24px;
}
.invoice_wrap .form-select {
  padding: 0 30px 0 10px;
}
.invoice_wrap .date_ico {
  position: absolute;
  top: 7px;
  left: 11px;
}
.invoice_wrap .table_voucher {
  margin: 10px 0 0;
  table-layout: fixed;
}
.invoice_wrap .table_voucher.vertical tbody tr td {
  padding: 6px 10px;
}
.invoice_wrap .table_voucher.bordered {
  border-top: 1px solid #D9DFE7;
  border-bottom: 1px solid #D9DFE7;
}
.invoice_wrap .table_voucher tr th {
  height: 24px;
  color: #838E9E;
  font-size: 9px;
  font-weight: 600;
  border-top: 1px solid #D9DFE7;
  border-bottom: 1px solid #D9DFE7;
  background: #EFF2F7;
  white-space: normal;
}
.invoice_wrap .table_voucher tr td {
  border-bottom: 0;
  white-space: normal;
}
.invoice_wrap .name_list {
  height: 100%;
  border: 1px solid #E6E8EC;
  border-radius: 3px;
  overflow: hidden;
}
.invoice_wrap .name_list textarea {
  min-height: 116px;
  width: 100%;
  height: 100%;
  border: 0;
  padding: 20px 8px 10px;
  resize: none;
}
.invoice_wrap .name_list textarea:focus-visible {
  outline: none;
}
.invoice_wrap .remark_list {
  padding: 20px 10px;
}
.invoice_wrap .remark_list ul {
  padding: 0;
}
.invoice_wrap .remark_list ul li {
  list-style: none;
  margin-top: 6px;
}
.invoice_wrap .remark_list ul li:first-child {
  margin-top: 0;
}
.invoice_wrap .note_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 3px;
  border: 1px solid #E6E8EC;
  background: #FFF;
  padding: 0 8px;
}
.invoice_wrap .note_area span {
  color: #838E9E;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: -0.3px;
}
.invoice_wrap .note_area .form-control {
  min-height: 22px;
  padding: 0 10px;
  border: 0;
}
.invoice_wrap .amend_list {
  padding: 8px 0;
}
.invoice_wrap .amend_list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4px;
}
.invoice_wrap .amend_list ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(50% - 2px);
  gap: 4px;
  border-radius: 3px;
  border: 1px solid #E6E8EC;
  background: #FFF;
  padding: 0 8px;
}
.invoice_wrap .amend_list ul li .form-control {
  border: 0;
}
.invoice_wrap .promotion_desc ul li {
  position: relative;
  text-align: left;
  padding-left: 6px;
}
.invoice_wrap .promotion_desc ul li::before {
  position: absolute;
  top: 6px;
  left: 0;
  width: 2px;
  height: 2px;
  content: "";
  border-radius: 2px;
  background: #838E9E;
}
.invoice_wrap .voucher_footer {
  text-align: center;
  margin-top: 17px;
}
.invoice_wrap .voucher_footer img {
  height: 13px;
}
.invoice_wrap .voucher_footer p {
  color: #838E9E;
  font-size: 6.5px;
  line-height: 140%;
  letter-spacing: -0.195px;
  text-align: center;
  margin-top: 4px;
}

.contact_policy_regist_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  margin-top: 20px;
}
.contact_policy_regist_info .contact_logo_area {
  position: relative;
}
.contact_policy_regist_info .contact_logo_area .img_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 190px;
  height: 190px;
  border-radius: 4px;
  border: 1px solid #E9EBEC;
  text-align: center;
  overflow: hidden;
  cursor: pointer;
}
.contact_policy_regist_info .contact_logo_area .img_area #logo_preview {
  max-width: 100%;
  max-height: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.contact_policy_regist_info .contact_logo_area .upload_wrap {
  display: none;
  position: absolute;
  top: 194px;
  width: 190px;
  background: #fff;
  border: 1px solid #D7DADE;
  border-radius: 4px;
  overflow: hidden;
  z-index: 1;
}
.contact_policy_regist_info .contact_logo_area .upload_wrap ul li {
  border-top: 1px solid #D7DADE;
  padding: 11px 15px;
}
.contact_policy_regist_info .contact_logo_area .upload_wrap ul li:first-child {
  border-top: 0;
}
.contact_policy_regist_info .contact_logo_area .upload_wrap ul li.file_info {
  background: #F8F8F8;
}
.contact_policy_regist_info .contact_logo_area .upload_wrap ul li .btn {
  height: auto !important;
  font-size: 13px;
  line-height: 130%;
  border: 0;
  padding: 0;
}
.contact_policy_regist_info .contact_logo_area .upload_wrap ul li .upload_btn {
  color: #0576B9;
}
.contact_policy_regist_info .contact_logo_area .upload_wrap ul li .delete_btn {
  color: #495057;
}
.contact_policy_regist_info .contact_logo_area .upload_wrap ul li p {
  color: #495057;
  font-size: 11px;
  font-weight: 400;
  line-height: 140%;
}
.contact_policy_regist_info .contact_detail_area {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.contact_policy_regist_info .contact_detail_area .contact_status {
  display: inline-block;
  padding: 6px 12px;
  border-radius: 3px;
}
.contact_policy_regist_info .contact_detail_area .contact_status.contract {
  color: #1F813A;
  background: #EEF6E5;
}
.contact_policy_regist_info .contact_detail_area .contact_status.uncontracted {
  color: #495057;
  background: #F2F2F2;
}
.contact_policy_regist_info .contact_detail_area .contact_status.consideration {
  color: #845116;
  background: #FFF3D5;
}
.contact_policy_regist_info .contact_detail_area .contact_status.imminent {
  color: #D44556;
  background: #FFF1EE;
}
.contact_policy_regist_info .contact_detail_area .con_tit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  margin-top: 10px;
  margin-bottom: 24px;
}
.contact_policy_regist_info .contact_detail_area .con_tit .contact_flag {
  border-radius: 3px;
  padding: 2px 4px;
  margin-right: 10px;
}
.contact_policy_regist_info .contact_detail_area .con_tit .contact_flag.channel {
  color: #6B54AF;
  background: #F5EFFF;
}
.contact_policy_regist_info .contact_detail_area .con_tit .contact_flag.golfclub {
  color: #0576B9;
  background: #EEF3FF;
}
.contact_policy_regist_info .contact_detail_area .con_tit .contact_flag.b2b {
  color: #845116;
  background: #FFF3D5;
}
.contact_policy_regist_info .contact_detail_area .con_tit .txt {
  color: #495057;
  font-size: 15px;
  font-weight: 600;
}
.contact_policy_regist_info .contact_detail_area .con_detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  margin-top: 12px;
}
.contact_policy_regist_info .contact_detail_area .con_detail img {
  vertical-align: text-top;
}
.contact_policy_regist_info .contact_detail_area .con_detail .ico {
  vertical-align: top;
  margin-top: 4px;
}
.contact_policy_regist_info .contact_detail_area .con_detail .txt {
  color: #495057;
  font-size: 13px;
  font-weight: 400;
  line-height: 120%;
}
.contact_policy_regist_info .contact_detail_area .con_detail .timezone {
  color: #495057;
  border-radius: 3px;
  background: #F2F2F2;
  padding: 2px 4px;
}
.contact_policy_regist_info .contact_detail_area .con_detail .file_view {
  color: #0576B9;
}
.contact_policy_regist_info .contact_detail_area .con_email p {
  font-size: 15px;
  font-weight: 600;
}

.contact_policy_regist_wrap {
  margin-top: 10px;
}
.contact_policy_regist_wrap .tab-content {
  margin-top: 20px;
}
.contact_policy_regist_wrap .tab-content #panel1 .box_gray_wrap:not(:last-child) {
  border-right: 0;
}

.contract_history_con {
  display: none;
}

.data_none {
  color: #495057;
  font-size: 13px;
  text-align: center;
  border: 1px solid #E6E8EC;
  background: #F8F8F8;
  padding: 19px 0;
}

.ck-editor__editable {
  height: 300px;
}

.sign_area {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 80px;
  background: #F8F8F8;
  border-radius: 4px;
}
.sign_area.read {
  height: 80px;
  margin-top: auto;
}
.sign_area span {
  display: inline-block;
  width: 100%;
  color: #838E9E;
  font-size: 11px;
  line-height: 130%;
  text-align: center;
}
.sign_area span.tit {
  font-weight: 600;
  margin-bottom: 4px;
}
.sign_area img.sign {
  width: 160px;
  height: 800px;
  margin: 0 auto;
}
.sign_area img.stamp {
  width: 80px;
  height: 80px;
  margin: 0 auto;
}
.sign_area img {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  height: 100%;
  margin: 0 auto;
}
.sign_area .btn_delete {
  position: absolute;
  top: -50px;
  right: 0;
  z-index: 1;
  width: 24px;
  height: 24px;
  background-image: url(../images/ico/delete_ico.svg);
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-color: transparent;
  border: none;
  padding: 0;
}

.stamp_view {
  max-width: 70px;
}

.tit_sub {
  margin-left: 16px;
  font-size: 11px;
  font-weight: 400;
  color: #838E9E;
}

.row_table {
  --bs-gutter-x:0;
  border: 1px solid #D9DFE7;
  border-width: 0 1px;
}
.row_table + .row_table .row_tit, .row_table + .row_table .row_con {
  border-top: 0;
}
.row_table .row_tit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #EFF2F7;
  border: 1px solid #D9DFE7;
  border-width: 1px 1px 1px 0;
  padding: 11px 12px;
}
.row_table .row_tit span {
  display: inline-block; /*width:100%;*/
  color: #495057;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  line-height: 140%; /*text-transform:capitalize;*/
}
.row_table .row_tit span.desc {
  font-weight: 400;
  line-height: 130%;
  text-transform: capitalize;
}
.row_table .row_con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  row-gap: 5px;
  border: 1px solid #E6E8EC;
  border-width: 1px 0 1px;
  padding: 5px 12px;
}
.row_table .row_con .row_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 5px;
}
.row_table .row_con .row_wrap + .row_wrap {
  padding-top: 7px;
  margin-top: 7px;
  border-top: 1px solid #E6E8EC;
}
.row_table .row_con .row {
  width: 100%;
  --bs-gutter-x:0;
  -webkit-column-gap: 14px;
     -moz-column-gap: 14px;
          column-gap: 14px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.row_table .row_con .row + .row {
  border-top: 1px solid #D9DFE7;
}
.row_table .row_con .row .form-select {
  width: 100%;
}
.row_table .row_con .flex-column .d-flex:last-child .row_tit, .row_table .row_con .flex-column .d-flex:last-child .row_con {
  border-bottom: 0;
}
.row_table .file-form {
  width: 100%;
}
.row_table .form-control {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.row_table .form-select {
  width: auto;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding-left: 10px;
}

.input_table .row > * {
  padding-left: calc(var(--bs-gutter-x) * 0.25);
  padding-right: calc(var(--bs-gutter-x) * 0.25);
}

.row_radio_table .radio_row + .radio_row .row_table .row_tit {
  border-top: 0;
}
.row_radio_table .radio_row + .radio_row .row_table .row_con {
  border-top: 0;
}
.row_radio_table .radio_row + .radio_row .col-box {
  border-top: 0;
}
.row_radio_table .radio_row .col-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #D9DFE7;
  border-width: 1px 0 1px 1px;
}
.row_radio_table .radio_row .col-box .form-check.form-check-inline {
  margin-right: 0;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.vacancyModal .modal-content {
  width: 600px;
}
.vacancyModal .vacancy_wrap {
  max-width: 558px;
  max-height: 240px;
  padding-bottom: 20px;
}
.vacancyModal .vacancy_wrap .vacancy_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.vacancyModal .vacancy_wrap .vacancy_row + .vacancy_row {
  margin-top: 30px;
}
.vacancyModal .vacancy_wrap .vacancy_row .time {
  display: inline-block;
  position: sticky;
  top: 0;
  left: 0;
  width: 50px;
  height: 20px;
  background: #fff;
  padding-right: 20px;
}
.vacancyModal .vacancy_wrap .vacancy_row .vacancy_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  height: 20px;
}
.vacancyModal .vacancy_wrap .vacancy_row .vacancy_list .line {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #EAEAEA;
}
.vacancyModal .vacancy_wrap .vacancy_row .vacancy_list .line.yes {
  background: #7B98C4;
}

.lst_status {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.lst_status > li {
  position: relative;
  padding-left: 16px;
}
.lst_status > li.pink::before {
  background-color: #FFF1EE;
}
.lst_status > li.yellow::before {
  background-color: #FFF3D5;
}
.lst_status > li.blue::before {
  background-color: #EEF3FF;
}
.lst_status > li.white::before {
  background-color: #FFFFFF;
}
.lst_status > li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 12px;
  height: 12px;
  border: 1px solid #B9B9B9;
  border-radius: 50%;
}
.lst_status > li + li {
  margin-left: 8px;
}

.dashboard_tit {
  color: #718EBF;
  font-size: 12px;
  font-weight: 400;
  margin-top: 7px;
}

.dashboard_amount {
  color: #232323;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 0;
}

.dashboard_percentage {
  color: #7B98C4;
  font-size: 15px;
  font-weight: 700;
  margin-top: 3px;
}

.scroll_box {
  width: 100%;
  padding: 14px 12px;
  height: 150px;
  overflow-y: auto;
  border-radius: 8px;
  border: 1px solid #E6E8EC;
  background: #FFF;
}

.lst_checked {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px;
}
.lst_checked > .item_checked {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 2px;
     -moz-column-gap: 2px;
          column-gap: 2px;
  padding: 7px 6px 7px 12px;
  color: #495057;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-radius: 4px;
  border: 1px solid rgba(25, 52, 152, 0.4);
  background: #F5F8FF;
}
.lst_checked > .item_checked > .btn_close {
  width: 16px;
  height: 16px;
  border: 0;
  border-radius: 50%;
  padding: 0;
  background-image: icon(close, "#7B98C4");
}
.lst_checked > .item_checked.error {
  border: 1px solid #D44556;
  background: #FAE7E7;
}
.lst_checked > .item_checked.error > .btn_close {
  background-image: icon(close, "#D44556");
}

.search_wrap {
  position: relative;
}
.search_wrap .lst_search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 11px;
  padding: 20px 12px;
  width: 100%;
  position: absolute;
  top: calc(100% + 13px);
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #D7DADE;
  z-index: 1;
}
.search_wrap .lst_search > li {
  color: #495057;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  cursor: pointer;
}

/*=====================
	input
=====================*/
::-webkit-input-placeholder {
  color: #838E9E;
  opacity: 1;
}
::-moz-placeholder {
  color: #838E9E;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #838E9E;
  opacity: 1;
}
::-ms-input-placeholder {
  color: #838E9E;
  opacity: 1;
}
::placeholder {
  color: #838E9E;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #838E9E;
}

::-ms-input-placeholder {
  color: #838E9E;
}

.form-control {
  min-height: 30px;
  font-size: 13px;
  border-color: #E6E8EC;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(210, 213, 216, 0.3);
          box-shadow: 0px 1px 2px 0px rgba(210, 213, 216, 0.3); /*padding:0 16px;*/
  padding: 4px 10px;
}

.form-control-sd {
  border-radius: 4px;
  border: 1px solid #E6E8EC;
  background: #FFF;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(210, 213, 216, 0.3);
          box-shadow: 0px 1px 2px 0px rgba(210, 213, 216, 0.3);
}
.form-control-sd .form-control {
  min-height: 46px;
  color: #495057;
  border: 0 !important;
  padding: 0 15px;
}
.form-control-sd .form-select {
  min-height: 46px;
  color: #495057;
  border: 0 !important;
  background: #fff url(../images/ico/select_arr.svg) no-repeat center right 8px;
  padding: 0 30px 0 15px;
}
.form-control-sd .form-control::-webkit-input-placeholder, .form-control-sd .form-select::-webkit-input-placeholder {
  color: #838E9E;
}
.form-control-sd .form-control::-moz-placeholder, .form-control-sd .form-select::-moz-placeholder {
  color: #838E9E;
}
.form-control-sd .form-control:-ms-input-placeholder, .form-control-sd .form-select:-ms-input-placeholder {
  color: #838E9E;
}
.form-control-sd .form-control::-ms-input-placeholder, .form-control-sd .form-select::-ms-input-placeholder {
  color: #838E9E;
}
.form-control-sd .form-control::placeholder,
.form-control-sd .form-select::placeholder {
  color: #838E9E;
}
.form-control-sd .output-text {
  margin: 22px 20px 5px 15px;
}
.form-control-sd .inner-text {
  margin: 22px 15px 5px 0;
}
.form-control-sd.disabled {
  background: #EFF2F7;
}
.form-control-sd.form-control-db .form-select {
  background-position: bottom 5px right 8px;
}
.form-control-sd.required {
  border: 1px solid #9CBBD1;
  -webkit-box-shadow: 0px 1px 3px 0px rgba(22, 114, 236, 0.2);
          box-shadow: 0px 1px 3px 0px rgba(22, 114, 236, 0.2);
}
.form-control-sd.required .form-control::-webkit-input-placeholder {
  color: #0576B9;
}
.form-control-sd.required .form-control::-moz-placeholder {
  color: #0576B9;
}
.form-control-sd.required .form-control:-ms-input-placeholder {
  color: #0576B9;
}
.form-control-sd.required .form-control::-ms-input-placeholder {
  color: #0576B9;
}
.form-control-sd.required .form-control::placeholder,
.form-control-sd.required .inner-label {
  color: #0576B9;
}
.form-control-sd .datepicker-area {
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding-top: 18px;
}
.form-control-sd .datepicker-area .datepicker {
  padding-top: 0;
}
.form-control-sd .time-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 15px;
}
.form-control-sd .time-area .input_time {
  width: 35px;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.form-control-sd .time-area .dash {
  padding-top: 18px;
  margin: 0 10px;
}
.form-control-sd .time-area .dash + .input_time {
  margin-right: auto;
}
.form-control-sd .time-area .btn {
  margin-right: 8px;
}
.form-control-sd .time-area.block-time .input_time {
  width: 55px;
  padding: 4px 10px !important;
  margin-top: 30px;
  min-height: auto;
  background-color: #fff !important;
  border: 1px solid #E6E8EC;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(210, 213, 216, 0.3);
          box-shadow: 0px 1px 2px 0px rgba(210, 213, 216, 0.3);
}
.form-control-sd .time-area.block-time .input_time:disabled {
  background-color: transparent !important;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.form-control-sd .time-area.block-time .dash {
  padding-top: 30px;
  margin: 0 10px;
}
.form-control-sd .time-area.block-time .dash + .input_time {
  margin-right: auto;
}

.form-control:required,
.form-select:required {
  border: 1px solid #9cc8db;
}

.form-control:required:focus,
.form-select:required:focus,
.form-select.bordered:focus {
  border-color: var(--bs-form-select-focus-border-color);
}

.editable {
  border: 1px solid #9CBBD1 !important;
  background-color: #F8FCFF !important;
}
.editable input, .editable select, .editable textarea {
  background-color: #F8FCFF !important;
}

textarea.form-control {
  line-height: 22px;
}
textarea.form-control:-moz-read-only {
  resize: none;
}
textarea.form-control:read-only {
  resize: none;
}
textarea.form-control.resize {
  resize: vertical !important;
}

.form-control-label {
  position: relative;
}
.form-control-label .inner-label {
  position: absolute;
  top: 8px;
  left: 15px;
  color: rgba(73, 80, 87, 0.6);
  font-size: 11px;
  font-weight: 400;
  line-height: 100%;
}
.form-control-label .form-select,
.form-control-label .form-control {
  text-align: left;
  padding-top: 16px;
  margin-bottom: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.form-control-label .output-text {
  min-height: 19.5px;
  text-align: left;
}
.form-control-label textarea.form-control {
  min-height: 26px;
  padding-top: 0;
  margin-top: 20px;
}
.form-control-label.add_input_box {
  border: 1px solid #E6E8EC;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0.25rem;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(210, 213, 216, 0.3);
          box-shadow: 0px 1px 2px 0px rgba(210, 213, 216, 0.3);
  padding: 8px 15px;
  background-color: #fff;
}
.form-control-label.add_input_box .inner-label {
  position: static;
  margin-bottom: 10px;
  display: block;
}
.form-control-label.add_input_box .form-check {
  min-height: 30px;
  margin-bottom: 0 !important;
}
.form-control-label.add_input_box .form-control {
  min-height: 30px;
  padding-top: 4px;
  background-color: #F7F8F8;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(210, 213, 216, 0.3);
          box-shadow: 0px 1px 2px 0px rgba(210, 213, 216, 0.3);
}
.form-control-label.form-size-md .form-control {
  padding-top: 22px;
  min-height: 52px;
}
.form-control-label.has-btn .form-control {
  width: calc(50% + 15px);
}
.form-control-label.has-btn .btn_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  position: absolute;
  top: 50%;
  right: 12px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.form-control-label.has-btn .btn_wrap02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  padding: 10px 15px 10px;
}
.form-control-label.has-btn .btn_wrap02 .btn {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.form-control-label.has-btn.has-btn2 .form-control {
  width: calc(100% - 100px);
}
.form-control-label.has-btn input[type=file] {
  position: relative;
}
.form-control-label.has-btn input[type=file]::-webkit-file-upload-button {
  display: none;
}
.form-control-label.has-btn input[type=file]::file-selector-button {
  display: none;
}
.form-control-label.has-btn input[type=file]:valid {
  padding-top: 25px;
  padding-left: 36px;
}
.form-control-label.has-btn input[type=file]:valid::before {
  content: "";
  position: absolute;
  top: 26px;
  left: 16px;
  width: 16px;
  height: 16px;
  background-image: url(../images/ico/file_ico.svg);
  background-position: 50% 50%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  margin-right: 4px;
}
.form-control-label.has-btn input[type=file]:valid + .btn_delete {
  display: block;
}
.form-control-label.has-btn input[type=file] + .btn_delete {
  display: none;
  position: absolute;
  top: 50%;
  right: 104px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
  width: 16px;
  height: 16px;
  background-image: url(../images/ico/delete_ico.svg);
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-color: transparent;
  border: none;
  padding: 0;
}

.form-control:disabled, .form-control[readonly]:not(.datepicker) {
  color: #9599ad !important;
  background: #EFF2F7 !important;
  border-width: 0;
}
.form-control.form-control-bg {
  background: #EFF2F7;
  border: 0;
}
.form-control.postcode {
  width: 110px;
}
.form-control.postcode[readonly], .form-control.addr[readonly] {
  background: inherit !important;
  color: var(--bs-input-color) !important;
  border: 1px solid var(--bs-input-border-color) !important;
}
.form-control.upload-name {
  color: #0576B9;
}
.form-control.upload-name.upload-text-default {
  color: #9399A3;
  cursor: auto;
}

.form-select {
  min-height: 30px;
  font-size: 13px;
  border: 1px solid #E6E8EC;
  border-radius: 4px;
  background: transparent url("../images/ico/select_arr.svg") no-repeat center right 8px;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(210, 213, 216, 0.3);
          box-shadow: 0px 1px 2px 0px rgba(210, 213, 216, 0.3);
  padding: 0 30px 0 15px;
}
.form-select.form-select-center {
  width: auto;
  text-align: center;
  background: url("../images/ico/select_arr.svg") no-repeat center right;
  padding: 4px 22px 4px 10px;
  margin: 0 auto;
}
.form-select.form-control-sm {
  min-height: auto;
}
.form-select.form-select-bold {
  font-size: 15px;
  font-weight: 600;
  color: #495057;
}
.form-select.form-select-lg {
  font-size: 15px;
  font-weight: 600;
  color: #0576b9;
}
.form-select.form-select-bg {
  background-color: #fff;
  border: 1px solid #E9EBEC;
}
.form-select.bordered {
  border: 1px solid #E9EBEC;
}
.form-select.form-select-blue {
  background: url("../images/ico/select_arr.svg") no-repeat center right 3px;
}
.form-select.shadow_none {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.form-select:invalid {
  color: #838E9E !important;
}
.form-select:disabled, .form-select.readonly {
  color: #9599ad !important;
  background: #EFF2F7 url("../images/ico/select_arr.svg") no-repeat center right 8px !important;
  border-width: 0;
}
.form-select.select-lg {
  min-width: 120px !important;
}
.form-select:has(.no_option) {
  color: #838E9E;
}
.form-select option:disabled {
  color: #838E9E !important;
}
.form-select option[value=""][disabled] {
  display: none;
}

.notice-check {
  min-width: 74px;
}

.shadow_none {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.input-group-w120 {
  width: 120px;
}

.input-group-w150 {
  width: 150px;
}

.input-group {
  border: 1px solid #D4D5D8;
  border-radius: 0.25rem;
}
.input-group > * {
  min-height: 28px;
  border: 0;
  margin-left: 0 !important;
}
.input-group > *:last-child {
  border-right: 0;
}
.input-group .form-control:focus {
  border-color: inherit;
}

.input_time {
  width: 55px;
}

.input_tee {
  width: 40px;
}

.input_code {
  width: 80px;
}

.input_w215 {
  width: 215px;
}

.input_w110 {
  width: 110px;
}

.input_w90 {
  width: 90px;
}

.input_w80 {
  width: 80px;
}

.input_w70 {
  width: 70px;
}

.input_w65 {
  width: 65px;
}

.input_w60 {
  width: 60px;
}

.input_w50 {
  width: 50px;
}

.input_w35 {
  width: 35px;
}

.input_w28 {
  width: 28px;
}

.form-check.input-color01 input, .form-check.input-color01 select {
  min-height: 28px;
}

.input-color01 select {
  border: 1px solid rgba(19, 5, 185, 0.2);
  background: rgba(246, 237, 250, 0.45) url(../images/ico/select_arr.svg) no-repeat center right 8px;
  border-radius: 0.25rem;
}

.input-color02 select {
  border: 1px solid rgba(195, 96, 15, 0.2);
  background: rgba(250, 244, 237, 0.45) url(../images/ico/select_arr.svg) no-repeat center right 8px;
  border-radius: 0.25rem;
}

.inputInnerLabel {
  padding-left: 80px;
}

textarea.textarea-bg,
textarea.textarea-bg:focus {
  background: #F4FCFF;
}

.search-area .form-control {
  width: 150px;
}

.fas.fa-search {
  color: #9399A3;
}

.select-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #D7DADE;
  border-radius: 4px;
}
.select-group > * {
  color: #0576B9;
}
.select-group .form-select {
  min-height: 28px;
  background: url("../images/ico/select_arr.svg") no-repeat center right 10px;
  padding-right: 30px;
}
.select-group .btn {
  height: 29px;
  font-size: 13px;
  border: 0;
  border-left: 1px solid #D7DADE;
  border-radius: 0;
  padding: 0 12px;
}
.select-group .btn:hover {
  color: #0576B9;
}

.dropdown.bootstrap-select .form-control {
  border: 1px solid #D7DADE;
}
.dropdown.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  padding: 0;
}
.dropdown.bootstrap-select.fit-width .dropdown-toggle .filter-option {
  line-height: 24px;
}
.dropdown.bootstrap-select > .dropdown-toggle {
  background: #F5F8FF;
  color: #3A508A;
  border: 1px solid #CED8F3 !important;
}
.dropdown.bootstrap-select > .dropdown-toggle.bs-placeholder {
  color: #98A4C5;
}
.dropdown.bootstrap-select > .dropdown-menu {
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  inset: auto !important;
  right: 0 !important;
}
.dropdown.bootstrap-select > .dropdown-menu .bs-actionsbox .btn-group .actions-btn {
  min-width: calc(50% - 12px);
  width: auto;
  background: #EFF2F7;
  white-space: nowrap;
  padding: 0 6px !important;
  margin: 0 2px !important;
}
.dropdown.bootstrap-select > .dropdown-menu .bs-actionsbox .btn-group .actions-btn:first-child {
  margin-left: 0;
}
.dropdown.bootstrap-select ul.dropdown-menu {
  min-width: 100%;
}
.dropdown.bootstrap-select.custom-single .btn {
  padding-right: 23px;
  border: none !important;
  background-color: transparent;
  background-image: url("../images/ico/select_arr.svg");
  background-size: 16px 16px;
  background-position: calc(100% - 8px) 50%;
  background-repeat: no-repeat;
}
.dropdown.bootstrap-select.custom-single .btn .filter-option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.dropdown.bootstrap-select.custom-single .btn .filter-option .filter-option-inner .filter-option-inner-inner {
  font-weight: 400;
  color: #495057;
}
.dropdown.bootstrap-select.custom-single .btn.show .filter-option .filter-option-inner .filter-option-inner-inner {
  font-weight: 600;
  color: #0576B9;
}
.dropdown.bootstrap-select.custom-single .dropdown-item.active {
  font-weight: 600;
}
.dropdown.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
  top: 8px;
}
.dropdown.bootstrap-select.left-align .dropdown-menu {
  left: 0 !important;
  right: auto !important;
}
.dropdown.bootstrap-select .dropdown-toggle:focus, .dropdown.bootstrap-select .dropdown.bootstrap-select > select.mobile-device:focus + .dropdown-toggle {
  outline: none !important;
}
.dropdown.bootstrap-select .bs-ok-default:after {
  width: 7px;
  height: 12px;
  border-width: 0 2px 2px 0;
  border-color: #0576B9;
}
.dropdown.bootstrap-select .bs-actionsbox, .dropdown.bootstrap-select .dropdown.bootstrap-select .bs-donebutton, .dropdown.bootstrap-select .bs-searchbox {
  padding: 4px 5px;
}
.dropdown.bootstrap-select .bs-actionsbox .btn-group {
  width: 100%;
}

.dropdown-maxDepth2 {
  position: relative;
}
.dropdown-maxDepth2 .btn_open {
  width: 100%;
  text-align: left;
  padding-right: 23px;
  border: none !important;
  background-color: transparent;
  background-image: url("../images/ico/select_arr.svg");
  background-size: 16px 16px;
  background-position: calc(100% - 8px) 50%;
  background-repeat: no-repeat;
  font-weight: 400;
  color: #495057;
}
.dropdown-maxDepth2 .btn_open.focus {
  font-weight: 600;
  color: #0576B9;
}
.dropdown-maxDepth2 .lst_wrap {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1;
  padding: 12px;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #D7DADE;
}
.dropdown-maxDepth2 .lst_wrap .lst_depth1 {
  padding-right: 4px;
}
.dropdown-maxDepth2 .lst_wrap .lst_depth1 li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  margin-bottom: 0;
  padding: 8px 20px 8px 12px;
  border-radius: 4px;
  font-size: 13px;
  cursor: pointer;
}
.dropdown-maxDepth2 .lst_wrap .lst_depth1 li + li {
  margin-top: 4px;
}
.dropdown-maxDepth2 .lst_wrap .lst_depth1 li[aria-selected=true], .dropdown-maxDepth2 .lst_wrap .lst_depth1 li[aria-checked=true] {
  background-color: #EFF2F7;
  font-weight: 600;
}
.dropdown-maxDepth2 .lst_wrap .lst_depth1 li[role=tab]::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 8px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 6px;
  height: 8px;
  background-image: url(../images/ico/arrow_right.svg);
  background-size: 100% 100%;
  background-position: 50% 50%;
}
.dropdown-maxDepth2 .lst_wrap .lst_depth2 {
  display: none;
  padding-left: 4px;
  border-left: 1px solid #D7DADE;
}
.dropdown-maxDepth2 .lst_wrap .lst_depth2 li {
  position: relative;
  margin-bottom: 0;
  padding: 8px 12px;
  border-radius: 4px;
  font-size: 13px;
  text-align: left;
  cursor: pointer;
}
.dropdown-maxDepth2 .lst_wrap .lst_depth2 li + li {
  margin-top: 4px;
}
.dropdown-maxDepth2 .lst_wrap .lst_depth2 li[aria-checked=true] {
  background-color: #EFF2F7;
  font-weight: 600;
}
.dropdown-maxDepth2 .lst_wrap .lst_depth2 li[aria-checked=true]::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 8px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
  height: 5px;
}
.dropdown-maxDepth2 .lst_wrap .lst_depth2[aria-hidden=false] {
  display: block;
}
.dropdown-maxDepth2 .lst_wrap.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.scrollme {
  overflow-x: auto;
}

.vertical-menu .input-search {
  color: #fff;
  background-color: #233044;
  border-radius: 0;
  padding: 0 50px 0 54px;
}
.vertical-menu .app-search span {
  font-size: 20px;
  top: 0;
  left: 24px;
  color: #9599ad;
}
.vertical-menu .app-search .search_detail_btn {
  position: absolute;
  top: 2px;
  right: 12px;
  background: none;
  color: #9399a3;
  border: 0;
  font-size: 22px;
}

.ui-datepicker .ui-datepicker-title {
  margin: 0 1.3em;
}
.ui-datepicker .ui-datepicker-title select:first-child {
  margin: 0 2px 0 0;
}
.ui-datepicker .ui-datepicker-title select:last-child {
  margin: 0 0 0 8px;
}
.ui-datepicker .ui-datepicker-title select.ui-datepicker-month, .ui-datepicker .ui-datepicker-title select.ui-datepicker-year {
  width: 35%;
  font-size: 13px;
  border: 1px solid #E6E8EC;
  border-radius: 4px;
  background: transparent url(../images/ico/select_arr.svg) no-repeat center right 8px;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(210, 213, 216, 0.3);
          box-shadow: 0px 1px 2px 0px rgba(210, 213, 216, 0.3);
  padding: 5px 20px 5px 10px;
  line-height: 1;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.datepicker-area {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 4px;
  border: 1px solid #E6E8EC;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(210, 213, 216, 0.3);
          box-shadow: 0px 1px 2px 0px rgba(210, 213, 216, 0.3);
  overflow: hidden;
}

.datepicker-area .datepicker {
  min-height: 28px;
  border: 0;
  background: none;
}

.datepicker {
  text-align: center;
  border-radius: 0.25rem;
  color: #495057;
  border: 1px solid #E6E8EC;
  cursor: pointer;
  padding: 0;
}

.datepicker::-webkit-input-placeholder {
  color: #0576B9;
}

.datepicker::-moz-placeholder {
  color: #0576B9;
}

.datepicker:-ms-input-placeholder {
  color: #0576B9;
}

.datepicker::-ms-input-placeholder {
  color: #0576B9;
}

.datepicker::placeholder {
  color: #0576B9;
}

.datepicker-prev {
  background: transparent;
  border: 0;
  font-size: 18px;
  color: #9399A3;
  padding: 3px 0 0;
}

.datepicker-next {
  background: transparent;
  border: 0;
  font-size: 18px;
  color: #9399A3;
  padding: 3px 0 0;
}

.datepicker.font-size-18 {
  min-width: 130px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.datepicker-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.datepicker-box .datepicker {
  border: 1px solid #E6E8EC;
}
.datepicker-box .dash {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.time-prev {
  background: transparent;
  border: 0;
  font-size: 18px;
  color: #9399A3;
  padding: 2px 0 0;
  margin-right: 5px;
}

.time-next {
  background: transparent;
  border: 0;
  font-size: 18px;
  color: #9399A3;
  padding: 2px 0 0;
  margin-left: 5px;
}

.timepicker {
  width: 60px;
  text-align: center;
  border-radius: 0.25rem;
  padding: 8px;
}

.SelectBox {
  padding: 7.5px 8px;
}

.SumoSelect {
  max-width: 130px;
  vertical-align: sub;
}

.select_course {
  min-width: 130px;
  width: auto;
}

.dash {
  display: inline-block; /*width:10px;*/
  text-align: center;
  line-height: 2;
}

.btn-outline-gray {
  border: 1px solid #e9ebec !important;
}

a.link_underline:hover {
  text-decoration: underline !important;
}

#analytics-chart02 .apexcharts-bar-area:hover {
  fill: #7fabd6 !important;
  opacity: 1 !important;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.radio_input {
  margin-top: 7px;
}

input[type=file]::-webkit-file-upload-button {
  height: 30px;
  line-height: 28px;
  font-size: 13px;
  color: #495057;
  background: transparent;
  border: 1px solid #D7DADE;
  border-radius: 0.25rem;
  padding: 0 10px;
  cursor: pointer;
}

input[type=file]::file-selector-button {
  height: 30px;
  line-height: 28px;
  font-size: 13px;
  color: #495057;
  background: transparent;
  border: 1px solid #D7DADE;
  border-radius: 0.25rem;
  padding: 0 10px;
  cursor: pointer;
}

input[type=file]::-webkit-file-upload-button:hover {
  color: #fff !important;
  background: #2CB57E;
  border: 1px solid #2CB57E;
}

input[type=file]::file-selector-button:hover {
  color: #fff !important;
  background: #2CB57E;
  border: 1px solid #2CB57E;
}

.channel_calendar_select {
  position: absolute;
  top: 20px;
  left: 20px;
}

.channel_calendar_select .form-select {
  font-weight: 600;
  padding: 0 35px 0 15px;
}

.pagination .page-item .page-link {
  background: none !important;
  border: 0;
}

.pagination .page-item svg {
  fill: #495057;
}

.txt-radio input[type=radio] {
  display: none;
}

.txt-radio .radio-label {
  cursor: pointer;
  color: #838E9E;
  font-size: 13px;
  font-weight: 400;
  line-height: 120%;
  margin-bottom: 0;
}

.txt-radio input[type=radio]:checked + .radio-label {
  color: #495057;
  font-weight: 600;
}

.autoComplete_wrap {
  position: relative;
}
.autoComplete_wrap .autoComplete_list {
  display: none;
  position: absolute;
  left: 0;
  width: 100%;
  border-radius: 0px 0px 4px 4px;
  border: 1px solid #E6E8EC;
  background: #FFF;
  z-index: 1;
}
.autoComplete_wrap .autoComplete_list ul {
  overflow-y: scroll;
  max-height: 152px;
  padding: 8px;
}
.autoComplete_wrap .autoComplete_list ul li {
  margin-top: 4px;
}
.autoComplete_wrap .autoComplete_list ul li:first-child {
  margin-top: 0;
}
.autoComplete_wrap .autoComplete_list ul li a {
  display: inline-block;
  width: 100%;
  height: 24px;
  line-height: 24px;
  color: #495057;
  font-size: 10px;
  font-weight: 400;
  padding: 0 8px;
}
.autoComplete_wrap .autoComplete_list ul li a:hover {
  font-weight: 600;
  background: #EFF2F7;
}
.autoComplete_wrap .autoComplete_list ul li a .find_txt {
  color: #0576B9;
}

.file-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.file-form input[type=file] {
  position: relative;
  border: none;
  display: none;
}
.file-form input[type=file] + .label_file_text {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: left;
  margin-bottom: 0;
  padding-left: 22px;
  color: #838E9E;
  cursor: pointer;
}
.file-form input[type=file] + .label_file_text::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background-image: url(../images/ico/file_ico.svg);
  background-position: 50% 50%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  margin-right: 4px;
}
.file-form input[type=file] ~ .btn_delete {
  display: none;
  /*position: absolute;
  top:50%;
  right: 104px;
  transform: translateY(-50%);*/
  z-index: 1;
  width: 16px;
  height: 16px;
  background-image: url(../images/ico/delete_ico.svg);
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-color: transparent;
  border: none;
  padding: 0;
  margin: 0 10px;
}
.file-form input[type=file].has-file + .label_file_text {
  color: #0576B9;
  text-decoration: underline;
}
.file-form input[type=file].has-file ~ .btn_delete {
  display: block;
}
.file-form input[type=file]::-webkit-file-upload-button {
  display: none;
}
.file-form input[type=file]::file-selector-button {
  display: none;
}
.file-form.type2 input[type=file] + .label_file_text {
  padding-left: 0;
}
.file-form.type2 input[type=file] + .label_file_text::before {
  content: none;
}

.file_upload_form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 10px;
}
.file_upload_form .file_upload {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.file_upload_form .file_upload .tit_upload {
  font-weight: 600;
  font-size: 13px;
  color: #495057;
  margin-bottom: 8px;
}
.file_upload_form .file_upload .txt_upload {
  font-size: 11px;
  color: #495057;
}
.file_upload_form .file_upload input[type=file] {
  display: none;
}
.file_upload_form .file_upload input[type=file] ~ .file_btn_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 16px;
}
.file_upload_form .file_upload input[type=file] ~ .file_btn_wrap .btn_attach {
  display: block;
}
.file_upload_form .file_upload input[type=file] ~ .file_btn_wrap .btn_del {
  display: none;
}
.file_upload_form .file_upload input[type=file] ~ .file_btn_wrap .btn_modify {
  display: none;
}
.file_upload_form .thumb_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 240px;
  height: 120px;
  border: 1px solid #E6E8EC;
  overflow: hidden;
  margin-left: 20px;
  background-image: url(../images/content/upload_default_img.svg);
  background-size: 85px 46px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.file_upload_form .thumb_wrap.aspect1 img {
  max-width: 100%;
  max-height: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.file_upload_form .thumb_wrap.aspect2 img {
  aspect-ratio: 2/1;
}
.file_upload_form .thumb_wrap img {
  height: 120px;
}
.file_upload_form.has-file .file_upload input[type=file] ~ .file_btn_wrap .btn_attach {
  display: none;
}
.file_upload_form.has-file .file_upload input[type=file] ~ .file_btn_wrap .btn_del {
  display: block;
}
.file_upload_form.has-file .file_upload input[type=file] ~ .file_btn_wrap .btn_modify {
  display: block;
}
.file_upload_form.has-file .thumb_wrap {
  background: none;
  text-align: center;
}

.dropdown.bootstrap-select .dropdown-menu li a .text .terminated {
  text-decoration: line-through;
  color: #B0B0B0;
}
.dropdown.bootstrap-select.bg-transparent > .dropdown-toggle {
  background-color: transparent !important;
}
.dropdown.bootstrap-select .dropdown-toggle .filter-option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.dropdown.bootstrap-select .dropdown-toggle .filter-option .filter-option-inner .filter-option-inner-inner .terminated {
  text-decoration: line-through;
  color: #B0B0B0;
}
.dropdown.bootstrap-select.select-arrow-down .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.5em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

/*=====================
	button
=====================*/
.teetime_btn {
  position: absolute;
  top: 0;
  right: 10px;
}

.btn-group {
  vertical-align: initial;
}

.btn-group > .btn-group:last-child > .btn {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.btn {
  height: 30px !important;
  line-height: 28px;
  font-size: 13px;
  padding: 0 10px;
}
.btn.unconfirmed {
  color: #7B98C4;
  border: none;
}
.btn.btn-custom {
  color: #fff;
  background: #7B98C4;
  border: 1px solid #7B98C4;
}
.btn.btn-custom:hover, .btn.btn-custom.active {
  color: #fff;
  background: #2CB57E;
  border: 1px solid #2CB57E;
}
.btn.btn-outline-custom {
  color: #495057;
  background: #fff;
  border: 1px solid #D7DADE;
}
.btn.btn-outline-custom:hover, .btn.btn-outline-custom.active {
  color: #fff !important;
  background: #2CB57E;
  border: 1px solid #2CB57E;
}
.btn.btn-outline-custom.rounded-0 {
  height: auto !important;
  line-height: inherit;
}
.btn.btn-outline-custom.text-blue {
  color: #0576B9;
}
.btn.btn-outline-custom.text-red {
  color: #D44556;
}
.btn.btn-outline-custom.text-purple {
  color: #9675C1;
}
.btn.btn-outline-custom.plus-ico {
  width: 30px;
  line-height: 30px;
  font-size: 15px;
  font-weight: 600;
  color: #3A508A;
  padding: 0;
}
.btn.btn-outline-custom.minus-ico {
  width: 30px;
  line-height: 30px;
  font-size: 15px;
  font-weight: 600;
  color: #3A508A;
  padding: 0;
}
.btn.btn-outline-custom02 {
  color: #597DB5;
  background: #F5F8FF;
  border: 1px solid rgba(123, 152, 196, 0.6);
}
.btn.btn-outline-custom02:hover, .btn.btn-outline-custom02.active {
  color: #fff !important;
  background: #2CB57E;
  border: 1px solid #2CB57E;
}
.btn.btn-outline-custom03 {
  color: #597DB5;
  background: #fff;
  border: 1px solid rgba(123, 152, 196, 0.6);
}
.btn.btn-outline-custom03.text-blue {
  color: #0576B9;
}
.btn.btn-outline-custom03:hover, .btn.btn-outline-custom03.active {
  color: #fff !important;
  background: #2CB57E;
  border: 1px solid #2CB57E;
}
.btn.btn-outline-custom03.minus-ico, .btn.btn-outline-custom03.plus-ico {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 30px;
  padding: 0;
  line-height: 30px;
}
.btn.btn-outline-custom04 {
  color: rgba(123, 152, 196, 0.6);
  background: #fff;
  border: 1px solid rgba(123, 152, 196, 0.4);
}
.btn.btn-outline-custom04.text-blue {
  color: #0576B9;
}
.btn.btn-outline-custom04:hover {
  color: #fff !important;
  background: #2CB57E;
  border: 1px solid #2CB57E;
}
.btn.btn-outline-custom04.no-hover:hover {
  color: rgba(123, 152, 196, 0.6) !important;
  background: #fff;
  border: 1px solid rgba(123, 152, 196, 0.4);
}
.btn.btn-outline-custom05 {
  color: #597DB5;
  background: #F5F8FF;
  border: 1px solid rgba(123, 152, 196, 0.6);
}
.btn.btn-outline-custom05.text-blue {
  color: #0576B9;
}
.btn.btn-outline-custom05:hover {
  color: #fff !important;
  background: #2CB57E;
  border: 1px solid #2CB57E;
}
.btn.btn-outline-custom05:disabled {
  color: rgba(123, 152, 196, 0.6);
  background: #fff;
  border: 1px solid rgba(123, 152, 196, 0.4);
}
.btn.btn-outline-custom05:disabled:hover {
  color: rgba(123, 152, 196, 0.6) !important;
  background: #fff;
  border: 1px solid rgba(123, 152, 196, 0.4);
}
.btn.btn-arr {
  height: auto !important;
  line-height: inherit;
  border: 0 !important;
}
.btn.btn-radio-blue {
  height: 48px !important;
  line-height: 46px;
  font-weight: 600;
  background: #F8F9FA;
  border: 1px solid #DFDFDF;
}
.btn:disabled {
  color: rgba(123, 152, 196, 0.6) !important;
  border: 1px solid rgba(123, 152, 196, 0.4) !important;
  background: none;
}
.btn.btn-lg {
  height: 32px !important;
  padding: 0 12px;
}
.btn.btn-xl {
  height: 40px !important;
  line-height: 38px;
  padding: 0 24px;
}
.btn.coupon_btn {
  position: absolute;
  top: 30px;
  right: 20px;
}
.btn.table-btn {
  width: 100%;
  height: 40px !important;
  line-height: 40px;
  background: #EFF2F7;
  border: 0;
  font-weight: 600;
}
.btn.h-44 {
  height: 44px !important;
}

.cb_btn_group {
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 2px;
}

.cb_btn {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1px;
  min-width: 42px;
  height: 70px;
  border: 1px solid #D7DADE;
  background: #Fff;
  border-radius: 0 !important;
}
.cb_btn:not(:first-child) {
  margin-left: -1px;
}
.cb_btn.active {
  background: #FCF7EC;
}
.cb_btn .month {
  color: #495057;
  font-size: 20px;
  font-weight: 700;
  line-height: 120%;
}
.cb_btn .num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 24px;
  height: 24px;
  padding: 3px 8px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.cb_btn .year,
.cb_btn .txt {
  color: #495057;
  font-size: 11px;
  font-weight: 400;
  line-height: 120%;
}

.btn-check:checked + .btn.btn-radio-blue {
  background: #0576B9;
  border: 1px solid #0576B9;
  color: #fff;
}

.checkbox_wrap .form-check {
  width: calc(25% - 16px);
}
.checkbox_wrap .form-check .form-check-label {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  word-break: break-all;
}

.form-check-input {
  width: 16px;
  height: 16px;
  border-radius: 100px;
  border: 1.5px solid #CDD2D8;
  background: #FFF;
}

.form-check, .form-check-input, .form-check-label {
  line-height: 22px;
  color: #9399A3;
}

.form-check-input:checked[type=radio] {
  border: 0;
  color: #838E9E;
  background: url(../images/ico/radio_on.svg) no-repeat left top;
}

.form-check-input:checked[type=radio] + .form-check-label,
.form-check-input:checked[type=checkbox] + .form-check-label {
  color: #495057;
  font-weight: 600;
}

.checkbox_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}
.checkbox_area input[type=checkbox] {
  width: 16px;
  height: 16px;
  border-radius: 0.25em;
  border: 1.5px solid #CDD2D8;
  background: #FFF;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.checkbox_area input[type=checkbox] + .check-label {
  color: #9399A3;
  font-weight: 500;
  margin-bottom: 0;
}
.checkbox_area input[type=checkbox]:checked {
  background-image: url(../images/ico/check_on.svg);
  background-color: #0576b9;
  border-color: #0576b9;
}
.checkbox_area input[type=checkbox]:checked + .check-label {
  color: #495057;
  font-weight: 600;
}

.dropdown .btn {
  height: 30px;
  color: #323232;
  font-size: 13px !important;
  padding: 3px 10px 4px 10px;
}

.table thead tr th .dropdown {
  height: auto !important;
}

.table thead tr th .dropdown .dropdown-toggle {
  height: auto !important;
  line-height: inherit !important;
  background: transparent !important;
  border: transparent !important;
  padding: 0 !important;
  vertical-align: revert;
}

.voc-btn {
  display: inline-block;
  height: 18px;
  line-height: 18px;
  font-size: 10px;
  color: #0576B9;
  background: #EBF8FF;
  border-radius: 3px;
  padding: 0 4px;
  cursor: pointer;
}

.filebox input[type=file] {
  position: absolute;
  width: 0;
  height: 0;
  padding: 0;
  overflow: hidden;
  border: 0;
}
.filebox label {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  color: #495057;
  font-size: 13px;
  vertical-align: middle;
  background-color: transparent;
  cursor: pointer;
  border: 1px solid #D7DADE;
  border-radius: 3px;
}
.filebox label:hover {
  color: #fff !important;
  background: #2CB57E;
  border: 1px solid #2CB57E;
}
.filebox .upload-name {
  display: inline-block;
  height: 30px;
  font-size: 13px;
  border: 0;
  background: transparent;
  padding: 0 10px;
  vertical-align: top;
}

.action_btn_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.action_btn_wrap button {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 10px;
}

.ch_coupon_wrap {
  position: relative;
  margin-top: 30px;
}
.ch_coupon_wrap .coupon_btn {
  position: absolute;
  top: 10px;
  right: 0;
}

/*=====================
	tab
=====================*/
.nav-tabs-custom .nav-item {
  margin-left: 4px;
}
.nav-tabs-custom .nav-item:first-child {
  margin-left: 0;
}
.nav-tabs-custom .nav-item .nav-link {
  font-size: 15px;
  font-weight: 600;
  color: #B2C3DB;
  padding: 0 12px 10px;
}
.nav-tabs-custom .nav-item .nav-link.active {
  color: #295CBD;
}
.nav-tabs-custom .nav-item .nav-link::after {
  bottom: 0;
  border-radius: 2px 2px 0px 0px;
  background: #295CBD;
}
.nav-tabs-custom.nav-tabs-sm .nav-item .nav-link {
  font-size: 13px;
}
.nav-tabs-custom.nav-tabs-black .nav-item .nav-link.active {
  color: #495057;
}
.nav-tabs-custom.nav-tabs-color .nav-item .nav-link,
.nav-tabs-custom.nav-tabs-color .nav-item .nav-link.active {
  color: #495057;
}
.nav-tabs-custom.nav-tabs-color .nav-item .nav-link .new {
  position: relative;
}
.nav-tabs-custom.nav-tabs-color .nav-item .nav-link .new:before {
  position: absolute;
  top: 0;
  right: -12px;
  width: 5px;
  height: 5px;
  content: "";
  border-radius: 5px;
}
.nav-tabs-custom.nav-tabs-color .nav-item:first-child .nav-link::after, .nav-tabs-custom.nav-tabs-color .nav-item:first-child .nav-link .new::before, .nav-tabs-custom.nav-tabs-color .nav-item:nth-child(5n+1) .nav-link::after, .nav-tabs-custom.nav-tabs-color .nav-item:nth-child(5n+1) .nav-link .new::before {
  background: #7585C1;
}
.nav-tabs-custom.nav-tabs-color .nav-item:nth-child(2) .nav-link::after, .nav-tabs-custom.nav-tabs-color .nav-item:nth-child(2) .nav-link .new::before, .nav-tabs-custom.nav-tabs-color .nav-item:nth-child(5n+2) .nav-link::after, .nav-tabs-custom.nav-tabs-color .nav-item:nth-child(5n+2) .nav-link .new::before {
  background: #8DC82B;
}
.nav-tabs-custom.nav-tabs-color .nav-item:nth-child(3) .nav-link::after, .nav-tabs-custom.nav-tabs-color .nav-item:nth-child(3) .nav-link .new::before, .nav-tabs-custom.nav-tabs-color .nav-item:nth-child(5n+3) .nav-link::after, .nav-tabs-custom.nav-tabs-color .nav-item:nth-child(5n+3) .nav-link .new::before {
  background: #EFBD73;
}
.nav-tabs-custom.nav-tabs-color .nav-item:nth-child(4) .nav-link::after, .nav-tabs-custom.nav-tabs-color .nav-item:nth-child(4) .nav-link .new::before, .nav-tabs-custom.nav-tabs-color .nav-item:nth-child(5n+4) .nav-link::after, .nav-tabs-custom.nav-tabs-color .nav-item:nth-child(5n+4) .nav-link .new::before {
  background: #DC75C4;
}
.nav-tabs-custom.nav-tabs-color .nav-item:nth-child(5) .nav-link::after, .nav-tabs-custom.nav-tabs-color .nav-item:nth-child(5) .nav-link .new::before, .nav-tabs-custom.nav-tabs-color .nav-item:nth-child(5n+5) .nav-link::after, .nav-tabs-custom.nav-tabs-color .nav-item:nth-child(5n+5) .nav-link .new::before {
  background: #0576B9;
}

/*=====================
	text
=====================*/
.f-size-11 {
  font-size: 11px;
}

.fs-12 {
  font-size: 12px;
}

.fs-16 {
  font-size: 16px;
}

.fs-18 {
  font-size: 18px;
}

.desc {
  font-size: 11px;
  color: #AEBBC8;
  margin-bottom: 0;
}

.desc02 {
  font-size: 11px;
  color: #7895CB;
  margin-bottom: 0;
}

dt, dd {
  font-size: 13px;
}

.status-request {
  display: inline-block;
  color: #495057;
  background: #F2F2F2;
  border-radius: 3px;
  padding: 2px 4px;
}

.status-waiting {
  display: inline-block;
  color: #E97E42;
  background: #FFF5DF;
  border-radius: 3px;
  padding: 2px 4px;
}

.status-complete {
  display: inline-block;
  color: #1F813A;
  background: #EEF6E5;
  border-radius: 3px;
  padding: 2px 4px;
}

.status-noreserv {
  display: inline-block;
  color: #D44556;
  background: #FFF1F1;
  border-radius: 3px;
  padding: 2px 4px;
}

.txt-line {
  display: inline-block;
  width: 1px;
  height: 14px;
  background: #E9EBEC;
  vertical-align: top;
  margin: 3px 6px 0;
}

.txt-hline::before {
  display: inline-block;
  content: "";
  width: 35px;
  height: 0.5px;
  background: #d6d6d6;
  vertical-align: middle;
  margin: 0 0 2px 3px;
}

.checkin-name {
  width: 50px;
  text-align: left;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.slash {
  display: inline-block;
  font-size: 13px;
  color: #CDD2D8;
  vertical-align: middle;
}
.slash.slash_md {
  font-size: 16px;
}

.txt_marking {
  position: relative;
  padding-left: 32px;
}
.txt_marking .circle_txt {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.min-w-100 {
  min-width: 100px !important;
}

.min-h-100 {
  min-height: 100% !important;
}

/*=====================
    color
=====================*/
.bg-warning-subtle {
  background: #fffcf2;
}

.bg-secondary-subtle {
  background: #f8f9fa;
}

.bg-info-subtle {
  background: #F4FCFF;
}

.bg-white {
  background-color: #fff;
}

.bg-blue {
  border-top: 1px solid #D2E9F0;
  border-bottom: 1px solid #D2E9F0;
  background: #EEFBFF;
}

.bg-yellow {
  background: #FFF5D9;
}

.bg-mint {
  background: #DCFAF8;
}

.bg-babypink {
  background: #FFE0EB;
}

.bg-skyblue {
  background: #E7EDFF;
}

.text-white {
  color: #fff;
}

.text-black {
  color: #495057;
}

.text-gray {
  color: #9399A3;
}

.text-dgray {
  color: #838E9E;
}

.text-lgray {
  color: #AEBBC8;
}

.text-blue {
  color: #0576B9;
}

.text-green {
  color: #14991e;
}

.text-red {
  color: #D44556;
}

.text-purple {
  color: #9675C1;
}

.text-required {
  color: #9cc8db;
}

.text-complete {
  text-align: center;
  color: #7B98C4;
}

a,
a:hover {
  color: inherit;
  text-decoration: none;
}

a.text_underline {
  text-decoration: underline !important;
}

a.file_down {
  color: #0576B9;
  text-decoration: underline !important;
}

/*=====================
	datepicker
=====================*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  width: 24px;
  height: 24px;
  line-height: 18px;
  border: 1px solid #fff;
  background: #fff;
  font-weight: normal;
  color: #454545;
  text-align: center;
  border-radius: 100%;
  margin: 3px auto;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  color: #0576B9 !important;
}

.ui-widget.ui-widget-content {
  border: 1px solid #CED8F3;
}

.ui-widget-header {
  background: #fff;
  border: 0;
}

.ui-datepicker th {
  font-weight: 400;
  color: #495057;
  padding: 6px 10px;
}

.ui-datepicker .ui-datepicker-header {
  padding: 0;
}

.ui-datepicker .ui-datepicker-title {
  line-height: 42px;
  font-weight: 400;
  color: #495057;
}

.ui-widget {
  width: auto;
  padding: 0 8px;
}

.ui-widget-header .ui-icon {
  background: none;
}

.ui-widget-header .ui-icon:hover {
  background: none;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover, .ui-button:focus {
  border: 1px solid #F2F2F2;
  background: #F2F2F2;
  font-weight: normal;
  color: #495057;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active, .ui-button:active,
.ui-button.ui-state-active:hover {
  border: 1px solid #0576B9 !important;
  background: #0576B9 !important;
  color: #fff !important;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  top: 12px !important;
}

.ui-datepicker .ui-datepicker-prev {
  left: 2px !important;
}

.ui-datepicker .ui-datepicker-next {
  right: 2px !important;
}

.ui-datepicker .ui-datepicker-prev {
  font-family: fcicons !important;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 1em;
  height: 1em;
  color: #9399A3;
}

.ui-datepicker .ui-datepicker-prev:before {
  content: "\e900";
}

.ui-datepicker .ui-datepicker-next {
  font-family: fcicons !important;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 1em;
  height: 1em;
  color: #9399A3;
}

.ui-datepicker .ui-datepicker-next:before {
  content: "\e901";
}

/*=====================
	ico
=====================*/
.status-ico {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background: #E9EBEC;
  margin: 1px;
}
.status-ico.front-new {
  background: #7585C1;
}
.status-ico.match-new {
  background: #8DC82B;
}
.status-ico.food-new {
  background: #EFBD73;
}
.status-ico.shop-new {
  background: #DC75C4;
}

.time_wrap {
  text-align: left;
  margin: 0 auto;
  width: 86px;
}

.checkin-num {
  display: inline-block;
  min-width: 13px;
  height: 13px;
  line-height: 13px;
  text-align: center;
  font-size: 11px;
  color: #fff;
  border-radius: 2px;
  padding: 0 2px;
}
.checkin-num.one {
  background: #E4CDDF;
}
.checkin-num.two {
  background: #EED5AE;
}
.checkin-num.three {
  background: #B8D7C6;
}
.checkin-num.four {
  background: #C7D0D9;
}
.checkin-num.five {
  background: #B4BDE5;
}

.ico_package {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 23px;
  height: 23px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 16px;
  border: 1px solid #CED8F3;
  background: #F5F8FF;
  color: #3A508A;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.ico_package.tooltip_click {
  cursor: pointer;
}

.sort_down {
  display: inline-block;
  background: url(../images/ico/sort_down_ico.svg) no-repeat right center;
  padding-right: 18px;
}

.sort_up {
  display: inline-block;
  background: url(../images/ico/sort_up_ico.svg) no-repeat right center;
  padding-right: 18px;
}

.circle_txt {
  position: relative;
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 24px;
}
.circle_txt.circle_red {
  background: #FFF1EE;
  border: 1px solid #F3CECE;
}
.circle_txt.circle_red span {
  color: #D44556;
}
.circle_txt.circle_blue {
  background: #F5F8FF;
  border: 1px solid #CED8F3;
}
.circle_txt.circle_blue span {
  color: #0576B9;
}

.btn_attach_modal {
  width: 16px;
  height: 16px;
  border: none;
  background-image: url(../images/ico/file_ico.svg);
  background-color: transparent;
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.txt_fileName {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: underline !important;
  color: #0576B9;
}
.txt_fileName::before {
  content: "";
  width: 16px;
  height: 16px;
  border: none;
  background-image: url(../images/ico/file_ico.svg);
  background-color: transparent;
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.info_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.info_wrap::before {
  content: "";
  width: 13px;
  height: 13px;
  background-image: url(../images/ico/info_ico.svg);
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

/*=====================
	editor
====================*/
.ck.ck-toolbar {
  border: 1px solid #E6E8EC !important;
  border-bottom: 0 !important;
}

.ck.ck-editor__main > .ck-editor__editable:not(.ck-focused) {
  border-color: #E6E8EC !important;
}

/*=====================
	tooltip
=====================*/
.tooltip-ico {
  color: #9799AB;
}

.tooltip.tooltip-gnb {
  padding-top: 15px;
}
.tooltip.tooltip-gnb.show {
  opacity: 1;
}
.tooltip.tooltip-gnb .tooltip-arrow {
  display: none;
}
.tooltip.tooltip-gnb .tooltip-inner {
  max-width: 300px;
  background-color: #FFF;
  border: 1px solid #D9D9D9;
  color: #495057;
  font-size: 13px;
  font-weight: 600;
  line-height: 19px;
  text-align: left;
  padding: 5px 10px;
}
.tooltip.tooltip-gnb .tooltip-inner a {
  font-weight: 400;
  color: #0576B9;
}
.tooltip.tooltip-sm .tooltip-inner {
  padding: 5px 10px;
}

.custom-tooltip {
  --bs-tooltip-bg: #061C3D;
  --bs-tooltip-color: #fff;
}
.custom-tooltip .tooltip-inner {
  max-width: none;
}
.custom-tooltip.txt-left .tooltip-inner {
  text-align: left;
}
.custom-tooltip.lst_bullet ul {
  /* li {
      display: flex;
      position: relative;
      padding-left: 6px;
      &::before {
          content: '';
          position: absolute;
          top: 7px;
          left: 0;
          background-color: #fff;
          width: 2px;
          height: 2px;
          border-radius: 50%;
      }
  } */
}
.custom-tooltip.lst_bullet ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.custom-tooltip.lst_bullet ul li::before {
  content: "·";
  font-size: 13px;
  font-weight: 600;
  line-height: 17px;
  margin-right: 3px;
}

/*=====================
	modal
=====================*/
.modal.bookingModal {
  top: 20px;
}

.modal {
  --bs-modal-width:650px;
}

.modal-full {
  width: 1300px;
  min-width: 1300px;
}

.modal-sm {
  --bs-modal-width:500px;
}

.modal-lg {
  --bs-modal-width:900px;
}

.modal-xsm {
  width: 352px;
  min-width: 352px;
}

.modal-xl {
  width: 1200px;
  min-width: 1200px;
}

.modal-notice {
  width: 910px;
  min-width: 910px;
}

.modal-header {
  padding: 20px;
}

.modal-body {
  padding: 20px 20px 16px;
}

.modal-footer {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-top: 0;
  padding: 0 20px 20px;
}

.modal-footer .btn {
  height: 40px !important;
  line-height: 40px;
  padding: 0 24px;
}

.comingModal {
  --bs-modal-width:370px;
}
.comingModal .modal-content {
  background: #fff url(../images/content/comingsoon_bg.png) no-repeat right bottom;
}
.comingModal .modal-content .modal-body p {
  font-size: 18px;
  font-weight: 800;
  margin-top: 8px;
}
.comingModal .modal-content .modal-footer {
  border-top: 1px solid #E9EBEC;
  padding: 0;
}
.comingModal .modal-content .modal-footer p {
  font-size: 11px;
  font-weight: 500;
  color: #AEBBC8;
  text-align: center;
  padding: 14px 0 15px;
  margin: 0 auto;
}

.modal.modal_second .modal-dialog {
  -webkit-filter: drop-shadow(rgba(0, 0, 0, 0.4) 0px 7px 10px);
          filter: drop-shadow(rgba(0, 0, 0, 0.4) 0px 7px 10px);
}
.modal .modal-header .btn-close {
  font-size: 16px;
  color: #495057;
  padding: 0;
  margin: 0;
}
.modal .modal-body .txt_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px 0;
  background-color: #F8F8F8;
  border: 1px solid #E6E8EC;
  border-radius: 0;
  gap: 0;
  opacity: 1;
}
.modal .modal-body .txt_box.type2 {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-left: 58px;
}
.modal .modal-body .txt_box.type2 .txt_email,
.modal .modal-body .txt_box.type2 .txt_phone {
  margin-left: 16px;
}
.modal .modal-body .require_box {
  height: 300px;
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.modal .modal-body .require_box dl {
  display: inline-block;
  width: auto;
  max-width: 380px;
  background: #7B98C4;
  padding: 10px 20px;
  border-radius: 20px;
}
.modal .modal-body .require_box dl dt {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  word-break: keep-all;
}
.modal .modal-body .require_box dl dd {
  margin-top: 10px;
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 0;
  word-break: keep-all;
}
.modal .modal-body .require_box dl.require_ch {
  text-align: left;
  background-color: #f8f8f8;
}
.modal .modal-body .require_box dl.require_ch dt {
  color: #495057;
}
.modal .modal-body .require_box dl.require_ch dd {
  color: #495057;
}
.modal .modal-body .require_box dl.require_golf {
  text-align: right;
  margin-left: auto;
}

.vacancyModal {
  display: block;
}
.vacancyModal .modal-dialog {
  margin-left: 20px;
}

.modal-content .modal-content-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  width: 100%;
}
.modal-content .modal-content-wrap ~ .modal-content-wrap {
  border-top: 1px solid #d7dade;
}
.modal-content .modal-content-wrap ~ .modal-content-wrap .modal-header .btn-close {
  display: none;
}

/*=====================
	canvas
=====================*/
.offcanvas .offcanvas-header {
  border-bottom: 1px solid #EFF2F7;
}
.offcanvas .offcanvas-header.bg_red {
  background-color: #D44556;
}
.offcanvas .offcanvas-header.bg_orange {
  background-color: #FFF2C6;
}
.offcanvas .offcanvas-header.bg_yellow {
  background-color: #FAFFD9;
}
.offcanvas .offcanvas-header.bg_pink {
  background-color: rgba(255, 234, 234, 0.63);
}
.offcanvas .offcanvas-header.bg_blue {
  background-color: #EEF3FF;
}
.offcanvas .offcanvas-header .btn-close {
  font-size: 16px;
  color: #495057;
  padding: 0;
  margin: 0;
}
.offcanvas .offcanvas-body {
  padding: 40px;
}
.offcanvas .offcanvas-footer {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-top: 0;
  padding: 0 20px 20px;
}
.offcanvas .offcanvas-footer .btn {
  height: 40px !important;
  line-height: 40px;
  padding: 0 24px;
}

.offcanvas,
.offcanvas-backdrop {
  -webkit-transition: -webkit-transform 0s;
  transition: -webkit-transform 0s;
  transition: transform 0s;
  transition: transform 0s, -webkit-transform 0s;
}

.offcanvas-course {
  width: 1095px !important;
}

.offcanvas-authorize {
  width: 1000px !important;
}

.offcanvas-match {
  width: 805px !important;
}

.offcanvas-custom-md {
  width: 680px !important;
}

.offcanvas-custom {
  width: 100% !important;
  max-width: 1440px;
  min-width: 1260px;
}
.offcanvas-custom.offcanvas-custom-xlg {
  width: calc(100% - 74px) !important;
  min-width: calc(100% - 74px) !important;
}
.offcanvas-custom.offcanvas-custom-lg {
  width: calc(100% - 214px) !important;
  min-width: calc(100% - 214px) !important;
}

/*=====================
	pagenation
=====================*/
.pagenation-wrap {
  font-size: 13px;
  gap: 2;
  margin-top: 10px;
}

.pagenation-wrap * {
  line-height: 30px;
}

.pagenation-wrap .position-absolute {
  display: none;
  right: 8px !important;
}

.pagenation-wrap .form-select {
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0 30px 0 15px !important;
}

/*=====================
	vertical.carousel
=====================*/
.vertical.carousel .carousel-item {
  overflow: hidden;
}
.vertical.carousel .carousel-item-next:not(.carousel-item-start),
.vertical.carousel .active.carousel-item-end {
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
.vertical.carousel .carousel-item-prev:not(.carousel-item-end),
.vertical.carousel .active.carousel-item-start {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
.vertical.carousel .carousel-indicators {
  top: 0;
  left: unset;
  margin-left: unset !important;
  margin-right: 1rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.vertical.carousel .carousel-indicators [data-bs-target] {
  height: 30px;
  width: 3px;
}
.vertical.carousel .carousel-control-prev,
.vertical.carousel .carousel-control-next {
  width: 100%;
  height: 60px;
}
.vertical.carousel .carousel-control-prev-icon,
.vertical.carousel .carousel-control-next-icon {
  -webkit-transform: rotateZ(90deg);
          transform: rotateZ(90deg);
}
.vertical.carousel .carousel-control-next {
  top: unset;
  bottom: 0;
}

/*=====================
	padding margin
=====================*/
.p-20 {
  padding: 20px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.ps-20 {
  padding-left: 20px !important;
}

.pe-20 {
  padding-right: 20px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.pt-12 {
  padding-top: 12px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.ps-10 {
  padding-left: 10px !important;
}

.pe-10 {
  padding-right: 10px;
}

.pe-12 {
  padding-right: 12px;
}

.pe-16 {
  padding-right: 16px;
}

.pe-20 {
  padding-right: 20px;
}

.pe-30 {
  padding-right: 30px !important;
}

.pe-42 {
  padding-right: 42px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.pb-150 {
  padding-bottom: 150px !important;
}

.px-10 {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-30 {
  margin-top: 30px;
}

.mt-32 {
  margin-top: 32px !important;
}

.mb-13 {
  margin-bottom: 13px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

.ms-10 {
  margin-left: 10px;
}

.mx-20 {
  margin-left: 20px !important;
  margin-right: 20px !important;
}

.gap-12 {
  gap: 12px !important;
}

.flex-shrink-0 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

/*=====================
	table
=====================*/
.table thead tr.border-e9 {
  border-bottom-color: #E9EBEC;
}
.table tfoot.type1 tr td {
  padding: 6px 10px;
  height: 43px;
}

/*=====================
	etc
=====================*/
.z-index-1 {
  z-index: 1 !important;
}

.cursor-pointer {
  cursor: pointer;
}

.box-shadow-0 {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.border-bottom-1 {
  border-bottom: var(--bs-card-border-width) solid var(--bs-card-border-color);
}

.line-height25 {
  line-height: 2.5;
}

::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background: transparent;
  margin: 5px;
}

::-webkit-scrollbar-thumb {
  width: 6px;
  height: 6px;
  background: #BFBFBF;
  border-radius: 3px;
}

::-webkit-scrollbar-track {
  background: transparent;
}

.simplebar-content-wrapper {
  height: 100% !important;
}

.overflow-auto {
  overflow: auto;
}

.bg-norepeat {
  background-repeat: no-repeat !important;
}

.h-45 {
  height: 45px !important;
}

.em_green {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 7px 8px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
  border-radius: 4px;
  background: #2CB57E;
  font-style: normal;
  color: #fff;
}

/*=====================
	print
=====================*/
@media print {
  * {
    -webkit-print-color-adjust: exact !important;
            print-color-adjust: exact !important;
  }
  .print_none {
    display: none;
  }
  .voucher_wrap.voucher_print {
    width: 100% !important;
  }
  .voucher_print_area {
    padding: 30px 0 0 !important;
  }
}
/*=====================
	dark mode
=====================*/
[data-layout-mode=dark] {
  --bs-gray-100: #212529;
  --bs-gray-200: #121e2d;
  --bs-gray-300: #1d2d42;
  --bs-gray-400: #a6b0cf;
  --bs-gray-500: #bfc8e2;
  --bs-gray-600: #fff;
  --bs-gray-700: #f6f6f6;
  --bs-gray-800: #eff2f7;
  --bs-gray-900: #f8f9fa;
  --bs-body-bg: #03030B;
  --bs-body-color: #fff;
  --bs-heading-color: #fff;
  --bs-border-color: #252831;
  --bs-light-rgb: 29,45,66;
  --bs-dark-rgb: 29,45,66;
  --bs-white: #121e2d;
  --bs-light: #1d2d42;
  --bs-black: #f6f6f6;
  --bs-header-dark-bg: #2B2B3A;
  --bs-header-bg: #2B2B3A;
  --bs-topnav-bg: #2B2B3A;
  --bs-header-dark-item-color: #fff;
  --bs-apex-grid-color: #303030;
  --bs-input-border-color: #252831;
  --bs-input-focus-border-color: #2C888E;
  --bs-input-color: #fff;
  --bs-input-bg: transparent;
  --bs-form-select-focus-border-color: #2C888E;
}

[data-layout-mode=dark] .vertical-menu {
  border-right: transparent;
}

[data-layout-mode=dark] .notice_element {
  background: #141522;
}

[data-layout-mode=dark] .footer {
  --bs-footer-bg:#141522;
  --bs-footer-color:$black;
}

[data-layout-mode=dark] .dropdown-menu {
  --bs-dropdown-bg:#17172E;
  --bs-dropdown-color:#fff;
  --bs-dropdown-border-color:#2B2C43;
  --bs-dropdown-link-color:#fff;
  --bs-dropdown-link-hover-color:#fff;
  --bs-dropdown-link-hover-bg:#4A536A;
  --bs-dropdown-link-active-bg: #4A536A;
  --bs-dropdown-link-active-color: #fff;
  color: #fff;
}

[data-layout-mode=dark] .dropdown {
  --bs-btn-border-color:$body-color;
}

[data-layout-mode=dark] .card,
[data-layout-mode=dark] .page-title-box {
  --bs-card-bg:#141522;
  --bs-card-border-color:#2E2E2E;
}

[data-layout-mode=dark] .accordion {
  --bs-accordion-color:#212529;
}

[data-layout-mode=dark] .list-group {
  --bs-list-group-color:#bfc8e2;
  --bs-list-group-bg:#162436;
  --bs-list-group-border-color:#1d2d42;
}

[data-layout-mode=dark] .accordion {
  --bs-accordion-bg:#121e2d;
  --bs-accordion-btn-bg:#121e2d;
  --bs-accordion-active-bg:rgba(5,118,185,0.2);
  --bs-accordion-color:#fff;
}

[data-layout-mode=dark] .pagination {
  --bs-pagination-bg:#121e2d;
  --bs-pagination-hover-bg:#121e2d;
  --bs-pagination-disabled-bg:#121e2d;
  --bs-pagination-border-color:#162436;
  --bs-pagination-hover-border-color:#162436;
  --bs-pagination-disabled-border-color:#162436;
}

[data-layout-mode=dark] .progress {
  --bs-progress-bg:#1d2d42;
}

[data-layout-mode=dark] .table {
  --bs-table-striped-bg:#1d2d42;
  --bs-table-color:#fff;
  --bs-table-striped-color:#fff;
  --bs-table-border-color:#23262F;
  --bs-table-active-bg:#142232;
  --bs-table-active-color:#a6b0cf;
  --bs-table-hover-bg:#1f3147;
  --bs-table-hover-color:#a6b0cf;
  --bs-table-border-color:#23262F;
  border-color: #23262F;
}

[data-layout-mode=dark] .table > :not(:first-child) {
  border-top: 0 solid #23262F;
}

[data-layout-mode=dark] .table-bordered {
  --bs-border-color:#1d2d42;
}

[data-layout-mode=dark] .table-bordered > :not(caption) > * {
  border-color: #252831;
}

[data-layout-mode=dark] .table-dark {
  --bs-table-bg:#1d2d42;
  --bs-table-border-color:#1a283b;
  --bs-border-color:#1a283b;
  --bs-table-dark-border-color:#1a283b;
}

[data-layout-mode=dark] .table.table-modal tr {
  border: 1px solid #23262F;
}

[data-layout-mode=dark] .table.table-modal tr th:nth-child(3) {
  border-left: 1px solid #23262F;
}

[data-layout-mode=dark] .table-light {
  --bs-table-bg:#1f3147;
  --bs-table-border-color:#192a3f;
  --bs-table-color:#a6b0cf;
  --bs-border-color:#192a3f;
}

[data-layout-mode=dark] .table tbody tr th {
  border-left: 1px solid #23262F;
}

[data-layout-mode=dark] .table > :not(:first-child) {
  border-top: 0 solid #23262F;
}

[data-layout-mode=dark] .table-active {
  --bs-table-accent-bg:#73808d !important;
  color: #000;
}

[data-layout-mode=dark] .table-active.table-primary {
  --bs-table-accent-bg:#73808d !important;
  color: #000;
}

[data-layout-mode=dark] .sortable .table {
  background: #141522;
}

[data-layout-mode=dark] .booking-group .booking-area:first-child .table thead, [data-layout-mode=dark] .booking-group .booking-area:nth-child(4n+1) .table thead {
  background: #263B55;
}
[data-layout-mode=dark] .booking-group .booking-area:first-child .table thead th, [data-layout-mode=dark] .booking-group .booking-area:nth-child(4n+1) .table thead th {
  border-color: #23262F;
  color: #fff;
}
[data-layout-mode=dark] .booking-group .booking-area:nth-child(2) .table thead, [data-layout-mode=dark] .booking-group .booking-area:nth-child(4n+2) .table thead {
  background: #594B36;
}
[data-layout-mode=dark] .booking-group .booking-area:nth-child(2) .table thead th, [data-layout-mode=dark] .booking-group .booking-area:nth-child(4n+2) .table thead th {
  border-color: #23262F;
  color: #fff;
}
[data-layout-mode=dark] .booking-group .booking-area:nth-child(3) .table thead, [data-layout-mode=dark] .booking-group .booking-area:nth-child(4n+3) .table thead {
  background: #38544D;
}
[data-layout-mode=dark] .booking-group .booking-area:nth-child(3) .table thead th, [data-layout-mode=dark] .booking-group .booking-area:nth-child(4n+3) .table thead th {
  border-color: #23262F;
  color: #fff;
}
[data-layout-mode=dark] .booking-group .booking-area:nth-child(4) .table thead, [data-layout-mode=dark] .booking-group .booking-area:nth-child(4n+4) .table thead {
  background: #5A403F;
}
[data-layout-mode=dark] .booking-group .booking-area:nth-child(4) .table thead th, [data-layout-mode=dark] .booking-group .booking-area:nth-child(4n+4) .table thead th {
  border-color: #23262F;
  color: #fff;
}

[data-layout-mode=dark] .table tr td .table-em.disabled {
  background: #2c3443 !important;
  color: rgba(169, 196, 195, 0.5) !important;
}
[data-layout-mode=dark] .table tr td .table-em.complete {
  background: #1f3804;
  color: #19b845;
}
[data-layout-mode=dark] .table tr td .table-em.checkin {
  background: #EFF6FF;
  color: #0576B9;
}
[data-layout-mode=dark] .table tr td .table-em.rainCancel {
  background: #303e71;
  color: #8ab1e4;
}
[data-layout-mode=dark] .table tr td .table-em.holiday {
  background: #FFF1F1;
  color: #D44556;
}
[data-layout-mode=dark] .table tr td .table-em.sat {
  background: transparent;
}
[data-layout-mode=dark] .table tr td .table-em.sun {
  background: transparent;
  color: #b95c68;
}
[data-layout-mode=dark] .table tr td .table-em.vvip {
  background: #413723;
  color: #c79e59;
}

[data-layout-mode=dark] .blockquote {
  --bs-card-border-color:#1d2d42;
}

[data-layout-mode=dark] .btn {
  --bs-btn-link-color:#fff;
  --bs-btn-color:#fff;
}
[data-layout-mode=dark] .btn.btn-custom {
  background: #0B8F8F;
  border: 1px solid #0B8F8F;
  color: #fff;
}
[data-layout-mode=dark] .btn.btn-custom:hover {
  background: #0B8F8F;
  border: 1px solid #0B8F8F;
  color: #fff;
}
[data-layout-mode=dark] .btn.btn-outline-custom {
  color: #fff;
  background: transparent;
  border: 1px solid #545767;
}
[data-layout-mode=dark] .btn.btn-outline-custom:hover {
  background: #0B8F8F;
}

[data-layout-mode=dark] .btn-light {
  --bs-btn-color:#fff;
  --bs-btn-bg:#1d2d42;
  --bs-btn-border-color:#1d2d42;
}

[data-layout-mode=dark] .btn-outline-light {
  --bs-btn-color:#fff;
  --bs-btn-border-color:#1d2d42;
}

[data-layout-mode=dark] .btn-light,
[data-layout-mode=dark] .btn-outline-light {
  --bs-btn-hover-color:#fff;
  --bs-btn-hover-bg:#1d2d42;
  --bs-btn-hover-border-color:#1d2d42;
  --bs-btn-active-color:#fff;
  --bs-btn-active-bg:#1d2d42;
  --bs-btn-active-border-color:#1d2d42;
  --bs-btn-focus-shadow-rgb:29,45,66;
}

[data-layout-mode=dark] .filebox label {
  color: #fff;
  border: 1px solid #545767;
}

[data-layout-mode=dark] .filebox label:hover {
  color: #fff;
  background: #0B8F8F;
  border: 1px solid #0B8F8F;
}

[data-layout-mode=dark] .filebox .upload-name {
  color: #fff;
}

[data-layout-mode=dark] .select-group {
  border: 1px solid #545767;
}
[data-layout-mode=dark] .select-group .btn {
  border-left: 1px solid #545767;
}
[data-layout-mode=dark] .select-group .btn:hover {
  color: #fff;
}

[data-layout-mode=dark] .btn-dark {
  --bs-btn-bg:#152334;
  --bs-btn-border-color:#152334;
  --bs-btn-hover-bg:#152334;
}

[data-layout-mode=dark] .btn-outline-dark {
  --bs-btn-color:#152334;
  --bs-btn-border-color:#152334;
}

[data-layout-mode=dark] .btn-outline-gray {
  background: #0B0A18 !important;
  border-color: #545767 !important;
  color: #fff !important;
}

[data-layout-mode=dark] .btn-dark,
[data-layout-mode=dark] .btn-outline-dark {
  --bs-btn-hover-border-color:#152334;
  --bs-btn-active-bg:#152334;
  --bs-btn-active-border-color:#152334;
  --bs-btn-focus-shadow-rgb:29,45,66;
}

[data-layout-mode=dark] .toast {
  --bs-toast-bg:#203249;
  --bs-toast-header-bg:#21334b;
}

[data-layout-mode=dark] .btn-close {
  --bs-btn-close-color:#fff;
}

[data-layout-mode=dark] .modal-content {
  --bs-modal-border-color:#162436;
  --bs-modal-bg:#141522;
  --bs-modal-header-border-color:#1d2d42;
  --bs-modal-footer-border-color:#1d2d42;
}

[data-layout-mode=dark] .offcanvas {
  --bs-offcanvas-bg:#141522;
  --bs-offcanvas-border-color:#1d2d42;
}

[data-layout-mode=dark] .fc td,
[data-layout-mode=dark] .fc th,
[data-layout-mode=dark] .fc-theme-standard .fc-scrollgrid {
  border: 1px solid #313344;
}

[data-layout-mode=dark] .fc-daygrid-block-event .fc-event-time,
[data-layout-mode=dark] .fc-daygrid-block-event .fc-event-title {
  color: #fff;
}

[data-layout-mode=dark] .fc-event.teetime01 {
  background: #D69B9B;
  color: #fff;
}
[data-layout-mode=dark] .fc-event.teetime02 {
  background: #C593E2;
  color: #fff;
}
[data-layout-mode=dark] .fc-event.greenfee01 {
  background: #97CDA2;
  color: #fff;
}
[data-layout-mode=dark] .fc-event.greenfee02 {
  background: #9BCAD6;
  color: #fff;
}
[data-layout-mode=dark] .fc-event.lowSeason {
  background: #6C7182;
  color: #fff;
}
[data-layout-mode=dark] .fc-event.peakSeason {
  background: #86744E;
  color: #fff;
}
[data-layout-mode=dark] .fc-event.highSeason {
  background: #7B3B56;
  color: #fff;
}
[data-layout-mode=dark] .fc-event.closeSeason {
  background: #474747;
  color: #fff;
}
[data-layout-mode=dark] .fc-event.offSeason {
  background: #2D2F40;
  color: #fff;
}
[data-layout-mode=dark] .fc-event.holiday {
  background: transparent;
  color: #D33F3F;
  border: 1px solid #D33F3F;
}
[data-layout-mode=dark] .fc-event.dayoff {
  background: transparent;
  color: #0468FF;
  border: 1px solid #0468FF;
}
[data-layout-mode=dark] .fc-event.competition {
  background: #46603B;
  color: #fff;
}
[data-layout-mode=dark] .fc-event.membershipDay {
  background: #563D8B;
  color: #fff;
}

[data-layout-mode=dark] .nav-tabs-custom .nav-item .nav-link {
  color: #637083;
}

[data-layout-mode=dark] .tooltip-ico {
  color: #4B4E71;
}

[data-layout-mode=dark] .box-gray {
  background: #252D3B;
  border-color: #252D3B;
  border-bottom: 1px solid #545767;
}

[data-layout-mode=dark] .table-cross-line {
  border-bottom: 1px solid #313344;
}

[data-layout-mode=dark] ::-webkit-input-placeholder {
  color: #9399A3;
}

[data-layout-mode=dark] ::-moz-placeholder {
  color: #9399A3;
}

[data-layout-mode=dark] :-ms-input-placeholder {
  color: #9399A3;
}

[data-layout-mode=dark] ::-ms-input-placeholder {
  color: #9399A3;
}

[data-layout-mode=dark] ::placeholder {
  color: #9399A3;
}

[data-layout-mode=dark] :-ms-input-placeholder {
  color: #9399A3;
}

[data-layout-mode=dark] ::-ms-input-placeholder {
  color: #9399A3;
}

body[data-topbar=dark] #page-topbar {
  border-color: transparent;
}

body[data-topbar=dark] .head-lang-change-menu li .dropdown-item.active:before {
  background: #32A8A8;
}

body[data-sidebar=dark] .vertical-menu {
  background: #141522;
}

body[data-sidebar=dark] #sidebar-menu ul li a {
  color: #8fa6bf;
}
body[data-sidebar=dark] #sidebar-menu ul li a i {
  color: #8fa6bf;
}
body[data-sidebar=dark] #sidebar-menu ul li a:hover {
  color: #ffffff;
}
body[data-sidebar=dark] #sidebar-menu ul li a:hover i {
  color: #ffffff;
}
body[data-sidebar=dark] #sidebar-menu ul li ul.sub-menu li a {
  color: #AEBBC8;
}
body[data-sidebar=dark] #sidebar-menu ul li ul.sub-menu li a:hover {
  color: #ffffff;
}

body[data-layout-mode=dark] .vertical-menu .vertical_quick_wrap .site-setting .dropdown-menu .mode-change-btn .site-setting-tit {
  color: #bfc8e2;
}

body[data-layout-mode=dark] .vertical-menu .vertical_quick_wrap .site-setting .dropdown-menu .mode-change-btn:hover .site-setting-tit,
body[data-layout-mode=dark] .vertical-menu .vertical_quick_wrap .site-setting .dropdown-menu .mode-change-btn.active .site-setting-tit {
  color: #0576B9;
}

body[data-layout-mode=dark] .notice-setting .notice-text-wrap {
  background: #2B2B3B;
}

body[data-layout-mode=dark] .notice-setting .notice-text-wrap .notice-text {
  color: #fff;
}

body[data-layout-mode=dark] .nav-tabs .nav-link:focus,
body[data-layout-mode=dark] .nav-tabs .nav-link:hover,
body[data-layout-mode=dark] .nav-tabs-custom .nav-item .nav-link.active {
  color: #fff;
}

body[data-layout-mode=dark] .nav-tabs-custom .nav-item .nav-link::after {
  background: #33A4A8;
}

body[data-layout-mode=dark] .nav > .nav-link {
  color: #33A4A8;
}

body[data-layout-mode=dark] .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  background-color: #33A4A8;
  color: #fff;
}

body[data-layout-mode=dark] .nav-link:focus,
body[data-layout-mode=dark] .nav-link:hover {
  color: #33A4A8;
}

body[data-layout-mode=dark] .fc-col-header-cell-cushion,
body[data-layout-mode=dark] .fc-daygrid-day-number {
  color: #fff;
}

body[data-layout-mode=dark] .fc .fc-button .fc-icon,
body[data-layout-mode=dark] .fc .fc-button {
  color: #fff;
}

body[data-layout-mode=dark] .checkin-num.one {
  background: #744257;
}
body[data-layout-mode=dark] .checkin-num.two {
  background: #A89161;
}
body[data-layout-mode=dark] .checkin-num.three {
  background: #6A865E;
}
body[data-layout-mode=dark] .checkin-num.four {
  background: #7B8196;
}
body[data-layout-mode=dark] .checkin-num.five {
  background: #4B568D;
}

body[data-layout-mode=dark] .bg-secondary-subtle {
  background: #1f3147;
  border-color: #192a3f;
  color: #fff;
}

body[data-layout-mode=dark] .bg-secondary-subtle select {
  background-color: #1f3147 !important;
}

body[data-layout-mode=dark] .bg-secondary-subtle.bg-secondary-subtle02 {
  background: #26485B;
}

body[data-layout-mode=dark] .bg-warning-subtle {
  background: #3C3C58;
}

body[data-layout-mode=dark] .bg-info-subtle {
  background: #03030B;
}

body[data-layout-mode=dark] .table thead,
body[data-layout-mode=dark] .fc-scrollgrid thead {
  background: #252D3B;
  border-color: #1E1E30;
  color: #fff;
}

body[data-layout-mode=dark] .table-success {
  --bs-table-bg:#73808d ;
  border-color: #1d2d42;
}

body[data-layout-mode=dark] .table-warning {
  --bs-table-bg:#26485b;
}

body[data-layout-mode=dark] .table-info {
  --bs-table-bg:#396a78;
}

body[data-layout-mode=dark] .table-primary {
  --bs-table-bg:#48685e;
}

body[data-layout-mode=dark] .table-danger {
  --bs-table-bg:#664e2b;
  color: #fff;
  border-color: #91815a;
}

body[data-layout-mode=dark] .table-info {
  color: #fff;
  border-color: #6d99a9;
}

body[data-layout-mode=dark] .table-disabled,
body[data-layout-mode=dark] .table-disabled td {
  background: #0d0e0f !important;
  color: #5B9FB3 !important;
}

body[data-layout-mode=dark] .table tr td button.text-muted {
  color: #fff !important;
}

body[data-layout-mode=dark] .table tbody tr th:nth-child(3) {
  border-left: 1px solid #23262F;
}

body[data-layout-mode=dark] .border-box {
  border-color: #23262F;
}

body[data-layout-mode=dark] .table-stripe {
  background: var(--bs-input-border-color);
  color: #fff;
}

body[data-layout-mode=dark] .table-stripe.table-primary {
  color: #000;
}

body[data-layout-mode=dark] .table-bg-gray {
  background: #252D3B;
  border-bottom: 1px solid #545767;
}

body[data-layout-mode=dark] .select-group button {
  color: #fff;
}

body[data-layout-mode=dark] .dropdown.bootstrap-select > .dropdown-toggle {
  background: #1D2D42;
  border: 1px solid #1D2D42 !important;
}

body[data-layout-mode=dark] .dropdown.bootstrap-select > .dropdown-menu .bs-actionsbox .btn-group .actions-btn {
  background: #1D2D42;
}

body[data-layout-mode=dark] .dropdown.bootstrap-select .bs-ok-default:after {
  border-color: #0B8F8F;
}

body[data-layout-mode=dark] .dropdown .btn {
  color: #fff;
}

body[data-layout-mode=dark] .timepicker {
  border-color: var(--bs-input-border-color);
}

body[data-layout-mode=dark] select.perpage-select {
  background-color: none !important;
}

body[data-layout-mode=dark] select.perpage-select option {
  background-color: #162436;
}

body[data-layout-mode=dark] .perpage-select-arr {
  background-color: #fff;
}

body[data-layout-mode=dark] .perpage-select:before {
  background-color: #fff;
}

body[data-layout-mode=dark] .pagenation-wrap svg,
body[data-layout-mode=dark] .pagenation-wrap svg path {
  fill: #fff;
}

body[data-layout-mode=dark] .input-group {
  border: 1px solid #333A44;
}

body[data-layout-mode=dark] .input-group > * {
  border-right: 1px solid #333A44;
}

body[data-layout-mode=dark] .form-control:focus,
body[data-layout-mode=dark] .form-select {
  background: url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="22" height="22" viewBox="0 0 24 24"%3E%3Cpath fill="rgba(255, 255, 255, 1)" d="M7.41 8.58L12 13.17l4.59-4.59L18 10l-6 6l-6-6l1.41-1.42Z"%2F%3E%3C%2Fsvg%3E') no-repeat center right 10px;
  background-size: 22px;
  color: #fff;
}
body[data-layout-mode=dark] .form-control:focus:focus,
body[data-layout-mode=dark] .form-select:focus {
  border-color: #2C888E;
}
body[data-layout-mode=dark] .form-control:focus.bordered,
body[data-layout-mode=dark] .form-select.bordered {
  border: 1px solid #252831;
}
body[data-layout-mode=dark] .form-control:focus.form-select-lg,
body[data-layout-mode=dark] .form-select.form-select-lg {
  color: #5B9FB3;
}
body[data-layout-mode=dark] .form-control:focus option,
body[data-layout-mode=dark] .form-select option {
  background-color: #2B2B3A;
}

body[data-layout-mode=dark] .form-control {
  border-color: #252831;
}

body[data-layout-mode=dark] .form-control:disabled,
body[data-layout-mode=dark] .form-control[readonly] {
  background-color: #0B0A18;
  color: #40E2E2;
}

body[data-layout-mode=dark] .form-check-input {
  border: 1px solid #5E6270;
}

body[data-layout-mode=dark] .form-check-input:checked {
  background-color: #0B8F8F;
  border-color: #0B8F8F;
}

body[data-layout-mode=dark] .datepicker {
  background: #03030B;
  color: #33A4A8;
}

body[data-layout-mode=dark] .datepicker::-webkit-input-placeholder {
  color: #33A4A8;
}

body[data-layout-mode=dark] .datepicker::-moz-placeholder {
  color: #33A4A8;
}

body[data-layout-mode=dark] .datepicker:-ms-input-placeholder {
  color: #33A4A8;
}

body[data-layout-mode=dark] .datepicker::-ms-input-placeholder {
  color: #33A4A8;
}

body[data-layout-mode=dark] .datepicker::placeholder {
  color: #33A4A8;
}

body[data-layout-mode=dark] .text-primary {
  color: #2C888E !important;
}

body[data-layout-mode=dark] .box-tit {
  background: #252D3B;
  border-color: #1E1E30;
  color: #fff;
}

body[data-layout-mode=dark] ::-webkit-scrollbar-thumb {
  background: #3B3E5F;
}