/* Updated 2024.10.22 */
/*btn*/
.center-btn {
  margin-top: 70px;
  --bs-gutter-x: 0;
}

.center-btn>div {
  margin: 0 auto;
}

.right-btn {
  justify-content: right;
  margin-top: 70px;
  --bs-gutter-x: 0;
}

.table .btn {
  line-height: 20px;
  width: unset;
  margin: 0;
  text-align: center;
  max-height: 24px;
}

.regis-btn {
  justify-content: right;
  --bs-gutter-x: 0;
  margin-top: 70px;
  margin-left: auto;
  max-width: 50%;
}

/* div[class^="col"]  */
label.d-table-cell {
  font-weight: 700;
  color: #000;
}

p.d-table-cell {
  font-weight: 400;
  text-align: left;
}

p.info {
  margin-bottom: 24px;
  line-height: 1.25;
}

.m-none {
  display: block;
}

.pc-none {
  display: none;
}

#page-content-wrapper .top {
  display: flex;
  align-items: center;
  padding: 15px 24px;
  background: #fff;
  overflow: hidden;
}

#page-content-wrapper .top button {
  border: 0;
  background: none;
  padding: 0;
}

#page-content-wrapper .top button i {
  font-size: 30px;
  line-height: 40px;
  color: #000;
}

#page-content-wrapper .top .ms-auto {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #35383b;
  cursor: pointer;
}

#page-content-wrapper .top .ms-auto i {
  display: inline-block;
  margin-left: 4px;
  font-size: 24px;
  text-align: center;
  color: #9b9fa3;
}

#page-content-wrapper .top .ms-auto:hover i {
  transition: 0.2s ease-in-out;
  color: #35383b;
}

.container-title {
  display: flex;
  padding: 40px 24px 0;
}

@media (max-width:991.98px) {
  .container-title {
    padding: 26px 16px 0px;
  }
}

div.search-input {
  position: relative;
}

.btn.search {
  /*   position: absolute;
  right: 0;
  bottom: 0; */
  width: 48px;
  height: 48px;
  vertical-align: top;
  background: #000 url(../img/ico_search_white.png) no-repeat center;
  background-size: 20px;
  border: 0;
}

.btn.search:hover {
  background-color: #35383b;
  border-color: #35383b;
}

.filter-box {
  margin-bottom: 24px;
}

.filter-box.row {
  --bs-gutter-x: 1.5rem;
}

.filter-box-2,
.filter-box-3,
.filter-box-4,
.filter-box-5 {
  margin-bottom: 24px;
  overflow: hidden;
}

.filter-box-2,
.filter-box-3 {
  max-width: 50%;
  float: right;
  width: 100%;
}

.filter-box-2>div {
  float: left;
  width: calc(50% - 8px);
  margin-right: 8px;
}

.filter-box-3>div {
  float: left;
  width: calc(33.333% - 4px);
  margin-right: 8px;
}

.filter-box-4>div {
  float: left;
  width: calc(25% - 8px);
  margin-right: 8px;
}

.filter-box-5>div {
  float: left;
  width: calc(20% - 8px);
  margin-right: 8px;
}

.filter-box-2>div:last-of-type,
.filter-box-3>div:last-of-type,
.filter-box-4>div:last-of-type,
.filter-box-5>div:last-of-type {
  margin-right: 0 !important;
}

.date-search {
  position: relative;
  margin-bottom: 50px;
  max-width: 50%;
  margin-left: auto;
  padding: 0;
  width: 100%;
}

.date-search input[type="date"] {
  max-width: calc(50% - 29px);
}

.date-search input[type="date"]:first-of-type {
  margin-right: 10px;
  position: relative;
}

.date-search::after {
  content: "";
  position: absolute;
  right: calc(50% + 20px);
  top: 50%;
  height: 1px;
  width: 4px;
  background: #000;
}

.date-search .btn.search {
  background: #000 url("../img/ico_search_white.png") no-repeat center;
}

.gender-search {
  position: relative;
  margin-bottom: 40px;
}

.gender-search::after {
  content: "";
  display: block;
  visibility: hidden;
  clear: both;
}

.gender-search>div {
  float: left;
  width: 300px;
  position: relative;
}

.gender-search>div input[type="text"],
.gender-search>div select {
  width: calc(100% - 48px);
}

.gender-search ul {
  /* margin-bottom: 25px; */
  display: table;
  list-style: none;
  margin-left: auto;
  width: 600px;
  overflow: hidden;
}

.gender-search ul li {
  float: left;
  width: 25%;
  border: 1px solid #000;
  box-sizing: border-box;
}

.gender-search ul li a {
  display: block;
  line-height: 46px;
  color: #000;
  background: #fff;
  transition: 0.2s ease-out;
  text-align: center;
  cursor: pointer;
}

.gender-search ul li a:hover,
.gender-search ul li a.on {
  background: #000;
  color: #fff;
}

.gender-search .btn.search {
  background: #000 url("../img/ico_search_white.png") no-repeat center;
}

.date {
  position: relative;
}

.date input[type="date"] {
  width: 49%;
  float: left;
}

.date input[type="date"]:first-of-type {
  margin-right: 2%;
}

.date input[type="date"]::after {
  content: "";
  visibility: visible;
  clear: both;
  display: block;
  position: absolute;
  left: 49.5%;
  width: 1%;
  height: 1px;
  background: #000;
  top: 50%;
}

.paging-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}

.paging-box select {
  width: auto;
  display: inline;
}

.login {
  height: 100vh;
  position: relative;
}

.login .contents {
  margin-top: 0;
  padding: 2rem 1.5rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 450px;
  width: 100%;
  min-height: auto !important;
}

.login h3 {
  display: block;
  margin-bottom: 1em;
  text-align: center;
}

.login .contents .mb-4 a {
  color: #9b9fa3;
}

/* Dashboard */
.dashboard .container-title {padding: 34px 0 0;}
.dashboard .contents {margin-top: 18px;}

.swing .accordion {
  margin: 40px auto;
}

.swing .accordion-body {
  margin-bottom: 40px;
}

.swing .accordion-body .row {
  --bs-gutter-x: 0;
  border-bottom: 1px solid #e6e7e9;
}

.swing .accordion-body>.row {
  border-top: 2px solid #35383b;
}

.accordion-button::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 9px;
  width: 15px;
  right: 5%;
  background-image: url("../img/arrow_none_collapsed.png");
  background-size: contain;
}

.swing .accordion-button:not(.collapsed)::after {
  background-image: url("../img/arrow_collapsed.png");
}

.swing .accordion-header {
  display: table;
  width: 100%;
}

.contents.notice {
  min-height: calc(100vh - 102px);
}

.notice h3 {
  margin-bottom: 1.5rem;
}

.notice table,
.notice>div:first-of-type {
  margin-bottom: 70px;
}

.notice label span {
  font-size: 14px;
  display: inline-block;
  font-weight: 400;
}

.notice .row .col-lg-6.border-bottom {
  padding: 20px 0.75rem;
}

.notice .bg-gray label {
  padding-left: 0;
  color: #000;
}

/* Locker Room */
.locker_title .col-lg:first-of-type {
  max-width: 20%;
  border: 1px solid #cdcfd1;
  border-right: 0;
}

.locker_title .col-lg:nth-of-type(2) {
  max-width: 50%;
  margin-right: 2%;
  border: 1px solid #cdcfd1;
  padding-right: 1rem;
  padding-left: 1rem;
}

.locker_title .col-lg:last-of-type {
  max-width: 28%;
}

.locker_title .col-lg > div {
  display: inline-block;
}

.locker_title h6 {
  margin: 0;
  font-weight: 700;
  text-align: center;
}

.locker_title span {
  display: inline-block;
  margin-right: 0.5rem;
  width: 18px;
  height: 18px;
  vertical-align: -3px;
}

.locker_title .available {
  border: 2px solid #cdcfd1;
}

.locker_title .unavailable {
  background: #adb0b3;
}

.locker_title .expired {
  background: #fec107;
}

.locker_title .using {
  background: #CDEA35;
}

.locker_title p {
  display: inline-block;
  color: #9B9FA3;
}

.locker_title a {
  display: inline-block;
  width: 80px;
  color: #fff !important;
  text-align: center;
  line-height: 48px;
  background: #000;
  cursor: pointer;
}

.locker_title select {
  border-top: 0;
  border-bottom: 0;
  width: calc(100% - 160px);
  color: #000;
  border: 1px solid #000;
}

.locker-room-wrapper {
  padding: 8px;
  border: 1px solid #e6e7e9;
  background-color: #fcfcfc;
}

/* @media (max-width: 479.98px) {
  .locker-room-wrapper .row > * {
    flex: 0 0 auto;
    width: 100%;
  }
} */

.locker-room {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 56px;
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  text-align: center;
  color: #000;
  cursor: pointer;
  background-color: #fff;
}

.locker-room::before {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  z-index: 1;
  border: 1px solid rgba(0, 0, 0, 0.15);
}

.locker-room.unavailable {background-color: #adb0b3;}

.locker-room.expired {background-color: #fec107;}

.locker-room.using {background-color: #cdea35;}

.locker-room.lockerBg {background-color: rgba(0, 179, 74, 0.5);}

.locker-room .in {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  padding: 12px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.locker-room .in button {
  width: 100%;
  border: 0;
  line-height: 1.75rem;
  background: #fff;
  font-size: 14px;
  font-weight: 500;
}

.locker-room .in .number,
.locker-room .in .text-nickname {
  display: inline-block;
}

.locker-room .in .text-nickname::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 12px;
  vertical-align: middle;
  background: #52575c;
  margin: 0 4px;
}

.locker-room .in .text-date {
  margin-top: 4px;
  font-weight: 400;
  color: #676d73 !important;
}

.locker-room .in2 {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 12px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.locker-room .in2 button {
  width: 100%;
  border: 0;
  line-height: 1.75rem;
  background: #fff;
  font-size: 14px;
  font-weight: 500;
}

.locker-room .in2 button:first-of-type {
  margin-right: 4px;
}

/* .membership.view .d-table-cell .btn-info {
  max-width: 140px;
  display: inline;
} */

.membership.bucks .gap-1 {
  gap: 0.125rem !important;
}

/* #modal-email .col-sm-9,
#modal-email .col-sm.inner {
  padding: 0.75rem;
} */

/*Member Info*/
.member_info h3 {
  margin-bottom: 40px;
  line-height: 40px;
}

.member_info .date_range {
  overflow: hidden;
  position: relative;
}

.member_info .date_range::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -2.5px;
  width: 5px;
  height: 1px;
  background: #000;
}

.member_info .date_range input {
  float: left;
  width: 48.5%;
}

.member_info .date_range input:first-of-type {
  margin-right: 3%;
}

.member_info .col-7 {
  padding: 20px 0.75rem;
}

.member_info .col-7 .btn-info {
  display: inline;
  width: unset;
  /*padding: 0 30px;*/
  padding: 0.25rem 0.5rem;
  margin-left: 5px;
}

.member_info .col-7 .btn-info.btn-sm {
  height: auto;
}

/*Setting*/
.setting .nav li {
  width: 20%;
}

.setting .form-check {
  min-height: 1rem;
  margin-bottom: 0;
}

/*.setting.change .bg-gray label {
  text-align: center;
  padding-left: 0;
}*/
.setting.change .col-7 {
  padding: 0.75rem;
}

/*.setting .col-lg-9 .col-4 {
  padding-left: 10px;
}*/

.setting .rounded-circle {
  width: 48px;
  height: 48px;
}

/* Notice */
article {
  display: flex;
}

.article-header {
  border-top: 2px solid #35383b;
  border-bottom: 1px solid #E5E7E8;
}

.article-header {
  padding: 24px 2px;
}

.article-header h5 {
  margin: 0 0 22px;
  font-weight: 600;
}

.article-header .flex-wrap {
  font-size: 14px;
  color: #9B9FA3;
}

.article-header .icon.badge {
  margin-right: 4px;
}

.article-header i {
  margin-right: 2px;
  vertical-align: bottom;
  font-size: 16px !important;
  color: #afb1b3;
}

.article-attach {
  padding: 1em 2px;
  font-size: 14px;
  color: #000;
  border-bottom: 1px solid #E5E7E8;
}

.article-attach a {
  display: flex;
  text-decoration: none !important;
  cursor: default;
}

.article-attach a i {
  margin-right: 5px;
  font-size: 16px !important;
  color: #000;
}

.article-attach a span {
  align-self: flex-end;
}

.article-attach a:hover span {
  text-decoration: underline;
  cursor: pointer;
}

.article-body {
  padding: 30px 2px 60px;
  line-height: 1.5em;
  color: #35383b;
}

.article-footer {
  flex-direction: column;
  border-top: 1px solid #35383b;
  border-bottom: 1px solid #35383b;
}

.article-footer div {
  padding: 12px;
}

.article-footer div.prev {
  border-bottom: 1px solid #E5E7E8;
}

.article-footer i {
  font-size: 20px;
  margin-right: 10px;
  color: #000;
}

.article-footer span {
  display: inline-block;
  max-width: calc(100% - 30px);
  vertical-align: middle;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.article-footer .no-data a {
  cursor: default;
}

.article-footer .no-data a i {
  color: #9B9FA3;
}

.article-footer .no-data a span {
  cursor: text;
  color: #9B9FA3;
}

/*
.article-footer a:hover span {cursor:pointer;}
.article-footer span.no-data {color:#9B9FA3;}
.article-footer a:hover span.no-data {cursor:text;}
*/
.notice-list .icon.badge {
  min-width: 48px;
}

/* Tournament */
.tournament .col-9 {
  padding: 20px 0.75rem;
}

.tournament label.d-table-cell,
.tournament p.d-table-cell {
  padding: 20px 0.75rem;
  line-height: 1.25em;
  word-wrap: break-word !important;
  word-break: break-word !important;
}

.tournament .point small {
  display: inline !important;
  margin-left: 4px;
  vertical-align: bottom;
  color: #22BBBB;
}

.tournament .col-8.d-table p {
  text-align: left;
  font-weight: 400;
}

.tournament .table .btn {
  padding: 0;
  min-width: 70px;
}

ul.tab-sub {
  display: flex;
  list-style: none;
  width: 100%;
}

ul.tab-sub li {
  flex: 1 1 0%;
  margin-left: -1px;
  box-sizing: border-box;
  border: 1px solid #000;
}

ul.tab-sub li a {
  display: block;
  /* padding-top:2px;  */
  line-height: 46px;
  white-space: nowrap;
  text-align: center;
  color: #000;
  background: #fff;
  transition: .2s ease-out;
}

ul.tab-sub li a:hover,
ul.tab-sub li a.on {
  cursor: pointer;
}

ul.tab-sub li a.on {
  background: #000;
  color: #fff;
}

@media (max-width: 479.98px) {
  ul.tab-sub {
    flex-wrap: wrap;
  }

  ul.tab-sub li {
    flex: 0 0 auto;
    width: 50%;
    margin-bottom: -1px;
    overflow: hidden;
  }
}

/* SubCourse */
.subcourse {
  padding: 0.75rem;
}

.subcourse h6 {
  margin-bottom: 0.5rem;
  line-height: 1.2;
  font-size: 16px !important;
  font-weight: 500;
}

.subcourse:nth-child(2) {
  border-top: 1px solid #E5E7E8;
}

/* .tournament .subcourse:nth-child(2) {
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid #E5E7E8;
} */

/*Event*/
.event .table-type {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

.event .table-type>div:nth-last-child(-n+2) {
  border-bottom: 0;
}

@media (min-width: 576px) {
  .event .table-type>div:nth-last-child(-n+4) {
    border-bottom: 0;
  }
}

@media (min-width: 768px) {
  .event .table-type>div:nth-last-child(-n+6) {
    border-bottom: 0;
  }
}

@media (min-width: 1400px) {
  .event .table-type>div:nth-last-child(-n+12) {
    border-bottom: 0;
  }
}

.event .scorecard {
  margin-top: 40px;
  margin-bottom: 60px;
}

/*Event Register Edit */
.event_edit .col-lg-9 {
  padding: 20px 0.75rem;
}

.event_edit .period {
  position: relative;
}

.event_edit .period::before {
  content: "";
  display: block;
  width: 5px;
  height: 1px;
  background: #000;
  position: absolute;
  left: 50%;
  margin-left: -2.5px;
  top: 50%;
}

.event_edit .period input {
  width: 47% !important;
}

.event_edit .period input:first-of-type {
  margin-right: 6%;
}

.event_edit .subcourse {
  margin-top: 40px;
}

.event_edit .subcourse>.overflow-x-auto:nth-child(2) {
  margin: 40px 0 20px;
}

.event_edit .subcourse .bg-gray {
  color: #000;
}

/* Booking */
.booking .b-table-sticky-header {
  overflow-y: auto;
  max-height: var(--bs-scroll-height, 50vh);
  border-top: 2px solid #35383b;
	border-bottom: 1px solid #adb0b3;
}

.booking .b-table-sticky-header .table {
  border: 0;
}

.booking .table.table-hover th,
.booking .table.table-hover td {
  height: 56px;
  font-size: 14px;
  text-overflow: ellipsis;
  white-space: nowrap;  
}

.booking .table.table-hover th:not(:first-of-type),
.booking .table.table-hover td:not(:first-of-type) {
  min-width: 120px;
}

.booking .table.table-hover > tbody > tr:hover > * {
  --bs-table-accent-bg: rgba(206, 245, 212, 0.2);
  color: #000;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out;
}

.booking .table.table-hover td:not(:first-child):not(.unavailable):hover {
  background-color: rgba(206, 245, 212, 0.6);
  cursor: pointer;
}

.booking .table.table-hover td.unavailable {
  color: #9B9FA3 !important;
}

/* Simulator */
.simulator .border-top-dgray {
  margin-bottom: 20px;
}

.simulator .row .col {
  display: table;
}

.simulator .row .col p {
  color: #8e9297;
}

/* Hitting bay */
.simulator .table.si-list th {
	border: 1px solid #e5e7e8;
	border-right: 0;
	border-top: 0;
}

.simulator .table.si-list th:first-of-type {
	border-left: 0;
}

.simulator .table.si-list .btn {
  display: block;
  min-width: 100px;
  margin: 4px auto;
}

.simulator .table.si-list thead tr + tr th {
  height: 52px;
  font-weight: 500;
  font-size: 15px;
}

@media (max-width: 1199.98px) {
  .simulator .table.si-list thead tr + tr th {
    height: 40px;
    min-height: 40px !important;
    font-size: 14px;
  }
}

@media (max-width: 1399.98px) {
	/* .simulator .table.si-list th.th-arrow {
		border-left: 0; 
	} */

  .simulator .table.si-list th.bb-1 {
		border-bottom: 1px solid #e5e7e8;
	}

  .simulator .table.si-list tbody tr:first-of-type td {
		border-top: 1px solid #e5e7e8;
	}

  .simulator .table.si-list th.border-b-0 {
    border-bottom: 0;
  }
}

.simulator .info {
  margin-bottom: 15px;
}

.simulator .wrap {
  margin-bottom: 20px;
  overflow-x: scroll;
}

.simulator .scorecard {
  border-bottom: 1px solid #e6e7e9;
}

.simulator .scorecard th,
.simulator .scorecard td {
  border-right: 1px solid #e6e7e9;
  height: 46px;
  max-height: 46px;
  min-height: 46px;
  font-size: 14px;
}

.simulator .scorecard th:last-of-type,
.simulator .scorecard td:last-of-type {
  border-right: 0;
}

.simulator .scorecard td:first-of-type {
  color: #262a2d;
  font-weight: bold;
}

.simulator .scorecard tbody td {
  position: relative;
}

.simulator .scorecard tbody td span {
  display: inline-block;
  line-height: 36px;
  height: 36px;
  width: 36px;
  box-sizing: border-box;
}

.simulator .scorecard tbody td span.eagle {
  border-radius: 50%;
  border: 2px solid #00b348;
}

.simulator .scorecard tbody td span.eagle::after {
  content: "";
  display: block;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  border: 2px solid #00b348;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
}

.simulator .scorecard tbody td span.birdie {
  border-radius: 50%;
  border: 2px solid #00b348;
}

.simulator .scorecard tbody td span.par {
  border-radius: 50%;
  background: #f8f9fb;
}

.simulator .scorecard tbody td span.bogey {
  border-radius: 3px;
  border: 2px solid #000;
}

.simulator .scorecard tbody td span.double_bogey {
  border-radius: 3px;
  border: 2px solid #000;
}

.simulator .scorecard tbody td span.double_bogey::after {
  content: "";
  display: block;
  width: 26px;
  height: 26px;
  border-radius: 3px;
  border: 2px solid #000;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
}

.simulator .scorecard tbody td span.triple_bogey_over {
  border-radius: 3px;
  border: 5px solid #f02b47;
  line-height: 28px;
}

.simulator .box {
  background: #fff;
  box-shadow: 1px 1px 10px 1px rgb(0 0 0 / 5%);
}

.simulator .box p {
  position: relative;
  line-height: 14px;
  color: #afb3b6;
  font-size: 12px;
  padding: 10px 15px;
}

.simulator .box p span {
  margin-right: 5px;
  width: 14px;
  height: 14px;
  display: inline-block;
  position: relative;
  top: 2px;
}

.simulator .box p.eagle span {
  border-radius: 50%;
  border: 1px solid #00b348;
}

.simulator .box p.eagle span::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  border: 1px solid #00b348;
}

.simulator .box p.birdie span {
  border-radius: 50%;
  border: 1px solid #00b348;
}

.simulator .box p.par span::after {
  content: "0";
  display: block;
  width: 14px;
  height: 14px;
  background: #f8f9fb;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  color: #686c6f;
  line-height: 14px;
  border-radius: 50%;
  text-align: center;
}

.simulator .box p.bogey span {
  border-radius: 3px;
  border: 1px solid #000;
}

.simulator .box p.double_bogey span {
  border-radius: 3px;
  border: 1px solid #000;
}

.simulator .box p.double_bogey span::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  transform: translate(-50%, -50%);
  border-radius: 3px;
  border: 1px solid #000;
}

.simulator .box p.triple_bogey_over span {
  border-radius: 3px;
  border: 3px solid #f02b47;
}

.simulator .box.mo {
  display: none;
}

.simulator .filter-box-2 {
  position: relative;
  /*padding-right: 48px;*/
}

.simulator .filter-box-2 .btn.search {
  background: #000 url("../img/ico_search_white.png") no-repeat center;
  background-size: 18px;
}

.simulator .modal-footer .btn {
  padding: 0 25px;
}

/* Time zone */
.time-zone-mark.badge {
  padding: 3px 0 2px !important;
  width: 22px;
  vertical-align: text-top;
  font-family: 'Montserrat', sans-serif !important;
  font-size: 10px !important;
  font-style: normal !important;
}

.time-zone-mark.badge.bg-orange {
  padding-right: 1px !important;
}

/* Scorecard */
/* #scorecard {margin-top: 32px;}
@media (min-width: 992px) {
    #scorecard {margin-top: 40px;}
} */
#scorecard .round-summary .d-flex {align-items: center;}
#scorecard .round-summary .text-date {margin:0.5rem 0;/*  font-size:14px; */}
#scorecard .round-summary .type-play {
    padding:5px 6px 4px;
    font-size:11px;
    font-weight: 500;
    color: #fff;
    text-align:center;
    text-transform:uppercase;
    vertical-align:baseline;
    border-radius:2px;
}
#scorecard .round-summary .type-play.stroke {background-color:#0033A1;}
#scorecard .round-summary .type-play.newperio {background-color:#FF9800;}
#scorecard .round-summary .total-score {font-size:64px; font-weight:700; letter-spacing:-1px; color: #000;}
#scorecard .round-summary .total-score small {display:inline-block; margin-left: 4px; vertical-align:3px; letter-spacing:0; font-size:0.375em;}
#scorecard .round-summary .total-score small span {display:inline-block; vertical-align:-1px;}

/* 시작 */
#scorecard .round-record {margin-top:40px;}
#scorecard .round-record + .round-record {margin-top:70px;}
#scorecard .round-record .table-responsive {margin-bottom: 0;}
#scorecard .round-record h6 {
    padding: 20px 12px; font-size:18px; text-align:center;
    border-top: 2px solid #35383b !important;
}
#scorecard .round-record .table {border-top: 1px solid #676D73;}
#scorecard .round-record th {border-right: 1px solid #e5e7e8;}
#scorecard .round-record .col-1 {font-weight: 500; color: #000; background: #fcfcfc !important;}
#scorecard .round-record td {position: relative;}
#scorecard .round-record td span {
    display:inline-block; position:absolute; top:50%; left:50%;
    margin-top:-1.25em; margin-left:-1.25em; width:2.5em; height:2.5em; line-height:2.5em;
    box-sizing:border-box; border-radius:50%; font-weight:400;
}
#scorecard .round-record td span.eagle {border:1px solid #00B34A;}
#scorecard .round-record td span.eagle::after {
    content: ""; display:block;
    width:2em; height:2em; border-radius:50%; border:1px solid #00B34A;
    position:absolute; left:50%; top:50%; transform:translate(-50%, -50%); z-index:0;
}
#scorecard .round-record td span.birdie {border:1px solid #00B34A;}
#scorecard .round-record td span.par {background-color:rgba(0, 0, 0, 0.03);}
#scorecard .round-record td span.bogey {border-radius:2px; border:1px solid #000;}
#scorecard .round-record td span.d-bogey {border-radius:2px; border:1px solid #000;}
#scorecard .round-record td span.d-bogey::after {
    content: ""; display:block;
    width:2em; height:2em; border-radius:2px; border:1px solid #000;
    position:absolute; left:50%; top:50%; transform:translate(-50%, -50%); z-index:0;
}
#scorecard .round-record td span.t-bogey-over {border-radius:2px; border:2px solid #EF2B49;}
@media (max-width: 991.98px) {
    #scorecard .round-record h6 {padding: 1em 12px; font-size: 16px !important;}
    #scorecard .round-record td span {
        margin-top:-1em; margin-left:-1em; width:2em; height:2em; line-height:2em;
    }
    #scorecard .round-record td span.eagle::after,
    #scorecard .round-record td span.d-bogey::after {width:1.5em; height:1.5em;}
}

#scorecard .box {margin-bottom:40px; padding:1.5rem 0;}
#scorecard .box p {position:relative; display:inline-block; padding:0 1rem; font-size:14px; line-height:1em; color:#aaaeb3;}
#scorecard .box p span {margin-right:5px; width:14px; height:14px; display:inline-block; position:relative; top:2px;}
#scorecard .box p.eagle span {border-radius:50%; border:1px solid #00B34A;}
#scorecard .box p.eagle span::after {content: ""; display:block; position:absolute; top:50%; left:50%; width:8px; height:8px; transform:translate(-50%, -50%); border-radius:50%; border:1px solid #00B34A;}
#scorecard .box p.birdie span {border-radius:50%; border:1px solid #00B34A;}
#scorecard .box p.par span::after {content:'0'; display:block; width:14px; height:14px; background:#f8f9fb; top:50%; left:50%; transform:translate(-50%, -50%); position:absolute; color:#686c6f; line-height:14px; border-radius:50%; text-align:center;}
#scorecard .box p.bogey span {border-radius:2px; border:1px solid #000;}
#scorecard .box p.d-bogey span {border-radius:2px; border:1px solid #000;}
#scorecard .box p.d-bogey span::after {content: ""; display:block; position:absolute; top:50%; left:50%; width:8px; height:8px; transform:translate(-50%, -50%); border-radius:2px; border:1px solid #000;}
#scorecard .box p.t-bogey-over span {border-radius:2px; border:2px solid #EF2B49;}

@media (max-width: 991.98px) {
    #scorecard .round-summary h5 {font-size:18px;}
    #scorecard .round-summary .total-score {font-size:40px;}
    #scorecard .round-record {margin-top:30px;}
    #scorecard .round-record + .round-record {margin-top:40px;}
    #scorecard .round-record h6 {font-size:16px;}
    #scorecard .round-record .row > div[class|=col] > div span {
        margin-top:-1em; margin-left:-1em; width:2em; height:2em; line-height:2em;
    }
    #scorecard .round-record .row > div[class|=col] > div span.eagle::after,
    #scorecard .round-record .row > div[class|=col] > div span.d-bogey::after {width:1.5em; height:1.5em;}
    #scorecard .box {margin-bottom: 30px; padding:1rem 0 0;}
    #scorecard .box p {padding:1.25rem 0.25rem 0.5rem; text-align:center; font-size:11px;}
    #scorecard .box p span {position:absolute; top:0; left:50%; transform:translateX(-50%);}
}

@media (min-width: 576px) {
    #scorecard .round-summary .player .center-cropped {width:64px; height:64px;}
}

@media (max-width: 479.98px) {
    #scorecard .round-summary .d-flex {flex-direction: column !important; align-items: flex-start;}
    #scorecard .round-summary .total-score {margin-top: 16px;}
    #scorecard .round-record h6 {font-size:14px;}
    #scorecard .round-record .row * {font-size:12px;}
}

/* Modal */

#exampleModal1 p {
  margin-bottom: 15px;
}

#exampleModal2 .row.border-bottom div[class^="col"] {
  min-height: 3em;
  line-height: 3em;
}

#exampleModal2 .row.border-bottom div[class^="col"]:last-of-type {
  padding: 0 0.75rem;
}

#exampleModal2 .row.border-bottom div[class^="col"]:last-of-type input,
#exampleModal2 .row.border-bottom div[class^="col"]:last-of-type select,
#exampleModal2 .row.border-bottom div[class^="col"]:last-of-type textarea {
  margin: 0.75rem 0;
}

#exampleModal3 .d-table.col,
#exampleModal5 .d-table.col {
  padding: 10px;
}

#exampleModal3 input[type="date"],
#exampleModal5 input[type="date"] {
  margin-bottom: 10px;
}

#exampleModal3 .hour,
#exampleModal5 .hour {
  overflow: hidden;
  position: relative;
}

#exampleModal3 .hour>div,
#exampleModal5 .hour>div {
  float: left;
  width: 47%;
}

#exampleModal3 .hour>div::after,
#exampleModal5 .hour>div::after {
  content: "";
  display: block;
  visibility: hidden;
  clear: both;
}

#exampleModal3 .hour>div:first-of-type,
#exampleModal5 .hour>div:first-of-type {
  margin-right: 6%;
  position: relative;
}

#exampleModal3 .hour::before {
  content: "";
  width: 4px;
  height: 1px;
  background: #000;
  position: absolute;
  bottom: 34px;
  left: calc(50% - 2px); /* left: calc(50% + 2.5px); */
  font-size: 16px;
}

#exampleModal5 .hour>div:first-of-type::before {
  content: "";
  width: 4px;
  height: 1px;
  background: #000;
  position: absolute;
  top: 50%;
  right: -30px;
  font-size: 16px;
}

#exampleModal3 .hour>div select,
#exampleModal5 .hour>div select {
  float: left;
  width: 50%;
}

#exampleModal4 p {
  display: inline;
}

#exampleModal4 span {
  float: right;
}

#exampleModal4 textarea {
  margin-top: 10px;
}

#exampleModal4 .modal-footer div {
  display: table;
  margin-right: auto;
}

#exampleModal6 .form-check {
  padding: 5px 0;
}

/* Tournament > Register > Edit Select Course */
#exampleModal6 .modal-content {
  max-height: calc(100vh - 15rem) !important;
  min-height: 400px;
  overflow: hidden;
}

#exampleModal6 .modal-body {
  overflow-y: scroll;
}

#one-Modal .modal-content {
  max-height: calc(100vh - 15rem) !important;
  min-height: 574px;
  overflow: hidden;
}

[id*="Modal"] p.modal-subtitle {
  margin-bottom: 15px;
  font-size: 1.125rem;
  font-weight: 600;
  color: #000;
}

[id*="Modal"] small.info-check {
  display: block;
  margin-top: 1rem;
  line-height: 1.25;
  font-size: 14px;
  color: #676D73;
}

.bg-gray label {
  padding-left: 0.75rem;
  font-weight: 700;
}

/* .membership.view .bg-gray label {
  text-align: center;
  padding-left: 0.75rem;
  font-weight: 600;
} */

.bg-gray label {
  padding-left: 0.75rem;
  font-weight: 700;
}

/* .membership.view .bg-gray label {
  text-align: center;
  padding-left: 0.75rem;
  font-weight: 600;
} */

.profile>.row {
  --bs-gutter-x: 80px;
  margin: 0 auto;
}

.profile .d-table {
  padding: 0;
}

.profile .row .col-lg-9 {
  padding: 20px 0.75rem;
}

.setting input[type="text"],
.setting input[type="password"] {
  height: 48px;
  border-radius: 0 !important;
  border: 1px solid #cdcfd1;
  padding: 0 10px;
}

.profile select {
  height: 48px;
  border-radius: 0 !important;
  border: 1px solid #cdcfd1;
  padding: 0 10px;
}

/* .profile .form-check {
  margin-top: 15px;
  margin-left: 10px;
} */

.profile .col-lg-4 {
  width: 32%;
  margin-right: 2%;
}

.profile .col-lg-4:last-of-type {
  margin-right: 0;
}

/*page25*/
.profile .form-check {
  margin-left: 0;
}

.profile .text-blue {
  display: block;
  margin-top: 5px;
  color: red;
  font-size: 12px;
}

.profile .wrap-col .col-lg {
  margin-right: 20px;
}

.profile .wrap-col .col-lg:last-of-type {
  margin-right: 0;
}

.profile .wrap-col select {
  width: 100%;
}

.profile .wrap-col input[type="text"] {
  width: unset;
}

.profile .wrap-col p {
  margin-bottom: 5px;
}

.profile .bucks .col-sm-4 {
  padding-right: 1rem;
  --bs-gutter-y: 1rem;
}

.profile .bucks .col-sm-4:nth-of-type(1),
.profile .bucks .col-sm-4:nth-of-type(2),
.profile .bucks .col-sm-4:nth-of-type(3) {
  --bs-gutter-y: 0;
}

.profile .bucks .col-12 p {
  margin-bottom: 5px;
  font-weight: 500;
}

.profile .bucks .col-12 input {
  width: calc(100% - 20px);

}

/*.profile .point .col-lg span {
  width: 40px;
  margin-left: 5px;
  vertical-align: bottom;
}*/
.profile .handicap .col {
  box-sizing: border-box;
  padding-right: 20px;
}

.profile .handicap .col label {
  margin-bottom: 5px;
}

.profile .handicap .col:last-of-type {
  padding-right: 0;
}

#exampleModal6 .row {
  margin-bottom: 10px;
}

.profile .period {
  position: relative;
}

.profile .period::before {
  content: "";
  display: block;
  width: 4px;
  height: 1px;
  background: #000;
  position: absolute;
  left: 50%;
  margin-left: -2.5px;
  top: 24px;
}

.profile .period input {
  width: 47% !important;
}

.profile .period input:first-of-type {
  margin-right: 6%;
}

.profile .sky+.btn {
  width: unset;
  padding: 0 25px;
  margin-top: 10px;
}

.board_view h3 {
  margin: 0 !important;
}

.board_view .cate {
  display: inline-block;
  color: #00b34a;
}

.board_view .align-right {
  line-height: 26px;
}

.board_view .date {
  color: #9b9fa3;
  font-size: 15px;
}

.board_view .date i {
  margin-right: 8px;
  vertical-align: text-top;
}

.board_view .view {
  color: #9b9fa3;
  font-size: 15px;
  margin-left: 40px;
}

.board_view .view i {
  margin-right: 8px;
  vertical-align: text-top;
}

.board_view .content {
  color: #676d73;
  line-height: 1.4;
}

.board_view .border p {
  height: 52px;
  color: #676d73;
  padding-left: 45px;
  line-height: 54px;
  display: inline-block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.board_view .box {
  padding: 20px 0;
  margin-top: 30px;
  border-top: 2px solid #35383b;
}

.board_view .box .by {
  margin-bottom: 40px;
}

.board_view .box .by b i {
  font-size: 18px;
  font-weight: 600;
  margin-right: 5px;
  margin-top: -3px;
}

.board_view .box .by a {
  color: #000;
  border-bottom: 1px solid #000;
}

.modal-dialog .simulator .col-lg-6.border-bottom .row .col-lg:last-of-type {
  padding: 0.75rem;
}

@media (max-width: 1499.98px) {
  .locker_title .col-lg:first-of-type {
    max-width: 20%;
  }

  .locker_title .col-lg:nth-of-type(2) {
    max-width: 50%;
  }

  .locker_title .col-lg:last-of-type {
    max-width: 30%;
  }
}

@media (max-width: 1299.98px) {
  .locker_title span {
    margin-right: 0.25em;
    width: 16px;
    height: 16px;
  }

  .locker_title p {
    font-size: 14px;
  }
}

@media (max-width: 1199.98px) {
  .gender-search {
    max-width: unset;
  }

  .gender-search ul {
    margin-left: 0;
  }

  .gender-search ul,
  .gender-search>div {
    width: 100%;
  }

  .gender-search>div {
    margin-bottom: 10px;
  }

  .locker_title .col-lg>div {
    float: left;
    width: 50%;
  }

  .locker_title .col-lg:first-of-type {
    flex: unset;
    max-width: 30%;
  }

  .locker_title .col-lg:nth-of-type(2) {
    flex: unset;
    max-width: 70%;
    padding: 10px;
    margin: 0;
    border-bottom: 1px solid #cdcfd1 !important;
  }

  .locker_title .col-lg:last-of-type {
    flex: unset;
    max-width: 100%;
    border-right: 0 !important;
    margin-top: 16px;
  }

  .locker_title .flex-wrap .flex-fill:first-of-type,
  .locker_title .flex-wrap .flex-fill:nth-of-type(2) {
    margin-bottom: 0.5rem !important;
  }

  /* Notice */
  .article-header.inquiry .ms-auto {
    margin-top: 1em;
    margin-left: 0 !important;
  }
}

@media (max-width: 991.98px) {
  /* p.d-table-cell {
    height:45px; padding-right:.75rem;
  }*/
  .m-none {
    display: none !important;
  }

  .pc-none {
    display: block !important;
  }

  #modal-locker .modal-body {
    max-height: 500px !important;
    overflow-y: auto;
    margin-bottom: 0;
  }

  [id*="Modal"] p.modal-subtitle {
    font-size: 1rem;
  }

  .nav {
    display: none;
  }

  .swiper {
    display: block;
    margin: 0 auto 24px;
    position: relative;
  }

  .swiper::before {
    content: "";
    display: block;
    height: 1px;
    width: 100%;
    background: #cdcfd1;
    position: absolute;
    left: 0;
    bottom: 0;
  }

  .swiper .swiper-slide {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    width: unset;
  }

  .swiper .swiper-slide:hover {
    cursor: pointer;
  }

  .swiper .swiper-slide.active {
    color: #000;
    border-bottom: 2px solid #000;
  }

  .swiper .swiper-slide div {
    margin-top: -10px;
    padding: 20px 15px;
  }

  .regis-btn {
    max-width: 100%;
    margin-top: 40px;
  }

  #page-content-wrapper .top {
    padding: 15px 16px;
  }

  .filter-box.row .col-lg {
    margin-bottom: 5px;
  }

  .filter-box.row .col-lg:first-of-type,
  .filter-box.row .col-lg:nth-of-type(2) {
    width: 50%;
  }

  .date-search,
  .filter-box-2,
  .filter-box-3 {
    max-width: 100%;
    margin-bottom: 24px;
  }

  .filter-box-4,
  .filter-box-5 {
    margin-bottom: 24px;
  }

  /*   .filter-box-3 > div {
    width: calc(50% - 5px);
    margin-right: 10px;
  }
  .filter-box-3 > div:last-of-type {
    width: 100%;
    margin-top: 10px;
  }

  .filter-box-4 > div {
    width: calc(50% - 5px);
    margin-bottom: 10px;
  } */

  .filter-box-4>div:nth-of-type(3),
  .filter-box-4>div:nth-of-type(4) {
    width: 100%;
  }

  .filter-box-3>div:nth-of-type(2n),
  .filter-box-4>div:nth-of-type(2n) {
    margin-right: 0;
  }

  .filter-box-5>div {
    width: 100%;
    margin-bottom: 8px;
  }

  .filter-box-5>div:nth-of-type(1),
  .filter-box-5>div:nth-of-type(2) {
    width: calc(50% - 8px);
  }

  .filter-box-5>div:nth-of-type(2) {
    margin-right: 0;
  }

  .login .contents {
    width: 90%;
  }

  .login .mb-4>div {
    width: 50%;
  }

  /*Membership*/
  .membership .filter-box-4,
  .tournament .filter-box-4 {
    position: relative;
  }

  .membership .filter-box-4::before,
  .tournament .filter-box-4::before {
    content: "";
    display: block;
    position: absolute;
    top: 24px;
    left: 50%;
    margin-left: -2.5px;
    width: 5px;
    height: 1px;
    background: #000;
  }

  .membership .filter-box-4>div:nth-of-type(1),
  .membership .filter-box-4>div:nth-of-type(2),
  .tournament .filter-box-4>div:nth-of-type(1),
  .tournament .filter-box-4>div:nth-of-type(2) {
    width: calc(50% - 10px);
  }

  .locker_title .col-lg {
    border-right: 0 !important;
    max-width: 100% !important;
    border-bottom: 0 !important;
    border-right: 1px solid #cdcfd1 !important;
  }

  /*Member Info*/
  /*
  .member_info .row.border-bottom > div {
    width: 50%;
  }
  */
  .member_info .col-7 {
    padding: 0.75rem;
  }

  /*
  .member_info .col-lg-9 .btn-info {
    width: 100%;
    padding: 0;
    margin-top: 5px;
    margin-left: 0;
  }
  */
  .member_info .row.border-bottom .date_range input {
    width: 100% !important;
    margin-right: 0;
  }

  .member_info .row.border-bottom .date_range input:first-of-type {
    margin-bottom: 5px;
  }

  .member_info .date_range::after {
    display: none;
  }

  .setting .input-wrap {
    padding: 0.75rem 0 0.75rem 0.75rem;
  }

  .profile>.row {
    --bs-gutter-x: 0;
  }

  .profile .row .col-lg-9 {
    margin: 0;
    padding: 0.75rem;
  }

  .profile p.d-table-cell {
    height: 45px;
    font-size: 14px;
  }

  /*   .setting input[type="text"],
  .setting input[type="password"] {
    height: 45px;
  } */

  /*   .profile select, .change select {
    height: 45px;
  } */
  .profile>.row>div {
    width: 36%;
    position: relative;
  }

  .profile>.row>div+div {
    width: 64%;
  }

  .profile .col-8,
  .profile .col-4,
  .profile .col-lg-4 {
    width: 100%;
  }

  .profile .form-check {
    margin-top: 0;
    padding-top: 5px;
  }

  .profile .col-lg-4 select {
    margin-bottom: 10px;
  }

  .profile .col-lg-4:last-of-type select {
    margin-bottom: 0;
  }

/*   .membership.view form>.row {
    --bs-gutter-x: 0;
  } */

/*   .membership.view form>.row>div {
    width: 50%;
  } */

  /*page-25*/
  .profile .wrap-col input[type="text"] {
    width: 35px;
  }

  .profile .wrap-col .col-lg {
    margin-bottom: 10px;
    margin-right: 0;
  }

  .profile .wrap-col .col-lg:last-of-type {
    margin-bottom: 0;
  }

  .profile .handicap .col {
    margin-bottom: 10px;
    min-width: 50%;
    padding-right: 5px;
  }

  .profile .handicap .col:nth-of-type(2n) {
    padding-right: 0;
    padding-left: 5px;
  }

  .profile .point .col-lg {
    padding-right: 0;
    margin-bottom: 10px;
  }

  .profile .point .col-lg:last-of-type {
    margin-bottom: 0;
  }

  .profile .point .col-lg span {
    width: 35px;
  }

  /*.profile .point .col-12 input {
    width: calc(100% - 20px);
  }*/
  .profile .btn {
    line-height: 1;
    max-height: unset;
    height: 48px;
  }

  .profile .sky+.btn {
    height: 36px;
  }

  .tournament .font-montserrat {
    margin-bottom: 40px;
  }

  .tournament .col-9 {
    padding: 10px 0.75rem;
  }

  .tournament .table .btn {
    margin: 0;
  }

  .tournament .subcourse small {
    margin-bottom: 0.5rem;
  }

  #exampleModal6 .modal-body .col-4 {
    width: 100%;
  }

  .simulator .box.pc {
    display: none;
  }

  .simulator .box.mo {
    display: block;
  }

  .simulator .box {
    overflow: hidden;
    box-sizing: border-box;
    padding: 10px 0;
    margin-bottom: 20px;
  }

  .simulator .box p {
    padding: 0;
    float: left;
    width: 16.666%;
    text-align: center;
  }

  .simulator .box p span {
    display: block;
    margin: 0 auto 5px;
  }

  .simulator .table .btn {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  /* .simulator .table .btn:first-of-type {
    margin: unset;
    margin-bottom: 5px;
  }
  .simulator .table .btn:last-of-type {
    margin: unset;
  }*/

  .board_view h3 {
    font-size: 19px !important;
    margin-bottom: 10px;
  }

  .board_view h3 .cate {
    font-size: 19px;
    display: block;
    margin-bottom: 5px;
  }

  .board_view .border {
    border-left: 0 !important;
    border-right: 0 !important;
  }

  .board_view .align-right {
    text-align: left;
  }

  .board_view .align-right span {
    margin-left: 0;
    font-size: 12px;
    line-height: 1;
  }

  .board_view .box {
    margin-top: 10px;
  }

  .board_view .box .by {
    margin-bottom: 20px;
  }

  .board_view .content {
    font-size: 14px;
  }

  .board_view .col p {
    padding-left: 15px;
    height: 45px;
    font-size: 12px;
    line-height: 50px;
    width: 90%;
  }

  .board_view .bg-gray label {
    font-size: 12px;
  }

  .input-wrap {
    padding: 10px 0.75rem;
  }

  .profile .period input {
    width: 100%;
    margin-right: 0 !important;
    min-width: 100%;
    height: 48px;
  }

  .profile .period input:first-of-type {
    margin-bottom: 5px;
  }

  .profile .period::after {
    display: none;
  }

/*   .membership.view .bg-gray label {
    line-height: 1.2em;
    text-align: left;
  } */

  .event_edit .period input {
    width: 100%;
    margin-right: 0 !important;
    min-width: 100%;
    height: 48px;
  }

  .event_edit .period input:first-of-type {
    margin-bottom: 5px;
  }

  .event_edit .period::before {
    display: none;
  }

  .event_edit .subcourse table {
    font-size: 14px;
  }

  .locker_list_cursor {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  /*Setting*/
  .setting .col-lg-9 .col-4 {
    padding-left: 0;
  }

  /*Event */
  .event .filter-box-5 {
    position: relative;
  }

  .event .filter-box-5::before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 24px;
    width: 5px;
    height: 1px;
    background: #000;
    margin-left: -2.5px;
  }

  .event .col-lg.border-bottom .col-lg-6 {
    width: 50%;
  }

  /*   .event .col-lg.border-bottom .col-lg-6:last-of-type {
    padding: 10px 0.75rem;
  } */

  /*Event Register Edit */
  .event_edit .row.border-bottom>div {
    width: 50%;
  }

  .event_edit .col-lg-9 {
    padding: 10px 0.75rem;
  }

  .notice h3 {
    margin-bottom: 1.25rem;
  }

  .notice .row.border-top-dgray>div {
    width: 50%;
  }

  .notice .row .col-lg-6.border-bottom {
    padding: 10px 0.75rem;
  }

  .notice table,
  .notice>div:first-of-type {
    margin-bottom: 40px;
  }

  .modal-dialog .simulator .col-lg-6.border-bottom .row .col-lg {
    width: 50%;
  }

  /*
  .modal-dialog .simulator .col-lg-6.border-bottom .row .col-lg:last-of-type {
    padding: 10px 0.75rem;
  }
  #modal-email .col-lg-3 {
    width: 50%;
    padding: 10px 0.75rem;
  }
  #modal-email .col-lg {
    width: 50%;
    padding: 10px 0.75rem;
  }
  #modal-email .col-lg.inner {
    width: 100%;
    padding: 10px 0.75rem;
  }
  #modal-email .cution {
    margin: 15px 10px;
  }
  */

  .membership .swiper-slide,
  .simulator .swiper-slide,
  .booking .swiper-slide {
    width: 50%;
  }

  /* Notice */
  .article-header.inquiry .ms-auto {
    margin-top: 1em;
    margin-left: 0 !important;
  }
}

@media (max-width: 575.98px) {

  /* Booking, Simulator */
  .booking .filter-box-2 div,
  .simulator .filter-box-2 div,
  .setting.notice .filter-box-2 div {
    width: 100%;
  }

  .booking .filter-box-2 div:first-of-type,
  .simulator .filter-box-2 div:first-of-type,
  .setting.notice .filter-box-2 div:first-of-type {
    margin-bottom: 10px;
  }

/*   #modal-email .col-sm-3 {
    line-height: 3em;
  } */

  /* Notice */
  .article-header .ms-auto {
    margin-top: 1em;
    margin-left: 0 !important;
  }

  .article-body {
    padding: 20px 2px 40px;
    font-size: 14px;
  }

  .article-header.inquiry .flex-column div.me-3 {
    margin-right: 0 !important;
    margin-bottom: 1rem !important;
  }

  .profile .bucks .col-sm-4 {
    padding-right: 0;
  }

  .profile .bucks .col-sm-4:nth-of-type(2),
  .profile .bucks .col-sm-4:nth-of-type(3) {
    --bs-gutter-y: 1rem;
  }
}

@media (max-width: 575.98px) {
  .member_info .row.border-bottom>div {
    width: 100%;
  }

  .member_info .bg-gray label {
    line-height: 3em;
  }

  .profile>.row>div,
  .profile>.row>div+div {
    width: 100%;
  }

  .profile>.row>.bg-gray label {
    line-height: 3em;
    text-align: left;
  }

  .profile>.row>.bg-gray label.last {
    line-height: 1.2;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .setting.change .tab-pane>.row>div {
    width: 100%;
  }

  .setting>.row>.bg-gray label {
    line-height: 3em;
    text-align: left;
  }

  .setting.change .tab-pane>.row>div.col-6 {
    padding: 0.75rem;
    margin: 0;
  }

  .setting.change .bg-gray label {
    text-align: left;
    line-height: 3em;
  }

  /*Event*/
  .event .col-lg.border-bottom .col-lg-6 {
    width: 100%;
  }

  .event .col-lg.border-bottom .col-lg-6 label {
    line-height: 3em;
    text-align: left;
  }

  /*Event Register Edit */
  .event_edit .row.border-bottom>div {
    width: 100%;
  }

  .event_edit .col-lg-3 label {
    line-height: 3em;
  }

  .notice .row.border-top-dgray>div {
    width: 100%;
  }

  .modal-dialog .simulator .col-lg-6.border-bottom .row .col-lg {
    width: 100%;
  }

  .modal-dialog .simulator .col-lg-6.border-bottom .row .col-lg label {
    line-height: 3em;
  }

  .login .mb-4>div {
    width: 100%;
    text-align: left;
  }
}

.pd0 {
  padding: 0px;
}

.pd10 {
  padding: 10px;
}

.pd15 {
  padding: 15px;
}

.pd20 {
  padding: 20px;
}

.pd30 {
  padding: 30px;
}

.pd40 {
  padding: 40px;
}

.pd50 {
  padding: 50px;
}

.pd100 {
  padding: 100px;
}

.pb0 {
  padding-bottom: 0px;
}

.pb10 {
  padding-bottom: 10px;
}

.pb20 {
  padding-bottom: 20px;
}

.pb30 {
  padding-bottom: 30px;
}

.pb40 {
  padding-bottom: 40px;
}

.pb50 {
  padding-bottom: 50px;
}

.pb100 {
  padding-bottom: 100px;
}

.pt0 {
  padding-top: 0px;
}

.pt10 {
  padding-top: 10px;
}

.pt20 {
  padding-top: 20px;
}

.pt30 {
  padding-top: 30px;
}

.pt40 {
  padding-top: 40px;
}

.pt50 {
  padding-top: 50px;
}

.pt100 {
  padding-top: 100px;
}

.pr0 {
  padding-right: 0px;
}

.pr10 {
  padding-right: 10px;
}

.pr20 {
  padding-right: 20px;
}

.pr30 {
  padding-right: 30px;
}

.pr40 {
  padding-right: 40px;
}

.pr50 {
  padding-right: 50px;
}

.pr100 {
  padding-right: 100px;
}

.pl0 {
  padding-left: 0px;
}

.pl10 {
  padding-left: 10px;
}

.pl20 {
  padding-left: 20px;
}

.pl30 {
  padding-left: 30px;
}

.pl40 {
  padding-left: 40px;
}

.pl50 {
  padding-left: 50px;
}

.pl100 {
  padding-left: 100px;
}

.mg0 {
  margin: 0px;
}

.mg10 {
  margin: 10px;
}

.mg15 {
  margin: 15px;
}

.mg20 {
  margin: 20px;
}

.mg30 {
  margin: 30px;
}

.mg40 {
  margin: 40px;
}

.mg50 {
  margin: 50px;
}

.mg100 {
  margin: 100px;
}

.mb-0 {
  margin-bottom: 0px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb100 {
  margin-bottom: 100px;
}

.mt0 {
  margin-top: 0px;
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

.mt100 {
  margin-top: 100px;
}

.mr0 {
  margin-right: 0px;
}

.mr10 {
  margin-right: 10px;
}

.mr20 {
  margin-right: 20px;
}

.mr30 {
  margin-right: 30px;
}

.mr40 {
  margin-right: 40px;
}

.mr50 {
  margin-right: 50px;
}

.mr100 {
  margin-right: 100px;
}

.ml0 {
  margin-left: 0px;
}

.ml10 {
  margin-left: 10px;
}

.ml20 {
  margin-left: 20px;
}

.ml30 {
  margin-left: 30px;
}

.ml40 {
  margin-left: 40px;
}

.ml50 {
  margin-left: 50px;
}

.ml100 {
  margin-left: 100px;
}


.per5 {
  width: 5%;
}

.per10 {
  width: 10%;
}

.per15 {
  width: 15%;
}

.per20 {
  width: 20%;
}

.per25 {
  width: 25%;
}

.per30 {
  width: 30%;
}

.per35 {
  width: 35%;
}

.per40 {
  width: 40%;
}

.per45 {
  width: 45%;
}

.per50 {
  width: 50%
}

.per55 {
  width: 55%;
}

.per60 {
  width: 60%
}

.per65 {
  width: 65%;
}

.per70 {
  width: 70%
}

.per75 {
  width: 75%;
}

.per80 {
  width: 80%
}

.per85 {
  width: 85%;
}

.per90 {
  width: 90%
}

.per95 {
  width: 95%;
}

.per100 {
  width: 100%;
}

.px10 {
  width: 10px;
}

.px20 {
  width: 20px;
}

.px30 {
  width: 30px;
}

.px40 {
  width: 40px;
}

.px50 {
  width: 50px;
}

.px60 {
  width: 60px;
}

.px70 {
  width: 70px;
}

.px80 {
  width: 80px;
}

.px90 {
  width: 90px;
}

.px100 {
  width: 100px;
}

.px150 {
  width: 150px;
}

.px200 {
  width: 200px;
}

.px250 {
  width: 250px;
}

.px300 {
  width: 300px;
}

.px350 {
  width: 350px;
}

.px400 {
  width: 400px;
}

.px450 {
  width: 450px;
}

.px500 {
  width: 500px;
}

.px550 {
  width: 550px;
}

.px600 {
  width: 600px;
}

.px650 {
  width: 650px;
}

.px700 {
  width: 700px;
}