@charset "UTF-8";
.quad-width {
  display: inline-block;
  padding: 10px;
  margin: 0px;
  width: calc(100% - 20px);
  -webkit-transition: height 0.5s ease;
  transition: height 0.5s ease;
  -webkit-transition: width 0.5s ease;
  transition: width 0.5s ease; }
  @media only screen and (min-width: 500px) {
    .quad-width {
      width: calc(100% - 20px); } }
  @media only screen and (min-width: 900px) {
    .quad-width {
      width: calc(50% - 20px); } }
  @media only screen and (min-width: 1200px) {
    .quad-width {
      width: calc(25% - 20px); } }

.half-width {
  display: inline-block;
  padding: 10px;
  margin: 0px;
  width: calc(100% - 20px);
  -webkit-transition: height 0.5s ease;
  transition: height 0.5s ease;
  -webkit-transition: width 0.5s ease;
  transition: width 0.5s ease; }
  @media only screen and (min-width: 500px) {
    .half-width {
      width: calc(100% - 20px); } }
  @media only screen and (min-width: 900px) {
    .half-width {
      width: calc(50% - 20px); } }
  @media only screen and (min-width: 1200px) {
    .half-width {
      width: calc(50% - 20px); } }

.one-third-width {
  display: inline-block;
  padding: 10px;
  margin: 0px;
  width: calc(100% - 20px);
  -webkit-transition: height 0.5s ease;
  transition: height 0.5s ease; }
  @media only screen and (min-width: 500px) {
    .one-third-width {
      width: calc(100% - 20px); } }
  @media only screen and (min-width: 900px) {
    .one-third-width {
      width: calc(50% - 20px); } }
  @media only screen and (min-width: 1200px) {
    .one-third-width {
      width: calc(33% - 20px); } }

* {
  box-sizing: border-box;
  font-family: "微軟正黑體", "Microsoft JhengHei"; }

body {
  font-size: 1em;
  margin: 0px;
  overflow-x: hidden; }

.sub-title {
  padding: 20px;
  margin: 0px;
  font-size: 1.8em; }

.center {
  display: block;
  margin: auto;
  clear: both;
  text-align: center; }

.img-icon {
  position: relative;
  top: 8px;
  display: inline-block;
  width: 30px;
  height: 30px; }

.top-align {
  vertical-align: top; }

.hide {
  display: none; }

.top-title {
  padding: 10px;
  display: none;
  font-size: 1.2em;
  color: white;
  text-decoration: none; }
  @media only screen and (min-width: 360px) {
    .top-title {
      display: inline-block; } }
  @media only screen and (min-width: 1366px) {
    .top-title {
      display: inline-block; } }

.bar-padding {
  height: 50px; }

.fixbar {
  z-index: 4;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  display: block;
  background-color: rgba(50, 50, 50, 0.7); }
  .fixbar p {
    margin: 5px; }
  .fixbar ul {
    float: right;
    list-style-type: none;
    margin-top: 11px;
    padding: 0px; }
    @media only screen and (min-width: 360px) {
      .fixbar ul {
        display: inline-block; } }
    .fixbar ul li {
      padding: 0px 7px;
      display: inline-block; }
      .fixbar ul li a {
        font-weight: bold;
        text-decoration: none;
        color: white;
        font-size: 1.1em; }
        .fixbar ul li a:hover {
          cursor: pointer;
          color: #c89664; }

.inline-block {
  display: inline-block; }

.fb-video {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: flex-start;
  align-content: flex-start; }

.preview-title {
  font-size: 1.5em;
  text-align: center; }

.video-title {
  margin: 10px;
  text-align: center; }

.youtube-video {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0; }
  .youtube-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.theme {
  position: relative;
  height: 500px;
  background-color: #565656;
  color: white; }
  .theme .theme-carousell {
    position: absolute;
    top: 0px;
    left: 0px; }
  .theme .title-container {
    position: relative;
    top: 100px;
    padding: 20px;
    margin: auto;
    width: 600px;
    max-width: 100%;
    height: calc(100% - 100px); }
    .theme .title-container .title {
      font-size: 2.5em;
      padding-top: 0px;
      padding-bottom: 3px;
      margin: 0px;
      font-weight: bold; }
    .theme .title-container .bold-title {
      font-size: 2em;
      padding-bottom: 3px;
      margin: 0px;
      font-weight: bold; }
    .theme .title-container .sub-title {
      font-size: 1.5em;
      padding: 0px;
      margin: 0px; }
    .theme .title-container .wide-space {
      font-size: 1em;
      padding: 0px;
      letter-spacing: 12px;
      margin: 0px; }
    .theme .title-container .button-block {
      position: absolute;
      bottom: 20px;
      right: 20px;
      width: 200px;
      height: 120px;
      background-color: #3b3b3b;
      color: white;
      text-decoration: none; }
      .theme .title-container .button-block:hover {
        background-color: #464646; }
      .theme .title-container .button-block .button-title {
        position: absolute;
        top: 10px;
        left: 20px; }
      .theme .title-container .button-block .button-link {
        position: absolute;
        bottom: 20px;
        right: 20px;
        text-decoration: underline; }

.content-container {
  color: #323232;
  max-width: 75em;
  margin: auto;
  padding: 10px 0px;
  clear: both; }

.segment {
  margin: 10px 0px;
  padding: 30px 10px;
  background-color: #f2f2f2; }
  .segment .toggle-bt {
    cursor: pointer; }
    .segment .toggle-bt .expand-icon {
      position: relative;
      top: 5px;
      width: 30px;
      height: 30px; }
  .segment .toggle-content {
    display: none; }
  .segment p {
    margin: auto;
    padding: 5px;
    font-size: 1.2em;
    line-height: 1.7em; }
  .segment li {
    line-height: 1.7em; }
  .segment .center-p {
    margin: auto;
    max-width: 600px; }
  .segment .right-align {
    display: block;
    font-weight: bold;
    text-align: right; }

.bound-center-800 {
  width: 800px;
  max-width: 100%;
  margin: auto; }

.bound-center-1024 {
  width: 1024px;
  max-width: 100%;
  margin: auto; }

.slide-4col {
  position: relative;
  width: 100%;
  margin: auto; }
  .slide-4col img {
    width: 100%;
    object-fit: cover; }
  .slide-4col img {
    height: 200px; }
  .slide-4col .item {
    margin: 0px 20px; }

.slide-3col {
  position: relative;
  width: 100%;
  margin: auto; }
  .slide-3col img {
    width: 100%;
    object-fit: cover; }
  .slide-3col img {
    height: 200px;
    object-fit: contain; }
  .slide-3col .item {
    margin: 0px 20px; }
  .slide-3col .course-title {
    font-size: 1.6em;
    font-weight: bold;
    margin-top: 10px; }
  .slide-3col .course-info {
    font-size: 1em; }
  .slide-3col .underline {
    text-decoration: underline; }
  .slide-3col .original-price {
    font-size: 1em;
    font-weight: normal;
    text-decoration: line-through; }
  .slide-3col .discount-price {
    font-size: 1.2em;
    color: red;
    text-decoration: underline; }
  .slide-3col ul {
    margin: 0px; }
    .slide-3col ul li {
      color: black; }

.slide-1col {
  position: relative;
  width: 100%;
  margin: auto; }
  .slide-1col img {
    width: 100%;
    object-fit: cover; }
  .slide-1col img {
    height: 500px; }

.arrow-icon {
  width: 20px;
  height: 20px; }

.item-list .item {
  vertical-align: top;
  display: inline-block; }
  .item-list .item .circular {
    width: 80%;
    height: auto;
    margin: 0px auto 10px auto;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%; }

.item-list .coach {
  padding: 20px;
  background-color: #ffffff; }

.footer {
  position: relative;
  margin-top: 0px;
  padding: 0px 10px;
  width: 100%;
  background-color: #1a5d9e;
  color: #ffffff; }
  @media only screen and (min-width: 900px) {
    .footer {
      height: 60px; } }
  @media only screen and (min-width: 1200px) {
    .footer {
      height: 60px; } }
  .footer .contact-info {
    display: block;
    margin: auto;
    padding: 0px 30px 20px 30px;
    font-size: 0.9em; }
    @media only screen and (min-width: 900px) {
      .footer .contact-info {
        position: absolute;
        left: 20px;
        display: inline-block;
        text-align: left;
        padding: 10px; } }
    @media only screen and (min-width: 1200px) {
      .footer .contact-info {
        position: absolute;
        left: 20px;
        display: inline-block;
        text-align: left;
        padding: 10px; } }
  .footer ul {
    padding: 20px;
    display: block;
    margin: auto;
    list-style-type: none; }
    @media only screen and (min-width: 900px) {
      .footer ul {
        position: absolute;
        right: 20px;
        padding: 0px; } }
    @media only screen and (min-width: 1200px) {
      .footer ul {
        position: absolute;
        right: 20px;
        padding: 0px; } }
    .footer ul li {
      cursor: pointer;
      display: inline-block;
      margin: 10px 10px 0px 10px; }
      @media only screen and (min-width: 900px) {
        .footer ul li {
          margin: 10px 20px; } }
      @media only screen and (min-width: 1200px) {
        .footer ul li {
          margin: 10px 20px; } }
      .footer ul li a {
        color: #ffffff;
        text-decoration: none; }
        .footer ul li a:hover {
          color: #f5a623; }
    .footer ul img {
      position: relative;
      top: 10px;
      width: 30px;
      height: 30px;
      -webkit-filter: invert(100%);
      filter: invert(100%); }
