html,
body {
  /*font-family: "Noto Sans TC", "montserrat", "Microsoft JhengHei", "Arial Black";*/
  font-family: "Helvetica Neue", "Helvetica, Arial", "PingFang SC", "Hiragino Sans GB";
  overflow-x: hidden;
}

body {
  /* font-size: 20px; */
  color: #333;
  font-weight: 400;
}

* {
  outline: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  margin: 0;
  padding: 0;
  border: 0;
}

a {
  color: #29354C;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
}

img {
  width: 100%;
  display: block;
  margin: auto;
  object-fit: cover;
}

strong {
  font-weight: 600;
}

ul,
ol {
  list-style: none;
}

li {
  line-height: 1.8;
  font-size: 1.1rem;
}

@media (max-width: 576px) {
  li {
    font-size: 1.15rem;
    line-height: 1.6;
    margin-bottom: 8px;
  }
}

h2 {
  font-size: 28px;
  font-weight: 500;
}

@media (max-width: 576px) {
  h2 {
    font-size: 24px;
  }
}

@media (min-width: 1025px) {
  .up-lg-hide {
    display: none !important;
  }
}

@media (max-width: 1024px) {
  .lg-hide {
    display: none !important;
  }
}

@media (min-width: 769px) {
  .up-md-hide {
    display: none !important;
  }
}

@media (max-width: 768px) {
  .md-hide {
    display: none !important;
  }
}

@media (min-width: 577px) {
  .up-sm-hide {
    display: none !important;
  }
}

@media (max-width: 576px) {
  .sm-hide {
    display: none !important;
  }
}

[v-cloak] {
  display: none;
}

.head .head-detail {
  max-width: 1120px;
}

.head.noshadow {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.container:not(:last-child) {
  margin-bottom: 40px;
}

.row {
  padding: 0 40px;
}

@media (max-width: 768px) {
  .row {
    padding: 0 20px;
  }
}

.col {
  max-width: 1120px;
  margin: auto;
}

.level {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;

}

.level>span {
  margin-right: 8px;
}

.noScroll {
  overflow-y: hidden;
}

.banner {
  position: relative;
}

.banner .banner-bg {
  border-radius: 4px;
  overflow: hidden;
  position: relative;
  background-position: center;
}

.banner .banner-bg>video {
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  /*width: 160vh;*/
  min-width: 100%;
  min-height: 56.25vw;
  transform: translateX(-50%);
}

@media (min-width: 577px) {
  .banner .banner-bg {
    height: 540px;
  }
}

@media (max-width: 576px) {
  .banner .banner-bg {
    height: 200px;
    margin-bottom: 20px;
  }
}

.banner .banner-bg .main-banner {
  position: absolute;
  top: 0;
  left: 50%;
  max-width: none;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media (min-width: 577px) {
  .banner .banner-bg .main-banner {
    width: 1120px;
  }
}

@media (max-width: 576px) {
  .banner .banner-bg .main-banner {
    width: 100%;
  }
}

.banner .banner-bg .filter {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (min-width: 577px) {
  .banner .banner-title {
    position: absolute;
    top: 30%;
    left: 0;
    right: 0;
    text-align: center;
    color: #ffffff;
  }
}

@media (max-width: 576px) {
  .banner .banner-title {
    padding: 8px 0;
    border-top: 1px solid #D1D1D1;
    border-bottom: 1px solid #D1D1D1;
  }
}

.banner .title1 {
  font-weight: 500;
  margin-bottom: 4px;
}

.banner .title2 {
  font-weight: 500;
  margin-bottom: 32px;
}

@media (min-width: 1025px) {
  .banner .title2 {
    font-size: 48px;
  }
}

@media (max-width: 577px) {
  .banner .title2 {
    margin-bottom: 8px;
  }
}

@media (min-width: 577px) {
  .banner .level {
    display: none;
  }
}

.banner .banner-button {
  border-radius: 4px;
  width: 100%;
  height: 46px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  border: 1px solid #ffffff;
  width: 268px;
  margin: 0 auto;
  background: rgba(0, 0, 0, 0.3);
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0)));
  background-image: linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
}

.banner .banner-button:hover {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.35)), to(rgba(255, 255, 255, 0.35)));
  background-image: linear-gradient(0deg, rgba(255, 255, 255, 0.35), rgba(255, 255, 255, 0.35));
}

.main-container {
  padding-bottom: 120px;
}

.main-container .left {
  display: flex;
  flex-direction: column;
}

@media (min-width: 1025px) {
  .main-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width: 1025px) {
  .main-container .section-left {
    width: 68%;
    padding-right: 40px;
  }
}

.main-container .section-left h2 {
  font-weight: 500;
  font-size: 1.5rem;
  margin-bottom: 8px;
  color: #29354C;
}

@media (max-width: 576px) {
  .main-container .section-left h2 {
    font-size: 1.5rem;
  }
}

.main-container .section-left p {
  font-weight: 400;
  font-size: 1.15rem;
  line-height: 1.8;
  margin-bottom: 15px;
}

@media (max-width: 576px) {
  .main-container .section-left p {
    font-size: 1.1rem;
  }
}

.main-container .section-left .image .assist {
  margin-top: 4px;
  line-height: 1.5;
  color: #6a6a6a;
}


.main-container .section-left h3 {
  padding-top: 5px;
  margin-bottom: 12px;
  font-weight: 500;
  font-size: 1.5rem;
  color: #29354C;
}

.main-container .section-right {
  width: 32%;
}

@media (max-width: 1024px) {
  .main-container .section-right {
    display: none;
  }
}

.introduce .info-list {
  background: #fefaee;
  border: 1px solid #ffe4a3;
  border-radius: 4px;
  padding: 20px 24px;
}

@media (max-width: 576px) {
  .introduce .info-list {
    padding: 20px 16px;
  }
}

.introduce .info-list .list-title {
  margin-bottom: 12px;
  font-weight: 500;
}

.introduce .info-list ul {
  font-size: 16px;
  font-weight: normal;
}

.introduce .info-list ul li {
  position: relative;
  padding-left: 28px;
}

.introduce .info-list ul li:not(:last-child) {
  margin-bottom: 12px;
}

.introduce .info-list ul li::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  width: 20px;
  height: 20px;
  background: url("../img/status_done.png") no-repeat center;
}

.introduce .info-list ul li.warn {
  color: #FC4F52;
}

.introduce .info-list ul li.warn::before {
  background-image: url("../img/Subtract.png");
}

.keep-button {
  border-radius: 4px;
  width: 100%;
  height: 46px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  border: 1px solid #D1D1D1;
  max-width: 410px;
  background-color: #ffffff;
  margin: 72px auto;
}

.keep-button:hover {
  background-color: #efefef;
}

.class-detail .detail-list:not(:last-child) {
  margin-bottom: 28px;
}

.class-detail .detail-list .location {
  padding-bottom: 8px;
  border-bottom: 1px solid #D1D1D1;
}

.class-detail .detail-list .list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  padding: 11px 0;
  border-bottom: 1px solid #D1D1D1;
  cursor: pointer;
}

.class-detail .detail-list .list-item>label {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 12px;
  color: #ffffff;
  background-color: #ED837F;
  -ms-flex-item-align: start;
  align-self: center;
  border-radius: 4px;
  padding: 0 12px;
  -webkit-box-shadow: 0 3px 0 0 #ED837F, 0 -3px 0 0 #ED837F;
  box-shadow: 0 3px 0 0 #ED837F, 0 -3px 0 0 #ED837F;
}

.class-detail .detail-list .list-item>label.black {
  background-color: #29354C;
  -webkit-box-shadow: 0 3px 0 0 #29354C, 0 -3px 0 0 #29354C;
  box-shadow: 0 3px 0 0 #29354C, 0 -3px 0 0 #29354C;
}

.class-detail .detail-list .list-item .list-text {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.class-detail .detail-list .list-item .list-text>span {
  cursor: pointer;
  border-bottom: 1px solid;
}

.video {
  position: relative;
  overflow: hidden;
  padding-top: 56.25%;
}

.video .resp-iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*Roblox 大師三部曲圖片 RWD*/
@media (min-width: 577px) {
  .advanced_plan .mobile {
    display: none;
  }
}

@media (max-width: 577px) {
  .advanced_plan .desktop {
    display: none;
  }
}

.outline .outline-box {
  border: 1px solid #D1D1D1;
  border-radius: 4px;
  padding: 24px 20px 0;
}

.outline .outline-box:not(:last-child) {
  margin-bottom: 20px;
}

.outline .outline-box .outline-title {
  margin-bottom: 24px;
  font-weight: 500;
}

.outline .outline-box .outline-list::after {
  display: block;
  content: "";
  clear: both;
}

@media (min-width: 577px) {
  .outline .outline-box .outline-list>ul {
    float: left;
    width: 50%;
  }
}

.outline .outline-box .outline-list>ul>li {
  margin-bottom: 12px;
  font-size: 1.1rem;
}

.outline .outline-box .outline-list>ul:last-child>li:last-child {
  /* color: #FC4F52; */
}

.image-set .image:not(:last-child) {
  margin-bottom: 20px;
}

.image-set .image>img {
  width: 100%;
  margin-bottom: 8px;
}

/*
.image-set .image > p {
  line-height: 1.8;
  font-size: 19px;
}
*/

.carousel .owl-carousel {
  margin-right: -40px;
}

@media (max-width: 768px) {
  .carousel .owl-carousel {
    margin-right: -20px;
  }
}

.notice .notice-box:not(:last-child) {
  margin-bottom: 20px;
}

.notice .notice-box .notice-title {
  margin-bottom: 8px;
  font-weight: 500;
  font-size: 1.1rem;
}

@media (max-width: 576px) {
  .notice .notice-box .notice-title {
    font-size: 1.25rem;
  }
}

.notice .notice-box .notice-list {
  list-style-type: disc;
  line-height: 1.8;
  padding-left: 30px;
  font-size: 16px;
}

.notice .notice-box .notice-color {
  color: #FC4F52;
}

.recommend .recommend-wrap {
  display: flex;
  flex-direction: row;
}

@media (max-width: 576px) {
  .recommend .recommend-wrap {
    display: flex;
    flex-direction: column;
  }
}

.recommend .recommend-card {
  border: 1px solid #D1D1D1;
  border-radius: 4px;
  overflow: hidden;
  width: calc((100% - 20px) /2);
  margin-right: 20px;
}

@media (max-width: 576px) {
  .recommend .recommend-card {
    width: 100%;
  }
}

@media (max-width: 576px) {
  .recommend .recommend-card:not(:last-child) {
    margin-bottom: 20px;
  }
}

/*.recommend .recommend-card:not(:last-child) {
  margin-bottom: 20px;
}*/

.recommend .recommend-card:hover,
.recommend .recommend-card:active {
  -webkit-box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.08);
  box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.08);
}

.recommend .recommend-card .recommend-bg {
  height: 180px;
  /*background: url("/public/img/list/rmpr.jpg") no-repeat center;*/
  background-size: cover;
}

.recommend .recommend-card .recommend-bg>img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  display: block;
  margin: auto
}

.recommend .recommend-card .recommend-content {
  padding: 20px 20px 32px;
}

.recommend .recommend-card .recommend-content h4 {
  /*height: 72px;*/
  font-weight: 500;
  font-size: 1.2rem;
  padding-bottom: 4px;
}

.recommend .recommend-card .recommend-content h2>span:not(:last-child) {
  margin-right: 16px;
}

.recommend .recommend-card .recommend-content .level {
  margin-bottom: 16px;
}

.recommend .recommend-card .recommend-content .content-text {
  line-height: 1.8;
  font-size: 1.1rem;
  color: #333333;
  padding-top: 24px;
}

/*
start: copy a set of class recommend 


.recommend .recommend-card2:hover, .recommend .recommend-card2:active {
  -webkit-box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.08);
          box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.08);
}

.recommend .recommend-card2 {
  border: 1px solid #D1D1D1;
  border-radius: 4px;
  overflow: hidden;
  width: calc((100% - 20px) /2);
}

@media (max-width: 576px) {
    .recommend .recommend-card2 {
        width: 100%;
    }
}*

.recommend .recommend-card2:not(:last-child) {
  margin-bottom: 20px;
}

.recommend .recommend-card:hover, .recommend .recommend-card2:active {
  -webkit-box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.08);
          box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.08);
}

.recommend .recommend-card2 .recommend-bg2 {
  height: 180px;
  background: url("/public/img/list/fpbc.jpg") no-repeat center;
  background-size: cover;
}

.recommend .recommend-card2 .recommend-content2 {
  padding: 20px 20px 32px;
}

.recommend .recommend-card2 .recommend-content2 h4{
    height: 72px;
    font-weight: 500;
    font-size: 1.2rem;
}

.recommend .recommend-card2 .recommend-content2 h2 > span:not(:last-child) {
  margin-right: 16px;
}

.recommend .recommend-card2 .recommend-content2 .level {
  margin-bottom: 16px;
}

.recommend .recommend-card2 .recommend-content2 .content-text {
  line-height: 1.8;
  font-size: 1.1rem;
  color: #333333;
}
*/

/*
end: copy a set of class recommend 
*/

.card-list .card-item {
  -webkit-box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.08);
  box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.08);
  border-radius: 4px;
  padding: 28px 20px;
  border: 1px solid #D1D1D1;
  font-size: 16px;
}

@media (max-width: 1024px) {
  .card-list .card-item {
    width: 410px;
  }
}

@media (max-width: 576px) {
  .card-list .card-item {
    width: 80vw;
    padding: 28px 16px;
  }
}

@media (max-width: 375px) {
  .card-list .card-item {
    width: 85vw;
  }
}

.card-list .card-item:not(:last-child) {
  margin-bottom: 20px;
}

.card-list .card-item .top-image {
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 20px;
}

.card-list .card-item .top-image>img {
  width: 100%;
}

.card-list .card-item .card-label {
  margin-bottom: 8px;
}

.card-list .card-item .card-label>label {
  color: #ffffff;
  padding: 0 8px;
  border-radius: 4px;
  line-height: 1;
  margin-right: 8px;
}

.card-list .card-item .card-label>label.purple {
  background-color: #C02DC3;
  -webkit-box-shadow: 0 2px 0 0 #C02DC3, 0 -2px 0 0 #C02DC3;
  box-shadow: 0 2px 0 0 #C02DC3, 0 -2px 0 0 #C02DC3;
}

.card-list .card-item .card-label>label.blue {
  background-color: #3781F0;
  -webkit-box-shadow: 0 2px 0 0 #3781F0, 0 -2px 0 0 #3781F0;
  box-shadow: 0 2px 0 0 #3781F0, 0 -2px 0 0 #3781F0;
}

.card-list .card-item .card-label>label.green {
  background-color: #30B796;
  -webkit-box-shadow: 0 2px 0 0 #30B796, 0 -2px 0 0 #30B796;
  box-shadow: 0 2px 0 0 #30B796, 0 -2px 0 0 #30B796;
}

.card-list .card-item h2.purple {
  color: #C02DC3;
}

.card-list .card-item h2.blue {
  color: #3781F0;
}

.card-list .card-item h2.green {
  color: #30B796;
}

.card-list .card-item .price {
  padding-bottom: 8px;
  /* border-bottom: 1px solid #D1D1D1; */
  margin-bottom: 8px;
}

.card-list .card-item .price .origin {
  color: #808080;
  text-decoration: line-through;
}

.card-list .card-item ul {
  list-style-type: disc;
  padding-left: 25px;
  line-height: 1.5;
  margin-bottom: 40px;
}

.card-list .card-item .main-button {
  border-radius: 4px;
  width: 100%;
  height: 46px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  color: #000000;
  background-color: #FED602;
  -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.05), 0px 4px 16px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.05), 0px 4px 16px rgba(0, 0, 0, 0.15);
}

.card-list .card-item .main-button:hover {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.04)), to(rgba(0, 0, 0, 0.04))), #FED602;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0.04)), #FED602;
  -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.05), 0px 4px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.05), 0px 4px 4px rgba(0, 0, 0, 0.1);
}

.owl-item:last-child {
  margin-right: 0 !important;
}

#toggle-button {
  border-radius: 4px;
  width: 100%;
  height: 48px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  color: #000000;
  margin-bottom: 20px;
  border: 1px solid #D1D1D1;
  background: #f5f5f5;
  font-size: 1.1rem;
}

#toggle-button:hover {
  background: #EFEFEF;
}

#toggle-button-anchor {
  height: 1px;
}

@media (max-width: 576px) {
  #toggle-block {
    display: none;
  }
}

.toggle-button-container {
  background-color: #ffffff;
}

.toggle-button-container.fixed {
  position: fixed;
  top: 60px;
  left: 0;
  width: 100%;
  padding: 12px 20px;
  -webkit-box-shadow: 3px 3px 15px #c4c4c485;
  box-shadow: 3px 3px 15px #c4c4c485;
  z-index: 99;
}

.toggle-button-container.fixed #toggle-button {
  margin: 0;
}

#toggle-shadow {
  position: relative;
}

#toggle-shadow::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding-top: 8%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#FFFFFF));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
}

.classInfo-container {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 16px;
}

.classInfo-container .info-box {
  position: relative;
  max-width: 600px;
  width: 100%;
  background-color: #ffffff;
  border-radius: 4px;
  -webkit-box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.08);
  box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.08);
  border: 1px solid #D1D1D1;
}

.classInfo-container .info-box .close-button {
  position: absolute;
  top: 21px;
  right: 23px;
  width: 17px;
  height: 17px;
  cursor: pointer;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.classInfo-container .info-box .close-button::before,
.classInfo-container .info-box .close-button::after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  right: 0;
  height: 2px;
  background-color: #29354C;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.classInfo-container .info-box .close-button::after {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.classInfo-container .info-box .info {
  padding: 16px 20px 32px;
  font-size: 16px;
  /* border-bottom: 1px solid #D1D1D1; */
}

.classInfo-container .info-box .info .title {
  margin-bottom: 20px;
  font-weight: 500;
}

.classInfo-container .info-box .info .info-label {
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: #6F8190;
}

.classInfo-container .info-box .info .info-item {
  color: #29354C;
  padding-bottom: 8px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  border-bottom: 1px solid #D1D1D1;
  margin-bottom: 8px;
}

.classInfo-container .info-box .info .info-item.name {
  font-weight: 500;
}

.classInfo-container .info-box .info .info-item:last-child {
  border: none;
}

.classInfo-container .info-box .register-row {
  padding: 18px 16px;
}

.classInfo-container .info-box .register-row a {
  display: flex;
  width: 100%;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 12px;
  background: #FED602;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.05), 0px 4px 16px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
}

table {
  border-collapse: collapse;
  margin-bottom: 60px;
  vertical-align: top;
  text-align: center;
}

table.schedule {
  width: 100%;
}

table.schedule tr {
  /*border: 1px solid #D1D1D1;*/
  vertical-align: top;
}

table.schedule-desktop tr td:first-child {
  width: 72px;
  border-left: none;
}

table.schedule-desktop tr td:last-child {
  border-right: none;
}

table.schedule-desktop th {
  padding: 7px;
  font-size: 14px;
  font-weight: bold;
  color: #29354C;
  background-color: #fefaee;
  border-top: 1px solid #BBB8C2;
  border-bottom: 1px solid #BBB8C2;
  border-left: none;
}

table.schedule-desktop td {
  font-size: 14px;
  vertical-align: middle;
}

table.schedule td {
  padding: 10px;
  border: 1px solid #BBB8C2;
}

table.schedule-mobile td[colspan="2"] {
  text-align: center;
  font-size: 1.2rem;
  font-weight: bold;
  color: #29354C;
  background-color: #fefaee;
}

table.schedule-desktop td[colspan="5"] {
  vertical-align: middle;
}

@media (min-width: 768px) {
  table.schedule-mobile {
    display: none;
  }
}

@media (max-width: 768px) {
  table.schedule-desktop {
    display: none;
  }
}

/* mobile-register */
.mobile-register {
  display: none;
  z-index: 2;
  position: fixed;
  bottom: 0;
  width: 100%;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.04em;
  color: #29354C;
}

.mobile-register .toggle-register-block {
  width: 100%;
  background-color: white;
  box-shadow: 2px -4px 16px rgba(0, 0, 0, 0.04);
  padding: 24px 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.mobile-register .toggle-register-block .lineChat {
  background-color: #00B900;
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 48px;
  width: 60px;
  margin-right: 20px;
  border-radius: 4px;
}

.mobile-register .toggle-register-block .lineChat>img {
  /*width: 28px;
    height: 28px;*/
}

.mobile-register .expanded-block {
  width: 100%;
  padding: 24px;
  background-color: white;
  /* transition: all 0.3s ease-in-out; */
  display: none;
}

.mobile-register .expanded-block .register-button:not(:last-child) {
  margin-bottom: 16px;
}


.mobile-register .register-button {
  padding: 12px 20px;
  height: 48px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  font-size: 1rem;
  font-weight: 500;


}

.mobile-register .register-button.yellow {
  background-color: #FED602;
  font-size: 1.15rem;
}

.mobile-register .register-button.yellow.border {
  background-color: white;
  border: 1.5px solid #F5CE02;
}

.mobile-register .register-button.blue {
  background-color: #6682CA;
  color: white;
}

.mobile-register .register-button.red {
  background-color: #ED837F;
  color: white;
}

.mobile-register .register-button.green {
  background-color: #24B9B9;
  color: white;
}

.mobile-register .register-button.black {
  background-color: #29354C;
  color: white;
}

@media (max-width: 768px) {
  .mobile-register {
    display: inline-block;

  }
}

/* Tab */
/* tabs-buttons-container */
.main-container .tabs-buttons-container {
  display: flex;
  justify-content: space-around;
  height: 56px;
  border-bottom: 1px solid #C2C2C2;
  background-color: white;
  margin-bottom: 24px;
}

.main-container .tabs-buttons-container-position~.section.tab-container.selected {
  margin-top: 32px;
}


.main-container .tabs-buttons-container-position .tabs-buttons-container .tab-button {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 400;
  font-size: 1rem;
  width: 25%;
  color: var(--text-color-secondary);
  cursor: pointer;

}

.main-container .tabs-buttons-container-position .tabs-buttons-container .tab-button.selected {
  color: var(--text-color-main);
  font-weight: 500;
  font-size: 1rem;
  letter-spacing: 0.04em;
  position: relative;
}

.main-container .tabs-buttons-container-position .tabs-buttons-container .tab-button.selected::before {
  content: '';
  background-color: #F5CE02;
  position: absolute;
  bottom: -1px;
  width: 100%;
  height: 3px;

}

.main-container .tabs-buttons-container-position.fixed {
  animation: slideDown .2s linear;
  position: fixed;
  z-index: 100;
  top: 0;
  background-color: transparent;
  margin: auto;
  padding: 0px;
  max-width: 1120px;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-column-gap: 10px;
  width: 100%;
}

.main-container .tabs-buttons-container-position.fixed .tabs-buttons-container {
  grid-column: 1 / span 12;
  grid-row: span 1;
  /*width: calc( 100% - 21px);*/
  height: 80px;
  position: relative;
  max-width: 1120px;
}

@media (max-width: 990px) {
  .main-container .tabs-buttons-container-position.fixed .tabs-buttons-container {
    width: 100%;
    height: 56px;
    left: -16px;
  }
}


.main-container .tabs-buttons-container-position.fixed .tabs-buttons-container::before {
  content: '';
  left: -300px;
  position: absolute;
  width: 300px;
  height: 100%;
  background-color: white;
}

.main-container .tabs-buttons-container-position.fixed~.section.tab-container.selected {
  margin-top: 132px;
}

.main-container .tab-container {
  color: var(--text-color-main);
  display: none;
  min-height: 112px;
}

.main-container .tab-container.selected {
  display: block;

}

/*Tab 問答樣式*/
.main-container .tab-container .accordion-button {
  margin-bottom: 8px;
  padding: 24px 56px 24px 32px;
  font-weight: 500;
  font-size: 16px;
  background-color: #F7F7F7;
  width: 100%;
  text-align: left;
  position: relative;
  cursor: pointer;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}

.main-container .tab-container .accordion-button:after {
  content: '';
  width: 24px;
  height: 24px;
  right: 32px;
  position: absolute;
  background-image: url(../../../../img/icons/icon_plus.svg)
}

.main-container .tab-container .accordion-button.active::after {
  background-image: url(../../../../img/icons/icon_minus.svg);
}

.main-container .tab-container .accordion-panel {
  margin-bottom: 8px;
  /* opacity: 0; */
  overflow: hidden;
  /* height: 0; */
  max-height: 0;
  transition: max-height 0.2s ease-in-out;
}

.main-container .tab-container .accordion-panel li {
  padding: 24px 32px;
  font-weight: 400;
}

.main-container .tab-container .accordion-panel p {
  padding: 24px 32px;
  font-weight: 400;
  font-size: 1rem;
}

.main-container .tab-container .grey-block {
  padding: 32px;
  margin-bottom: 16px;
  background-color: #F7F7F7;

}

/* 價格方案 desktop樣式 */

.main-container .section-right .price_package {
  padding: 20px 20px 24px;
  margin-bottom: 16px;
  border: 1px solid #D1D1D1;
  margin-left: 20px;
  border-radius: 4px;
}



.main-container .section-right .price_package .title {
  font-size: 1rem;
  font-weight: 400;
  color: #29354C;
  margin-bottom: 16px;
}

.main-container .section-right .price_package .original-price {
  display: inline-block;
  font-size: 14px;
  color: #808080;
  /*text-decoration: line-through;*/
  margin-bottom: 4px;
}

.main-container .section-right .price_package .current-price {
  font-size: 1.4rem;
  /*color: #d97676;*/
  font-weight: 600;
  margin-bottom: 24px;
}

.main-container .section-right .CTA-button {
  padding: 12px 16px;
  text-align: center;
  font-weight: 500;
  font-size: 1rem;
  border-radius: 4px;
  cursor: pointer;
  color: white;
  width: 100%;
}

.main-container .section-right .CTA-button.blue {
  background-color: #6682CA;
}

.main-container .section-right .CTA-button.red {
  background-color: #ED837F;
}

.main-container .section-right .CTA-button.green {
  background-color: #24B9B9;
}

.main-container .section-right .CTA-button.black {
  background-color: #29354C;
}




/* 價格方案 mobile樣式 */

.main-container .section-left .price_package {
  padding: 12px 12px 0px;
  margin-bottom: 12px;
  border: 1px solid #D1D1D1;
}

.main-container .section-left .price_package .title {
  font-size: 1rem;
  font-weight: 500;
  color: #29354C;
  margin-bottom: 8px;
}

.main-container .section-left .price_package .original-price {
  display: inline-block;
  font-size: 14px;
  color: #808080;
  /*text-decoration: line-through;*/
  margin-bottom: 0px;
}

.main-container .section-left .price_package .current-price {
  font-size: 1.4rem;
  /*color: #d97676;*/
  font-weight: 600;
  margin-bottom: 8px;
}

@media (max-width: 1024px) {
  .CTA-button {
    display: none;
  }
}


/* price selector */
.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(73, 166, 233, 0.5);
  display: grid;
  place-items: center;
  transition: var(--transition);
  visibility: hidden;
  z-index: -10;
}

.open-modal {
  visibility: visible;
  z-index: 10;
}

/* tab-container general style */
.main-container .tab-container .padding-container {
  padding: 12px 32px 24px 32px;
}

.main-container .tab-container .tb_padding-container {
  padding: 12px 0px;
}

.main-container .tab-container .tab-content {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6rem;
  color: inherit;
  padding-top: 8px;
  /* padding-bottom: 8px; */


}

.main-container .tab-container .custom-list {
  list-style-type: disc;
  /* 預設圓點 */
  padding-left: 20px;
  /* 調整左邊距以便於顯示 */

}

.main-container .tab-container .quote {
  font-weight: 500;
  padding-top: 0px;
  padding-bottom: 0px;
  margin-bottom: 16px;

  padding-left: 16px;
  border-left: 4px solid #8A8A8A;
}