@charset "UTF-8";
@font-face {
  font-family: "Nst100";
  font-style: normal;
  font-weight: 100;
  src: url(https://fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Thin.woff2) format("woff2"), url(https://fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Thin.woff) format("woff"), url(https://fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Thin.otf) format("opentype");
  font-display: fallback;
}
@font-face {
  font-family: "Nst300";
  font-style: normal;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Light.woff2) format("woff2"), url(https://fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Light.woff) format("woff"), url(https://fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Light.otf) format("opentype");
  font-display: fallback;
}
@font-face {
  font-family: "Nst";
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Regular.woff2) format("woff2"), url(https://fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Regular.woff) format("woff"), url(https://fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Regular.otf) format("opentype");
  font-display: fallback;
}
@font-face {
  font-family: "Nst500";
  font-style: normal;
  font-weight: 500;
  src: url(https://fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Medium.woff2) format("woff2"), url(https://fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Medium.woff) format("woff"), url(https://fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Medium.otf) format("opentype");
  font-display: fallback;
}
@font-face {
  font-family: "Nst700";
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Bold.woff2) format("woff2"), url(https://fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Bold.woff) format("woff"), url(https://fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Bold.otf) format("opentype");
  font-display: fallback;
}
@font-face {
  font-family: "Nst-900";
  font-style: normal;
  font-weight: 900;
  src: url(https://fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Black.woff2) format("woff2"), url(https://fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Black.woff) format("woff"), url(https://fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Black.otf) format("opentype");
  font-display: fallback;
}
html {
  font-size: 1em;
}
html.app-font-size-small {
  font-size: 0.875em;
}
html.app-font-size-large {
  font-size: 1.125em;
}

body {
  font-family: "Nst", "微軟正黑體", sans-serif;
}

.wrap {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
.wrap > .container {
  flex: 1;
  display: flex;
  flex-direction: column;
}

a {
  color: #000;
  text-decoration: none;
}
a:hover {
  color: #3347FF;
  text-decoration: underline;
}
a.btn:hover {
  text-decoration: none;
}
a.link {
  color: #243CBF;
  text-decoration: underline;
}
a.link:hover {
  color: #3347FF;
}

a:focus,
button:focus,
.btn:focus,
.form-check:focus-within {
  outline-style: dashed;
  outline-width: 2px;
  outline-offset: 1px;
  outline-color: #0D32FE;
}

.fs-sm {
  font-size: 0.875rem;
}

.fs-lg {
  font-size: 1.125rem;
}

.text-gray {
  color: #727272;
}

.text-justify {
  text-align: justify;
}

.text-shadow {
  text-shadow: rgba(0, 0, 0, 0.3) 0.1em 0.1em 0.1em;
}

.accesskey {
  display: none;
  position: absolute;
  top: 2px;
  left: 10px;
  z-index: 1;
}
.accesskey .to-main {
  opacity: 0;
}
.accesskey .to-main:focus {
  opacity: 1;
}

.w-20px {
  width: 20px !important;
}

.w-75px {
  width: 75px !important;
}

.w-95px {
  width: 95px !important;
}

.w-105px {
  width: 105px !important;
}

.w-135px {
  width: 135px !important;
}

.w-180px {
  width: 180px !important;
}

.w-200px {
  width: 200px !important;
}

.w-280px {
  width: 280px !important;
}

.h-100px {
  height: 100px !important;
}

.h-200px {
  height: 200px !important;
}

.h-270px {
  height: 270px !important;
}

.h-300px {
  height: 300px !important;
}

.max-w-280px {
  max-width: 280px !important;
}

.w-60 {
  width: 60% !important;
}

.flex-fill {
  flex: 1 !important;
}

.fs-nst500 {
  font-family: "Nst500", "微軟正黑體", sans-serif;
}

.fs-nst700 {
  font-family: "Nst700", "微軟正黑體", sans-serif;
}

.lh-md {
  line-height: 1.7 !important;
}

.rounded-4 {
  border-radius: 0.625rem;
}

.indent-check {
  padding-left: 1.7em;
}

.line-clamp-2,
.line-clamp-3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.line-clamp-3 {
  -webkit-line-clamp: 3;
}

.primary-gradient {
  background: linear-gradient(180deg, #FFDB5C 0%, #FCA118 100%);
  box-shadow: 8px 8px 10px rgba(107, 145, 148, 0.25);
}

.secondary-gradient {
  background: linear-gradient(180deg, #08CBDE 0%, #0093A2 100%);
  box-shadow: 8px 8px 10px rgba(107, 145, 148, 0.25);
}

main {
  position: relative;
}

.inner-page {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.inner-page .accesskey {
  top: -30px;
  left: 0;
}
.inner-page .accesskey.-top-10px {
  top: -10px;
}
.inner-page .accesskey.top-0 {
  top: 0px;
}

.main-content {
  padding-left: calc(0.75rem + 5px);
}

.main-title {
  font-size: 1.5rem;
  padding-left: 0.75rem;
  margin-bottom: 2rem;
  border-left: 5px solid #FFDB5C;
}
.main-title .sub {
  font-size: 1rem;
  margin-left: 1.5rem;
  position: relative;
  top: -2px;
}
.main-title + .btn-box {
  position: absolute;
  top: -3px;
  right: 0;
}
.main-title + .btn-box.bigger {
  top: -6px;
}
.main-title + .btn-box .btn-primary {
  width: 100px;
}
.main-title + .btn-box .btn-secondary.gradient {
  width: 180px;
}
.main-title + .btn-box .btn + .btn {
  margin-left: 0.5rem;
}

.box-border-pc {
  position: relative;
}
.box-border-pc + .box-border-pc::before {
  content: "";
  width: calc(100% + 1.5rem);
  height: 10px;
  background-color: #F8F8F8;
  position: absolute;
  top: 0;
  left: -0.75rem;
}

.logo a {
  color: #000;
  display: inline-block;
}
.logo img {
  width: 35px;
  height: 35px;
}
.logo .logo-text {
  font-size: 0.875rem;
  margin-left: 0.625rem;
}

.password-input {
  position: relative;
}
.password-input input {
  padding-right: calc(1.5rem + 24px);
}
.password-input button {
  width: 24px;
  height: 24px;
  border: 0;
  padding: 0;
  text-indent: -999px;
  overflow: hidden;
  background: none;
  background-repeat: no-repeat;
  background-size: 100%;
  background-image: url(../images/view_hide.png);
  position: absolute;
  right: 1rem;
  top: calc(50% - 10px);
}
.password-input button:hover {
  filter: brightness(0.5);
}
.password-input .show {
  background-image: url(../images/view.png);
}

.upload-box {
  padding: 0.5rem 1rem;
  border: 1px solid #c4c4c4;
  border-radius: 0.15rem;
  background-color: #F6F8F9;
  position: relative;
}
.upload-box .video {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
}
.upload-box .video::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 80px 0 80px 160px;
  border-color: transparent transparent transparent rgba(255, 255, 255, 0.5);
  margin-left: 22px;
}
.upload-box .video-box {
  height: 335px;
}
.upload-box .full-img {
  width: 100%;
  position: relative;
}
.upload-box .full-img::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.5);
}
.upload-box .full-img + button {
  position: absolute;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.5);
}
.upload-box button {
  width: 95px;
  position: relative;
}

.breadcrumb-box {
  padding: 1rem 0 2rem;
}

.disc-item {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 1.5rem;
  color: #fff;
  border-radius: 50rem;
  background-color: #08CBDE;
}

.search {
  width: 350px;
  max-width: 100%;
  position: relative;
}
.search input {
  padding-left: 2.8rem;
  padding-right: 2.2rem;
  background-color: #fff;
}
.search input:focus {
  background-color: #fff;
}
.search::after {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  top: calc(50% - 10px);
  left: 0.8rem;
  background-repeat: no-repeat;
  background-size: 100%;
  background-image: url(../images/search.png);
}
.search .clear {
  width: 15px;
  height: 15px;
  text-indent: -999px;
  overflow: hidden;
  background: none;
  border: 0;
  position: absolute;
  top: calc(50% - 7px);
  right: 0.8rem;
  background-repeat: no-repeat;
  background-size: 100%;
  background-image: url(../images/search-close.png);
}

.search-filter {
  padding: 0.375rem 0.75rem;
  border: 1px solid #c4c4c4;
  border-radius: 0.15rem;
  background-color: #fff;
}
.search-filter img {
  width: 20px;
  margin-top: -5px;
}
.search-filter:hover {
  background-color: #F9F9FC;
}

.tag-primary,
.tag-primary-light,
.tag-outline-primary,
.tag-secondary {
  color: #000;
  font-size: 0.875rem;
  border: 1px solid #FFDB5C;
  background-color: #FFDB5C;
  border-radius: 2rem;
  padding: 0.0385rem 0.563rem 0.15rem;
}
.tag-primary:hover,
.tag-primary-light:hover,
.tag-outline-primary:hover,
.tag-secondary:hover {
  color: #000;
  text-decoration: none;
}

a.tag-primary:hover {
  background-color: rgba(255, 219, 92, 0.9);
}

.tag-primary-light {
  border-color: rgba(255, 219, 92, 0.5);
  background-color: rgba(255, 219, 92, 0.5);
}

a.tag-primary-light:hover {
  background-color: rgba(255, 219, 92, 0.4);
}

.tag-outline-primary {
  background-color: #fff;
}

.tag-secondary {
  background-color: #08CBDE;
}

.check-list {
  display: flex;
  flex-wrap: wrap;
}
.check-list .check {
  border-radius: 2rem;
  border: 1px solid #08CBDE;
  background-color: #fff;
  display: flex;
  align-items: center;
  padding: 0.125rem 0.5rem;
}
.check-list .check + .check {
  margin-left: 1rem;
}
.check-list span {
  font-size: 0.875rem;
  margin-left: 0.5rem;
}

.money-bar {
  height: 10px;
  background-color: #DADADA;
  position: relative;
}
.money-bar .percentage {
  height: 10px;
  background-color: #FFDB5C;
  position: absolute;
  bottom: 0;
  left: 0;
}

.athlete-box {
  width: 270px;
  height: 100%;
  margin: 0 auto;
  display: block;
  overflow: hidden;
  border: 1px solid #DADADA;
  border-radius: 0.625rem;
  background-color: #EDEDED;
}
.athlete-box:hover {
  color: #000;
  text-decoration: none;
  border-color: #FFDB5C;
}
.athlete-box .cover {
  height: 200px;
  display: flex;
  justify-content: center;
}
.athlete-box .cover img {
  max-width: 150%;
  height: 100%;
}
.athlete-box .name {
  height: 56px;
  display: flex;
  align-items: center;
}
.athlete-box .check-list .check {
  width: calc(50% - 0.5rem);
  border: 0;
}
.athlete-box .check-list .check + .check {
  margin-left: 0;
}

.athlete-box:not(.athlete-box-percentage) .check-list .check:nth-child(even) {
  margin-left: 1rem;
}
.athlete-box:not(.athlete-box-percentage) .check-list .check:nth-child(n+3) {
  margin-top: 0.5rem;
}

.athlete-box-percentage .check-list .check {
  width: auto;
  margin: 0.25rem 0.5rem !important;
}

.tabs {
  border-bottom: 10px solid #FFDB5C;
  position: relative;
}
.tabs::before {
  content: "";
  width: 100%;
  height: 10px;
  background-color: #fafafa;
  position: absolute;
  left: 0;
  bottom: 0;
}
.tabs ul {
  display: flex;
  padding: 0;
  margin-bottom: 0;
  list-style-type: none;
  position: relative;
}
.tabs ul a {
  color: #C4C4C4;
  display: block;
  padding: 0.5rem 1rem;
  border-radius: 0.625rem 0.625rem 0 0;
}
.tabs ul a:hover {
  color: #000;
  background-color: #F9F9FC;
  text-decoration: none;
}
.tabs ul .actived a {
  color: #000;
  background-color: #FFDB5C;
}

/* width */
::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f3f6;
}

/* Handle */
::-webkit-scrollbar-thumb {
  border-radius: 0.3rem;
  background: rgba(204, 210, 227, 0.9);
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #CCD2E3;
}

.modal .modal-header {
  justify-content: center;
  padding-top: 1.875rem;
  padding-bottom: 0.5rem;
}
.modal .modal-title {
  font-size: 1.5rem;
  font-family: "Nst700", "微軟正黑體", sans-serif;
}
.modal .modal-body-px {
  padding-right: 2rem;
  padding-left: 2rem;
}
.modal .modal-footer-p {
  padding: 1rem 1.5rem 2rem;
}
.modal .close-btn {
  background: none;
  border: 0;
  padding: 0;
  position: absolute;
  top: 5px;
  right: 5px;
}

.form-row,
.data-row {
  margin-bottom: 0.875rem;
}

.form-control,
.form-select {
  padding: 0.5rem 1rem;
}

.form-select:invalid {
  color: #727272;
}
.form-select [disabled] {
  color: #727272;
}
.form-select option {
  color: #000;
}

.form-check-input {
  width: 1.25rem;
  height: 1.25rem;
}

textarea.form-control {
  min-height: calc(6.5em + 0.75rem + 2px);
}

.form-control.input-line {
  width: 50px;
  text-align: center;
  padding: 0.2rem 0.5rem;
  border-radius: 0;
  border: 0;
  border-bottom: 1px solid #000000;
  background: none;
}
.form-control.input-line:focus {
  background: none;
}

.btn {
  width: 220px;
}

.btn-s {
  width: 120px;
  font-size: 1rem;
}

.btn-primary.gradient {
  color: #fff;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  background: linear-gradient(180deg, #FCA118 0%, #FFDB5C 100%);
  border: 2px solid rgba(255, 255, 255, 0.6);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 100px;
}

.btn-outline-primary {
  color: #000;
  background-color: #fff;
}
.btn-outline-primary.btn-delete:hover, .btn-outline-primary.btn-delete:active {
  background-color: rgba(255, 219, 92, 0.2);
}

.btn-secondary.gradient {
  color: #fff;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  background: linear-gradient(180deg, #0093A1 0%, #08CBDE 100%);
  border: 2px solid rgba(255, 255, 255, 0.6);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.btn-outline-secondary {
  background-color: #fff;
}

.btn-light {
  color: #5a5a5a;
}

.btn-outline-light {
  color: #000;
}

.btn-auto {
  width: auto;
}

.btn-delete {
  width: 95px;
  font-size: 1rem;
}
.btn-delete img {
  width: 20px;
  vertical-align: -3px;
}
.btn-delete span {
  margin-left: 0.25rem;
}

.btn-box-border-top {
  display: flex;
  justify-content: center;
  padding: 2.5rem 0 1rem;
  position: relative;
}
.btn-box-border-top::before {
  content: "";
  width: calc(100% + 1.5rem);
  height: 10px;
  background-color: #F8F8F8;
  position: absolute;
  top: 0;
  left: -0.75rem;
}

.btn-more {
  font-size: 1rem;
  padding: 0.05rem 0.625rem 0.201rem;
  border-radius: 0.25rem;
  background-color: #fff;
}
.btn-more:hover {
  background-color: #F8F8F8;
}

.dropdown-menu {
  border-radius: 0.25rem;
  background-color: #383636;
}
.dropdown-menu .dropdown-item {
  color: #fff;
  padding: 10px 25px;
}
.dropdown-menu .dropdown-item:hover {
  text-decoration: none;
}
.dropdown-menu .dropdown-item:active {
  background-color: rgba(255, 255, 255, 0.15);
}
.dropdown-menu .dropdown-item:focus {
  outline-offset: -4px;
}

@media only screen and (max-width: 320px) {
  .tabs ul a {
    font-size: 0.875rem;
  }
}
@media only screen and (min-width: 576px) {
  .btn-box-border-top {
    border-top: 1px solid #c4c4c4;
    padding: 1.25rem 3rem;
    text-align: right;
  }
  .btn-box-border-top::before {
    display: none;
  }
  .disc-item {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 2rem;
  }
  .tabs::before {
    height: 15px;
  }
  .tabs ul a {
    font-size: 1.25rem;
    padding: 0.844rem 1.5rem;
  }
  .modal .close-btn {
    top: 10px;
    right: 10px;
  }
}
@media only screen and (min-width: 768px) {
  .leading-for-input {
    line-height: 42px;
  }
  .modal .modal-header {
    padding-bottom: 1.875rem;
  }
  .modal .modal-footer-p {
    padding: 2.5rem 1.5rem 2rem;
  }
  .modal .modal-footer-p button + button {
    margin-left: 1.5rem;
  }
  .athlete-box {
    width: 100%;
  }
}
@media only screen and (min-width: 992px) {
  .accesskey {
    display: block;
  }
  .fs-lg-pc {
    font-size: 1.125rem;
  }
  .leading-for-input {
    line-height: 45px;
  }
  .p-3-pc {
    padding: 3rem;
  }
  .box-border-pc {
    border: 1px solid #c4c4c4;
    border-radius: 0.625rem;
    background-color: #fff;
  }
  .box-border-pc.box-border-pc {
    margin-top: 1.5rem;
  }
  .box-border-pc + .box-border-pc::before {
    display: none;
  }
  .box-md {
    width: 850px;
    margin: 0 auto;
  }
  .box-sm {
    width: 615px;
    min-height: 73vh;
    margin: 0 auto;
  }
  .main-content {
    padding-left: calc(1.25rem + 10px);
  }
  .main-title {
    font-size: 2.25rem;
    padding-left: 1.25rem;
    margin-bottom: 3.5rem;
    border-width: 10px;
  }
  .main-title.small-spacing {
    margin-bottom: 2rem;
  }
  .main-title .sub {
    font-size: 1.25rem;
    margin-left: 2rem;
    top: -5px;
  }
  .main-title + .btn-box .btn-primary {
    width: 120px;
  }
  .main-title + .btn-box .btn-secondary.gradient {
    width: 220px;
  }
  .main-title + .btn-box .btn + .btn {
    margin-left: 2rem;
  }
  .logo img {
    width: 80px;
    height: 80px;
  }
  .logo .logo-text {
    font-size: 1.5rem;
    margin-left: 1.25rem;
  }
  .password-input input {
    padding-right: calc(2rem + 24px);
  }
  .password-input button {
    right: 1.25rem;
  }
  .upload-box {
    padding: 0.5rem 1.25rem;
  }
  .tabs ul a {
    font-size: 1.5rem;
  }
  .breadcrumb-box {
    padding: 2rem 0 3rem;
  }
  .form-row {
    margin-bottom: 1.25rem;
  }
  .data-row {
    margin-bottom: 2rem;
  }
  .form-label,
.form-check-label,
.col-form-label {
    font-size: 1.125rem;
  }
  .form-control,
.form-select {
    font-size: 1.125rem;
    padding: 0.5rem 1.25rem;
  }
  .form-control.input-line {
    width: 70px;
  }
  .btn:not(.btn-sm):not(.btn-s):not(.btn-more) {
    font-size: 1.5rem;
    padding: 0.5rem 0.75rem;
  }
  .btn-s {
    font-size: 1.25rem;
  }
  .btn-box-border-top {
    justify-content: flex-end;
  }
}
.bg2-page {
  padding: 1.25rem 0;
}
.bg2-page .logo {
  text-align: center;
  margin-bottom: 2rem;
}

.bg-dark-gray {
  background-color: #383636;
}

@media only screen and (min-width: 992px) {
  .bg-gray {
    background-color: #f8f8f8;
  }
  .bg2-page {
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    background-image: url(../images/img_bg2.png);
  }
  .bg2-page .logo {
    text-align: left;
    margin-bottom: 4rem;
  }
  .bg2-page .logo img {
    width: 55px;
    height: 55px;
  }
}
header {
  width: 100%;
  height: 75px;
  position: fixed;
  background-color: #FFDB5C;
  z-index: 100;
}
header + .container, header + main {
  padding-top: 75px;
  padding-bottom: 3.2rem;
}
header .logo {
  margin: 0 auto;
}
header .menu {
  width: 100%;
  height: 100vh;
  padding: 0;
  position: fixed;
  top: 0;
  left: 0;
  transform: 0.5s;
  display: none;
}
header .menu.open {
  display: block;
}
header .menu::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background: rgba(0, 0, 0, 0.5);
}
header ul.navbar-nav {
  width: 80%;
  height: 100vh;
  overflow-y: auto;
  list-style: none;
  display: flex;
  background-color: #383636;
  position: relative;
}
header ul.navbar-nav li a {
  color: #fff;
  padding: 20px 30px;
  display: block;
  position: relative;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
header ul.navbar-nav li a:focus {
  outline-offset: -8px;
}
header ul.navbar-nav .login a,
header ul.navbar-nav .account > a {
  padding-left: 60px;
  background-repeat: no-repeat;
  background-position: left 30px center;
  background-image: url(../images/user-line-w.png);
}
header ul.navbar-nav button {
  border-radius: 5px;
  border: 1px solid #000;
  background: none;
}
header ul.navbar-nav button:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
header ul.navbar-nav button.actived {
  background-color: #fff;
}
header ul.navbar-nav .dropdown-toggle::after {
  width: 20px;
  height: 20px;
  position: absolute;
  top: calc(50% - 10px);
  right: 25px;
  border: 0;
  background-image: url(../images/icon_rwd_arrow-down-line.png);
}
header ul.navbar-nav .dropdown-toggle.show::after {
  background-image: url(../images/icon_rwd_arrow-up-line.png);
}
header ul.navbar-nav .dropdown-menu {
  padding: 0;
  margin: 0 0 0 calc(30px + 1rem);
  border: 0;
}
header ul.navbar-nav .dropdown-menu .dropdown-item {
  padding: 20px 30px 20px 0;
}
header ul.navbar-nav .dropdown-menu .dropdown-item:focus {
  outline-offset: -2px;
  background: none;
}
header ul.navbar-nav .pc {
  display: none;
}
header .login a,
header .account > button {
  padding-left: 60px;
  background-repeat: no-repeat;
  background-position: left 30px center;
  background-image: url(../images/user-line-w.png);
}
header .menu-toggler {
  border: 0;
  background: none;
  position: absolute;
}
header .menu-toggler.open {
  top: 25px;
  left: 18px;
}
header .menu-toggler.close {
  top: 20px;
  right: 18px;
}

@media only screen and (min-width: 992px) {
  header {
    height: 150px;
    padding: 1rem 0;
    position: relative;
  }
  header + .container, header + main {
    padding-top: 0;
    padding-bottom: 3rem;
  }
  header .container {
    position: relative;
  }
  header .logo {
    margin: 0;
  }
  header .menu {
    height: auto;
    display: flex;
    flex: 1;
    justify-content: flex-end;
    align-items: flex-start;
    position: static;
  }
  header .menu::before {
    display: none;
  }
  header ul.navbar-nav {
    width: auto;
    height: auto;
    flex-direction: row;
    background: none;
    position: static;
  }
  header ul.navbar-nav li {
    padding: 3px 20px;
    border-bottom: 4px;
    position: relative;
  }
  header ul.navbar-nav li:before {
    content: "";
    display: block;
    width: 1px;
    height: 66%;
    background-color: #000;
    position: absolute;
    top: 17%;
    right: 0;
  }
  header ul.navbar-nav li a {
    color: #000;
    padding: 0;
    border-bottom: 0;
  }
  header ul.navbar-nav li a:hover {
    text-decoration: underline;
  }
  header ul.navbar-nav li a:focus {
    outline-offset: 1px;
  }
  header ul.navbar-nav .set-font-size {
    display: flex;
    padding-right: 0;
  }
  header ul.navbar-nav .set-font-size::before {
    display: none;
  }
  header ul.navbar-nav .pc {
    display: block;
  }
  header ul.navbar-nav .mobile {
    display: none;
  }
  header .login,
header .account {
    position: absolute;
    right: 0.75rem;
    bottom: 0px;
    background-repeat: no-repeat;
  }
  header .login a {
    color: #000;
    display: block;
    padding: 10px 15px 10px 45px;
    border-radius: 0.625rem;
    background-position: left 15px center;
    background-image: url(../images/user-line-b.png);
    background-color: #F8F8F8;
  }
  header .login a:hover {
    text-decoration: none;
    background-color: #fff;
  }
  header .account > button {
    display: block;
    padding: 9px 38px;
    border-radius: 0.625rem;
    border: 0;
    background-color: #383636;
    background-position: left 12px center;
    background-image: url(../images/user-line-w.png);
  }
  header .account > button::after {
    width: 24px;
    height: 24px;
    margin: 0;
    border: 0;
    position: absolute;
    top: calc(50% - 12px);
    right: 8px;
    background-image: url(../images/arrow-down-fill.png);
  }
  header .account > button.show::after {
    background-image: url(../images/arrow-up-fill.png);
  }
  header .menu-toggler {
    display: none;
  }
}
footer ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  letter-spacing: 2px;
}
footer .menu {
  display: none;
  font-size: 1.25rem;
  background-color: #4F4C4C;
}
footer .menu ul li {
  padding: 0.5rem 0;
}
footer .menu ul a {
  color: #fff;
}
footer .contact .main-title {
  font-size: 1.5rem;
  color: #FFDB5C;
  border-color: #FFDB5C;
  letter-spacing: 2px;
}
footer .contact ul li {
  color: #fff;
}
footer .contact a, footer .contact p, footer .contact span {
  color: #fff;
}
footer .contact .copyright {
  font-size: 0.875rem;
  margin: 1rem 0 0 0;
}

@media only screen and (min-width: 768px) {
  footer .contact ul {
    font-size: 1.125rem;
  }
  footer .contact .copyright {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 992px) {
  footer .menu {
    display: block;
  }
  footer .contact .copyright {
    margin: 0 0 0 3rem;
  }
}
@media only screen and (min-width: 1200px) {
  footer .contact .copyright {
    margin: 0 0 0 7.4rem;
  }
}
.swiper-padding {
  padding: 0 15px;
}
.swiper-padding .swiper-slide {
  padding: 0 15px;
}
.swiper-padding .swiper-button-next::after,
.swiper-padding .swiper-button-prev::after {
  color: #000;
  font-size: 18px;
  font-weight: bold;
}
.swiper-padding .swiper-button-next {
  right: 0;
}
.swiper-padding .swiper-button-prev {
  left: 0;
}

.swiper-padding-b {
  padding-bottom: 50px;
}
.swiper-padding-b .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
}
.swiper-padding-b .swiper-pagination-bullet-active {
  background-color: #08CBDE;
}
.swiper-padding-b .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 10px;
}
.swiper-padding-b .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 0;
}

.step-box {
  padding: 1rem 0 2rem;
  display: flex;
  justify-content: center;
}
.step-box ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-size: 0.875rem;
  display: flex;
}
.step-box ol li {
  display: flex;
  align-items: center;
}
.step-box ol li::after {
  content: "";
  width: 25px;
  height: 3px;
  margin: 0 5px;
  background-color: #DADADA;
}
.step-box ol li:last-child::after {
  display: none;
}
.step-box .disc-item {
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-family: "Nst700", "微軟正黑體", sans-serif;
  font-size: 0.875rem;
}
.step-box span {
  margin-left: 5px;
}
.step-box .done,
.step-box .disabled {
  color: #959595;
}
.step-box .done .disc-item,
.step-box .disabled .disc-item {
  color: #959595;
  line-height: 18px;
  border: 1px solid #c4c4c4;
  background-color: #fff;
}
.step-box .done span,
.step-box .disabled span {
  display: none;
}
.step-box .done .disc-item {
  border-color: #08CBDE;
}
.step-box .done::after {
  background-color: #08CBDE;
}

@media only screen and (min-width: 992px) {
  .step-box {
    padding: 2rem 0 3rem;
  }
  .step-box ol {
    font-size: 1rem;
  }
  .step-box ol li::after {
    content: "";
    width: 50px;
    height: 4px;
    margin: 0 10px;
  }
  .step-box .disc-item {
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 1rem;
  }
  .step-box span {
    margin-left: 10px;
  }
  .step-box .done .disc-item,
.step-box .disabled .disc-item {
    line-height: 23px;
  }
  .step-box .done span,
.step-box .disabled span {
    display: block;
  }
}
.tab-box {
  margin: 1.5rem 0 1rem;
  position: relative;
}
.tab-box .back {
  width: 33px;
  height: 33px;
  display: block;
  background-repeat: no-repeat;
  background-image: url(../images/back.png);
  position: absolute;
  top: calc(50% - 16px);
  left: 0;
}
.tab-box ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
}
.tab-box ul li {
  padding: 0.5rem 0.5rem 0.25rem;
}
.tab-box ul li + li {
  margin-left: 0.75rem;
}
.tab-box ul a {
  color: #727272;
}
.tab-box ul a:hover {
  color: #243CBF;
  text-decoration: none;
}
.tab-box ul .actived {
  border-bottom: 3px solid #FFDB5C;
}
.tab-box ul .actived a {
  color: #000;
}

@media only screen and (min-width: 768px) {
  .tab-box ul li {
    padding: 0.5rem 1.5rem 0.25rem;
  }
  .tab-box ul li + li {
    margin-left: 1rem;
  }
  .tab-box ul a {
    font-size: 1.5rem;
  }
  .tab-box ul .actived {
    border-bottom-width: 5px;
  }
}
.table.list .btn-light.btn-sm {
  color: #000;
  border-radius: 0.25rem;
  border: 1px solid #EDEDED;
  background-color: #EDEDED;
}
.table.list .btn-light.btn-sm:hover {
  background-color: #DADADA;
}
.table.list .more {
  position: relative;
}
.table.list .more .dropdown-toggle {
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 50rem;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../images/more.png);
  background-color: transparent;
}
.table.list .more .dropdown-toggle:hover {
  background-color: #EDEDED;
}
.table.list .more .dropdown-toggle::after {
  display: none;
}
.table.list .download button {
  width: 50px;
  height: 50px;
  border: 0;
  border-radius: 50rem;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../images/download.png);
  background-color: #EDEDED;
}
.table.list .download button:hover {
  background-color: rgba(237, 237, 237, 0.8);
}
.table.list .download button::after {
  display: none;
}
.table.list .sponsor-pic {
  width: 45px;
}

.table.list-border .calculate button {
  width: 25px;
  height: 25px;
  border: 0;
  background-repeat: no-repeat;
  background-color: transparent;
}
.table.list-border .calculate .minus {
  background-image: url(../images/delete-circle.png);
}
.table.list-border .calculate .plus {
  background-image: url(../images/add-circle-o.png);
}
.table.list-border .tfooter tr {
  background: rgba(255, 219, 92, 0.5);
}
.table.list-border .tfooter td {
  border: 0;
}

.table.list-data th, .table.list-data td {
  border: 0;
  padding: 1rem 2rem;
}

@media only screen and (min-width: 768px) {
  .table.list {
    border-radius: 0.625rem;
    box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.25);
  }
  .table.list > :not(caption) > * > * {
    border: 0;
  }
  .table.list > :not(:first-child) {
    border: 0;
  }
  .table.list th, .table.list td {
    text-align: center;
  }
  .table.list thead th {
    font-weight: normal;
    padding: 1rem 0.5rem;
    background: rgba(255, 219, 92, 0.5);
  }
  .table.list thead th:first-child {
    border-radius: 0.625rem 0 0 0;
  }
  .table.list thead th:last-child {
    border-radius: 0 0.625rem 0 0;
  }
  .table.list tbody td {
    padding: 1.25rem 0.5rem;
    vertical-align: middle;
  }
  .table.list tbody tr:nth-child(odd) td {
    background-color: #fff;
  }
  .table.list tbody tr:nth-child(even) td {
    background-color: #F9F9FC;
  }
  .table.list tbody tr:last-child td:first-child {
    border-radius: 0 0 0 0.625rem;
  }
  .table.list tbody tr:last-child td:last-child {
    border-radius: 0 0 0.625rem 0;
  }
  .table.list tbody .check {
    padding-left: calc(0.5rem + 15px);
    background-repeat: no-repeat;
    background-position: left 0 center;
    background-image: url(../images/check-list-circle.png);
  }
  .table.list .more .dropdown-menu {
    background-color: #383636;
    border-radius: 0.25rem;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
  }
  .table.list .sponsor-pic {
    width: 40px;
  }
  .table.list-border > :not(caption) > * > * {
    border: 0;
  }
  .table.list-border > :not(:first-child) {
    border: 0;
  }
  .table.list-border th, .table.list-border td {
    padding: 0.75rem 0.5rem;
  }
  .table.list-border thead th {
    text-align: center;
    background: rgba(255, 219, 92, 0.5);
    border-left: 1px solid #DADADA;
  }
  .table.list-border thead th:first-child {
    border-left: 0;
  }
  .table.list-border tbody td {
    vertical-align: middle;
    border: 1px solid #DADADA;
  }
  .table.list-border tbody tr:first-child td {
    border-top: 0;
  }
  .table.list-border tbody td:first-child {
    border-left: 0;
  }
  .table.list-border tbody td:last-child {
    border-right: 0;
  }
  .table.list-border .calculate {
    width: 40px;
    text-align: center;
    background-color: #F6F8F9;
  }
  .table.list.list-border th, .table.list.list-border td {
    padding: 1.25rem 0.5rem;
    font-size: 0.875rem;
  }
  .table.list.list-border thead th {
    font-family: "Nst700", "微軟正黑體", sans-serif;
  }
  .table.list.list-border tbody td {
    border: 1px solid #EDEDED;
  }
  .table.list-data {
    border-radius: 0.625rem;
    box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.25);
  }
  .table.list-data tr:nth-of-type(odd) th, .table.list-data tr:nth-of-type(odd) td {
    background-color: rgba(255, 219, 92, 0.5);
  }
  .table.list-data tr:nth-of-type(even) th, .table.list-data tr:nth-of-type(even) td {
    background-color: #F9F9FC;
  }
  .table.list-data tr:first-child th:first-child {
    border-radius: 0.625rem 0 0 0;
  }
  .table.list-data tr:first-child td:last-child {
    border-radius: 0 0.625rem 0 0;
  }
  .table.list-data tr:last-child th:first-child {
    border-radius: 0 0 0 0.625rem;
  }
  .table.list-data tr:last-child td:last-child {
    border-radius: 0 0 0.625rem 0;
  }
  .table.list-data th, .table.list-data td {
    border: 0;
    padding: 1rem 2rem;
  }
  .table.list-data td {
    border-left: 1px solid #DADADA;
  }
}
@media only screen and (min-width: 992px) {
  .table.list .sponsor-pic {
    width: 55px;
  }
  .table.list.list-border th, .table.list.list-border td {
    padding: 1.25rem;
    font-size: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  table.table-rwd {
    border-radius: 0;
    box-shadow: none;
  }
  table.table-rwd > :not(:first-child) {
    border-top: 0;
  }
  table.table-rwd > :not(caption) > * > * {
    border-bottom-width: 0;
  }
  table.table-rwd thead, table.table-rwd thead th {
    display: none;
  }
  table.table-rwd tr {
    display: block;
  }
  table.table-rwd tr + tr {
    margin-top: 1.25rem;
  }
  table.table-rwd td {
    text-align: left;
    display: flex;
    padding: 0.75rem 1rem;
    background-color: #F9F9FC;
  }
  table.table-rwd td + td {
    border-top: 1px solid #c4c4c4;
  }
  table.table-rwd td:before {
    content: attr(data-th);
    font-weight: bold;
    width: 6.5em;
    display: inline-block;
    text-align: left;
    font-family: "Nst700", "微軟正黑體", sans-serif;
  }
  table.table-rwd .more {
    padding: 0;
    border: 0 !important;
  }
  table.table-rwd .more:before {
    display: none;
  }
  table.table-rwd .more .dropdown-toggle {
    display: none;
  }
  table.table-rwd .more .dropdown-menu {
    width: 100%;
    display: flex;
    border: 0;
    border-radius: 0;
    position: relative;
    background: rgba(255, 219, 92, 0.5);
  }
  table.table-rwd .more .dropdown-menu li {
    width: 33.3333333333%;
    position: relative;
  }
  table.table-rwd .more .dropdown-menu li + li:before {
    content: "";
    display: block;
    width: 1px;
    height: 66%;
    background-color: #fff;
    position: absolute;
    top: 17%;
    left: 0;
  }
  table.table-rwd .more .dropdown-menu .dropdown-item {
    color: #000;
    text-align: center;
    padding: 0.5rem;
  }
  table.table-rwd .calculate:before {
    display: none;
  }
  table.list-border input.form-control {
    background-color: #fff;
  }
  table.list-border .calculate {
    justify-content: flex-end;
  }
  table.list-border tr.calculate-plus td:not(.calculate) {
    display: none;
  }
  table.list-border tr.calculate-plus .calculate {
    border-top: none;
    background: none;
  }
  table.list-border .tfooter tr {
    padding: 0.25rem 0;
  }
  table.list-border .tfooter td {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    justify-content: flex-end;
    background: none;
  }
  .table.list-data tr {
    display: block;
    box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.25);
    border-radius: 0.625rem 0.625rem 0 0;
  }
  .table.list-data tr + tr {
    margin-top: 1.5rem;
  }
  .table.list-data th, .table.list-data td {
    width: 100% !important;
    display: block;
    border-radius: 0;
    border: 0;
  }
  .table.list-data th {
    border-radius: 0.625rem 0.625rem 0 0;
    background-color: rgba(255, 219, 92, 0.5);
  }
  .table.list-data td {
    background-color: #F9F9FC;
  }
}
.pagination .page-link {
  color: #000;
  min-width: 25px;
  height: 25px;
  background: none;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0.2rem;
  margin: 0 0.5rem;
}
.pagination .next > *, .pagination .prev > * {
  font-size: 0.75rem;
  background: #fff;
  border-radius: 2px;
  padding: 0.219rem 0.594rem;
}
.pagination .page-item.active .page-link {
  color: #000;
  border-radius: 100%;
  border-width: 1px;
  border: 1px solid #000;
  background-color: #fff;
}
.pagination .first > *, .pagination .last > * {
  width: 20px;
  height: 25px;
  display: block;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  background-image: url(../images/arrow-left-line.png);
}
.pagination .last > * {
  background-image: url(../images/arrow-right-line.png);
}

@media only screen and (max-width: 767px) {
  .pagination .page-link {
    margin: 0 0.25rem;
  }
  .pagination .next,
.pagination .prev {
    display: none;
  }
}
.primary-gradient-box,
.secondary-gradient-box {
  border: 4px solid rgba(255, 255, 255, 0.6);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 50px;
  background: linear-gradient(180deg, #FCA118 0%, #FFDB5C 100%);
}

.secondary-gradient-box {
  background: linear-gradient(180deg, #0093A1 0%, #08CBDE 100%);
}

a.primary-gradient-box:hover {
  text-decoration: none;
  background: #FFDB5C;
}

a.secondary-gradient-box:hover {
  text-decoration: none;
  background: #08CBDE;
}

.login-page {
  padding: 2rem 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  background-image: url(../images/img_bg1.png);
}
.login-page .logo a {
  display: inline-block;
}
.login-page .logo img {
  width: 87px;
  height: 87px;
}
.login-page .logo .logo-text {
  margin: 1rem 0 0;
}
.login-page .login-type-box {
  margin-bottom: 2.5rem;
}
.login-page .login-type-box .login-type {
  width: 270px;
  height: 310px;
  padding: 3rem 2rem 2rem;
  margin: 2rem auto 0;
  color: #000;
  display: block;
  text-align: center;
}
.login-page .login-type-box .login-type h2 {
  font-family: "Nst700", "微軟正黑體", sans-serif;
  font-size: 2.25rem;
  margin: 1.25rem 0 2.5rem;
}
.login-page .login-type-box .login-type .primary-gradient-box,
.login-page .login-type-box .login-type .secondary-gradient-box {
  font-size: 1.75rem;
  padding: 0.75rem 0;
  border-width: 2px;
}
.login-page .link {
  color: #3347FF;
  text-decoration: none;
}
.login-page .link:hover {
  color: #2238ff;
  text-decoration: underline;
}

.login-type-page .login,
.login-type-page .register,
.register-page .login,
.register-page .register {
  flex: 1;
}
.login-type-page .back,
.register-page .back {
  color: #000;
}
.login-type-page .back:hover,
.register-page .back:hover {
  color: #3347FF;
}

.register-page .primary-gradient-box,
.register-page .secondary-gradient-box {
  width: 220px;
  height: 200px;
  color: #000;
  margin: 0 auto;
}
.register-page .primary-gradient-box + .primary-gradient-box, .register-page .primary-gradient-box + .secondary-gradient-box,
.register-page .secondary-gradient-box + .primary-gradient-box,
.register-page .secondary-gradient-box + .secondary-gradient-box {
  margin: 1.25rem auto 0.5rem;
}
.register-page h4 {
  line-height: 1.3;
}
.register-page .back {
  font-size: 1.25rem;
}

@media only screen and (min-width: 992px) {
  .login-page {
    padding: 3.5rem 0;
  }
  .login-page .logo img {
    width: auto;
    height: auto;
  }
  .login-page .logo .logo-text {
    margin: 2rem 0 0;
  }
 /* .login-page .login-type-box {
    display: flex;
    justify-content: center;
    margin: 7rem 0 6rem;
  }*/
.login-page .login-type-box {
    display: flex;
    justify-content: center;
    margin: 2rem 0 1rem;
}
  .login-page .login-type-box .accesskey {
    top: -30px;
    left: calc((100vw - 880px) / 2);
  }
  .login-page .login-type-box .login-type {
    margin: 0;
  }
  .login-page .login-type-box .login-type + .login-type {
    margin-left: 2rem;
  }
  .login-type-page,
.register-page {
    display: block;
  }
  .login-type-page .container,
.register-page .container {
    display: block;
  }
  .login-type-page .form-row,
.register-page .form-row {
    margin-bottom: 2rem;
  }
  .login-type-page .forget {
    font-size: 1.25rem;
  }
  .login-type-page .back {
    font-size: 1.25rem;
  }
  .register-page .primary-gradient-box,
.register-page .secondary-gradient-box {
    margin: 0;
  }
  .register-page .primary-gradient-box + .primary-gradient-box, .register-page .primary-gradient-box + .secondary-gradient-box,
.register-page .secondary-gradient-box + .primary-gradient-box,
.register-page .secondary-gradient-box + .secondary-gradient-box {
    margin: 0 0 0 1.25rem;
  }
}
.page-change-password .accesskey {
  left: calc(50% - 306px);
}
.page-story .accesskey, .page-thank-you-note .accesskey, .page-contributor-apply .accesskey {
  left: calc(50% - 425px);
}

.bg-list {
  background-size: cover;
  background-image: url(../images/img_bg_blue.png);
}

.bg-list-light {
  background-size: cover;
  background-image: url(../images/img_bg_yellow.png);
}

.modal-photos .modal-dialog {
  max-width: 99vw;
}
.modal-photos .modal-content {
  height: 85vh;
  overflow: hidden;
  border: 0;
  background: none;
}
.modal-photos .swiper {
  width: 100%;
}
.modal-photos .swiper .swiper-wrapper {
  height: 85vh;
}
.modal-photos .swiper .swiper-slide {
  height: 100%;
  padding: 0 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal-photos .swiper img {
  max-width: 100%;
  max-height: 100%;
}
.modal-photos .swiper .swiper-button-next::after,
.modal-photos .swiper .swiper-button-prev::after {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}
.modal-photos .swiper .swiper-button-next {
  right: 0;
}
.modal-photos .swiper .swiper-button-prev {
  left: 0;
}

.modal-video .modal-dialog {
  max-width: 99vw;
}
.modal-video .modal-content {
  height: 55vw;
  overflow: hidden;
  border: 0;
  background: none;
}

.page-index .video {
  height: 45vw;
}
.page-index .video-des {
  color: #fff;
  min-height: 215px;
  display: flex;
  flex-direction: column;
  background: rgba(0, 0, 0, 0.5);
}
.page-index .video-des p {
  font-size: 1.125rem;
  line-height: 1.6;
  flex: 1;
}
.page-index .btn-primary.gradient,
.page-index .btn-secondary.gradient {
  border-radius: 3rem;
}
.page-index .support-athlete .container {
  background-repeat: no-repeat;
  background-position: top left;
  background-image: url(../images/img_search_title.png);
}
.page-index .support-athlete .left {
  width: 290px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.page-index .support-athlete .search input,
.page-index .support-athlete .search-filter {
  background-color: #F6F8F9;
}
.page-index .support-athlete .tag-primary,
.page-index .support-athlete .tag-primary-light {
  font-size: 1rem;
  padding: 0.5rem 1rem;
  display: inline-block;
  margin-top: 0.5rem;
  margin-right: 0.875rem;
}
.page-index .support-athlete .tag-primary:last-child,
.page-index .support-athlete .tag-primary-light:last-child {
  margin-right: 0;
}
.page-index .new {
  background-color: #f8f8f8;
}
.page-index .new .btn-more {
  background-color: #DADADA;
}
.page-index .new .btn-more:hover {
  background-color: rgba(218, 218, 218, 0.8);
}
.page-index .sponsor-carousel a.swiper-slide:focus {
  outline-offset: -3px;
}

.page-change-password .box-sm {
  flex: 1;
}

.page-apply .form-row {
  margin-bottom: 0;
}
.page-apply .form-row .file-text,
.page-apply .form-row .link-text {
  font-size: 1rem;
  padding-left: calc(0.5rem + 20px);
  background-size: 20px 20px;
  background-position: left 0 center;
  background-repeat: no-repeat;
  background-image: url(../images/paperclip.png);
}
.page-apply .form-row .link-text {
  background-image: url(../images/links.png);
}
.page-apply .form-row-border-box .form-row + .form-row {
  border-top: 1px solid #c4c4c4;
  padding-top: 1.25rem;
  margin-top: 1.25rem;
}
.page-apply .inner-form-title {
  margin-bottom: 1.25rem;
}
.page-apply .inner-form-row {
  padding-bottom: 1.125rem;
}
.page-apply .inner-form-row + .inner-form-row {
  padding: 0.75rem 0 1.125rem;
  border-top: 1px solid #c4c4c4;
}
.page-apply .bank-item label {
  width: 100px;
}
.page-apply .bank-item + .bank-item {
  margin-top: 1.25rem;
}
.page-apply .box-border-pc {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.page-apply .box-border-pc:last-child {
  padding-bottom: 1rem;
}
.page-apply .finish-form .form-row {
  margin-bottom: 0;
}
.page-apply .finish-form .form-row + .form-row {
  padding-top: 0;
}
.page-apply .template-box {
  display: flex;
  flex: 1;
}
.page-apply .template-option {
  width: 33.3333333333%;
  padding: 0.75rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.page-apply .template-option.actived {
  border-radius: 0.3rem;
  background-color: #F8F8F8;
}
.page-apply .template-option.actived i {
  display: block;
}
.page-apply .template-option .form-check {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-left: 0;
  margin-bottom: 0.5rem;
}
.page-apply .template-option .form-check-input {
  float: none;
  margin-left: 0;
  margin-bottom: 0.5rem;
}
.page-apply .template-option label {
  display: block;
  text-align: center;
  font-size: 0.875rem;
}
.page-apply .template-option i {
  display: none;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 8px 13.9px 8px;
  border-color: transparent transparent #dadada transparent;
  position: absolute;
  left: calc(50% - 8px);
  bottom: calc(-1.125rem - 1px);
}
.page-apply .template-option i::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 7px 12.1px 7px;
  border-color: transparent transparent #fff transparent;
  position: absolute;
  top: 3px;
  left: -7px;
}
.page-apply .template-scroll {
  width: 100%;
  overflow-x: auto;
}
.page-apply .template {
  width: 694px;
  padding: 2rem 2.5rem;
  background-color: #F6F8F9;
}
.page-apply .template .upload-box {
  width: 100%;
  height: 100%;
  padding: 0;
  background-color: rgba(255, 219, 92, 0.5);
}
.page-apply .btn-add {
  color: #000;
  font-size: 1rem;
  border-style: dashed;
  border-radius: 0;
  background-color: rgba(8, 203, 222, 0.1);
}
.page-apply .btn-add:hover {
  background-color: rgba(8, 203, 222, 0.2);
}
.page-apply .btn-add.square {
  width: 100px;
  height: 100px;
  padding: 0 !important;
}
.page-apply .btn-add img {
  vertical-align: -6px;
}
.page-apply .btn-add span {
  margin-left: 0.5rem;
}
.page-apply .btn-add p {
  margin: 0.5rem 0 0;
}
.page-apply .btn-remove {
  width: 20px;
  height: 20px;
  border: 0;
  margin: 0;
  padding: 0;
  background: none;
  position: absolute;
  top: 6px;
  right: calc(0.75rem + 6px);
}
.page-apply .btn-remove img {
  display: block;
}
.page-apply .related-data {
  padding: 0.75rem;
  background-color: #F8F8F8;
}
.page-apply .related-data + .related-data {
  margin-top: 1rem;
}
.page-apply .related-data label,
.page-apply .related-data .form-check {
  margin-bottom: 0.5rem;
}
.page-apply .related-data .btn-box {
  text-align: center;
  margin-top: 1rem;
}
.page-apply .related-data .form-control,
.page-apply .related-data .upload-box {
  background-color: #fff;
}
.page-apply .form-check-box {
  margin-top: 0.5rem;
}
.page-apply .form-check-box .form-check {
  margin-bottom: 0;
}
.page-apply .form-check-box .form-check + .form-check {
  margin-left: 4rem;
}
.page-apply .location-select,
.page-apply .team-input,
.page-apply .teacher-input,
.page-apply .contact-input,
.page-apply .email-input {
  margin-top: 0.5rem;
}
.page-apply .contact-input + .form-check,
.page-apply .email-input + .form-check {
  margin-top: 0.25rem;
}
.page-apply .btn-box-bg {
  padding: 1rem;
  margin-bottom: 1rem;
  text-align: center;
  background-color: #F6F8F9;
  position: relative;
  width: calc(100% + 1.5rem);
  left: -0.75rem;
}
.page-apply .btn-box-bg button {
  font-size: 1rem;
  width: 130px;
}
.page-apply .thanksLetter {
  border-radius: 0.625rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url(../images/img_bg_yellow.png);
}
.page-apply .thanksLetter .modal-body {
  padding: 2rem 0 1rem;
}
.page-apply .thanksLetter .letter {
  width: 90%;
  padding: 1rem;
  margin: 0 auto;
  border-radius: 0.625rem;
  background-color: #fff;
}
.page-apply .thanksLetter article {
  max-height: 400px;
  overflow-y: auto;
  padding: 2rem;
  text-align: center;
  border: 1px solid #000000;
}
.page-apply .thanksLetter .title {
  font-size: 1.15rem;
  margin-bottom: 0.75rem;
}
.page-apply .thanksLetter .modal-footer {
  border: 0;
  padding-top: 0;
}
.page-apply .thanksLetter .modal-footer .btn {
  background-color: #fff;
}
.page-apply .thanksLetter .modal-footer .btn:hover {
  background-color: #e9ecef;
}

.page-story textarea {
  height: 200px;
}

.page-record-detail table th, .page-record-detail table td {
  font-weight: normal;
  border-top: 1px solid #DADADA;
  vertical-align: top;
  padding: 2rem 0;
}
.page-record-detail table th {
  width: 38%;
}

.page-guide .guide {
  overflow: hidden;
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.25);
  border-radius: 0.625rem;
  background-color: #fff;
}
.page-guide h3 {
  border-radius: 0.625rem 0.625rem 0 0;
  background-color: rgba(255, 219, 92, 0.5);
  padding: 1rem 2rem;
}
.page-guide h3 + div {
  border-radius: 0 0 0.625rem 0.625rem;
}
.page-guide h4 {
  background-color: #F9F9FC;
  padding: 1rem 2rem;
}
.page-guide .guide-list {
  font-size: 1.25rem;
  list-style-type: none;
  margin: 0;
}
.page-guide .guide-list li {
  padding: 0.25rem 0;
}

.page-athlete-detail .bg-list {
  padding: 3rem 0;
}
.page-athlete-detail .bg-list.bg-none {
  background: none;
}
.page-athlete-detail .bg-list .list {
  padding: 2rem;
  background-color: #fff;
}
.page-athlete-detail .bg-list ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  border-top: 1px solid #c4c4c4;
}
.page-athlete-detail .bg-list ul li {
  text-align: center;
  padding: 1rem 0;
  border-bottom: 1px solid #c4c4c4;
}
.page-athlete-detail .bg-list table {
  width: 100%;
  font-size: 0.875rem;
}
.page-athlete-detail .bg-list table th, .page-athlete-detail .bg-list table td {
  padding: 1rem 0.8rem 1rem 0;
  vertical-align: top;
  border-top: 1px solid #c4c4c4;
}
.page-athlete-detail .bg-list table th:last-child, .page-athlete-detail .bg-list table td:last-child {
  padding-right: 0;
}
.page-athlete-detail .bg-list table tr:last-child th, .page-athlete-detail .bg-list table tr:last-child td {
  border-bottom: 1px solid #c4c4c4;
}
.page-athlete-detail .photos .photo {
  width: 22vw;
  height: 22vw;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #c4c4c4;
  background-color: #F8F8F8;
}
.page-athlete-detail .photos img {
  max-width: 100%;
  max-height: 100%;
}
.page-athlete-detail .links a {
  display: block;
  padding: 1rem;
  background-color: rgba(255, 219, 92, 0.5);
  border-radius: 0.625rem;
}
.page-athlete-detail .links a:hover {
  color: #000;
  text-decoration: none;
  background-color: rgba(255, 219, 92, 0.4);
}
.page-athlete-detail .links a + a {
  margin-top: 1.25rem;
}
.page-athlete-detail .template .video {
  height: 45vw;
}

@media only screen and (max-width: 320px) {
  .page-athlete-detail .bg-list.bg-none .list {
    padding: 2rem 1rem;
  }
  .page-athlete-detail .bg-list.bg-none .title-data {
    font-size: 0.875rem;
  }
  .page-athlete-detail .bg-list table {
    font-size: 0.75rem;
  }
  .page-athlete-detail .bg-list table th,
.page-athlete-detail .bg-list table td {
    padding-right: 0.5rem;
  }
}
@media only screen and (min-width: 576px) {
  .page-apply .template-option label {
    font-size: 1rem;
  }
  .page-apply .thanksLetter .modal-body {
    padding: 3rem 0 1rem;
  }
  .page-apply .thanksLetter .letter {
    width: 85%;
    padding: 1.25rem;
  }
  .page-apply .thanksLetter article {
    padding: 3.5rem 3rem;
  }
  .page-apply .thanksLetter .title {
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }
  .page-athlete-detail .photos .photo {
    width: 120px;
    height: 120px;
  }
  .page-athlete-detail .bg-list .list {
    padding: 2rem 3rem;
  }
  .page-athlete-detail .bg-list .title-data {
    font-size: 1.25rem;
  }
  .page-athlete-detail .bg-list table {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .page-story .form-row {
    margin-top: 1rem;
  }
  .page-story .col-form-label {
    padding-top: 0;
  }
  .page-guide .guide-list {
    padding: 1rem 2rem;
  }
  .page-guide .guide-content .guide-list:first-child {
    padding-bottom: 0;
  }
  .page-guide .guide-content .guide-list:last-child {
    padding-top: 0;
  }
}
@media only screen and (min-width: 768px) {
  .modal-photos .swiper .swiper-slide {
    padding: 0 100px;
  }
  .modal-photos .swiper .swiper-button-next {
    right: 5px;
  }
  .modal-photos .swiper .swiper-button-prev {
    left: 5px;
  }
  .modal-video .modal-dialog {
    max-width: 90vw;
  }
  .modal-video .modal-content {
    height: 55vw;
  }
  .page-index .video {
    height: 330px;
  }
  .page-apply-explanation .step1 {
    position: relative;
  }
  .page-apply-explanation .step1::before {
    content: "";
    width: 35%;
    height: 3px;
    background-color: #000;
    position: absolute;
    top: 27px;
    left: 53%;
  }
  .page-apply-explanation .step1::after {
    content: "";
    width: 35px;
    height: 35px;
    position: absolute;
    top: 11px;
    left: calc(88% - 20px);
    background-size: 100% 100%;
    background-image: url(../images/arrow-right-line.png);
  }
  .page-apply-explanation .btn-box {
    margin-top: 3rem;
  }
  .page-apply .form-row + .form-row {
    padding-top: 1.125rem;
  }
  .page-apply .form-row .data-text {
    margin: 0.5rem 0 0;
  }
  .page-apply .inner-form-title {
    margin-bottom: 0;
  }
  .page-apply .inner-form-row {
    display: flex;
  }
  .page-apply .inner-form-row + .inner-form-row {
    padding: 1.125rem 0;
  }
  .page-apply .inner-form-row .title {
    width: 15%;
    font-size: 1.125rem;
  }
  .page-apply .inner-form-row .data {
    flex: 1;
    margin-left: 20px;
  }
  .page-apply .bank-item select {
    width: 350px;
  }
  .page-apply .bank-item input {
    width: 75%;
  }
  .page-apply .upload-box {
    width: 350px;
  }
  .page-apply .athlete .upload-box {
    width: auto;
  }
  .page-apply .box-border-pc:last-child {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .page-apply .template-box-sub {
    padding-left: 5.5rem;
  }
  .page-apply .related-data {
    padding: 0;
    background: none;
  }
  .page-apply .related-data + .related-data {
    padding-top: 1rem;
    border-top: 1px solid #c4c4c4;
  }
  .page-apply .related-data > div {
    margin-right: 1rem;
  }
  .page-apply .related-data .btn-box {
    margin: 0;
  }
  .page-apply .related-data .btn-box button {
    margin-top: 0.25rem;
  }
  .page-apply .related-data label,
.page-apply .related-data .form-check {
    margin-bottom: 0;
  }
  .page-apply .related-data .form-control,
.page-apply .related-data .upload-box {
    background-color: #F6F8F9;
  }
  .page-apply .form-check-box {
    margin-top: 0;
  }
  .page-apply .form-check-box + .form-check-box {
    margin-left: 2rem;
  }
  .page-apply .form-check-box .form-check + .form-check {
    margin-left: 2rem;
  }
  .page-apply .location-select {
    width: 60%;
    margin-top: 0;
  }
  .page-apply .team-input,
.page-apply .teacher-input,
.page-apply .contact-input {
    width: calc(30% - 0.5rem);
    margin-top: 0;
  }
  .page-apply .email-input {
    width: 50%;
    margin-top: 0;
  }
  .page-apply .contact-input + .form-check,
.page-apply .email-input + .form-check {
    margin: 0 0 0 1rem;
  }
  .page-apply .btn-box-bg {
    padding: 1.25rem;
    margin-bottom: 0;
    width: 100%;
    left: 0;
    border-radius: 0 0 0.625rem 0.625rem;
  }
  .page-apply .btn-box-bg button {
    font-size: 1.25rem !important;
    width: 220px;
  }
  .page-story textarea {
    height: 250px;
  }
  .page-record-detail table th {
    width: 30%;
  }
  .page-guide .guide-content .guide-list {
    width: 50%;
  }
  .page-guide .guide-list {
    padding: 1rem 2rem;
  }
  .page-athlete-detail .photos .photo {
    width: 160px;
    height: 160px;
  }
  .page-athlete-detail .links a {
    font-size: 1.25rem;
    padding: 1.25rem 3rem;
  }
  .page-athlete-detail .bg-list table {
    font-size: 1.25rem;
  }
}
@media only screen and (min-width: 992px) {
  .page-index .support-athlete .left {
    width: 290px;
  }
  .page-index .support-athlete .right {
    flex: 1;
    margin-left: 4rem;
  }
  .page-index .support-athlete .tag-primary,
.page-index .support-athlete .tag-primary-light {
    font-size: 1.125rem;
    margin-right: 1.5rem;
  }
  .page-change-password .box-sm {
    flex: unset;
    min-height: 65vh;
  }
  .page-apply-explanation .explanation {
    width: 300px;
  }
  .page-apply-explanation .step1::before {
    width: 40%;
    left: 46%;
  }
  .page-apply-explanation .step1::after {
    left: calc(86% - 20px);
  }
  .page-apply .box-title {
    margin-top: 4.5rem;
  }
  .page-apply h3 {
    position: absolute;
    top: -4rem;
    left: 0;
  }
  .page-apply .form-row .data-text {
    font-size: 1.125rem;
  }
  .page-apply .template-option label {
    font-size: 1.125rem;
  }
  .page-apply .btn-add {
    font-size: 1.125rem !important;
  }
  .page-record-detail table {
    width: 750px;
    margin: 0 auto;
    font-size: 1.125rem;
  }
  .page-guide .guide-content {
    width: 50%;
  }
  .page-athlete-detail .photos .photo {
    width: 220px;
    height: 220px;
  }
  .page-athlete-detail .bg-list .list {
    padding: 2rem 5rem;
  }
  .page-athlete-detail .template .video {
    height: 380px;
  }
}
@media only screen and (min-width: 1200px) {
  .modal-photos .modal-dialog {
    max-width: 80vw;
  }
  .modal-video .modal-dialog {
    max-width: 60vw;
  }
  .modal-video .modal-content {
    height: 35vw;
  }
  .page-apply .template-box {
    justify-content: space-between;
  }
  .page-apply .template-option {
    width: auto;
    flex-direction: row;
  }
  .page-apply .template-option .form-check {
    display: block;
    margin-right: 1.5rem;
    margin-bottom: 0;
    padding-left: 1.7em;
  }
  .page-apply .template-option .form-check-input {
    float: left;
    margin-left: -1.7em;
    margin-bottom: 0;
  }
  .page-apply .template-option label {
    display: inline-block;
    text-align: left;
  }
  .page-apply .template-option i {
    left: 0.75rem;
  }
  .page-apply .template {
    width: 100%;
  }
  .page-athlete-detail .photos .photo {
    width: 270px;
    height: 270px;
  }
}

.datepicker {
    background-color: #fff;
    color: #333;
}

@media only screen and (min-width: 992px) {
    .step-box span {
        font-size: 1.075rem;
    }
}

@media only screen and (min-width: 1200px) {
    .step-box span {
        font-size: 1.25rem;
    }
}

th.dt-center, td.dt-center {
    text-align: center;
}