@charset "UTF-8";
/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
.animation {
  -moz-transition-duration: 300ms;
  -o-transition-duration: 300ms;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}

.no-animation {
  -moz-transition-duration: 0ms;
  -o-transition-duration: 0ms;
  -webkit-transition-duration: 0ms;
  transition-duration: 0ms;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}

.box {
  padding: 0 0 0 16px;
}

.box2 {
  padding: 0 16px;
}

.h5 {
  padding-bottom: 12px;
  font-size: 20px;
  color: #333;
  font-weight: bold;
}

.f-16 {
  font-size: 16px;
}

.mb-16 {
  margin-bottom: 16px !important;
}

.pb-8 {
  padding-bottom: 8px !important;
}

.pt-8 {
  padding-top: 8px !important;
}

.pt-16 {
  padding-top: 16px !important;
}

.pb-16 {
  padding-bottom: 16px !important;
}

.pb-24 {
  padding-bottom: 24px !important;
}

.pr-16 {
  padding-right: 16px !important;
}

.pl-10 {
  padding-left: 10px !important;
}

.pl-16 {
  padding-left: 16px !important;
}

.pl-24 {
  padding-left: 24px !important;
}

.line-height-50 {
  line-height: 50px;
}

.color-6 {
  color: #666;
}

.g-text {
  font-size: 16px;
  color: #005B35;
  font-weight: bold;
}

.class-banner {
  padding-top: 18px;
  padding-bottom: 24px;
  padding-left: 35px;
  position: relative;
}
.class-banner img {
  width: 100%;
  border-radius: 16px;
}
.class-banner .filter {
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 63px;
  position: absolute;
  backdrop-filter: blur(3px);
  background: #918a8a4f;
  border-radius: 0 0 16px 16px;
  pointer-events: none;
}
.class-banner .text-block {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 63px;
  padding-left: 24px;
  padding-top: 8px;
  color: #fff;
  position: absolute;
  pointer-events: none;
}
.class-banner .text-block .title {
  font-size: 16px;
}
.class-banner .text-block .title, .class-banner .text-block .text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.coach-block {
  width: 100%;
  height: 250px;
}

.coach-swiper {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}
.coach-swiper .swiper-wrapper {
  margin: 0 auto;
}
.coach-swiper .swiper-wrapper .item {
  text-align: center;
}
.coach-swiper .swiper-wrapper .item img {
  aspect-ratio: 1 / 1;
  max-width: 80px;
  margin: 0 auto;
  border-radius: 50%;
}
.coach-swiper .swiper-wrapper .swiper-slide {
  height: calc((100% - 30px) / 2) !important;
}

.video {
  padding-bottom: 24px;
  position: relative;
}
.video img {
  width: 100%;
  border-radius: 16px;
}
.video .filter {
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 46px;
  position: absolute;
  backdrop-filter: blur(3px);
  background: #918a8a4f;
  border-radius: 0 0 16px 16px;
  pointer-events: none;
}
.video .text-block {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 46px;
  padding-left: 10px;
  padding-top: 10px;
  color: #fff;
  position: absolute;
  pointer-events: none;
}
.video .text-block .title {
  padding-right: 30px;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.video .text-block .play-icon {
  right: 10px;
  position: absolute;
}
.video .text-block .play-icon img {
  width: 24px;
}

.class {
  padding-bottom: 40px;
}
.class .class-item {
  width: 100%;
  height: 96px;
  max-width: 96px;
  box-shadow: 0 1px 4px 2px rgba(0, 0, 0, 0.2);
  background: #fff;
  border-radius: 16px;
  cursor: pointer;
}
.class .class-item img {
  max-width: 40px;
  margin: 0 auto;
  padding-bottom: 10px;
}
.class .class-item span {
  padding: 10px 0;
}
.class .pd-tl {
  padding: 5px 0 29px 5px;
}

.class-list, .pay-info {
  padding: 0 16px 0 0;
}
.class-list a, .pay-info a {
  cursor: pointer;
}
.class-list .item, .pay-info .item {
  width: 100%;
  height: 96px;
  padding: 8px;
  background: #fff;
  border-radius: 16px;
  position: relative;
}
.class-list .item:not(:last-child), .pay-info .item:not(:last-child) {
  margin-bottom: 16px;
}
.class-list .item img, .pay-info .item img {
  max-width: 80px;
  height: 80px;
  border-radius: 8px;
}
.class-list .item .text, .pay-info .item .text {
  padding: 8px 24px 8px 8px;
}
.class-list .item .text .title, .pay-info .item .text .title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
}
.class-list .item .text .name, .pay-info .item .text .name {
  color: #666;
}
.class-list .item .text .price, .pay-info .item .text .price {
  padding-top: 8px;
  color: #666;
}
.class-list .item .text .price .icon, .pay-info .item .text .price .icon {
  width: 16px;
  height: 16px;
}
.class-list .item .contact-text, .pay-info .item .contact-text {
  padding: 0 24px 0 8px;
}
.class-list .item .arrow-right, .pay-info .item .arrow-right {
  display: inline-block;
  top: calc(50% - 4px);
  right: 24px;
  width: 8px;
  height: 8px;
  border-width: 2px 2px 0 0;
  border-color: #000000;
  border-style: solid;
  transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
  position: absolute;
  pointer-events: none;
}

.pers-info {
  padding: 16px;
  margin: 0 16px 16px;
  background: #fff;
  border-radius: 16px;
}
.pers-info .img {
  aspect-ratio: 1 / 1;
  max-width: 80px;
  height: 100%;
  border-radius: 50%;
}
.pers-info .text-info {
  padding: 0 16px;
}
.pers-info .name {
  padding-bottom: 4px;
  font-size: 20px;
}
.pers-info .level {
  font-size: 16px;
}
.pers-info .seniority {
  color: #666;
}

.score {
  padding: 8px 0;
  border-bottom: 1px solid #EEEEEE;
}
.score .ratings {
  position: relative;
  vertical-align: middle;
  display: inline-block;
  color: #D9D9D9;
  /*背景星星顏色*/
  overflow: hidden;
  font-size: 24px;
  /*調整字體大小可放大縮小星星*/
  text-shadow: 0px 1px 0 #D9D9D9;
  line-height: 32px;
  letter-spacing: 4px;
}
.score .full-star {
  width: calc(90% - 2px);
  /*調整寬度可變更星等*/
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap;
  overflow: hidden;
  color: #FFCC00;
  /*前景星星顏色*/
  letter-spacing: 4px;
}
.score .point {
  padding: 4px 4px 0 0;
  color: #666;
}
.score .comments-num {
  padding: 4px 0 0 4px;
  color: #666;
}
.score .review {
  padding: 4px;
  color: #005B35;
  border: 1px solid #005B35;
  border-radius: 4px;
  font-weight: bold;
}

.info-list {
  padding: 8px 0;
  line-height: 32px;
}
.info-list ul li {
  padding-left: 16px;
  position: relative;
}
.info-list ul li:before {
  content: '·';
  top: 0;
  left: 0;
  font-size: 32px;
  position: absolute;
}

.star-rating {
  display: flex;
  padding: 0 0 50px;
  cursor: pointer;
  justify-content: space-between;
}
.star-rating img {
  width: 45px;
  height: 45px;
  transition: transform 0.2s;
}
.star-rating img:hover {
  transform: scale(1.2);
}

.viedo-cover {
  cursor: pointer;
  position: relative;
}
.viedo-cover:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("../images/play_circle.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  position: absolute;
}
.viedo-cover img {
  margin-bottom: 16px;
  border-radius: 16px;
}

.page-title {
  font-size: 20px;
  color: #005B35;
  font-weight: bold;
}

.page-text {
  align-items: baseline;
}
.page-text img {
  width: 12px;
  height: 12px;
  margin: 8px 8px 8px 0;
}
.page-text span {
  padding-left: 4px;
  line-height: 16px;
}

.solid-line {
  margin: 16px 0;
  border-bottom: 1px solid #D9D9D9;
}

.course-content .headline {
  padding-bottom: 8px;
  font-size: 16px;
}
.course-content .content {
  padding: 16px;
  background: #fff;
  border-radius: 8px;
}

#video-container {
  display: none;
}

.box-position {
  width: 100%;
  padding-top: 160px;
  padding-bottom: 50px;
}

.class-cover {
  top: 64px;
  width: 100%;
  max-height: 200px;
  position: absolute;
  overflow: hidden;
}
.class-cover .mask {
  display: block;
  width: 100%;
  top: 0;
  height: 100px;
  position: absolute;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.72) 40%, rgba(0, 0, 0, 0) 100%);
}

.shopping-block {
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 16px;
  position: fixed;
  background: #fff;
  z-index: 999;
}
.shopping-block .pc {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}

.border-b {
  border-bottom: 1px solid #eee;
}

.time-sel-block {
  width: 100%;
  min-height: 39px;
  padding: 6px 0;
  background: #eee;
  border-radius: 8px;
  text-align: center;
}

.cart-text {
  padding-bottom: 8px;
}

.cart {
  width: 100%;
  padding: 16px 24px;
  background: #fff;
  border-radius: 16px;
}

.num-sty {
  font-size: 20px;
  color: #005B35;
}

.quantity {
  height: 40px;
  border: 1px solid #D2D3D2;
  border-radius: 8px;
}
.quantity .decrease {
  padding: 19px 13px;
}
.quantity .increase {
  padding: 13px;
}

.qty {
  width: 40px;
  text-align: center;
}

.check-img {
  padding: 24px 0 4px;
  text-align: center;
}
.check-img img {
  width: 100%;
  max-width: 80px;
  margin: 0 auto;
  padding-bottom: 24px;
}

.pay-info {
  margin-bottom: 40px;
  padding: 16px !important;
  background: #fff;
  border-radius: 16px;
}
.pay-info .item {
  height: auto;
  padding: 0;
}
.pay-info .text-block {
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #D9D9D9;
}
.pay-info .text-block .title {
  padding-right: 16px;
  color: #666;
  line-height: 24px;
}

#selected-date, .input-selsct {
  width: 100%;
  padding: 8px;
  border: 0;
  border-radius: 16px;
  color: #333;
  font-size: 16px;
}

.arrow-bottom {
  position: relative;
}
.arrow-bottom:before {
  content: '';
  display: inline-block;
  top: calc(50% - 4px);
  right: 16px;
  width: 8px;
  height: 8px;
  border-width: 2px 2px 0 0;
  border-color: #000000;
  border-style: solid;
  transform: matrix(-0.71, 0.71, -0.71, -0.71, 0, 0);
  position: absolute;
  pointer-events: none;
}

.arrow-right-1 {
  position: relative;
}
.arrow-right-1:before {
  content: '';
  display: inline-block;
  top: calc(50% - 4px);
  right: calc(50% - 3px);
  width: 8px;
  height: 8px;
  border-width: 1px 1px 0 0;
  border-color: #000000;
  border-style: solid;
  transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
  position: absolute;
  pointer-events: none;
}

.arrow-box {
  padding: 0 18px;
}

.create-page .w-block {
  padding: 16px;
  background: #fff;
  border-radius: 16px;
}
.create-page .c-title {
  padding: 16px 0;
  font-size: 20px;
  text-align: center;
  font-weight: bold;
}
.create-page .type {
  margin: 0 16px;
  padding: 4px;
  background: #fff;
  border-radius: 16px;
  font-size: 16px;
}
.create-page .type div {
  width: 100%;
  height: 34px;
  text-align: center;
  line-height: 32px;
}
.create-page .type .checked {
  color: #fff;
  background: #005B35;
  border-radius: 16px;
}
.create-page .subtitle {
  font-weight: bold;
  padding: 8px 16px 8px 0;
  white-space: nowrap;
  font-size: 16px;
}
.create-page .date-btn, .create-page .time-btn {
  width: 100% !important;
  padding: 8px 0 !important;
  border: 1px solid #EEEEEE !important;
  border-radius: 8px !important;
  text-align: center;
  font-size: 16px;
  color: #333;
}
.create-page .date-btn {
  height: 40px;
  margin-right: 8px;
}
.create-page .time-btn {
  height: 40px;
  max-width: 72px;
}
.create-page .input-box {
  height: 40px;
  padding-left: 16px;
  border-color: #eeeeee;
  border-radius: 8px;
  color: #333;
  font-weight: normal;
}
.create-page .input-box:disabled {
  background-color: #e9ecef !important;
}
.create-page .select-method .sel {
  height: 40px;
  min-width: 125px;
  padding: 7px 10px 7px 38px;
  border-radius: 8px;
}
.create-page .select-method .sel:before {
  top: 6px;
}
.create-page .select-method .selaction:after {
  top: 10px;
}
.create-page .bd-t {
  border-top: 1px solid #eee;
}
.create-page .bd-b {
  border-bottom: 1px solid #eee;
}
.create-page .time-box {
  height: auto;
  max-height: 260px;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  overflow-y: auto;
}
.create-page .time-box .time-select {
  width: 100%;
  font-size: 16px;
  padding: 8px 0;
  cursor: pointer;
}

.all-coaches-block {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}
.all-coaches-block .swiper-wrapper {
  margin: 0 auto;
  padding: 0 16px;
  flex-wrap: wrap;
}
.all-coaches-block .swiper-wrapper .item {
  width: 106px;
  margin-bottom: 20px;
  margin-right: 10px;
  text-align: center;
}
.all-coaches-block .swiper-wrapper .item img {
  aspect-ratio: 1 / 1;
  max-width: 80px;
  margin: 0 auto;
  border-radius: 50%;
}
.all-coaches-block .swiper-wrapper .item .text-width {
  max-width: 105px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.all-coaches-block .swiper-wrapper .swiper-slide {
  height: calc((100% - 30px) / 2) !important;
}
