@charset "UTF-8";

/* general */

body {
  font-size: 13px;
  font-family: 'Noto Sans KR', sans-serif;
  line-height: 26px !important;
  color: #6c6c6c !important;
  background-color: #f7f7f7;
}

    a { text-decoration: none; color: black; }
    a:visited { text-decoration: none; }
    a:hover { text-decoration: none; }
    a:focus { text-decoration: none; }
    a:hover, a:active { text-decoration: none; }

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  color: #1f1f1f;
  font-family: 'Noto Sans KR', sans-serif;
  margin-bottom: 5px;
  letter-spacing: -0.3px;
}

h1 {
  font-size: 24px;
  line-height: 30px;
}

h2 {
  font-size: 21px;
  line-height: 25px;
}

h3 {
  font-size: 20px;
  line-height: 24px;
}

h4 {
  font-size: 18px;
  line-height: 23px;
}

h5 {
  font-size: 16px;
  line-height: 22px;
}

a {
  text-decoration: none !important;
}

p {
  color: #6c6c6c;
  margin-bottom: 25px;
  padding-bottom: 0px;
}

select {
	text-align: center;
	color: #424242;
	min-width: 80px;
	background-color: transparent;
	border: none;
	border-radius: 5px;
	font-size: 16px;
	word-wrap: normal;
	margin: 0;
}

button, input, optgroup, select, textarea {
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  min-width: 0;
  max-width: 100%;
}

.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

.col-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.col-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

.col-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

.col-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.opacity-10 {
  opacity: 0.1;
}

.opacity-20 {
  opacity: 0.2;
}

.opacity-30 {
  opacity: 0.3;
}

.opacity-40 {
  opacity: 0.4;
}

.opacity-50 {
  opacity: 0.5;
}

.opacity-60 {
  opacity: 0.6;
}

.opacity-70 {
  opacity: 0.7;
}

.opacity-80 {
  opacity: 0.8;
}

.opacity-85 {
  opacity: 0.85;
}

.opacity-90 {
  opacity: 0.9;
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1, .me-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2, .me-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3, .me-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4, .me-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5, .me-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.pt-6 {
	padding-top: 0.75rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.text-justify {
  text-align: justify !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

.font-10 {
	font-size: 10px !important;
}

.font-11 {
	font-size: 11px !important;
}

.font-12 {
	font-size: 12px !important;
}

.font-13 {
	font-size: 13px !important;
}

.font-14 {
	font-size: 14px !important;
}

.font-15 {
	font-size: 15px !important;
}

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn {
  transition: all 350ms ease;
}

.btn:hover {
  opacity: 0.9;
}

.btn-full {
  display: block;
  width: 100%;
}

.btn-xxs, .btn-xs, .btn-s, .btn-sm, .btn-m, .btn-l {
  font-size: 15px !important;
}

.btn-xxs {
  padding: 6px 10px !important;
}

.btn-xs {
  padding: 7px 14px !important;
}

.btn-s {
  padding: 8px 18px !important;
}

.btn-sm {
  padding: 10px 18px !important;
}

.btn-m {
  padding: 12px 20px !important;
}

.btn-l {
  padding: 14px 26px !important;
}

.btn-xl {
  padding: 15px 30px !important;
  font-size: 15px !important;
}

.btn-xxl {
  padding: 17px 34px !important;
  font-size: 17px !important;
}

.btn-uppercase {
  text-transform: uppercase;
}

.btn-center-xs {
  width: 100px;
  margin: 0 auto;
  display: block;
}

.btn-center-s {
  width: 120px;
  margin: 0 auto;
  display: block;
}

.btn-center-m {
  width: 160px;
  margin: 0 auto;
  display: block;
}

.btn-center-l {
  width: 220px;
  margin: 0 auto;
  display: block;
}

.btn-center-xl {
  width: 250px;
  margin: 0 auto;
  display: block;
}

.btn.bg-highlight {
  color: #FFF;
  background-color: #80257d;
}

.btn-secondary {
	color: #fff;
	background-color: #6c757d;
	border-color: #6c757d;
}

.btn-3d {
  transition: all 150ms ease;
  border: none;
  border-bottom: solid 4px;
}

.btn-3d:hover {
  border-width: 2px !important;
}

.btn:focus {
  outline: none !important;
}

.btn-margins {
  margin-left: 17px;
  margin-right: 17px;
  margin-bottom: 30px;
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.under-slider-btn {
  z-index: 50;
  position: relative;
  margin-top: -20px;
}

.btn-icon:hover {
  color: #FFF;
}

.btn-icon {
  padding-left: 50px !important;
  overflow: hidden;
  position: relative;
}

.btn-icon i {
  position: absolute;
  left: 0px;
  top: 0px;
  line-height: 43px;
  width: 40px;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
}

.btn-info {
    color: #fff;
    background-color: #43bee1;
    border-color: #43bee1;
}


/* app css */

#page {
	position: relative;
}

.page-content {
  overflow-x: hidden;
  transition: all 350ms ease;
  z-index: 90;
  padding-bottom: 80px;
  padding-bottom: calc(80px + (constant(safe-area-inset-bottom))*1.1);
  padding-bottom: calc(80px + (env(safe-area-inset-bottom))*1.1);
}

.content-box {
  background-color: #F7F7F7;
  border-radius: 15px;
  padding-left: 15px;
  padding-right: 15px;
}

.content {
  margin: 20px 15px 20px 15px;
}

.content p:last-child {
  margin-bottom: 0px;
}

.content-full {
  margin: 0px;
}

.content-boxed {
  padding: 10px 15px 0px 15px;
}

.header-logo {
  background-size: 28px 28px;
  width: 50px;
}

.header-title span {
  font-family: 'Noto Sans KR', sans-serif;
}

.header {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  height: 60px;
  z-index: 99;
  transition: all 350ms ease;
  background-color: #FFF;
  border-bottom: solid 1px rgba(0, 0, 0, 0.03);
  box-shadow: 0 4px 18px 0 rgba(0, 0, 0, 0.08);
}

.header .header-title {
  position: absolute;
  height: 50px;
  line-height: 55px;
  font-size: 14px;
  color: #000;
  font-weight: 600;
  z-index: 1;
  font-family: 'Noto Sans KR', sans-serif;
}

.header .header-logo {
  background-repeat: no-repeat;
  background-position: center center;
  height: 100%;
  position: absolute;
  z-index: 1;
  left: 50%;
}

.header .header-title img {
	height: 43px;
    margin: 10px auto;
    display: inline-block;
}

.header-icon .badge {
  position: absolute;
  margin-left: -5px;
  color: #FFF !important;
  width: 16px;
  text-align: center;
  line-height: 16px;
  padding: 0px;
  padding-left: 1px !important;
  border-radius: 18px;
  margin-top: 7px;
  font-size: 11px;
}

.header-logo-center .header-icon-1 {
  left: 0px;
}

.header-logo-center .header-icon-2 {
  left: 45px;
}

.header-logo-center .header-icon-3 {
  right: 45px;
}

.header-logo-center .header-icon-4 {
  right: 0px;
}

.header-logo-center .header-title {
  width: 150px;
  left: 50%;
  margin-left: -75px;
  text-align: center;
}

.header-logo-center .header-logo {
  background-position: center center;
  width: 150px !important;
  left: 50%;
  margin-left: -75px;
  text-align: center;
}

.header-clear {
  padding-top: 50px;
}

.header-clear-small {
  padding-top: 20px;
}

.header-clear-medium {
  padding-top: 70px;
}

.header-clear-large {
  padding-top: 75px;
}

.app-login-title {
	font-size: 28px;
	font-weight: 600;
	margin: 0px;
}

.gym-color-text {
	color: #961f8a;
	font-size: 13px;
	margin: 0px;
}

.input-style {
	position: relative;
	font-size: 15px;
    display: block;;
    height: 50px;
    line-height: 50px;
    margin-bottom: 10px;
    background-color: rgba(0, 0, 0, 0);
    border-bottom: solid 1px #ccc !important;
    transition: all 250ms ease;
    border: none;
    padding-left: 45px;
}

.input-style .input-icon {
	position: absolute;
	z-index: 10;
	margin-top: 20px;
	left: 15px;
	font-size: 15px;
	color: #555 !important;
}

input[type="radio"], input[type="checkbox"] {
	box-sizing: border-box;
	padding: 0;
}

input {
	font-size: 16px !important;
	border: hidden;
	background-color: transparent;
}

button, input {
	overflow: visible;
}

.input-style input {
	width: 90%;
	padding-left: 15px;
}

.input-style input::placeholder {
	color: #bbb;
}

.color-theme {
	color: #0f1117 !important;
}

#gender-select {
	color: #bbb;
    border: none;
    box-sizing: border-box;
    margin-bottom: 15px;
    height: 50px;
    line-height: 50px;
    border-radius: 0px;
    width: 100%;
    box-shadow: none;
    -webkit-appearance: none;
    background-color: rgba(0, 0, 0, 0);
    font-size: 16px;
    text-align: start !important;
    padding-left: 15px;
}

#footer-bar {
  position: fixed;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 98;
  background-color: rgba(249, 249, 249, 0.98);
  box-shadow: 0 -5px 10px 0 rgba(0, 0, 0, 0.06);
  min-height: 60px;
  display: flex;
  text-align: center;
  transition: all 350ms ease;
}

#footer-bar a {
  padding-top: 12px;
  position: relative;
  flex: 1 1 auto;
}

#footer-bar h1 {
	color: #fff;
	font-size: 20px;
	font-weight: 400;
}

#footer-bar a span {
  position: relative;
  z-index: 2;
  display: block;
  font-size: 10px;
  font-weight: 500;
  margin-top: 2px;
  opacity: 0.7;
  font-family: "Roboto", sans-serif !important;
}

#footer-bar a i {
  font-size: 18px;
  position: relative;
  z-index: 2;
}

#footer-bar .badge {
  font-style: normal;
  z-index: 5;
  top: 0px;
  position: absolute;
  margin-left: 3px;
  color: #FFF !important;
  width: 18px;
  text-align: center;
  line-height: 18px;
  padding: 0px;
  padding-left: 0px !important;
  border-radius: 18px;
  margin-top: 7px;
  font-size: 11px;
}

.footer-bar-2 .active-nav {
  color: #FFF !important;
}

.footer-bar-2 .active-nav strong {
  position: absolute;
  width: 80px;
  left: 50%;
  transform: translateX(-50%);
  top: 0px;
  bottom: 0px;
}

.footer-bar-4 .active-nav {
  color: #FFF !important;
}

.footer-bar-4 .active-nav strong {
  position: absolute;
  width: 47px;
  height: 47px;
  border-radius: 60px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  bottom: 0px;
}

.footer-bar-4 span {
  display: none !important;
}

.footer-bar-4 i {
  padding-top: 10px;
}

.footer-bar-5 .active-nav strong {
  position: absolute;
  width: 50px;
  height: 2px;
  border-radius: 60px;
  left: 50%;
  top: 0px;
  transform: translateX(-50%);
}

.footer-bar-3 span {
  display: none !important;
}

.footer-bar-3 .active-nav {
  padding-top: 11px !important;
}

.footer-bar-3 .active-nav span {
  display: block !important;
}

.footer-bar-3 a {
  padding-top: 18px !important;
}

.footer-bar-1 .active-nav *, .footer-bar-3 .active-nav i {
    color: #67155f !important;
}

.footer-menu-hidden {
  transition: all 100ms ease;
  transform: translateY(100%) !important;
}

.footer-bar-white * {
  color: #FFF;
}

#footer-bar.position-relative {
  z-index: 2 !important;
}

.card {
  -webkit-transform: translate3d(0, 0, 0);
  background-size: cover;
  border: 0px !important;
  max-height: 150000px;
  background-position: center center !important;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0,0,0,0.125);
  border-radius: 0.25rem;
}

.cover-slider .card {
  margin-bottom: 0px !important;
}

[data-card-height="cover"].card {
  margin-bottom: 0px !important;
}

.card-style {
  border-radius: 10px;
  border: none;
  box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.08);
  background-color: #fff;
}

.card-style .card-body {
  padding: 15px;
}

.card-style .card-overlay {
  border-radius: 10px;
 }

.card-body {
  z-index: 2;
}

.card-header {
  z-index: 2;
}

.card-footer {
  z-index: 2;
}

.card-top {
  z-index: 2;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
}

.card-bottom {
  z-index: 2;
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
}

.card-center {
  z-index: 2;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
}

.card-overlay {
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  position: absolute;
  z-index: 1;
}

.card-image {
  display: block;
  width: 100%;
  min-height: 250px;
  overflow: hidden;
  position: absolute;
  width: 100%;
}

.card-image img {
  transition: all 450ms ease;
}

.card-overflow {
  overflow: visible !important;
  z-index: 20;
}

[data-card-height] p {
  padding-bottom: 0px;
}

.card-scale-image {
  transform: scale(1.05, 1.05) !important;
}

.card-rotate-image {
  transform: rotate(5deg) scale(1.2, 1.2) !important;
}

.card-grayscale-image {
  filter: grayscale(100%);
}

.card-blur-image {
  filter: blur(5px);
}

.card-hide-image {
  opacity: 0 !important;
}

.card-hide div {
  transition: all 350ms ease;
}

.card-hide * {
  transition: all 350ms ease;
}

.card-scale * {
  transition: all 350ms ease;
}

.card-rotate * {
  transition: all 350ms ease;
}

.card-grayscale * {
  transition: all 350ms ease;
}

.card-blur * {
  transition: all 350ms ease;
}

.card-overlay {
  background-position: center center;
  background-size: cover !important;
  
}

.card-overlay-infinite {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 2000px;
  height: 100%;
  z-index: 0;
  animation: infiniteBG 600s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  background-size: cover;
  background-color: #f000;
  background-repeat: repeat;
  background-position: left bottom;
  transform: translateX(0px);
}

.text-center, .center-text {
	text-align: center !important;
	display: block;
}

.color-white {
  color: #FFF !important;
}

.color-black {
  color: #000 !important;
}

.bg-white {
  background-color: #FFF !important;
}

.bg-black {
  background-color: #000 !important;
}

.gym-style {
	background-color: #fff;
}

.gym-color-text {
	color: #961f8a;
}

.gym-color {
	background-color: #67155f;
	color: #fff;
}

.gym-style .gym-info {
	line-height: 20px;
}

.gym-check {
	float: right;
	line-height: 22px;
}

.gym-check a {
	color: #961f8a !important;
	font-size: 13px;
	opacity: 1;
}

.gym-check2 {
	float: right;
	position: absolute;
	right: 15px;
	top: 130px;
}

.gym-check2 p {
	color: #dedede;
}

.signup-btn {
	background-color: #c4a6ed;
	color: #fff;
}

.bg-gym1 {
  background-image: url(/static/images/workout_gym.jpg);
  height: 200px; 
}

.bg-gym2 {
    background-image: url(/static/images/workout_gym2.jpg); 
    height: 200px; 
}

.bg-gym3 {
    background-image: url(/static/images/workout_gym3.jpg); 
}

.bg-gym4 {
   background-image: url(/static/images/workout_gym4.jpg);
}

.card-below {
	border-radius: 10px;
}

.content-boxed.bg-gradient-magenta2.mt-3.mb-3.card-below {
	background-image: linear-gradient(to bottom, #8f2384 0, #6A50A7 100%);
}

.card-below p {
	font-size: 15px;
}

.gym-star-info span {
	font-size: 13px;
}

.gym-question {
	line-height: 22px;
	font-size: 15px;
}

.gym-warning {
	color: #a20000;
	line-height: 17px;
}

.bg-gym3 p {
	line-height: 23px;
}

.color-yellow-light {
	color: #ffce54;
}

.title-1 {
	font-size: 24px;
	font-weight: 500;
	color: #67155f;
	margin-bottom: 5px;
}

.title-sub {
	font-size: 15px;
	color: #686868;
	font-weight: 500;
	opacity: 0.8;
}

.card .result {
	border: 5px solid #e8e1ec;
	margin: 0 10px 20px;
}

.result .post {
	margin: 10px 0px;
	border-bottom: 5px solid #e8e1ec;
}

.result .post .post-head {
	padding: 10px 30px;
	border-bottom: 1px solid #ddd;
}

.result .post .post-head .ph-tit {
	font-size: 18px;
	color: #212121;
	font-weight: 500;
	opacity: 0.9;
	white-space: pre-wrap;
}

.result .post .post-head .ph-date {
	font-size: 14px;
	color: #212121;
	font-weight: normal;
	opacity: 0.8;
	margin-top: 10px;
	white-space: pre-wrap;
}

.result .post .post-content {
	font-size: 13px;
	color: #212121;
	font-weight: normal;
	opacity: 0.8;
	padding: 10px 30px;
	white-space: pre-wrap;
}

.result .post:last-child {
	border-bottom: none;
}

.content .form-date {
	display: flex;
	margin: 20px 0px;
	justify-content: center;
}

.content .form-date .btn-third {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 60px;
}

.content .form-date .btn-third a {
	display: inline-block;
	width: 100%;
	padding: 4px 0;
	font-size: 13px;
	background-color: #b6b6b6;
	color: #fff;
	text-align: center;
	border-radius: 5px;
	border: 1px solid #ddd;
}

.content .form-date .btn-third:last-child {
	margin-left: 5px;
}

.table-list {
	background-color: #fff;
	text-align: center;
}

.content .table-header {
	background-color: #f2f2f2;
}

.content .table-list .data-item {
	display: flex;
	padding: 8px 0;
	box-shadow: inset 0 -1px 0 0 rgb(0 0 0 / 8%);
	background-color: rgba(255, 255, 255, 0);
}

.content .table-list .data-item .th {
	opacity: 0.8;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.38;
	letter-spacing: -0.5px;
	text-align: center;
	color: #000;
}

.tdnumber {
	width: 15%;
}

.tdstore {
	width: 35%;
}

.tdday {
	width: 50%;
}

.fac {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	position: relative;
	display: block;
	font-size: 16px;
}

.fac label {
	margin: 0em 1em 0em 0.5em;
	cursor: pointer;
	font-weight: inherit;
	display: inline-block;
}


/* admin css */

#wrapper {
	height: 100%;
	overflow: hidden;
	width: 100%;
}

.navbar-custom {
	background-color: #fff;
	box-shadow: 0 0 35px 0 rgb(154 161 171/ 15%);
	height: 70px;
	position: fixed;
	left: 0;
	right: 0;
	z-index: 1001;
	top: 0;
}

.topnav {
	background: #6c1368;
	color: #fff;
	height: 55px;
	box-shadow: 0 0 35px 0 rgb(154 161 171 / 15%);
	margin-top: 70px;
	padding: 0 calc(24px / 2);
	position: fixed;
	left: 0;
	right: 0;
	z-index: 100;
}

.topnav .topnav-menu {
	margin: 0;
	padding: 0;
}

.topnav .navbar-nav .nav-item:first-of-type .nav-link {
	padding-left: 0;
}

.topnav .navbar-nav .nav-link {
	font-size: .95rem;
	position: relative;
	line-height: 22px;
	padding: calc(33px / 2) 1.1rem;
	color: #6e7488;
}

.topnav .dropdown .dropdown-menu {
	padding: 0.3rem 0;
	margin-top: 0;
	border-radius: 0 0 0.25rem 0.25rem;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
	position: absolute;
}

.menu-nav li .nav-link {
	color: #fff !important;
}

.nav-link {
	display: block;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}

.navbar-expand-lg {
	flex-wrap: nowrap;
	justify-content: flex-start;
}

.navbar-expand-lg .navbar-collapse {
	display: flex !important;
	flex-basis: auto;
}

.navbar-expand-lg .navbar-nav {
	flex-direction: row;
	position: relative;
}

.collapse:not(.show) {
	display: none;
}

.navbar-collapse {
	flex-basis: 100%;
	flex-grow: 0.5;
	align-items: center;
}

.navbar {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.menu-nav {
	margin: 0px auto;
}

.menu-nav li {
	margin: 0px 30px;
}

.navbar-nav {
	display: flex;
	flex-direction: column;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}

.navbar-custom .login-buttons {
	margin-top: 16px;
}

.navbar-custom .login-buttons button {
	margin-right: 15px;
	width: 85px;
	padding: 6px 0px;
}

.menu-nav {
	margin: 0px auto;
}

.menu-nav li {
	margin: 0px 30px;
}

.menu-nav li .nav-link {
	color: #fff !important;
}

.navbar-custom .container-fluid {
	max-width: 90%;
	padding: 0;
	margin: 0 auto;
	width: 100%;
}

.logo-box {
	width: auto;
	padding-right: 50px;
	padding-top: 15px;
	background-color: transparent;
	height: 70px;
	float: left;
	transition: all .1s ease-out;
}

.logo-box img {
	line-height: 70px;
	vertical-align: middle;
}

.dropdown, .dropend, .dropstart, .dropup {
	position: relative;
}

.dropdown-toggle {
	white-space: nowrap;
}

[role=button] {
	cursor: pointer;
}

.arrow-down {
	display: inline-block;
}

.arrow-down:after {
	border-color: initial;
	border-style: solid;
	border-width: 0 0 1px 1px;
	content: "";
	height: 0.4em;
	display: inline-block;
	right: 5px;
	top: 50%;
	margin-left: 10px;
	transform: rotate(-45deg) translateY(-50%);
	transform-origin: top;
	transition: all .3s ease-out;
	width: 0.4em;
}

.dropdown-menu {
	padding: 0.3rem;
	box-shadow: 0 0 35px 0 rgb(154 161 171 / 15%);
	top: 100%;
	position: absolute;
	z-index: 1000;
	display: none;
	min-width: 10rem;
	margin: 0;
	font-size: .875rem;
	color: #6c757d;
	text-align: left;
	list-style: none;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #e9f0f4;
	border-radius: 0.25rem;
	visibility: hidden;
	opacity: 0;
	transform: translateY(0.5rem);
	transition: all 0.1s cubic-bezier(0.16, 1, 0.5, 1);
}

.dropdown-menu a {
	display: flex;
	align-items: center;
	column-gap: var(--gap);
	padding: 0.8rem 1rem;
	text-decoration: none;
}

.dropdown-menu a:hover {
	background-color: #aaa;
	color: #fff;
}

.admin-dropdownbar {
	margin-top: 63px;
}

.admin-dropdownbar .btn {
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  column-gap: var(--gap);
  padding: 0.6rem;
  cursor: pointer;
  border-radius: var(--radius);
  border: none;
  box-shadow: var(--shadow);
  position: relative;
}

.admin-dropdownbar .bx {
  font-size: 1.6rem;
  margin-left: 5px;
}

.admin-dropdownbar .dropdown {
  position: absolute;
  width: 180px;
  box-shadow: 5px 5px 5px #ddd;
  border-radius: var(--radius);
  margin-top: 2.7rem;
  left: -25px;
  background: #fff;
  color: #6c1368;

  visibility: hidden;
  opacity: 0;
  transform: translateY(0.5rem);
  transition: all 0.1s cubic-bezier(0.16, 1, 0.5, 1);
}

.admin-dropdownbar .navbar-collapse:hover {
	visibility: visible !important;
	opacity: 1 !important;
	transform: translateY(0rem) !important;
}

.admin-dropdownbar .dropdown a {
  display: flex;
  align-items: center;
  column-gap: var(--gap);
  padding: 0.8rem 1.5rem;
  text-decoration: none;
  color: #444;
}

.admin-dropdownbar .dropdown a:hover {
  background-color: #aaa;
  color: white;
}

.show {
	visibility: visible !important;
	opacity: 1 !important;
	transform: translateY(0rem) !important;
}

.arrow {
	transform: rotate(180deg);
	transition: 0.2s ease;
}

.content-page {
	padding: 15px;
    margin-left: 0 !important;
    overflow: hidden;
    min-height: 80vh;
    margin-top: 100px;
    margin-right: 20px;
}

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
	width: 100%;
	padding-right: var(--bs-gutter-x, 12px);
	padding-left: var(--bs-gutter-x, 12px);
	margin-right: auto;
	margin-left: auto;
}

.container-fluid .row {
	display: flex;
	flex-wrap: wrap;
	margin-top: calc(var(--bs-gutter-y) * -1);
	margin-right: calc(var(--bs-gutter-x) / -2);
	margin-left: calc(var(--bs-gutter-x) / -2);
}

.row>* {
	flex-shrink: 0;
	width: 100%;
	max-width: 100%;
	padding-right: calc(var(--bs-gutter-x) / 2);
	padding-left: calc(var(--bs-gutter-x) / 2);
	margin-top: var(--bs-gutter-y);
}

.page-title-box .page-title {
	font-weight: 600;
	margin: 0px 10px;
	color: #6f0251;
	font-size: 1.25rem;
	line-height: 75px;
}

.admin-page .card {
	box-shadow: 0 0 35px 0 rgb(154 161 171 / 15%);
	margin-bottom: 24px;
	position: relative;
	display: flex;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	border: 0 solid #f7f7f7;
	border-radius: 0.25rem;
}

.admin-page .card-body {
	flex: 1 1 auto;
	padding: 1.5rem 1.5rem;
}

.float-start {
	float: left !important;
}

.float-end {
	float: right !important;
}

[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
	cursor: pointer;
}

.content-page .row .btn {
	padding: 0.45rem 1.2rem !important;
	font-size: 14px;
}

.waves-effect {
	position: relative;
	cursor: pointer;
	display: inline-block;
	overflow: hidden;
	-webkit-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: transparent;
}

.btn-pink {
	color: #fff;
	background-color: #f672a7;
	border-color: #f672a7;
}

.member-info-top {
	margin-bottom: 70px;
	display: block;
}

.member-info-top span {
	color: #555;
}

.member-info {
	float: left;
	margin-left: 20px;
	color: #ee6554;
}

.form-check-inline {
	display: inline-block;
	margin-right: 1rem;
}

.radio input[type=radio] {
	cursor: pointer;
	opacity: 0;
	z-index: 1;
	outline: 0 !important;
}

.radio label {
	display: inline-block;
	padding-left: 8px;
	position: relative;
	font-weight: 600;
	margin-bottom: 0;
}

.radio label::before {
	background-color: transparent;
	border-radius: 50%;
	border: 2px solid #98a6ad;
	content: "";
	display: inline-block;
	height: 15px;
	left: 0;
	margin-left: -20px;
	position: absolute;
	transition: border .5s ease-in-out;
	width: 15px;
	outline: 0 !important;
	margin-top: 4px;
}

.radio input[type=radio]:checked+label::after {
	transform: scale(1,1);
}

.radio label::after {
	background-color: #6c757d;
	border-radius: 50%;
	content: "";
	display: inline-block;
	height: 10px;
	left: 5px;
	margin-left: -20px;
	position: absolute;
	top: 8px;
	transform: scale(0,0);
	transition: transform .1s cubic-bezier(.8, -.33, .2, 1.33);
	width: 10px;
}

.flex-parent {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
}

.flex-child {
	margin: 0 10px;
}

.flex-span {
	font-weight: 600;
	padding-top: calc(0.45rem + 1px);
}

.form-control {
	display: block;
	width: 100%;
	padding: 0.45rem 0.9rem;
	font-size: .875rem;
	font-weight: 400;
	line-height: 1.5;
	color: #6c757d;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	-webkit-appearance: none;
	appearance: none;
	border-radius: 0.2rem;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.form-control, .form-select {
	box-shadow: none;
}

.form-control::placeholder {
	color: #bbb;
}

.form-select {
	display: block;
	width: 100%;
	padding: 0.45rem 2.7rem 0.45rem 0.9rem;
	font-size: .875rem;
	font-weight: 400;
	line-height: 1.5;
	color: #6c757d;
	background-color: #fff;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: right 0.9rem center;
	background-size: 14px 10px;
	border: 1px solid #ced4da;
	border-radius: 0.25rem;
	-webkit-appearance: none;
	appearance: none;
}

body[data-layout-mode=horizontal] .footer {
	left: 0 !important;
}

.footer {
	padding: 19px 15px 20px;
	position: absolute;
	color: #98a6ad;
	background-color: #edeff4;
	width: 100%;
	left: 0;
}

table {
    text-align: center;
    vertical-align: middle !important;
    caption-side: bottom;
    border-collapse: collapse;
    --bs-table-bg: transparent;
    --bs-table-accent-bg: transparent;
    --bs-table-striped-color: #6c757d;
    --bs-table-striped-bg: #f3f7f9;
    --bs-table-active-color: #6c757d;
    --bs-table-active-bg: rgba(0, 0, 0, 0.075);
    --bs-table-hover-color: #6c757d;
    --bs-table-hover-bg: #f3f7f9;
    width: 100%;
    margin-bottom: 1.5rem;
    color: #6c757d;
    vertical-align: top;
    border-color: #dee2e6;
}

tbody, td, tfoot, th, thead, tr {
    border-color: inherit;
    border-style: solid;
    border-width: 0;
}

thead {
	background-color: #f9f9fe;
}

th {
    font-weight: 700;
}

.table-bordered>:not(caption)>* {
    border-width: 1px 0;
}

.table>:not(:last-child)>:last-child>* {
    border-bottom-color: #dee2e6;
}

.table>thead {
    vertical-align: bottom;
}

.table>tbody {
    vertical-align: inherit;
}

.table-light {
    --bs-table-bg: #f3f7f9;
    --bs-table-striped-bg: #343a40;
    --bs-table-striped-color: #fff;
    --bs-table-active-bg: #e0e4e7;
    --bs-table-active-color: #343a40;
    --bs-table-hover-bg: #e5e9eb;
    --bs-table-hover-color: #343a40;
    color: #343a40;
    border-color: #e0e4e7;
}

.table>:not(caption)>*>* {
    padding: 0.85rem 0.85rem;
    background-color: var(--ct-table-bg);
    border-bottom-width: 1px;
    -webkit-box-shadow: inset 0 0 0 9999px var(--ct-table-accent-bg);
    box-shadow: inset 0 0 0 9999px var(--ct-table-accent-bg);
}

.table-btn {
    color: #fff;
    background-color: #ccc;
    border-color: #ccc;
    padding: 0.3rem 0.5rem !important;
    font-size: 13px;
}

/* admin login */

#page {
	height: 100vh;
}

.page-content {
	position: relative;
	transition: all 350ms ease;
}

.login-content {
	text-align: center;
	margin: 200px 25px;
}

.login-content img {
	width: 15%;
}

.content .login {
	font-size: 30px;
	margin: 30px;
	color: #711161;
	font-weight: 600;
}

.input-style-1 {
	margin-top: 1rem;
}

.input-style-1 span {
	color: #2980b9;
	font-weight: 500;
	position: absolute;
	font-size: 10px;
	margin-top: -3px;
	opacity: 0;
	transition: all 250ms ease;
}

.input-style-1 input {
	font-size: 15px;
	display: block;
	width: 25%;
	line-height: 50px;
	margin-bottom: 10px;
	background-color: #fff;
	transition: all 250ms ease;
	border: 1px solid #711161;
	padding: 5px 25px;
	border-radius: 15px;
	margin: 15px auto;
}

.login-button {
	width: 28%;
	font-size: 20px;
	background-color: purple;
	margin: 15px auto;
	display: block;
	text-align: center;
	padding: 15px;
	color: #fff;
	overflow: hidden;
	font-weight: 700;
	border-radius: 15px !important;
}

.col-form-label {
	padding-top: calc(0.45rem + 1px);
	padding-bottom: calc(0.45rem + 1px);
	margin-bottom: 0;
	font-size: inherit;
	line-height: 1.5;
}

.col-center {
	width: 80%;
	margin: 0 auto;
}

.col-10 {
	flex: 0 0 auto;
	width: 10%;
	padding-top: calc(.45rem + 1px);
}

.col-15 {
	flex: 0 0 auto;
	width: 8%;
	padding-top: calc(.45rem + 1px);
}

.col-161 {
	flex: 0 0 auto;
	width: 12%;
}

.col-16 {
	flex: 0 0 auto;
	width: 12%;
	padding-top: calc(.45rem + 1px);
}

.col-20 {
	flex: 0 0 auto;
	width: 20%;
	padding-top: calc(.45rem + 1px);
}

.col-25 {
	flex: 0 0 auto;
	width: 25%;
	padding-top: calc(.45rem + 1px);
}

.paging {
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
}

.paging>i, .paging>.pages {
  margin: 0 10px;
}

.paging>i {
	font-size: 18px;
}

.paging>i, .paging>.pages>span {
  margin: 0 3px;
  cursor: pointer;
}

.paging span.active {
  color: orangered;
  font-weight: bold;
}

.pages span {
	padding: 0 5px;
}




