.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 0.5rem;
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}

.btn-pill {
  border-radius: 10rem;
  background-color: #fff;
  font-size: 1.3rem;
}
.btn-pill:hover {
  color: #888888;
}
.btn-pill .text-primary {
  font-family: "Montserrat", sans-serif;
  font-size: 1.1rem;
  margin-left: 1rem;
}

.btn-outline-gray {
  color: #333333;
}

.custom-control {
  font-size: 1.4rem;
  padding: 1rem;
  position: relative;
  display: block;
  min-height: 2.4rem;
  padding-left: 3.8rem;
}

.custom-control-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #273E9F;
  background-color: #273E9F;
}
.custom-control-input:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(39, 62, 159, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(39, 62, 159, 0.25);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #6b80db;
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #94a3e5;
  border-color: #94a3e5;
}
.custom-control-input:disabled ~ .custom-control-label {
  color: #888888;
}
.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #DDDDDD;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}
.custom-control-label::before {
  position: absolute;
  top: -0.2rem;
  left: -3.8rem;
  display: block;
  width: 2.8rem;
  height: 2.8rem;
  pointer-events: none;
  content: "";
  background-color: #F2F2F2;
}
.custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20id%3D%22checkbox%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2020%2020%22%20style%3D%22enable-background%3Anew%200%200%2020%2020%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Crect%20id%3D%22c2%22%20fill%3D%22%23D3DCE3%22%20x%3D%225.3%22%20y%3D%227.4%22%20transform%3D%22matrix%280.7071%20-0.7071%200.7071%200.7071%20-6.0737%208.1648%29%22%20width%3D%223%22%20height%3D%228%22%2F%3E%3Crect%20id%3D%22c1%22%20fill%3D%22%23D3DCE3%22%20x%3D%225.8%22%20y%3D%228.5%22%20transform%3D%22matrix%280.7071%20-0.7071%200.7071%200.7071%20-3.6246%2011.2494%29%22%20width%3D%2212%22%20height%3D%223%22%2F%3E%3C%2Fsvg%3E");
  position: absolute;
  top: -0.2rem;
  left: -3.8rem;
  display: block;
  width: 2.8rem;
  height: 2.8rem;
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: 2rem;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0.4rem;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20id%3D%22checkbox%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2020%2020%22%20style%3D%22enable-background%3Anew%200%200%2020%2020%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Crect%20id%3D%22c2%22%20fill%3D%22%23fff%22%20x%3D%225.3%22%20y%3D%227.4%22%20transform%3D%22matrix%280.7071%20-0.7071%200.7071%200.7071%20-6.0737%208.1648%29%22%20width%3D%223%22%20height%3D%228%22%2F%3E%3Crect%20id%3D%22c1%22%20fill%3D%22%23fff%22%20x%3D%225.8%22%20y%3D%228.5%22%20transform%3D%22matrix%280.7071%20-0.7071%200.7071%200.7071%20-3.6246%2011.2494%29%22%20width%3D%2212%22%20height%3D%223%22%2F%3E%3C%2Fsvg%3E");
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #273E9F;
  background-color: #273E9F;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(40, 181, 138, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(40, 181, 138, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #273E9F;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #F0F4F7;
}
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(40, 181, 138, 0.5);
}

.custom-radio .custom-control-label::after {
  background-image: none;
  background-color: #E4EBF0;
  border-radius: 50%;
  width: 1.2rem;
  height: 1.2rem;
  top: 0.6rem;
  left: -3rem;
}

.custom-switch {
  padding-left: 5.9rem;
}
.custom-switch .custom-control-label::before {
  left: -5.9rem;
  width: 4.9rem;
  pointer-events: all;
  border-radius: 1.4rem;
}
.custom-switch .custom-control-label::after {
  top: calc(-0.2rem + 2px);
  left: calc(-5.9rem + 2px);
  width: calc(2.8rem - 4px);
  height: calc(2.8rem - 4px);
  background-color: #C6C6C6;
  border-radius: 1.4rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: transform 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;
  transition: transform 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, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    -webkit-transition: none;
    transition: none;
  }
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #F2F2F2;
  -webkit-transform: translateX(2.1rem);
  transform: translateX(2.1rem);
}
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(40, 181, 138, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  color: #333333;
  vertical-align: middle;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23333333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
  background-color: #F2F2F2;
  border: 1px solid #C6C6C6;
  border-radius: 0.4rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
@media (max-width: 767.98px) {
  .custom-select {
    font-size: calc(1.06rem + 0.703143311vw);
  }
}
.custom-select:focus {
  border-color: #6b80db;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(39, 62, 159, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(39, 62, 159, 0.25);
}
.custom-select:focus::-ms-value {
  color: #333333;
  background-color: #F2F2F2;
}
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}
.custom-select:disabled {
  color: #888888;
  background-color: #DDDDDD;
}
.custom-select::-ms-expand {
  display: none;
}

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 1.4rem;
}
@media (max-width: 767.98px) {
  .custom-select-sm {
    font-size: calc(1.04rem + 0.4687622073vw);
  }
}

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.8rem;
}
@media (max-width: 767.98px) {
  .custom-select-lg {
    font-size: calc(1.08rem + 0.9375244147vw);
  }
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: #6b80db;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(39, 62, 159, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(39, 62, 159, 0.25);
}
.custom-file-input:disabled ~ .custom-file-label {
  background-color: #DDDDDD;
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}
.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #333333;
  background-color: #F2F2F2;
  border: 1px solid #C6C6C6;
  border-radius: 0.4rem;
}
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #333333;
  content: "Browse";
  background-color: #DDDDDD;
  border-left: inherit;
  border-radius: 0 0.4rem 0.4rem 0;
}

.custom-range {
  width: 100%;
  height: calc(1rem + 0.4rem);
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.custom-range:focus {
  outline: none;
}
.custom-range:focus::-webkit-slider-thumb {
  -webkit-box-shadow: 0 0 0 1px #F2F2F2, 0 0 0 0.2rem rgba(39, 62, 159, 0.25);
  box-shadow: 0 0 0 1px #F2F2F2, 0 0 0 0.2rem rgba(39, 62, 159, 0.25);
}
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #F2F2F2, 0 0 0 0.2rem rgba(39, 62, 159, 0.25);
}
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #F2F2F2, 0 0 0 0.2rem rgba(39, 62, 159, 0.25);
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #273E9F;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.custom-range::-webkit-slider-thumb:active {
  background-color: #94a3e5;
}
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #DDDDDD;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #273E9F;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.custom-range::-moz-range-thumb:active {
  background-color: #94a3e5;
}
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #DDDDDD;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #273E9F;
  border: 0;
  border-radius: 1rem;
  -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    -ms-transition: none;
    transition: none;
  }
}
.custom-range::-ms-thumb:active {
  background-color: #94a3e5;
}
.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}
.custom-range::-ms-fill-lower {
  background-color: #DDDDDD;
  border-radius: 1rem;
}
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #DDDDDD;
  border-radius: 1rem;
}
.custom-range:disabled::-webkit-slider-thumb {
  background-color: #C6C6C6;
}
.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}
.custom-range:disabled::-moz-range-thumb {
  background-color: #C6C6C6;
}
.custom-range:disabled::-moz-range-track {
  cursor: default;
}
.custom-range:disabled::-ms-thumb {
  background-color: #C6C6C6;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    -webkit-transition: none;
    transition: none;
  }
}

.sportsCheck .custom-control-inline {
  width: calc(33.3333333333% - 1rem);
}
@media (min-width: 768px) {
  .sportsCheck .custom-control-inline:nth-child(3n) {
    margin-right: 0;
  }
}
@media (max-width: 767.98px) {
  .sportsCheck .custom-control-inline {
    width: auto;
  }
}
.sportsCheck .custom-control-inline-two {
  width: calc(50% - 1rem);
}
@media (min-width: 768px) {
  .sportsCheck .custom-control-inline-two:nth-child(2n) {
    margin-right: 0;
  }
}
@media (max-width: 767.98px) {
  .sportsCheck .custom-control-inline-two {
    width: auto;
  }
}

.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 1.3rem;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  padding: 2.2rem 0rem;
  margin-bottom: 0;
  list-style: none;
  background-color: #fff;
  border-radius: 0.4rem;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #C6C6C6;
  content: ">";
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
.breadcrumb-item, .breadcrumb-item a {
  color: #C6C6C6;
}
.breadcrumb-item a:hover {
  color: #273E9F;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.4rem;
}

.page-link {
  position: relative;
  display: block;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1.25;
  color: #5a5a5a;
  background-color: #fff;
  border: none;
  border-radius: 0.4rem;
  text-align: center;
}
@media (min-width: 768px) {
  .page-link {
    width: 6rem;
    height: 6rem;
    padding: 2rem 0;
  }
}
@media (max-width: 767.98px) {
  .page-link {
    width: 4.4rem;
    height: 4.4rem;
    padding: 1.5rem 0.5rem;
  }
}
.page-link:hover {
  z-index: 2;
  color: #273E9F;
  text-decoration: none;
  background-color: #DDDDDD;
  border-color: #C6C6C6;
}
.page-link:focus {
  z-index: 2;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(39, 62, 159, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(39, 62, 159, 0.25);
}

.page-item {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
}
.page-item:first-child .page-link, .page-item:last-child .page-link {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22arrow%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2010%2010%22%3E%3Crect%20id%3D%22st%22%20x%3D%222%22%20y%3D%225.41%22%20width%3D%226%22%20height%3D%222%22%20transform%3D%22translate%28-3.07%205.41%29%20rotate%28-45%29%22%20fill%3D%22%235A5A5A%22%2F%3E%3Crect%20id%3D%22ue%22%20x%3D%224%22%20y%3D%220.59%22%20width%3D%222%22%20height%3D%226%22%20transform%3D%22translate%28-1.07%204.59%29%20rotate%28-45%29%22%20fill%3D%22%235A5A5A%22%2F%3E%3C%2Fsvg%3E");
  background-size: 1.5rem 1.5rem;
  background-position: center;
  background-repeat: no-repeat;
}
.page-item:first-child .page-link:hover, .page-item:last-child .page-link:hover {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22arrow%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2010%2010%22%3E%3Crect%20id%3D%22st%22%20x%3D%222%22%20y%3D%225.41%22%20width%3D%226%22%20height%3D%222%22%20transform%3D%22translate%28-3.07%205.41%29%20rotate%28-45%29%22%20fill%3D%22%23273E9F%22%2F%3E%3Crect%20id%3D%22ue%22%20x%3D%224%22%20y%3D%220.59%22%20width%3D%222%22%20height%3D%226%22%20transform%3D%22translate%28-1.07%204.59%29%20rotate%28-45%29%22%20fill%3D%22%23273E9F%22%2F%3E%3C%2Fsvg%3E");
}
@media (max-width: 767.98px) {
  .page-item:first-child, .page-item:last-child {
    position: absolute;
    top: 0;
  }
}
.page-item:first-child .page-link {
  margin-left: 0;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.page-item:first-child.disabled .page-link, .page-item:last-child.disabled .page-link {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22arrow%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2010%2010%22%3E%3Crect%20id%3D%22st%22%20x%3D%222%22%20y%3D%225.41%22%20width%3D%226%22%20height%3D%222%22%20transform%3D%22translate%28-3.07%205.41%29%20rotate%28-45%29%22%20fill%3D%22%23CCD9E4%22%2F%3E%3Crect%20id%3D%22ue%22%20x%3D%224%22%20y%3D%220.59%22%20width%3D%222%22%20height%3D%226%22%20transform%3D%22translate%28-1.07%204.59%29%20rotate%28-45%29%22%20fill%3D%22%23CCD9E4%22%2F%3E%3C%2Fsvg%3E");
}
.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #273E9F;
  border-color: #273E9F;
}
.page-item.disabled .page-link {
  color: #888888;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #DDDDDD;
}

@media (max-width: 767.98px) {
  nav[aria-label=PageNavigation] {
    padding: 6rem 2rem 0 2rem;
    position: relative;
  }
}
nav[aria-label=PageNavigation] .page-item:first-child, nav[aria-label=PageNavigation] .page-item:last-child {
  top: 0;
}
@media (max-width: 767.98px) {
  nav[aria-label=PageNavigation] .page-item:first-child .page-link, nav[aria-label=PageNavigation] .page-item:last-child .page-link {
    max-width: 15.7rem;
    min-width: 13rem;
  }
}
@media (max-width: 767.98px) {
  nav[aria-label=PageNavigation] .page-item:first-child {
    left: 2rem;
  }
}
@media (max-width: 767.98px) {
  nav[aria-label=PageNavigation] .page-item:last-child {
    right: 2rem;
  }
}

.pagination-lg .page-link {
  padding: 2.5rem 2rem;
  font-size: 1.8rem;
  line-height: 1.5;
}
@media (max-width: 767.98px) {
  .pagination-lg .page-link {
    font-size: calc(1.08rem + 0.9375244147vw);
  }
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}

.pagination-sm .page-link {
  padding: 1.5rem 0.5rem;
  font-size: 1.4rem;
  line-height: 1.5;
}
@media (max-width: 767.98px) {
  .pagination-sm .page-link {
    font-size: calc(1.04rem + 0.4687622073vw);
  }
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.4rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 3.4rem;
}
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: #142053;
  background-color: #d4d8ec;
  border-color: #c3c9e4;
}
.alert-primary hr {
  border-top-color: #b1b9dc;
}
.alert-primary .alert-link {
  color: #0a102a;
}

.alert-accent {
  color: #7c3c4a;
  background-color: #fce3e9;
  border-color: #fbd8e0;
}
.alert-accent hr {
  border-top-color: #f9c1ce;
}
.alert-accent .alert-link {
  color: #5a2b35;
}

.alert-secondary {
  color: #474747;
  background-color: #e7e7e7;
  border-color: #dedede;
}
.alert-secondary hr {
  border-top-color: #d1d1d1;
}
.alert-secondary .alert-link {
  color: #2e2e2e;
}

.alert-success {
  color: #155e48;
  background-color: #d4f0e8;
  border-color: #c3eade;
}
.alert-success hr {
  border-top-color: #b0e3d4;
}
.alert-success .alert-link {
  color: #0c3428;
}

.alert-danger {
  color: #7c3c4a;
  background-color: #fce3e9;
  border-color: #fbd8e0;
}
.alert-danger hr {
  border-top-color: #f9c1ce;
}
.alert-danger .alert-link {
  color: #5a2b35;
}

.alert-warning {
  color: #7d5806;
  background-color: #fceece;
  border-color: #fbe7bb;
}
.alert-warning hr {
  border-top-color: #fadfa3;
}
.alert-warning .alert-link {
  color: #4c3604;
}

.alert-light {
  color: #787b7e;
  background-color: #fafbfc;
  border-color: #f8fafb;
}
.alert-light hr {
  border-top-color: #e8eef2;
}
.alert-light .alert-link {
  color: #5f6264;
}

.alert-dark {
  color: #1b1b1b;
  background-color: #d6d6d6;
  border-color: #c6c6c6;
}
.alert-dark hr {
  border-top-color: #b9b9b9;
}
.alert-dark .alert-link {
  color: #020202;
}

.alert-white {
  color: #858585;
  background-color: white;
  border-color: white;
}
.alert-white hr {
  border-top-color: #f2f2f2;
}
.alert-white .alert-link {
  color: #6c6c6c;
}

.alert-gray {
  color: #727476;
  background-color: #f8f9f9;
  border-color: #f5f6f7;
}
.alert-gray hr {
  border-top-color: #e7e9ec;
}
.alert-gray .alert-link {
  color: #595b5c;
}

#header {
  border-bottom: 1px solid #DDDDDD;
}
@media (max-width: 767.98px) {
  #header .navbar {
    padding-right: 1rem;
  }
}
@media (max-width: 767.98px) {
  #header #nav-left {
    width: calc(100vw - 12rem);
  }
}
#header #nav-left p {
  font-size: 1rem;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (min-width: 768px) {
  #header #nav-left p {
    display: inline-block;
    font-size: 1.4rem;
    position: relative;
    margin-left: 1.6rem;
    vertical-align: middle;
    width: 30rem;
  }
}
@media (min-width: 768px) {
  #header {
    background-color: #fff;
    height: 7rem;
  }
}
@media (min-width: 768px) {
  #header.heightL {
    height: 13.2rem;
  }
}
#header .nav-link {
  color: #333333;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (prefers-reduced-motion: reduce) {
  #header .nav-link {
    -webkit-transition: none;
    transition: none;
  }
}
#header .nav-link:hover {
  color: #273E9F;
  -webkit-text-decoration: none;
  text-decoration: none;
}
@media (min-width: 768px) {
  #header .container {
    position: relative;
    height: 100%;
  }
}

@media (min-width: 768px) {
  .search-pages #header {
    height: 9rem;
  }
}

.headerCollapse {
  position: relative;
}
@media (min-width: 768px) {
  .headerCollapse {
    position: absolute;
    width: 46rem;
    top: 2.2rem;
    left: 46.8rem;
  }
}
.headerCollapse .form-row {
  margin: 0;
}

.navbar-brand {
  position: relative;
}
@media (max-width: 767.98px) {
  .navbar-brand {
    background-size: contain;
    height: 3.2rem;
  }
}
@media (min-width: 768px) {
  .navbar-brand {
    background-size: contain;
    height: 40px;
    width: 130px;
    vertical-align: middle;
  }
}

body.topPage .topmenu .nav-item#nav-item-top .nav-link {
  position: relative;
  background-color: #fff;
}
body.topPage .topmenu .nav-item#nav-item-top .nav-link::after {
  background-color: #273E9F;
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  bottom: -1px;
  left: 0;
}
body.searchPage .topmenu .nav-item#nav-item-search .nav-link {
  position: relative;
  background-color: #fff;
}
body.searchPage .topmenu .nav-item#nav-item-search .nav-link::after {
  background-color: #273E9F;
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  bottom: -1px;
  left: 0;
}
body.promoterPage .topmenu .nav-item#nav-item-promoter .nav-link {
  position: relative;
  background-color: #fff;
}
body.promoterPage .topmenu .nav-item#nav-item-promoter .nav-link::after {
  background-color: #273E9F;
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  bottom: -1px;
  left: 0;
}
body.coursePage .topmenu .nav-item#nav-item-course .nav-link {
  position: relative;
  background-color: #fff;
}
body.coursePage .topmenu .nav-item#nav-item-course .nav-link::after {
  background-color: #273E9F;
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  bottom: -1px;
  left: 0;
}
body.facilityPage .topmenu .nav-item#nav-item-facility .nav-link {
  position: relative;
  background-color: #fff;
}
body.facilityPage .topmenu .nav-item#nav-item-facility .nav-link::after {
  background-color: #273E9F;
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  bottom: -1px;
  left: 0;
}

.topmenu {
  border-bottom: 1px solid #DDDDDD;
  font-weight: bold;
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .topmenu {
    width: 120rem;
  }
}
.topmenu .nav-link {
  padding: 1.5rem 0;
}
.topmenu span {
  font-size: 1.4rem;
}
.topmenu li:first-child {
  border-left: 1px solid #DDDDDD;
}
.topmenu li {
  border-right: 1px solid #DDDDDD;
}
.topmenu .container .navbar-nav .nav-link {
  color: #333333;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (prefers-reduced-motion: reduce) {
  .topmenu .container .navbar-nav .nav-link {
    -webkit-transition: none;
    transition: none;
  }
}
.topmenu .container .navbar-nav .nav-link:hover {
  color: #273E9F;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.card-main .card-body .badge {
  margin-right: 1.5rem;
}
.card-main time {
  color: #888888;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  line-height: 1.1;
  text-align: left;
  white-space: nowrap;
}
.card-main .card-title {
  margin: 1rem 0 1.7rem 0;
}
@media (max-width: 767.98px) {
  .card-main .card-title {
    margin-bottom: 1.07rem;
  }
}
.card-main .card-text {
  color: #7E7E7E;
  font-size: 1.4rem;
}

.slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
@media (max-width: 767.98px) {
  .slide {
    margin-left: -2rem;
    margin-right: -2rem;
  }
}
@media (max-width: 767.98px) {
  .slide .swiper-container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (max-width: 767.98px) {
  .slide .swiper-button-next,
  .slide .swiper-button-prev {
    display: none;
  }
}

.col-main .slide .swiper-button-prev,
.col-main .slide .swiper-button-next,
.container-fluid .slide .swiper-button-prev,
.container-fluid .slide .swiper-button-next {
  width: 3.8rem;
  height: 3.8rem;
  z-index: 5;
}
.col-main .slide .swiper-button-prev::after,
.col-main .slide .swiper-button-next::after,
.container-fluid .slide .swiper-button-prev::after,
.container-fluid .slide .swiper-button-next::after {
  background-color: #273E9F;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22arrow%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2020%2020%22%3E%3Cpath%20id%3D%22line2%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222px%22%20d%3D%22M16.53%2C10.11h-12%22%2F%3E%3Cpath%20id%3D%22arrow1%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222px%22%20stroke-linejoin%3D%22round%22%20d%3D%22M7.63%2C14.16%2C3.47%2C10%2C7.63%2C5.84%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 2rem 2rem;
  border-radius: 50%;
  -webkit-box-shadow: 0 1rem 1rem 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 1rem 1rem 0 rgba(0, 0, 0, 0.08);
  content: "";
  display: block;
  opacity: 1;
  width: 3.8rem;
  height: 3.8rem;
}
.col-main .slide .swiper-button-prev:focus,
.col-main .slide .swiper-button-next:focus,
.container-fluid .slide .swiper-button-prev:focus,
.container-fluid .slide .swiper-button-next:focus {
  outline: none;
}
.col-main .slide .swiper-button-prev:focus::after, .col-main .slide .swiper-button-prev:active::after, .col-main .slide .swiper-button-prev:hover::after,
.col-main .slide .swiper-button-next:focus::after,
.col-main .slide .swiper-button-next:active::after,
.col-main .slide .swiper-button-next:hover::after,
.container-fluid .slide .swiper-button-prev:focus::after,
.container-fluid .slide .swiper-button-prev:active::after,
.container-fluid .slide .swiper-button-prev:hover::after,
.container-fluid .slide .swiper-button-next:focus::after,
.container-fluid .slide .swiper-button-next:active::after,
.container-fluid .slide .swiper-button-next:hover::after {
  opacity: 0.85;
}
.col-main .slide .swiper-button-prev.swiper-button-disabled::after,
.col-main .slide .swiper-button-next.swiper-button-disabled::after,
.container-fluid .slide .swiper-button-prev.swiper-button-disabled::after,
.container-fluid .slide .swiper-button-next.swiper-button-disabled::after {
  background-color: #c9d4de;
  opacity: 1;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.col-main .slide .swiper-button-prev,
.container-fluid .slide .swiper-button-prev {
  left: -1.9rem;
}
.col-main .slide .swiper-button-prev::after,
.container-fluid .slide .swiper-button-prev::after {
  -webkit-transform: none;
  transform: none;
}
.col-main .slide .swiper-button-next,
.container-fluid .slide .swiper-button-next {
  right: -1.9rem;
}
.col-main .slide .swiper-button-next::after,
.container-fluid .slide .swiper-button-next::after {
  -webkit-box-shadow: 0 -1rem 1rem 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 -1rem 1rem 0 rgba(0, 0, 0, 0.08);
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

@media (max-width: 767.98px) {
  .contents-recommend .sectioning-padding {
    padding: 2rem 0 4rem 0;
  }
}
@media (min-width: 768px) {
  .contents-recommend .sectioning-padding {
    padding-top: 2.6rem;
    padding-bottom: 4.5rem;
  }
}

@media (max-width: 767.98px) {
  .slide-recommend .card-main,
  .slide-recommend .card-body,
  .slide-recommend .swiper-slide,
  .slide-recommend .border-0,
  .slide-recommend .obj-fit-cover {
    width: 26rem;
  }
}
@media (min-width: 768px) {
  .slide-recommend .card-main,
  .slide-recommend .card-body,
  .slide-recommend .swiper-slide,
  .slide-recommend .border-0,
  .slide-recommend .obj-fit-cover {
    width: 22.3rem;
  }
}
.slide-recommend time {
  font-size: 1.2rem;
  text-align: right;
}
.slide-recommend .card-title {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 1rem;
}
.slide-recommend .card-text {
  font-size: 1.2rem;
}
.slide-recommend .border-0 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 1rem;
  position: relative;
}
@media (max-width: 767.98px) {
  .slide-recommend .obj-fit-cover {
    height: 17.4rem;
  }
}
@media (min-width: 768px) {
  .slide-recommend .obj-fit-cover {
    height: 14.6rem;
  }
}
.slide-recommend .text-muted {
  font-weight: bold;
}
@media (min-width: 768px) {
  .slide-recommend .lines2,
  .slide-recommend .lines4 {
    width: 22rem;
  }
}
.slide-recommend .card-text.three-lines {
  color: #888888;
}

@media (min-width: 768px) {
  .slide-recommend.searchPages .swiper-slide {
    width: calc(33.3333333333% - 1.4rem);
  }
}
@media (max-width: 767.98px) {
  .slide-recommend.searchPages .swiper-slide {
    width: 26.2rem;
  }
}
.slide-recommend.searchPages .card-main,
.slide-recommend.searchPages .card-body,
.slide-recommend.searchPages .border-0,
.slide-recommend.searchPages .obj-fit-cover,
.slide-recommend.searchPages .lines2,
.slide-recommend.searchPages .lines4 {
  width: 100%;
}
.slide-recommend.searchPages .card-main a,
.slide-recommend.searchPages .card-body a,
.slide-recommend.searchPages .border-0 a,
.slide-recommend.searchPages .obj-fit-cover a,
.slide-recommend.searchPages .lines2 a,
.slide-recommend.searchPages .lines4 a {
  width: 100%;
}

@media (min-width: 768px) {
  .contents-sidesearch {
    position: relative;
  }
}
@media (max-width: 767.98px) {
  .contents-sidesearch {
    border: 0;
    margin: 0;
    position: absolute;
    left: 0;
    top: 0;
  }
}

@media (max-width: 767.98px) {
  .alert-sidesearch {
    display: none;
  }
}
.alert-sidesearch.fade:not(.show) {
  opacity: 0;
  position: fixed;
  left: -100%;
  top: -100%;
  z-index: -5;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}
@media (prefers-reduced-motion: reduce) {
  .alert-sidesearch.fade:not(.show) {
    -webkit-transition: none;
    transition: none;
  }
}
.alert-sidesearch.alert.fixed {
  background-color: #fff;
  -webkit-animation: fadeinout 0.5s ease;
  animation: fadeinout 0.5s ease;
  display: block;
  border-radius: 0;
  margin: 0;
  padding: 3rem 2rem 10rem 2rem;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 1;
  overflow: auto;
  z-index: 105;
}
.alert-sidesearch.alert.fixed button.close.close-circle {
  margin-top: -2rem;
}
.alert-sidesearch select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.alert-sidesearch select::-ms-expand {
  display: none;
}
.alert-sidesearch .search-side-fromdate-wrap, .alert-sidesearch .search-side-todate-wrap {
  position: relative;
  width: 100%;
}

@-webkit-keyframes fadeinout {
  0% {
    opacity: 0;
    top: 100%;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}

@keyframes fadeinout {
  0% {
    opacity: 0;
    top: 100%;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}
@-webkit-keyframes fadeinout2 {
  0% {
    opacity: 0;
    bottom: 100%;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}
@keyframes fadeinout2 {
  0% {
    opacity: 0;
    bottom: 100%;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}
.alert-sidesearch {
  font-size: 1.4rem;
}
.alert-sidesearch .form-group {
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .alert-sidesearch .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .alert-sidesearch .form-group.border-top {
    border: none !important;
  }
}
@media (max-width: 767.98px) {
  .alert-sidesearch .form-group.border-top {
    margin-top: 5rem;
    padding-top: 2rem;
    padding-bottom: 0;
  }
}
.alert-sidesearch .close-circle {
  position: relative;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}
.alert-sidesearch .sidesearch-close {
  top: 3rem;
  right: 2rem;
}
@media (min-width: 768px) {
  .alert-sidesearch .sidesearch-close {
    display: none;
  }
}
.alert-sidesearch .form-text {
  font-weight: normal;
}
.alert-sidesearch label {
  color: #888888;
  font-weight: bold;
  margin-bottom: 0;
}
.alert-sidesearch label.icn {
  cursor: pointer;
  pointer-events: all;
  width: 100%;
}
.alert-sidesearch label + input {
  margin-top: 0.5rem;
}
.alert-sidesearch .collapse-inner {
  margin-top: 1rem;
}
.alert-sidesearch .custom-control-label {
  font-weight: normal;
}
.alert-sidesearch .form-control {
  border: none;
  height: calc(1.5em + 2.4rem + 2px);
}
.alert-sidesearch .form-control.w-70 {
  width: calc(100% - 3.5rem);
}
.alert-sidesearch .bg-white {
  z-index: 107;
}
@media (min-width: 768px) {
  .alert-sidesearch .bg-white {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .alert-sidesearch .bg-white {
    -webkit-box-shadow: 0 -1rem 1rem 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 -1rem 1rem 0 rgba(0, 0, 0, 0.08);
    right: 0;
    bottom: 0;
    left: 0;
    padding: 2rem;
    position: fixed;
    text-align: center;
  }
}
.alert-sidesearch .form-group .list-inline {
  margin-bottom: 0;
}
.alert-sidesearch .form-group .collapse .list-inline {
  margin-bottom: 1rem;
}
.alert-sidesearch .form-group .list-inline-item {
  margin-top: 0.5rem;
}

.alert-dismissible {
  background-color: #F2F2F2;
  border-radius: 0.4rem;
  line-height: 1.3;
  margin-bottom: 1.5rem;
  padding: 1rem;
  padding-right: 2rem;
}
.alert-dismissible small {
  color: #7E7E7E;
}

.btn-sm {
  font-weight: bold;
}

.col-side .sectioning-title {
  margin-top: 0;
  margin-bottom: 3rem;
  padding-left: 0;
}
.col-side .sectioning-title::before {
  left: -2rem;
}

.card.card-body {
  margin-bottom: 2rem;
}
.card.card-body .card-title {
  font-size: 1.3rem;
  max-width: 100%;
}
.card.card-body .promoterImage {
  border: 0.1rem solid #DDDDDD;
  border-radius: 50%;
  width: 6.2rem;
  height: 6.2rem;
  margin-right: 1rem;
}
.card.card-body .promoterImage a {
  display: block;
  width: 6rem;
  height: 6rem;
}
.card.card-body .promoterImage img {
  border-radius: 50%;
  width: 6rem;
  height: 6rem;
}
.card.card-body .promoterImage + div {
  width: calc(100% - 7.2rem);
}

.contents-side .btn-primary.btn-lg {
  padding: 2rem;
  font-size: 1.6rem;
  font-weight: bold;
}

.event-regist p.text-primary {
  font-size: 1.4rem;
  font-weight: bold;
}

@media (max-width: 767.98px) {
  .contents-searchList {
    background-color: transparent;
    border-bottom: none;
    padding: 0;
  }
}
@media (min-width: 768px) {
  .contents-searchList {
    background-color: transparent;
  }
}

.card.search {
  background-color: #fff;
}
@media (max-width: 767.98px) {
  .card.search {
    border-bottom: 0.1rem solid #DDDDDD;
    margin-bottom: 1.2rem;
    padding: 0 2rem;
  }
}
@media (min-width: 768px) {
  .card.search {
    margin-bottom: 3.2rem;
  }
}
@media (max-width: 767.98px) {
  .card.search + .card.search {
    border-top: 0.1rem solid #DDDDDD;
  }
}
.card.search + .card.search:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
.card.search time,
.card.search .text-muted {
  margin-right: 0.7rem;
  padding-left: 2rem;
  position: relative;
}
@media (min-width: 768px) {
  .card.search time,
  .card.search .text-muted {
    font-size: 1.2rem;
    line-height: 1.5;
  }
}
@media (max-width: 767.98px) {
  .card.search time,
  .card.search .text-muted {
    font-size: 1.2rem;
    line-height: 1.3;
    max-width: 20rem;
  }
}
@media (max-width: 767.98px) {
  .card.search .text-muted {
    margin-right: 0;
  }
}
.card.search .icon-pin {
  font-weight: bold;
}
.card.search .card-title {
  font-weight: bold;
  margin: 0 0 1rem 0;
}
@media (min-width: 768px) {
  .card.search .card-title {
    font-size: 1.8rem;
    line-height: 1.6;
  }
}
@media (max-width: 767.98px) {
  .card.search .card-title {
    font-size: 1.4rem;
    line-height: 1.5;
  }
}
.card.search .card-title .badge {
  margin-left: 1rem;
  padding: 0.4rem 0.7rem;
}
.card.search .card-body {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (min-width: 768px) {
  .card.search .card-body {
    padding: 3rem;
    padding-left: 30rem;
    min-height: 30rem;
  }
}
.card.search .card-body .badge {
  margin-right: 0.5rem;
}
.card.search .card-body .badge:last-child {
  margin-right: 0;
}
.card.search .card-body .badge.badge-outline-primary {
  color: #7e7e7e;
  margin-bottom: 0.5rem;
  padding: 0.7rem 0.5rem;
}
.card.search .card-body .badge.text-truncate {
  max-width: 100%;
  min-width: auto;
  width: auto;
}
@media (min-width: 768px) {
  .card.search .order-sm-1 {
    position: absolute;
    left: 3rem;
    top: 3rem;
    width: 24rem;
  }
}
@media (min-width: 768px) {
  .card.search .order-sm-1 img {
    border-radius: 0.3rem;
    width: 24rem;
    height: 24rem;
  }
}
@media (max-width: 767.98px) {
  .card.search .order-sm-1 img {
    height: 12rem;
  }
}
@media (max-width: 767.98px) {
  .card.search .order-sm-2,
  .card.search .order-sm-3,
  .card.search .order-sm-5,
  .card.search .order-sm-6 {
    max-width: none;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .card.search .order-sm-2,
  .card.search .order-sm-3,
  .card.search .order-sm-5,
  .card.search .order-sm-6 {
    max-width: 63rem;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .card.search .order-sm-2 {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767.98px) {
  .card.search .order-sm-2 {
    margin-bottom: 0.5rem;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .card.search .order-sm-2 > div:first-child {
    max-width: 74%;
  }
}
.card.search .order-sm-2 > div:first-child .icon-calendar {
  padding-right: 0;
}
.card.search .order-sm-2 > div:first-child > div:first-child {
  max-width: 80%;
}
.card.search .order-sm-2 > div:first-child > div:last-child {
  min-width: 20%;
}
@media (min-width: 768px) {
  .card.search .order-sm-2 > div:last-child {
    min-width: 26%;
  }
}
@media (min-width: 768px) {
  .card.search .order-sm-2 > div:last-child .badge {
    padding: 0.8rem 0.7rem;
  }
}
@media (min-width: 768px) {
  .card.search .order-sm-2 > div:last-child .icon-calendar {
    padding-right: 0;
  }
}
.card.search .labelist {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .card.search .labelist {
    padding: 1rem 0;
  }
}
@media (max-width: 767.98px) {
  .card.search .labelist {
    padding: 1.5rem 0 0.5rem 0;
  }
}
.card.search .user {
  font-size: 1.2rem;
  font-weight: bold;
}
.card.search .user a {
  display: inline-block;
  width: inherit;
}
.card.search .user-icon {
  width: 4rem;
  height: 4rem;
}
.card.search .user-icon a {
  display: block;
  width: inherit;
  height: inherit;
}
.card.search dt {
  font-size: 1.2rem;
  font-weight: normal;
  padding-right: 1.5rem;
  position: relative;
  white-space: nowrap;
}
.card.search dt::after {
  background-color: #DDDDDD;
  content: "";
  width: 0.1rem;
  height: 3rem;
  margin-top: -1.5rem;
  position: absolute;
  top: 50%;
  right: 0;
}
.card.search dd {
  padding-left: 1.5rem;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .card.search .progress.fivestar {
    width: 1.4rem !important;
  }
}
@media (max-width: 767.98px) {
  .card.search .progress.fivestar .progress-bar-star {
    width: 100% !important;
  }
}
.card.search.appEvent {
  background-color: #f9f9f9;
}
.card.search.appEvent dt {
  padding-right: 0;
}
.card.search.appEvent dt::after {
  display: none;
}
.card.search.appEvent .user {
  margin-bottom: 0;
  position: relative;
}
@media (min-width: 768px) {
  .card.search.appEvent .order-sm-1 img {
    border-radius: 0.2rem;
    width: 8rem;
    height: 8rem;
  }
}
@media (min-width: 768px) {
  .card.search.appEvent .order-sm-1 {
    width: auto;
  }
}
@media (min-width: 768px) {
  .card.search.appEvent .order-sm-6 {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
}
@media (max-width: 767.98px) {
  .card.search.appEvent .order-sm-6 {
    margin-top: 1rem;
  }
}
@media (min-width: 768px) {
  .card.search.appEvent .card-body {
    padding-left: 14rem;
    min-height: 20rem;
  }
}
.card.search.appEvent .card-body .card-title:not(.icon-none) {
  position: relative;
  padding-left: 3.2rem;
}
.card.search.appEvent .card-body .card-title:not(.icon-none)::before {
  position: absolute;
  content: "";
  width: 2rem;
  height: 2.8rem;
  background-image: url(../img/icon/appicon__.svg);
  background-repeat: no-repeat;
  background-size: contain;
  left: 0;
  top: 0;
}

.slide-searchImage {
  max-width: 100%;
  width: auto;
}
.slide-searchImage .swiper-container {
  margin-left: -2rem;
  margin-right: -2rem;
  padding: 0 2rem;
}
@media (max-width: 767.98px) {
  .slide-searchImage .swiper-slide {
    width: auto;
  }
}
@media (min-width: 768px) {
  .slide-searchImage .swiper-slide:nth-child(n+2) {
    display: none;
  }
}
.slide-searchImage .swiper-slide a {
  display: block;
}

@media (max-width: 767.98px) {
  .contents-promoterList {
    background-color: transparent;
    border-bottom: none;
    padding: 0;
  }
}
@media (min-width: 768px) {
  .contents-promoterList {
    background-color: transparent;
  }
}

.card.promoter {
  background-color: #fff;
  position: relative;
}
@media (max-width: 767.98px) {
  .card.promoter {
    border-bottom: 0.1rem solid #DDDDDD;
    margin-bottom: 1.2rem;
    padding: 0 2rem;
  }
}
@media (min-width: 768px) {
  .card.promoter {
    margin-bottom: 3.2rem;
  }
}
@media (max-width: 767.98px) {
  .card.promoter + .card.promoter {
    border-top: 0.1rem solid #DDDDDD;
  }
}
.card.promoter + .card.promoter:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
.card.promoter > .card-body {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (min-width: 768px) {
  .card.promoter > .card-body {
    padding: 3rem;
    padding-left: 24rem;
    min-height: 24rem;
  }
}
.card.promoter > .card-body .d-flex.flex-column {
  width: 100%;
}
.card.promoter > .card-body .promoterImage {
  border: 0.1rem solid #DDDDDD;
}
@media (min-width: 768px) {
  .card.promoter > .card-body .promoterImage {
    position: absolute;
    left: 3rem;
    top: 3rem;
    width: 18.2rem;
    height: 18.2rem;
  }
}
@media (max-width: 767.98px) {
  .card.promoter > .card-body .promoterImage {
    margin-right: 1rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) {
  .card.promoter > .card-body .promoterImage img {
    width: 18rem;
    height: 18rem;
  }
}
@media (max-width: 767.98px) {
  .card.promoter > .card-body .promoterImage img {
    width: 8rem;
    height: 8rem;
  }
}
.card.promoter > .card-body .card-title {
  font-weight: bold;
  margin: 0 0 1rem 0;
  width: inherit;
}
@media (min-width: 768px) {
  .card.promoter > .card-body .card-title {
    font-size: 1.8rem;
    line-height: 1.6;
  }
}
@media (max-width: 767.98px) {
  .card.promoter > .card-body .card-title {
    font-size: 1.4rem;
    line-height: 1.4;
  }
}
.card.promoter > .card-body .card-title .badge {
  margin-left: 1rem;
}
.card.promoter > .card-body .badge {
  background-color: #F2F2F2;
  border-radius: 0;
  font-size: 1.1rem;
  font-weight: normal;
  padding: 0.4rem 0.9rem;
}
@media (max-width: 767.98px) {
  .card.promoter > .card-body .badge {
    margin-bottom: 0.5rem;
    -webkit-align-self: start;
        -ms-flex-item-align: start;
            align-self: start;
  }
}
.card.promoter > .card-body dl {
  border-bottom: 0.1rem solid #DDDDDD;
  width: 100%;
}
.card.promoter > .card-body dt {
  border-top: 0.1rem solid #DDDDDD;
  color: #888888;
  font-size: 1.2rem;
  font-weight: bold;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  width: 8rem;
}
.card.promoter > .card-body dd {
  border-top: 0.1rem solid #DDDDDD;
  font-size: 1.2rem;
  margin-bottom: 0;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  width: calc(100% - 8rem);
}
.card.promoter .card-inner {
  position: relative;
}
@media (min-width: 768px) {
  .card.promoter .card-inner {
    background-color: #F2F2F2;
    border: 0.1rem solid #DDDDDD;
    border-radius: 0.5rem;
    margin-left: 3rem;
    margin-right: 3rem;
    margin-bottom: 3.5rem;
  }
}
@media (min-width: 768px) {
  .card.promoter .card-inner .sectioning-title {
    font-size: 1.6rem;
    letter-spacing: 0.2rem;
    margin-top: 2.5rem;
    padding-left: 2rem;
  }
}
@media (max-width: 767.98px) {
  .card.promoter .card-inner .sectioning-title {
    font-size: 1.4rem;
    letter-spacing: 0.1rem;
    padding-left: 1.5rem;
  }
}
@media (max-width: 767.98px) {
  .card.promoter .card-inner .sectioning-title::before {
    left: 0;
  }
}
.card.promoter .card-inner .sectioning-title + .btn-pill {
  top: 1.5rem;
  right: 1.5rem;
}
.card.promoter .card-inner .sectioning-padding {
  padding: 2rem 0 2.4rem 0;
}
@media (min-width: 768px) {
  .card.promoter .card-inner .sectioning-padding.userRecruit {
    padding: 2rem;
  }
}
@media (max-width: 767.98px) {
  .card.promoter .card-inner .sectioning-padding.userRecruit {
    padding: 2rem 0;
  }
}
.card.promoter .card-inner .user-icon {
  width: 4rem;
  height: 4rem;
}
.card.promoter .card-inner .user-icon a {
  display: block;
  width: inherit;
  height: inherit;
}
.card.promoter .card-inner .user-icon + .d-flex.flex-column {
  width: calc(100% - 5.5rem);
}
.card.promoter .card-inner .user {
  font-size: 1.2rem;
  font-weight: bold;
  width: 100%;
}
.card.promoter .card-inner .user a {
  display: inline-block;
  width: inherit;
}
.card.promoter .card-inner .promoterImage {
  border: 0.1rem solid #DDDDDD;
}
@media (min-width: 768px) {
  .card.promoter .card-inner .promoterImage {
    position: absolute;
    left: 2rem;
    top: 2rem;
    width: 12.2rem;
    height: 12.2rem;
  }
}
@media (max-width: 767.98px) {
  .card.promoter .card-inner .promoterImage {
    margin-right: 1rem;
  }
}
@media (min-width: 768px) {
  .card.promoter .card-inner .promoterImage img {
    width: 12rem;
    height: 12rem;
  }
}
@media (max-width: 767.98px) {
  .card.promoter .card-inner .promoterImage img {
    width: 6rem;
    height: 6rem;
  }
}

.userRecruit .card {
  border: 0.1rem solid #DCE0E3;
  min-height: 16rem;
}
.userRecruit .card:not(:last-child) {
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .userRecruit .card-body {
    padding: 2rem;
    padding-left: 16rem;
    min-height: 14.2rem;
  }
}
@media (max-width: 767.98px) {
  .userRecruit .card-body {
    padding: 1rem;
  }
}
.userRecruit .card-body .d-flex.flex-column {
  width: 100%;
}
.userRecruit .card-body .card-title {
  font-weight: bold;
  margin: 0;
  width: inherit;
}
@media (min-width: 768px) {
  .userRecruit .card-body .card-title {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
@media (max-width: 767.98px) {
  .userRecruit .card-body .card-title {
    font-size: 1.4rem;
    line-height: 1.4;
  }
}
.userRecruit .card-body .card-title .badge {
  margin: 0 0 0 0.5rem;
  padding: 0.4rem 0.8rem;
}
.userRecruit .labelist {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .userRecruit .labelist {
    padding: 1rem 0;
  }
}
@media (max-width: 767.98px) {
  .userRecruit .labelist {
    padding: 1rem 0 0.5rem 0;
  }
}
.userRecruit .labelist .badge + .badge:last-child {
  margin-right: 0;
}
.userRecruit .labelist .badge-outline-primary {
  color: #7E7E7E;
  margin-bottom: 0.5rem;
  padding: 0.6rem 0.8rem;
}

.pickup {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 1.1rem;
  font-weight: bold;
  line-height: 1;
  position: absolute;
  top: 0;
  right: 0;
  width: 6rem;
  height: 6rem;
}
.pickup::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 6rem 6rem 0;
  border-color: transparent #EF738F transparent transparent;
  position: absolute;
  right: 0;
  top: 0;
}
.pickup span {
  display: inline-block;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 1.7rem;
  left: 1.5rem;
}

@media (max-width: 767.98px) {
  .coursePage .col-main .sectioning-box.contents-main {
    background-color: transparent;
    border-bottom: none;
    padding: 0;
  }
}
@media (min-width: 768px) {
  .coursePage .col-main .sectioning-box.contents-main {
    background-color: transparent;
  }
}

.coursePage .col-main .contents-main .card-main {
  background-color: #fff;
  position: relative;
}
@media (max-width: 767.98px) {
  .coursePage .col-main .contents-main .card-main {
    border-bottom: 0.1rem solid #DDDDDD;
    margin-bottom: 1.2rem;
    padding: 0 2rem;
  }
}
@media (min-width: 768px) {
  .coursePage .col-main .contents-main .card-main {
    margin-bottom: 3.2rem;
  }
}
@media (max-width: 767.98px) {
  .coursePage .col-main .contents-main .card-main + .card-main {
    border-top: 0.1rem solid #DDDDDD;
  }
}
.coursePage .col-main .contents-main .card-main + .card-main:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
.coursePage .col-main .contents-main .card-main > .card-body {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (min-width: 768px) {
  .coursePage .col-main .contents-main .card-main > .card-body {
    padding: 3rem;
    padding-left: 24rem;
    min-height: 27rem;
  }
}
.coursePage .col-main .contents-main .card-main > .card-body .d-flex.flex-column {
  width: 100%;
}
.coursePage .col-main .contents-main .card-main > .card-body .cardImage {
  border-radius: 0.6rem;
}
@media (min-width: 768px) {
  .coursePage .col-main .contents-main .card-main > .card-body .cardImage {
    position: absolute;
    left: 3rem;
    top: 3rem;
    width: 18rem;
    height: 18rem;
  }
}
@media (max-width: 767.98px) {
  .coursePage .col-main .contents-main .card-main > .card-body .cardImage {
    margin-right: 1rem;
    margin-bottom: 1rem;
  }
}
.coursePage .col-main .contents-main .card-main > .card-body .cardImage img {
  border-radius: 0.6rem;
}
@media (min-width: 768px) {
  .coursePage .col-main .contents-main .card-main > .card-body .cardImage img {
    width: 18rem;
    height: 18rem;
  }
}
@media (max-width: 767.98px) {
  .coursePage .col-main .contents-main .card-main > .card-body .cardImage img {
    width: 8rem;
    height: 8rem;
  }
}
.coursePage .col-main .contents-main .card-main > .card-body .card-title {
  font-weight: bold;
  width: inherit;
}
@media (min-width: 768px) {
  .coursePage .col-main .contents-main .card-main > .card-body .card-title {
    font-size: 1.8rem;
    line-height: 1.6;
    margin: 0 0 1rem 0;
  }
}
@media (max-width: 767.98px) {
  .coursePage .col-main .contents-main .card-main > .card-body .card-title {
    font-size: 1.4rem;
    line-height: 1.4;
    margin: 0 0 0.5rem 0;
  }
}
@media (max-width: 767.98px) {
  .coursePage .col-main .contents-main .card-main > .card-body .progress-box {
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) {
  .coursePage .col-main .contents-main .card-main > .card-body .progress-box {
    position: absolute;
    left: 6rem;
    top: 23rem;
  }
}
.coursePage .col-main .contents-main .card-main > .card-body .progress-box .text-light {
  font-size: 1.4rem;
}
.coursePage .col-main .contents-main .card-main > .card-body .badge-selection10 {
  background-color: #C4A830;
  color: #fff;
  padding: 0.7rem;
}
.coursePage .col-main .contents-main .card-main > .card-body .card-text.text-muted {
  font-weight: bold;
  margin-bottom: 1rem;
  margin-right: 1rem;
  padding-left: 2rem;
}
@media (max-width: 767.98px) {
  .coursePage .col-main .contents-main .card-main > .card-body .card-text.text-muted {
    font-size: 1.3rem;
    margin-bottom: 0.4rem;
  }
}
.coursePage .col-main .contents-main .card-main > .card-body .card-text.text-muted.icon-pin::before {
  left: 0;
}
.coursePage .col-main .contents-main .card-main .featurelist, .coursePage .col-main .contents-main .card-main .proslist {
  margin-bottom: 0.5rem;
}
.coursePage .col-main .contents-main .card-main .featurelist .badge, .coursePage .col-main .contents-main .card-main .proslist .badge {
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
}
.coursePage .col-main .contents-main .card-main .featurelist .badge {
  padding: 0.8rem 1rem;
}
.coursePage .col-main .contents-main .card-main .proslist .badge-outline-primary {
  color: #7E7E7E;
  padding: 0.5rem 1rem;
}
.coursePage .col-main .contents-main .card-main dl {
  margin-bottom: 0;
}
.coursePage .col-main .contents-main .card-main dl dt, .coursePage .col-main .contents-main .card-main dl dd {
  color: #7E7E7E;
  font-size: 1.4rem;
  font-weight: normal;
  letter-spacing: 0.1rem;
  margin-bottom: 0;
}

.selections {
  color: #fff;
  font-size: 1.1rem;
  font-weight: bold;
  line-height: 1;
}
@media (max-width: 767.98px) {
  .selections {
    position: relative;
    margin-top: -1rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) {
  .selections {
    position: absolute;
    top: 3rem;
    right: 2rem;
  }
}

@media (max-width: 767.98px) {
  .facilityPage .col-main .sectioning-box.contents-main {
    background-color: transparent;
    border-bottom: none;
    padding: 0;
  }
}
@media (min-width: 768px) {
  .facilityPage .col-main .sectioning-box.contents-main {
    background-color: transparent;
  }
}

.facilityPage .col-main .contents-main .card-main {
  background-color: #fff;
  position: relative;
}
@media (max-width: 767.98px) {
  .facilityPage .col-main .contents-main .card-main {
    border-bottom: 0.1rem solid #DDDDDD;
    margin-bottom: 1.2rem;
    padding: 0 2rem;
  }
}
@media (min-width: 768px) {
  .facilityPage .col-main .contents-main .card-main {
    margin-bottom: 3.2rem;
  }
}
@media (max-width: 767.98px) {
  .facilityPage .col-main .contents-main .card-main + .card-main {
    border-top: 0.1rem solid #DDDDDD;
  }
}
.facilityPage .col-main .contents-main .card-main + .card-main:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
.facilityPage .col-main .contents-main .card-main > .card-body {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (min-width: 768px) {
  .facilityPage .col-main .contents-main .card-main > .card-body {
    padding: 3rem;
    padding-left: 24rem;
    min-height: 24rem;
  }
}
.facilityPage .col-main .contents-main .card-main > .card-body .d-flex.flex-column, .facilityPage .col-main .contents-main .card-main > .card-body .d-flex.flex-row {
  width: 100%;
}
.facilityPage .col-main .contents-main .card-main > .card-body .cardImage {
  border-radius: 0.6rem;
}
@media (min-width: 768px) {
  .facilityPage .col-main .contents-main .card-main > .card-body .cardImage {
    position: absolute;
    left: 3rem;
    top: 3rem;
    width: 18rem;
    height: 18rem;
  }
}
@media (max-width: 767.98px) {
  .facilityPage .col-main .contents-main .card-main > .card-body .cardImage {
    margin-right: 1rem;
    margin-bottom: 1rem;
  }
}
.facilityPage .col-main .contents-main .card-main > .card-body .cardImage img {
  border-radius: 0.6rem;
}
@media (min-width: 768px) {
  .facilityPage .col-main .contents-main .card-main > .card-body .cardImage img {
    width: 18rem;
    height: 18rem;
  }
}
@media (max-width: 767.98px) {
  .facilityPage .col-main .contents-main .card-main > .card-body .cardImage img {
    width: 8rem;
    height: 8rem;
  }
}
.facilityPage .col-main .contents-main .card-main > .card-body .card-title {
  font-weight: bold;
  width: inherit;
}
@media (min-width: 768px) {
  .facilityPage .col-main .contents-main .card-main > .card-body .card-title {
    font-size: 1.8rem;
    line-height: 1.6;
    margin: 0 0 1rem 0;
  }
}
@media (max-width: 767.98px) {
  .facilityPage .col-main .contents-main .card-main > .card-body .card-title {
    font-size: 1.4rem;
    line-height: 1.4;
    margin: 0 0 0.5rem 0;
  }
}
@media (max-width: 767.98px) {
  .facilityPage .col-main .contents-main .card-main > .card-body .card-title a {
    display: block;
  }
}
@media (min-width: 768px) {
  .facilityPage .col-main .contents-main .card-main > .card-body .card-title .badge {
    margin-left: 0.5rem;
    margin-right: 0;
    padding: 0.4rem 0.8rem;
  }
}
@media (max-width: 767.98px) {
  .facilityPage .col-main .contents-main .card-main > .card-body .card-title .badge {
    margin-top: 0.5rem;
    margin-left: 0;
    margin-bottom: 0.5rem;
  }
}
.facilityPage .col-main .contents-main .card-main > .card-body .card-text.text-muted {
  font-weight: bold;
  margin-bottom: 1rem;
  margin-right: 1rem;
  padding-left: 2rem;
}
@media (max-width: 767.98px) {
  .facilityPage .col-main .contents-main .card-main > .card-body .card-text.text-muted {
    font-size: 1.3rem;
    margin-bottom: 0.4rem;
  }
}
.facilityPage .col-main .contents-main .card-main > .card-body .card-text.text-muted.icon-pin::before {
  left: 0;
}
.facilityPage .col-main .contents-main .card-main .proslist {
  margin-bottom: 0.5rem;
}
.facilityPage .col-main .contents-main .card-main .proslist .badge {
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
  color: #7E7E7E;
  padding: 0.5rem 1rem;
}
.facilityPage .col-main .contents-main .card-main .categories .badge {
  margin-right: 0;
  padding: 0.7rem;
}
@media (max-width: 767.98px) {
  .facilityPage .col-main .contents-main .card-main .favorite {
    margin-left: 1rem;
  }
}
@media (min-width: 768px) {
  .facilityPage .col-main .contents-main .card-main .favorite {
    position: absolute;
    bottom: 3rem;
    right: 3rem;
  }
}

.categories {
  color: #fff;
  font-size: 1.1rem;
  font-weight: bold;
  line-height: 1;
}
@media (max-width: 767.98px) {
  .categories {
    position: relative;
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) {
  .categories {
    position: absolute;
    top: 3rem;
    right: 3rem;
  }
}

.slide-reviewRow .card-main {
  border: 0.1rem solid #DDDDDD;
  padding: 2rem;
  width: 28rem;
  height: 100%;
}
.slide-reviewRow .card-main .card-title {
  font-size: 1.4rem;
  margin-bottom: 0.7rem;
  font-weight: bold;
}
.slide-reviewRow .card-main .card-text {
  color: #7E7E7E;
  font-size: 1.2rem;
}
.slide-reviewRow .swiper-container {
  padding-left: 2rem;
  padding-right: 2rem;
  padding-bottom: 0.1rem;
}
.slide-reviewRow .swiper-wrapper {
  height: inherit;
}
.slide-reviewRow .swiper-slide {
  width: 28rem;
  height: inherit;
}
.slide-reviewRow .user-icon {
  width: 4rem;
  height: 4rem;
}
.slide-reviewRow .user-icon a {
  display: block;
  width: inherit;
  height: inherit;
}
.slide-reviewRow .user-icon + .d-flex.flex-column {
  width: calc(100% - 5.5rem);
}
.slide-reviewRow .user {
  font-size: 1.3rem;
  font-weight: bold;
  width: 100%;
}
.slide-reviewRow .user a {
  display: inline-block;
  width: inherit;
}
.slide-reviewRow .card-header {
  background-color: transparent;
  padding: 0;
  width: calc(100% - 4.8rem);
}
.slide-reviewRow .card-header time {
  color: #888888;
  font-size: 1.2rem;
  font-weight: normal;
}
.slide-reviewRow .card-footer {
  background-color: #F2F2F2;
  margin-top: 1rem;
  padding: 0.7rem;
}
.slide-reviewRow .card-footer .card-text {
  margin-bottom: 0;
}
.slide-reviewRow .card-footer time {
  font-size: 1.1rem;
  font-weight: normal;
  text-align: right;
}
.slide-reviewRow .card-footer a {
  color: #7E7E7E;
}
.slide-reviewRow .card-footer a:hover {
  color: #273E9F;
  -webkit-text-decoration: none;
  text-decoration: none;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 1.2rem;
  background-color: #DDDDDD;
  border-radius: 0.4rem;
}
@media (max-width: 767.98px) {
  .progress {
    font-size: calc(1.02rem + 0.2343811037vw);
  }
}

.progress-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #273E9F;
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    -webkit-transition: none;
    transition: none;
  }
}

.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
          animation: progress-bar-stripes 1s linear infinite;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    -webkit-animation: none;
            animation: none;
  }
}

.progress-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
}
.progress-box span {
  color: #F0AA0B;
  display: block;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1;
  margin-left: 0.5rem;
}

.progress.fivestar {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2014%2014%22%3E%3Cpath%20d%3D%22M12.71%2C6.28a.74.74%2C0%2C0%2C0%2C.21-.93l-.07-.08a.71.71%2C0%2C0%2C0-.52-.22H9.19a.69.69%2C0%2C0%2C1-.62-.47l-1-3.12A.64.64%2C0%2C0%2C0%2C6.93%2C1H6.79a.64.64%2C0%2C0%2C0-.46.47l-1%2C3.12a.67.67%2C0%2C0%2C1-.62.47H1.64a.66.66%2C0%2C0%2C0-.47.23.72.72%2C0%2C0%2C0-.18.5.77.77%2C0%2C0%2C0%2C.26.5L3.79%2C8.21A.67.67%2C0%2C0%2C1%2C4%2C9L3%2C12.1a.67.67%2C0%2C0%2C0%2C.4.84l.16%2C0h.15c.16%2C0%2C.16%2C0%2C2.91-2a.6.6%2C0%2C0%2C1%2C.76%2C0l2.55%2C1.93.22.12h.15a.66.66%2C0%2C0%2C0%2C.62-.89L10%2C9a.7.7%2C0%2C0%2C1%2C.24-.75ZM11%2C6.05c.22%2C0%2C.26.11.09.24l-.57.45-.57.44h0l-.32.25A1.68%2C1.68%2C0%2C0%2C0%2C9%2C9.26l.11.39h0l.21.72.21.72c.06.21%2C0%2C.27-.21.14l-.52-.4L8%2C10.19a1.59%2C1.59%2C0%2C0%2C0-2%2C0l-.33.23h0l-1.1.79c-.18.13-.27.07-.2-.14l.22-.69.21-.68h0l.13-.38a1.69%2C1.69%2C0%2C0%2C0-.5-1.88l-.32-.24h0l-.6-.45-.59-.45C2.75%2C6.15%2C2.78%2C6%2C3%2C6H4.73A1.7%2C1.7%2C0%2C0%2C0%2C6.29%2C4.88l.33-1%2C.21-.66C6.9%2C3%2C7%2C3%2C7.08%2C3.18l.21.66.21.66h0l.12.38A1.68%2C1.68%2C0%2C0%2C0%2C9.18%2C6.05H11Z%22%20style%3D%22fill%3A%23bcbcbc%22%2F%3E%3C%2Fsvg%3E");
  height: 1.4rem;
  width: 7rem;
}
.progress.fivestar .progress-bar.progress-bar-star {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22star%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2014%2014%22%3E%3Cpath%20d%3D%22M12.35%2C5.07H9.21a.67.67%2C0%2C0%2C1-.62-.47l-1-3.12a.64.64%2C0%2C0%2C0-1.24%2C0l-1%2C3.12a.67.67%2C0%2C0%2C1-.62.47H1.65A.69.69%2C0%2C0%2C0%2C1.27%2C6.3L3.81%2C8.23A.69.69%2C0%2C0%2C1%2C4%2C9l-1%2C3.12a.66.66%2C0%2C0%2C0%2C.4.84.62.62%2C0%2C0%2C0%2C.6-.08L6.62%2C11a.6.6%2C0%2C0%2C1%2C.76%2C0l2.54%2C1.93a.66.66%2C0%2C0%2C0%2C.92-.16.69.69%2C0%2C0%2C0%2C.08-.61L10%2C9a.7.7%2C0%2C0%2C1%2C.24-.76L12.73%2C6.3a.69.69%2C0%2C0%2C0%2C.14-1A.72.72%2C0%2C0%2C0%2C12.35%2C5.07Z%22%20fill%3D%22%23F0AA0B%22%2F%3E%3C%2Fsvg%3E");
}
.progress.fivestar .progress-bar.progress-bar-star[aria-valuenow="0"] {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%2212%22%20viewBox%3D%220%200%2012%2012%22%3E%3Cpath%20d%3D%22M11.347%2C15.219H8.209a.655.655%2C0%2C0%2C1-.62-.471l-.97-3.12a.643.643%2C0%2C0%2C0-1.24%2C0l-.97%2C3.12a.655.655%2C0%2C0%2C1-.62.471H.653A.687.687%2C0%2C0%2C0%2C.27%2C16.452L2.808%2C18.38a.7.7%2C0%2C0%2C1%2C.237.762l-.97%2C3.12a.659.659%2C0%2C0%2C0%2C1%2C.762L5.617%2C21.1a.629.629%2C0%2C0%2C1%2C.766%2C0l2.538%2C1.928a.659.659%2C0%2C0%2C0%2C1-.762l-.97-3.12a.7.7%2C0%2C0%2C1%2C.237-.762l2.539-1.928A.687.687%2C0%2C0%2C0%2C11.347%2C15.219Z%22%20transform%3D%22translate%280%20-11.157%29%22%20fill%3D%22%23e5e5e5%22%2F%3E%3C%2Fsvg%3E");
  height: 1.4rem;
  width: 7rem !important;
}

.progress.fivestar,
.progress-bar.progress-bar-star {
  background-color: transparent;
  background-size: 1.4rem 1.4rem;
  background-repeat: repeat-x;
  border-radius: 0;
}

.favorite .custom-checkbox {
  padding: 0;
  width: 4.4rem;
  height: 4.4rem;
}
.favorite .custom-checkbox .custom-control-label::before,
.favorite .custom-checkbox .custom-control-label::after {
  background-color: transparent;
  background-size: 4.4rem;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  width: 4.4rem;
  height: 4.4rem;
  top: 0;
  left: 0;
}
.favorite .custom-checkbox .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22favorite%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2044%2044%22%3E%3Ccircle%20id%3D%22bg%22%20cx%3D%2222%22%20cy%3D%2222%22%20r%3D%2220%22%20style%3D%22fill%3A%23e8eef3%22%2F%3E%3Cpath%20id%3D%22heart%22%20d%3D%22M22.14%2C28.94l5.14-5.14h0l1.43-1.42a3.64%2C3.64%2C0%2C0%2C0-5.14-5.14l-1.43%2C1.42-1.43-1.42a3.63%2C3.63%2C0%2C0%2C0-5.14%2C5.13l6.57%2C6.57%22%20style%3D%22fill%3Anone%3Bstroke%3A%23fff%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3Bstroke-width%3A1.5px%22%2F%3E%3C%2Fsvg%3E");
  cursor: pointer;
  pointer-events: all;
}
.favorite .custom-checkbox .custom-control-label:hover::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22favorite%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2044%2044%22%3E%3Ccircle%20id%3D%22bg%22%20cx%3D%2222%22%20cy%3D%2222%22%20r%3D%2220%22%20style%3D%22fill%3A%23CCD9E4%22%2F%3E%3Cpath%20id%3D%22heart%22%20d%3D%22M22.14%2C28.94l5.14-5.14h0l1.43-1.42a3.64%2C3.64%2C0%2C0%2C0-5.14-5.14l-1.43%2C1.42-1.43-1.42a3.63%2C3.63%2C0%2C0%2C0-5.14%2C5.13l6.57%2C6.57%22%20style%3D%22fill%3Anone%3Bstroke%3A%23fff%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3Bstroke-width%3A1.5px%22%2F%3E%3C%2Fsvg%3E");
}
.favorite .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22favorite%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2044%2044%22%3E%3Ccircle%20id%3D%22bg%22%20cx%3D%2222%22%20cy%3D%2222%22%20r%3D%2220%22%20style%3D%22fill%3A%23EF738F%22%2F%3E%3Cpath%20id%3D%22heart%22%20d%3D%22M22.14%2C28.94l5.14-5.14h0l1.43-1.42a3.64%2C3.64%2C0%2C0%2C0-5.14-5.14l-1.43%2C1.42-1.43-1.42a3.63%2C3.63%2C0%2C0%2C0-5.14%2C5.13l6.57%2C6.57%22%20style%3D%22fill%3Anone%3Bstroke%3A%23fff%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3Bstroke-width%3A1.5px%22%2F%3E%3C%2Fsvg%3E");
}
.favorite .custom-checkbox .custom-control-input:focus ~ .custom-control-label::before,
.favorite .custom-checkbox .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  background-color: transparent;
  outline: none;
}

@media (min-width: 768px) {
  .container {
    width: 110rem !important;
    max-width: none !important;
  }
}

@media (min-width: 768px) {
  .search-pages #header > .container,
  .search-pages #footer > .container,
  .search-pages #header .jumbotron > .container,
  .search-pages #header > .container-fluid > .container,
  .search-pages #footer > .container-fluid > .container {
    width: 110rem !important;
    max-width: none !important;
    position: relative;
  }
}
@media (min-width: 768px) {
  .search-pages #main > .container {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 767.98px) {
  .search-pages #main > .container {
    max-width: none;
    min-width: auto;
    width: 100%;
  }
}
.search-pages #main .refine-fromdate-wrap, .search-pages #main .refine-todate-wrap {
  position: relative;
  width: 100%;
}
.search-pages #main #ui-datepicker-div.ui-datepicker {
  left: -0.2rem !important;
}
@media (max-width: 767.98px) {
  .search-pages #main #ui-datepicker-div.ui-datepicker {
    position: absolute !important;
    top: auto !important;
    left: auto !important;
    width: 100% !important;
  }
}
@media (max-width: 767.98px) {
  .search-pages #main .jumbotron {
    padding: 2rem 2rem 3rem 2rem;
  }
}
@media (min-width: 768px) {
  .search-pages #main .jumbotron {
    margin-bottom: 4rem;
    padding: 0 0 5rem 0;
  }
}
.search-pages #main .jumbotron h1 {
  font-weight: bold;
}
@media (min-width: 768px) {
  .search-pages #main .jumbotron h1 {
    font-size: 2.4rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767.98px) {
  .search-pages #main .jumbotron h1 {
    font-size: 1.8rem;
    margin-bottom: 2.6rem;
  }
}
@media (min-width: 768px) {
  .search-pages #main .jumbotron p {
    font-size: 1.4rem;
  }
}
@media (max-width: 767.98px) {
  .search-pages #main .jumbotron p {
    font-size: 1.2rem;
    margin-bottom: 1.2rem;
  }
}
.search-pages #main .jumbotron a {
  display: inline-block;
}
@media (max-width: 767.98px) {
  .search-pages #main .jumbotron a img {
    height: 8rem;
  }
}
@media (min-width: 768px) {
  .search-pages .col-main {
    min-width: 76rem;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    -webkit-order: 2;
            order: 2;
    padding-bottom: 8rem;
    width: calc(100% - 3.4rem);
  }
}
@media (min-width: 768px) {
  .search-pages .col-side {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    -webkit-order: 1;
            order: 1;
    margin-right: 4rem;
    margin-left: 0;
    width: 30rem;
  }
}
.search-pages .title-fixed {
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  margin: 0;
  padding: 2.75rem;
  text-align: center;
}
@media (min-width: 768px) {
  .search-pages .title-fixed {
    width: 30rem;
  }
}
@media (max-width: 767.98px) {
  .search-pages .title-fixed {
    font-size: 1.4rem;
    padding: 0;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 205;
  }
}
.search-pages .title-fixed .btn {
  font-weight: bold;
}
.search-pages .btn-alert {
  border-radius: 0;
  display: block;
  padding: 2rem;
}
.search-pages .nav-bottom {
  margin-bottom: 0;
}

body .col-main, body .jumbotron, body .navBottom, body footer, body header {
  opacity: 1;
}
body.open .col-main, body.open .jumbotron, body.open .navBottom, body.open footer, body.open header {
  opacity: 0;
}
body.open .btn-alert {
  display: none;
}

.contents-searchSort .collapse-inner .card {
  border: 0.1rem solid #E6EDF2;
  margin-bottom: 1rem;
}
.contents-searchSort .collapse-inner .card-body {
  border-radius: 0.3rem;
  padding: 1.6rem;
}

@media (max-width: 767.98px) {
  .contents-searchSort.sectioning-box {
    border-bottom: none;
  }
}
@media (min-width: 768px) {
  .contents-searchSort .sectioning-padding {
    padding: 0;
  }
}
.contents-searchSort h2 {
  font-size: 2.2rem;
  font-weight: bold;
  letter-spacing: 0.15rem;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .contents-searchSort h2 {
    font-size: 1.6rem;
  }
}
.contents-searchSort h2 small {
  font-size: 1.6rem;
  font-weight: bold;
}
@media (max-width: 767.98px) {
  .contents-searchSort h2 small {
    font-size: 1.2rem;
  }
}
.contents-searchSort h2 span {
  color: #273E9F;
  font-family: "Montserrat", sans-serif;
}
@media (min-width: 768px) {
  .contents-searchSort .form-text.icon-plus {
    display: none;
  }
}

@media (min-width: 768px) {
  .sortBox {
    width: 50rem;
  }
}
@media (min-width: 1300px) {
  .sortBox {
    width: 54rem;
  }
}
.sortBox form,
.sortBox form > div {
  width: inherit;
}
@media (min-width: 768px) {
  .sortBox .justify-content-between .col.col-sm-4 {
    width: 16rem;
  }
}
.sortBox .justify-content-between .col.col-sm-4:nth-child(2) {
  margin-left: 1rem;
  margin-right: 1rem;
}
@media (min-width: 768px) {
  .sortBox .justify-content-end .col.col-sm-4 {
    width: 16rem;
  }
}
.sortBox .justify-content-end .col.col-sm-4:nth-child(2) {
  margin-left: 1rem;
}
.sortBox .form-control {
  background-color: #fff;
  border: none;
  color: #333333;
  font-size: 1.4rem;
  height: calc(1.5em + 2.1rem + 2px);
}

.loader {
  background-color: transparent;
  position: fixed;
  z-index: 2;
  left: 50%;
  -webkit-transform: translateX(70%);
  transform: translateX(70%);
}
@media (max-width: 767.98px) {
  .loader {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

.loader-inner {
  background-color: #fff;
  border: 0.5rem solid #273E9F;
  border-radius: 1rem;
  height: 14rem;
  width: 14rem;
  position: relative;
  margin: 2rem auto;
}
.loader-inner > div {
  margin-top: 4rem;
}
.loader-inner p {
  color: #273E9F;
  font-size: 2rem;
  font-weight: bold;
  position: absolute;
  bottom: 0.5rem;
  left: 0;
  right: 0;
  text-align: center;
}

@media (min-width: 768px) {
  .search-pages .contents-recommend {
    max-width: 96rem;
  }
}

@media (max-width: 767.98px) {
  .contents-facility, .contents-course {
    display: none;
  }
}
.contents-facility .rounded, .contents-course .rounded {
  width: 9rem;
  height: 9rem;
}
.contents-facility .card.card-main, .contents-course .card.card-main {
  width: calc(50% - 2rem);
  margin-bottom: 2.5rem;
}
.contents-facility .card.card-main:nth-child(2n+1), .contents-course .card.card-main:nth-child(2n+1) {
  margin-right: 2rem;
}
.contents-facility .card.card-main .card-title, .contents-course .card.card-main .card-title {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.4;
  margin: 0.3rem 0;
  width: 21.5rem;
}
.contents-facility .card.card-main .card-text, .contents-course .card.card-main .card-text {
  color: #888888;
  font-size: 1.2rem;
  margin: 0;
}
.contents-facility .card.card-main:nth-child(n+3), .contents-course .card.card-main:nth-child(n+3) {
  margin-bottom: 2.5rem;
}
.contents-facility .card.card-main:nth-last-child(-n+2), .contents-course .card.card-main:nth-last-child(-n+2) {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .lineAccent {
    position: relative;
  }
  .lineAccent::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 0.4rem;
    background-color: #EF738F;
    top: 0;
  }
}

.medalAccent {
  position: relative;
  padding-left: 2.5rem;
}
@media (min-width: 768px) {
  .medalAccent {
    position: static;
    padding-left: 0;
  }
}
.medalAccent::after {
  content: "";
  position: absolute;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22iconmedal%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2046%2054%22%3E%3Cpath%20id%3D%22white%22%20fill%3D%22%23fff%22%20d%3D%22M45.77%2C42.82%2C39.71%2C31.43a20%2C20%2C0%2C1%2C0-33.42%2C0L.23%2C42.82a2%2C2%2C0%2C0%2C0%2C.1%2C2%2C2%2C2%2C0%2C0%2C0%2C1.85.88L10.73%2C45l4.14%2C7.51a2%2C2%2C0%2C0%2C0%2C1.75%2C1h0a2%2C2%2C0%2C0%2C0%2C1.75-1.06L23%2C43.77l4.61%2C8.67a2%2C2%2C0%2C0%2C0%2C1.75%2C1.06%2C2.12%2C2.12%2C0%2C0%2C0%2C1.77-1L35.27%2C45l8.55.78a2%2C2%2C0%2C0%2C0%2C2-2.92Z%22%2F%3E%3Cpolygon%20id%3D%22ribon%22%20fill%3D%22%23ef738f%22%20points%3D%2233.15%2023.35%2023%2028.73%2012.85%2023.35%202%2043.79%2011.85%2042.88%2016.62%2051.55%2023%2039.54%2029.38%2051.55%2034.15%2042.88%2044%2043.79%2033.15%2023.35%22%2F%3E%3Cg%20id%3D%22medal%22%3E%3Ccircle%20id%3D%22circle1%22%20fill%3D%22%23ffcc5b%22%20cx%3D%2223%22%20cy%3D%2220.45%22%20r%3D%2218%22%2F%3E%3Cpath%20id%3D%22circle2%22%20fill%3D%22%23ffe28d%22%20d%3D%22M23%2C33.44a13%2C13%2C0%2C1%2C1%2C13-13A13%2C13%2C0%2C0%2C1%2C23%2C33.44Z%22%2F%3E%3Cpath%20id%3D%22check%22%20fill%3D%22%23edba4a%22%20d%3D%22M21.45%2C26a1%2C1%2C0%2C0%2C1-.7-.29l-1.42-1.41%2C0%2C0-2.8-2.8a1%2C1%2C0%2C0%2C1%2C0-1.41l1.41-1.42a1%2C1%2C0%2C0%2C1%2C1.41%2C0l2.12%2C2.12%2C4.95-4.95a1%2C1%2C0%2C0%2C1%2C1.42%2C0l1.41%2C1.42a1%2C1%2C0%2C0%2C1%2C0%2C1.41L23.6%2C24.23l0%2C0-1.42%2C1.41a1%2C1%2C0%2C0%2C1-.71.29Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 2;
  top: 0;
  left: 0;
  width: 2.5rem;
  height: 2.5rem;
}
@media (min-width: 768px) {
  .medalAccent::after {
    width: 5rem;
    height: 5rem;
    top: 1.1rem;
    left: 1.4rem;
    -webkit-filter: drop-shadow(0.3rem 0.3rem 0.6rem rgba(0, 0, 0, 0.1));
    filter: drop-shadow(0.3rem 0.3rem 0.6rem rgba(0, 0, 0, 0.1));
  }
}

.medalPrimary {
  position: relative;
  padding-left: 2.5rem;
}
@media (min-width: 768px) {
  .medalPrimary {
    position: static;
    padding-left: 0;
  }
}
.medalPrimary::after {
  content: "";
  position: absolute;
  background-image: url(../img/course/medal_primary.png);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 2;
  top: 0;
  left: 0;
  width: 2.5rem;
  height: 2.5rem;
}
@media (min-width: 768px) {
  .medalPrimary::after {
    width: 5rem;
    height: 5rem;
    top: 1.1rem;
    left: 1.4rem;
    -webkit-filter: drop-shadow(0.3rem 0.3rem 0.6rem rgba(0, 0, 0, 0.1));
    filter: drop-shadow(0.3rem 0.3rem 0.6rem rgba(0, 0, 0, 0.1));
  }
}

.medalOriginal {
  position: relative;
  padding-left: 2.5rem;
}
@media (min-width: 768px) {
  .medalOriginal {
    position: static;
    padding-left: 0;
  }
}
.medalOriginal::after {
  content: "";
  position: absolute;
  background-image: url(../img/course/medal_original.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 2;
  top: 0;
  left: 0;
  width: 2.4rem;
  height: 2.4rem;
}
@media (min-width: 768px) {
  .medalOriginal::after {
    width: 4.2rem;
    height: 4.2rem;
    border-radius: 3rem;
    top: 1.1rem;
    left: 1.4rem;
    -webkit-box-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.1);
    box-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.1);
  }
}