@charset "UTF-8";

.m-b-10 {
  margin-bottom: 10px;
}

.recommend_div {
  position: relative;
  display: block;
  width: 100%;
  height: 50px;
  font-size: 16px;
  color: #000;
  background-color: #fff;
  margin-bottom: 10px;
}

.card-box {
  padding: 20px;
  border: 1px solid rgba(54, 64, 74, 0.05);
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  background-clip: padding-box;
  margin-bottom: 20px;
  background-color: #ffffff;
}
.card-box.card-box-info { 
  border: 1px solid rgba(44, 59, 57, 0.2);
}
.recommend_div input {
  width: 100%;
  height: 100%;
  border: 1px solid #ccc;
}

.is-nocard-period label::before {
  content: '\f53d' !important;
  font-family: 'Font Awesome 5 Free' !important;
  font-weight: 900 !important;
}

.cart-course {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.course-box a hgroup h5 {
  font-size: 15px;
  color: #a4a4a4;
  overflow: hidden;
  text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  white-space: nowrap;
  text-decoration: line-through;
  margin-bottom: 5px;
}

.score-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.score-data div {
  font-size: 40px;
  text-align: center;
  position: relative;
  padding: 30px 0 60px;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  color: #b59f73;
  border-radius: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.score-data div p {
  margin-top: 10px;
}

.score-data div span {
  width: 100%;
  font-size: 22px;
  text-align: center;
  color: #000;
  font-weight: bold;
}

.score-data div span.withdraw-span {
  position: absolute;
  bottom: 20%;
}

.score-data div button {
  background-color: #FF0000;
  color: #FFF;
  padding: 3px 15px;
  border-radius: 15px;
  font-size: 14px;
  font-weight: bold;
}

.score-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #d9d9d9;
  margin-bottom: 20px;
  overflow: hidden;
}

.score-item figure {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 180px;
  flex: 0 0 180px;
  border-right: 1px dotted #7f7f7f;
}

.score-item figure span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  height: 100%;
  font-family: "微軟正黑體";
  font-size: 30px;
  font-weight: bold;
  color: #b59f73;
}

.score-item figure span strong {
  display: inline-block;
  vertical-align: bottom;
  font-size: 42px;
}

.score-item hgroup {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 16px 260px 20px 80px;
}

.score-item hgroup .text {
  max-height: 180px;
  overflow: hidden;
}

.score-item hgroup .text h2 {
  line-height: 1.5;
  font-size: 22px;
  font-weight: bold;
  color: #000;
  margin-bottom: 8px;
}

.score-item hgroup .text p {
  line-height: 25px;
  font-size: 16px;
  color: #666;
}

.score-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 10px;
  height: 100%;
  background-color: #b59f73;
}

.no-result {
  text-align: center;
  font-size: 18px;
  margin-top: 20px;
}

.index-course-link button {
  color: #FFF;
  position: relative;
}

.index-course-link button::after {
  content: "";
  width: 0%;
  height: 4px;
  background-color: #b59f73;
  position: absolute;
  left: 50%;
  bottom: 0px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.index-course-link button.is-active {
  color: #b59f73;
}

.index-course-link button.is-active::after {
  width: 100%;
  left: 0;
}

.data-mailcheck .input::before {
  content: '\f3cd';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}

.sms_div {
  overflow: hidden;
}

.logo-wrap a {
  background: unset;
}

.logo-wrap a img { 
  max-height:90%;
}
/* RWD custom 2025-06-09 */
@media (max-width: 1280px) {
  .logo-wrap a img {
    max-height: 80%;
  }
}
.is-atm label::before {
  content: '\f53d' !important;
  font-family: 'Font Awesome 5 Free' !important;
  font-weight: 900 !important;
}

.cv-video img,
.cv-video iframe,
.cv-video video {
  width: unset;
  margin: 0 auto;
}

/* 2023/02/17 13:35:30 */
.cv-video img {
  object-fit: contain !important;
  width: 100% !important;
}

.data-signup li.is-pmail::before {
  background: unset;
  content: "\f007";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 30px;
  text-align: center;
  height: 40px;
}

.login-main.status-forget .login-input.is-verify {
  display: block;
}

.verify_img {
  position: absolute;
  top: calc(50% - 10px);
  right: 25px;
}

/*# sourceMappingURL=Jstyle.css.map */

.flex-align-center {
  display: flex;
  align-items: center;
}

 

/* .fs-title.hot-icon::before,.fs-title.hot-icon::after {
  content:"\f0e7";
  font-family: "Font Awesome 6 Free"; 
  color: #dc3545; 

} */