@charset "UTF-8";
/*=========================================================
|-> Default File
=========================================================*/
/*----------------------------------------------------------------------------------------------
Theme Project: 草山樂生運動健康工作室-APP
Designed by : Evy
Front-End by : Evy
Author: 百崴數位科技股份有限公司 PAVI Digital Tech. Co., Ltd.
Author Web: https://www.pavi.com.tw/
----------------------------------------------------------------------------------------------*/
/*---------------------------------------------------
|-> a Link
---------------------------------------------------*/
/*--------------------------------------------------------------------------------
|-> btn / 背景色, 字色, 框色, 移入背景色, 移入字色, 移入框色, 圓角
--------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------
|-> Reset
----------------------------------------------------------------------------------------------*/
/* CSS Document */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a,
a:visited, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  list-style: none; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  vertical-align: middle; }

input:focus, button:focus {
  outline: none; }

/*=========================================================
|-> Shared File
=========================================================*/
/*----------------------------------------------------------------------------------------------
|-> Global
----------------------------------------------------------------------------------------------*/
* {
  box-sizing: border-box; }

html {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 0;
  overflow-x: hidden; }

body {
  position: relative;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  font-family: Arial, "Microsoft JhengHei";
  font-size: 18px;
  color: #333;
  line-height: 1.6em;
  letter-spacing: 1px;
  padding: 0;
  overflow-x: hidden;
  display: block;
  -moz-animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  -ms-animation-fill-mode: forwards;
  animation-fill-mode: forwards; }
  body * {
    position: relative;
    z-index: 2; }
  body:before {
    display: block;
    content: ' ';
    position: fixed;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: #fafdfb url(../images/bg_footer.png) left bottom no-repeat;
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    background-size: 100% auto; }
  body.landding {
    background: url(../images/bg_landding.jpg) center top no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    text-align: center; }
    body.landding:before {
      position: fixed;
      z-index: 1;
      content: ' ';
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: rgba(0, 50, 82, 0.9); }
    body.landding .loading .logoArea {
      margin-top: 35%; }
    body.landding .footer {
      position: fixed;
      left: 0;
      right: 0;
      bottom: 0;
      color: #fff;
      text-align: center; }

input {
  -webkit-appearance: none;
  /* Safari 和 Chrome，常用於iOS下移除內建樣式 */
  -moz-appearance: none;
  /* FireFox */
  appearance: none; }

a, a:visited {
  outline: none;
  /* for Firefox Google Chrome  */
  color: #333;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  a:hover {
    color: #469017;
    text-decoration: none; }

.hidden {
  display: none; }

.mark {
  color: #469017;
  background: none; }

h1 {
  font-size: 21.996px; }

h2 {
  font-size: 21.996px;
  color: #134f8f;
  margin-bottom: 20px;
  line-height: 1.4em; }

h3 {
  font-size: 21.996px;
  color: #469017;
  margin: 0 auto;
  padding: 5px 0; }

h4 {
  font-size: 23.994px;
  margin: 25px auto; }

p {
  margin-bottom: 20px; }

.qScrollTop {
  position: fixed;
  left: 10px;
  bottom: 10px;
  z-index: 99;
  opacity: 0; }

/*---------------------------------------------------
|-> Loading
---------------------------------------------------*/
.loading {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: white;
  text-align: center; }
  .loading div {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    margin-top: -65px; }
  .landding .loading {
    position: relative;
    background: none; }
    .landding .loading div {
      position: relative; }

.topArea {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 30;
  height: 60px;
  background: rgba(255, 255, 255, 0.8);
  -moz-animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  -ms-animation-fill-mode: forwards;
  animation-fill-mode: forwards; }

.barArea {
  position: relative;
  width: 100%;
  -moz-animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  -ms-animation-fill-mode: forwards;
  animation-fill-mode: forwards; }
  .barArea .logo {
    max-height: 50px;
    margin: 5px 0 0 5px; }
  .barArea h1 {
    text-align: center;
    line-height: 60px;
    font-weight: normal; }
  .barArea a.icon-angle-left {
    color: #999;
    position: absolute;
    z-index: 10;
    top: 10px;
    left: 15px;
    width: 42px;
    height: 42px;
    text-align: center;
    display: block;
    border: 1px solid #999;
    -webkit-border-radius: 21px;
    border-radius: 21px; }
    .barArea a.icon-angle-left:visited {
      color: #999; }
    .barArea a.icon-angle-left:hover {
      color: #469017; }
    .barArea a.icon-angle-left:visited {
      color: #999; }
    .barArea a.icon-angle-left:hover {
      color: #469017;
      border: 1px solid #469017; }
    .barArea a.icon-angle-left:before {
      line-height: 38px;
      font-size: 28px; }

/*---------------------------------------------------
|-> Menu
---------------------------------------------------*/
a.icon-menu {
  position: absolute;
  z-index: 50;
  right: 0;
  top: 0;
  width: 60px;
  height: 60px;
  text-align: center;
  color: #999; }
  a.icon-menu:visited {
    color: #999; }
  a.icon-menu:hover {
    color: #469017; }
  a.icon-menu:before {
    position: relative;
    font-size: 30px;
    line-height: 60px; }

.sideMenuGroup a.icon-angle-right {
  position: absolute;
  z-index: 99;
  top: 20px;
  left: 20px;
  width: 46px;
  height: 46px;
  text-align: center;
  border: 1px solid #999;
  -webkit-border-radius: 24px;
  border-radius: 24px; }
  .sideMenuGroup a.icon-angle-right:visited {
    color: #999; }
  .sideMenuGroup a.icon-angle-right:hover {
    color: #469017;
    border: 1px solid #469017; }
  .sideMenuGroup a.icon-angle-right:before {
    line-height: 45px;
    font-size: 30px; }

.sideMenuGroup {
  position: fixed;
  z-index: 99;
  top: 0;
  bottom: 0;
  right: -100%;
  /*animation -100px>0*/
  width: 80%;
  text-align: center;
  box-shadow: -4px 0 5px 0 transparent;
  /*animation rgba(0,0,0,0)>rgba(0,0,0,.3)*/
  -moz-animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  -ms-animation-fill-mode: forwards;
  animation-fill-mode: forwards; }

body.menuOpen {
  -webkit-animation-duration: .7s;
  animation-duration: .7s;
  -webkit-animation-name: bodyMove;
  animation-name: bodyMove;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-direction: normal;
  animation-direction: normal; }
  body.menuOpen .barArea {
    -webkit-animation-duration: .7s;
    animation-duration: .7s;
    -webkit-animation-name: bodyMove;
    animation-name: bodyMove;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-direction: normal;
    animation-direction: normal; }
  body.menuOpen .topArea, body.menuOpen .footer {
    -webkit-animation-duration: .7s;
    animation-duration: .7s;
    -webkit-animation-name: topMove;
    animation-name: topMove;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-direction: normal;
    animation-direction: normal; }
  body.menuOpen .sideMenuGroup {
    -webkit-animation-duration: .7s;
    animation-duration: .7s;
    -webkit-animation-name: menuOpen;
    animation-name: menuOpen;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-direction: normal;
    animation-direction: normal;
    box-shadow: -4px 0 5px 0 rgba(0, 0, 0, 0.05); }

body.menuClose {
  -webkit-animation-duration: .7s;
  animation-duration: .7s;
  -webkit-animation-name: topBack;
  animation-name: topBack;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-direction: normal;
  animation-direction: normal; }
  body.menuClose .barArea {
    -webkit-animation-duration: .7s;
    animation-duration: .7s;
    -webkit-animation-name: topBack;
    animation-name: topBack;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-direction: normal;
    animation-direction: normal; }
  body.menuClose .topArea, body.menuClose .footer {
    -webkit-animation-duration: .7s;
    animation-duration: .7s;
    -webkit-animation-name: bodyBack;
    animation-name: bodyBack;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-direction: normal;
    animation-direction: normal; }
  body.menuClose .sideMenuGroup {
    -webkit-animation-duration: .7s;
    animation-duration: .7s;
    -webkit-animation-name: menuClose;
    animation-name: menuClose;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-direction: normal;
    animation-direction: normal; }

@-webkit-keyframes menuOpen {
  0% {
    right: -80%; }
  100% {
    right: 0; } }

@-moz-keyframes menuOpen {
  0% {
    right: -80%; }
  100% {
    right: 0; } }

@keyframes menuOpen {
  0% {
    right: -80%; }
  100% {
    right: 0; } }

@-webkit-keyframes menuClose {
  0% {
    right: 0; }
  100% {
    right: -100%; } }

@-moz-keyframes menuClose {
  0% {
    right: 0; }
  100% {
    right: -100%; } }

@keyframes menuClose {
  0% {
    right: 0; }
  100% {
    right: -100%; } }

@-webkit-keyframes bodyMove {
  0% {
    left: 0; }
  100% {
    left: -80%; } }

@-moz-keyframes bodyMove {
  0% {
    left: 0; }
  100% {
    left: -80%; } }

@keyframes bodyMove {
  0% {
    left: 0; }
  100% {
    left: -80%; } }

@-webkit-keyframes bodyBack {
  0% {
    left: -80%; }
  100% {
    left: 0; } }

@-moz-keyframes bodyBack {
  0% {
    left: -80%; }
  100% {
    left: 0; } }

@keyframes bodyBack {
  0% {
    left: -80%; }
  100% {
    left: 0; } }

@-webkit-keyframes topMove {
  0% {
    left: 0;
    right: 0; }
  100% {
    left: -80%;
    right: 80%; } }

@-moz-keyframes topMove {
  0% {
    left: 0;
    right: 0; }
  100% {
    left: -80%;
    right: 80%; } }

@keyframes topMove {
  0% {
    left: 0;
    right: 0; }
  100% {
    left: -80%;
    right: 80%; } }

@-webkit-keyframes topBack {
  0% {
    left: -80%;
    right: 80%; }
  100% {
    left: 0%;
    right: 0%; } }

@-moz-keyframes topBack {
  0% {
    left: -80%;
    right: 80%; }
  100% {
    left: 0%;
    right: 0%; } }

@keyframes topBack {
  0% {
    left: -80%;
    right: 80%; }
  100% {
    left: 0%;
    right: 0%; } }

.menu {
  height: 65%;
  margin: 70px 0 90px 0;
  overflow-y: auto; }
  .menu ul {
    display: inline-block;
    width: 70%;
    margin: 0 auto;
    text-align: center;
    font-size: 19.998px; }
    .menu ul li {
      position: relative;
      text-align: center;
      border-bottom: 1px solid #ddd; }
      .menu ul li a[class^="icon-"] {
        display: block;
        margin: 0 15px;
        line-height: 70px; }
        .menu ul li a[class^="icon-"] span {
          display: inline-block; }
        .menu ul li a[class^="icon-"]:before {
          display: inline-block;
          position: relative;
          top: 8px;
          font-size: 30px;
          color: #999;
          margin-right: 20px; }
      .menu ul li.select a:before, .menu ul li:hover a:before {
        color: #469017; }
      .menu ul li.select a span, .menu ul li:hover a span {
        color: #469017; }
      .menu ul li a {
        color: #333; }
        .menu ul li a:visited {
          color: #333; }
        .menu ul li a:hover {
          color: #469017; }

a.logout {
  color: #333;
  position: absolute;
  left: 15%;
  bottom: 40px;
  width: 70%;
  background: #efefef;
  border: 1px solid #ddd;
  padding: 10px 0; }
  a.logout:visited {
    color: #333; }
  a.logout:hover {
    color: #333; }
  a.logout img {
    position: relative;
    top: -2px;
    width: 30px;
    height: auto;
    display: inline-block;
    vertical-align: top;
    margin-right: 20px; }
  a.logout span {
    display: inline-block;
    vertical-align: top;
    line-height: 30px; }
  a.logout:hover {
    background: #eaeaea; }

/*---------------------------------------------------
|-> Header
---------------------------------------------------*/
.header {
  background: url(../images/bg_header.png) left top no-repeat;
  -webkit-background-size: 100% auto;
  -moz-background-size: 100% auto;
  background-size: 100% auto;
  min-height: 300px; }

/*---------------------------------------------------
|-> Member Info
---------------------------------------------------*/
.memberInfo {
  text-align: center;
  margin-top: -220px; }
  .memberInfo + .insideArticle {
    margin-top: 0; }
  .memberInfo figure, .memberInfo .infoArea {
    display: inline-block;
    vertical-align: top; }
  .memberInfo figure {
    width: 110px;
    height: 110px;
    line-height: 0;
    border: 2px solid #fff;
    overflow: hidden;
    -webkit-border-radius: 57px;
    border-radius: 57px; }
    .memberInfo figure a, .memberInfo figure img {
      width: 100%;
      height: auto; }
  .memberInfo .alert {
    position: absolute;
    width: 50%;
    left: 25%;
    bottom: 0; }
  .memberInfo .progress {
    opacity: 0;
    position: absolute;
    width: 50%;
    height: 30px;
    left: 25%;
    bottom: 50%;
    margin: 15px auto -15px auto; }

.infoArea {
  position: relative;
  text-align: left;
  margin-left: 15px;
  padding-top: 25px; }
  .infoArea .icon-edit {
    position: absolute;
    bottom: 0;
    bottom: -15px;
    left: -30px; }
  .infoArea .welcome {
    color: #093464;
    font-size: 21.996px;
    margin-bottom: 0; }
  .infoArea h3 {
    font-weight: normal; }
    .infoArea h3 .name {
      color: #093464;
      font-size: 25.992px; }
    .infoArea h3 .memberType {
      color: #333;
      font-size: 18px;
      margin-left: 15px; }

/*------------------------------------------------------------
|-> Cropper
--------------------------------------------------------------*/
.img-container {
  max-height: 350px;
  overflow: hidden; }
  .img-container .cropper-view-box {
    -webkit-border-radius: 50%;
    border-radius: 50%; }

input[type="file"].sr-only {
  position: absolute;
  margin: 0;
  padding: 0;
  border: none;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

/*----------------------------------------------------------------------------------------------
|-> Footer
----------------------------------------------------------------------------------------------*/
.footer {
  position: relative;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  text-align: left;
  vertical-align: top;
  padding: 0 0 20px 0;
  -moz-animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  -ms-animation-fill-mode: forwards;
  animation-fill-mode: forwards; }

.copyright {
  font-style: normal;
  text-align: center;
  font-size: 14.004px;
  opacity: .7;
  letter-spacing: 0;
  color: #999; }

/*=========================================================
|-> Not  Shared File
=========================================================*/
/*----------------------------------------------------------------------------------------------
|-> Form
----------------------------------------------------------------------------------------------*/
input[type="button"],
input[type="text"],
input[type="password"],
input[type="tel"],
input[type="number"],
input[type="email"],
input[type="submit"],
input[type="reset"],
input[type="file"],
.input-group > .custom-select:not(:first-child),
.input-group > .form-control:not(:first-child),
textarea {
  font-family: "Microsoft JhengHei", Arial;
  font-size: 1em;
  border: 1px solid #ccc;
  padding: 5px 10px;
  margin-bottom: 10px;
  outline: none;
  -webkit-appearance: none;
  /* Safari 和 Chrome，常用於iOS下移除內建樣式 */
  -moz-appearance: none;
  /* FireFox */
  appearance: none; }

select {
  font-family: "Microsoft JhengHei", Arial;
  font-size: 1em;
  border: 1px solid #1f8200;
  padding: 0 10px;
  height: 35px;
  line-height: 35px; }

/*----------------------------------------------------------------------------------------------
|-> Log in
----------------------------------------------------------------------------------------------*/
.landding .loginArea {
  color: #fff;
  margin: 0 auto 10% auto; }
  .landding .loginArea h1 {
    margin-top: 30px;
    margin-bottom: 0; }
  .landding .loginArea + .footer {
    position: relative; }
  .landding .loginArea .logoArea {
    margin-top: 10%; }
  .landding .loginArea .btnArea {
    width: 65%;
    margin: 0 auto; }
    .landding .loginArea .btnArea .btnSubmit, .landding .loginArea .btnArea input[type="submit"].btnSubmit, .landding .loginArea .btnArea input[type="button"].btnSubmit {
      background: #fff;
      color: #093464;
      border: 1px solid #fff;
      font-size: 18px;
      display: inline-block;
      vertical-align: top;
      padding: 10px 15px;
      margin: 0 0 20px 0;
      -webkit-border-radius: 0px;
      border-radius: 0px;
      display: block;
      width: 100%;
      font-size: 19.998px;
      letter-spacing: 2px; }
      .landding .loginArea .btnArea .btnSubmit:visited, .landding .loginArea .btnArea .btnSubmit:active, .landding .loginArea .btnArea .btnSubmit:focus, .landding .loginArea .btnArea input[type="submit"].btnSubmit:visited, .landding .loginArea .btnArea input[type="submit"].btnSubmit:active, .landding .loginArea .btnArea input[type="submit"].btnSubmit:focus, .landding .loginArea .btnArea input[type="button"].btnSubmit:visited, .landding .loginArea .btnArea input[type="button"].btnSubmit:active, .landding .loginArea .btnArea input[type="button"].btnSubmit:focus {
        color: #093464;
        text-decoration: none; }
      .landding .loginArea .btnArea .btnSubmit:hover, .landding .loginArea .btnArea input[type="submit"].btnSubmit:hover, .landding .loginArea .btnArea input[type="button"].btnSubmit:hover {
        background: #333;
        color: #093464;
        background: #fff;
        text-decoration: none;
        cursor: pointer;
        border: 1px solid #fff; }

ul.loginList {
  display: inline-block;
  vertical-align: top;
  margin-top: 40px; }
  ul.loginList span {
    display: inline-block;
    vertical-align: top; }
    ul.loginList span.title {
      margin-top: 7px;
      padding: 0 10px;
      line-height: 24px;
      border-right: 1px solid rgba(255, 255, 255, 0.5); }
  ul.loginList a.forget {
    color: #fff;
    float: right; }
    ul.loginList a.forget:visited {
      color: #fff; }
    ul.loginList a.forget:hover {
      color: #f4b8b8; }
  ul.loginList li {
    position: relative;
    text-align: left;
    margin-bottom: 20px; }
    ul.loginList li input[type="checkbox"] {
      margin-right: 10px;
      -webkit-appearance: checkbox;
      -moz-appearance: checkbox;
      appearance: checkbox; }
    ul.loginList li input {
      margin-bottom: 0; }
    ul.loginList li:nth-child(1):before, ul.loginList li:nth-child(2):before {
      position: absolute;
      left: 0;
      right: 0;
      height: 36px;
      content: ' ';
      z-index: 1;
      border: 1px solid #fff; }
    ul.loginList li:nth-child(1) input, ul.loginList li:nth-child(2) input {
      background: none;
      color: #fff;
      border: none;
      margin: 0;
      padding: 0 10px;
      line-height: 38px; }
      ul.loginList li:nth-child(1) input::-webkit-input-placeholder, ul.loginList li:nth-child(2) input::-webkit-input-placeholder {
        color: #fff;
        background: none; }
      ul.loginList li:nth-child(1) input::-moz-placeholder, ul.loginList li:nth-child(2) input::-moz-placeholder {
        color: #fff;
        background: none; }
      ul.loginList li:nth-child(1) input:-ms-input-placeholder, ul.loginList li:nth-child(2) input:-ms-input-placeholder {
        color: #fff;
        background: none; }
      ul.loginList li:nth-child(1) input::placeholder, ul.loginList li:nth-child(2) input::placeholder {
        color: #fff;
        background: none; }
      ul.loginList li:nth-child(1) input:focus, ul.loginList li:nth-child(2) input:focus {
        background-color: transparent !important; }
    ul.loginList li:nth-child(1) input:-webkit-autofill, ul.loginList li:nth-child(2) input:-webkit-autofill {
      background-color: transparent !important; }
    ul.loginList li:nth-child(1) .formError.inline, ul.loginList li:nth-child(2) .formError.inline {
      padding-top: 5px; }
    ul.loginList li:nth-child(1) .formError .formErrorContent, ul.loginList li:nth-child(2) .formError .formErrorContent {
      color: #f4b8b8; }

/*----------------------------------------------------------------------------------------------
|-> Form
----------------------------------------------------------------------------------------------*/
.formGroup {
  border: 1px solid #ddd;
  min-height: 400px;
  background: #fff;
  padding: 20px;
  -webkit-border-radius: 5px;
  border-radius: 5px; }

ul.formList li {
  display: block;
  clear: both;
  float: none;
  margin-bottom: 20px; }
  ul.formList li span {
    display: inline-block;
    vertical-align: top; }
    ul.formList li span:nth-child(1) {
      width: 30%; }
    ul.formList li span:nth-child(2) {
      width: 65%;
      float: right; }
  ul.formList li input {
    width: 100%;
    margin-bottom: 0; }

/*----------------------------------------------------------------------------------------------
|-> Btn Area
----------------------------------------------------------------------------------------------*/
.btnArea {
  text-align: center;
  padding-top: 20px; }

.btnSubmit, input[type="submit"].btnSubmit, input[type="button"].btnSubmit {
  background: #134f8f;
  color: #fff;
  border: 1px solid #fff;
  font-size: 18px;
  display: inline-block;
  vertical-align: top;
  padding: 10px 15px;
  margin: 0 0 20px 0;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  display: block;
  width: 100%;
  font-size: 19.998px;
  letter-spacing: 2px; }
  .btnSubmit:visited, .btnSubmit:active, .btnSubmit:focus, input[type="submit"].btnSubmit:visited, input[type="submit"].btnSubmit:active, input[type="submit"].btnSubmit:focus, input[type="button"].btnSubmit:visited, input[type="button"].btnSubmit:active, input[type="button"].btnSubmit:focus {
    color: #fff;
    text-decoration: none; }
  .btnSubmit:hover, input[type="submit"].btnSubmit:hover, input[type="button"].btnSubmit:hover {
    background: #333;
    color: #fff;
    background: #333;
    text-decoration: none;
    cursor: pointer;
    border: 1px solid #fff; }

/*------------------------------------------------------------
|-> jQuery-Validation-Engine
--------------------------------------------------------------*/
.formError.inline {
  display: block; }
  .formError.inline .formErrorContent {
    position: relative;
    top: 0;
    left: 0;
    width: auto;
    margin-bottom: 10px; }

.formError .formErrorContent {
  color: #e66060;
  background: none;
  padding: 0 10px 0 10px;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.1);
  border: 0px solid #ddd;
  font-size: 18px;
  margin-top: 5px;
  line-height: 1.3em; }

/*----------------------------------------------------------------------------------------------
|-> Popup
----------------------------------------------------------------------------------------------*/
.popupArea {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background: rgba(0, 50, 82, 0.9);
  display: none; }

.popupRelative {
  position: relative;
  width: 100%;
  height: 100%; }
  .popupRelative a.icon-delete {
    position: absolute;
    right: 30px;
    top: 30px;
    width: 44px;
    height: 44px;
    line-height: 46px;
    text-align: center;
    border: 1px solid #fff;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    font-size: 15px;
    color: #fff; }

.popupMain {
  position: absolute;
  top: 50%;
  margin-top: -13%;
  width: 86%;
  left: 7%;
  background: none;
  padding: 20px; }
  .popupMain p {
    text-align: center; }

.popupContent {
  position: static;
  text-align: center;
  padding: 15px 15px 75px 15px;
  color: #fff; }
  .popupContent div {
    position: static; }
  .popupContent .notePoint {
    color: #f5f0a7;
    font-weight: bold;
    margin-bottom: 5px; }
  .popupContent .noteWord {
    font-weight: bold; }
  .popupContent time.classTime {
    display: block;
    color: #fff; }
    .popupContent time.classTime span {
      display: block;
      line-height: 1.4em; }
  .popupContent .className {
    font-size: 19.998px;
    margin-top: 20px;
    font-weight: bold;
    color: #fff; }
  .popupContent .classCoach {
    color: #fff; }
  .popupContent .btnArea {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
    padding: 15px;
    text-align: center; }
    .popupContent .btnArea a[class^='btn'] {
      position: relative;
      display: inline-block;
      min-width: 120px;
      margin-bottom: 0;
      background: none;
      border: 1px solid #fff;
      padding: 5px 55px;
      letter-spacing: 5px; }

.landding .logo, .landding .slogan {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto; }
  .landding .logo img, .landding .slogan img {
    width: 100%; }

.insideArticle {
  padding: 20px;
  margin-top: -230px; }

.landding .svg {
  width: 10%;
  height: 100px;
  padding-top: 40px;
  margin: 0 auto; }
  .landding .svg img {
    width: 100%; }

/*---------------------------------------------------
|-> Home
---------------------------------------------------*/
.pointArea {
  display: block;
  width: 70%;
  margin: 10px auto 0 auto;
  padding-bottom: 10px;
  border-bottom: 5px solid #efefef; }
  .pointArea:after {
    display: block;
    width: 100%;
    content: ' ';
    clear: both;
    float: none; }
  .pointArea .pointBox {
    width: 50%;
    text-align: center;
    float: left; }
    .pointArea .pointBox:nth-child(2) {
      border-left: 1px solid #ddd; }
    .pointArea .pointBox p {
      margin-bottom: 0; }
    .pointArea .pointBox .number {
      font-size: 23.994px;
      line-height: 1.4em; }
    .pointArea .pointBox .pointWord {
      color: #aaa; }
      .pointArea .pointBox .pointWord a {
        color: #aaa; }
        .pointArea .pointBox .pointWord a:visited {
          color: #aaa; }
        .pointArea .pointBox .pointWord a:hover {
          color: #333; }

.homeMenu {
  width: 80%;
  margin: 20px auto; }
  .homeMenu a[class^='icon-'] {
    float: left;
    width: 48%;
    background: #eaeaea;
    color: #fff;
    text-align: center;
    padding: 20px 0;
    margin-bottom: 15px;
    font-size: 19.998px; }
    .homeMenu a[class^='icon-']:hover {
      color: #fff; }
    .homeMenu a[class^='icon-']:before {
      font-size: 70px;
      display: block;
      margin-bottom: 10px; }
    .homeMenu a[class^='icon-']:nth-child(even) {
      margin-left: 4%; }
    .homeMenu a[class^='icon-'].icon-point {
      background: #00c26e; }
    .homeMenu a[class^='icon-'].icon-body {
      background: #3fdcad; }
    .homeMenu a[class^='icon-'].icon-info {
      background: #bde5f6; }
    .homeMenu a[class^='icon-'].icon-reserve {
      background: #1ca8dd; }
    .homeMenu a[class^='icon-'].icon-setting {
      background: #59cfc8;
      width: 100%;
      padding: 10px 0;
      line-height: 40px; }
      .homeMenu a[class^='icon-'].icon-setting:before {
        position: relative;
        top: 15px;
        display: inline-block;
        font-size: 40px;
        margin-right: 20px;
        line-height: 0; }
  .homeMenu:after {
    display: block;
    width: 100%;
    content: ' ';
    clear: both;
    float: none; }

/*---------------------------------------------------
|-> Reserve
---------------------------------------------------*/
ul.tabList {
  text-align: center;
  clear: both;
  float: none;
  margin: 10px 0 20px 0; }
  ul.tabList li {
    display: inline-block;
    vertical-align: top;
    margin-left: -8px; }
    ul.tabList li:first-child {
      margin-left: 0; }
    ul.tabList li a {
      background: #fff;
      color: #134f8f;
      border: 1px solid #134f8f;
      font-size: 18px;
      display: inline-block;
      vertical-align: top;
      padding: 10px 15px;
      margin: 0 0 20px 0;
      -webkit-border-radius: 0;
      border-radius: 0;
      margin-bottom: 0;
      padding: 2px 15px;
      min-width: 90px; }
      ul.tabList li a:visited, ul.tabList li a:active, ul.tabList li a:focus {
        color: #134f8f;
        text-decoration: none; }
      ul.tabList li a:hover {
        background: #333;
        color: #fff;
        background: #134f8f;
        text-decoration: none;
        cursor: pointer;
        border: 1px solid #134f8f; }
    ul.tabList li.select a {
      background: #134f8f;
      color: #fff; }
      ul.tabList li.select a:visited {
        color: #fff; }

ul.filterList {
  text-align: center;
  margin: 10px 0 20px 0; }
  ul.filterList span {
    display: inline-block;
    vertical-align: top;
    color: #134f8f;
    word-break: normal;
    margin: 0;
    font-size: 18px;
    font-weight: bold;
    line-height: 38px;
    margin: 0 15px 0 0; }
  ul.filterList li {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    margin-left: -8px; }
    ul.filterList li:first-child {
      margin-left: 0; }
    ul.filterList li:nth-child(2) a:before {
      display: inline-block;
      content: ' ';
      width: 10px;
      height: 10px;
      margin-right: 5px;
      background: #fff;
      border: 1px solid #47bcb5;
      -webkit-border-radius: 7px;
      border-radius: 7px; }
    ul.filterList li:nth-child(3) a:before {
      display: inline-block;
      content: ' ';
      width: 10px;
      height: 10px;
      margin-right: 5px;
      background: #47bcb5;
      border: 1px solid #47bcb5;
      -webkit-border-radius: 7px;
      border-radius: 7px; }
    ul.filterList li a {
      background: #fff;
      color: #134f8f;
      border: 1px solid #134f8f;
      font-size: 18px;
      display: inline-block;
      vertical-align: top;
      padding: 10px 15px;
      margin: 0 0 20px 0;
      -webkit-border-radius: 0;
      border-radius: 0;
      margin-bottom: 0;
      padding: 2px 15px;
      min-width: 95px; }
      ul.filterList li a:visited, ul.filterList li a:active, ul.filterList li a:focus {
        color: #134f8f;
        text-decoration: none; }
      ul.filterList li a:hover {
        background: #333;
        color: #fff;
        background: #134f8f;
        text-decoration: none;
        cursor: pointer;
        border: 1px solid #134f8f; }
    ul.filterList li.select a {
      background: #134f8f;
      color: #fff; }
      ul.filterList li.select a:visited {
        color: #fff; }

.classSlide .owl-nav {
  position: absolute;
  top: 0;
  height: 0;
  width: 100%; }
  .classSlide .owl-nav [class*=owl-] {
    line-height: 1.4em;
    color: #666;
    opacity: .5;
    font-size: 60px;
    -moz-transform: scale(2);
    -webkit-transform: scale(2);
    -o-transform: scale(2);
    -ms-transform: scale(2);
    transform: scale(2); }
    .classSlide .owl-nav [class*=owl-]:hover {
      background: none;
      color: #666;
      opacity: 1; }
  .classSlide .owl-nav .owl-prev {
    float: left;
    height: 40px;
    margin-left: -12px;
    margin-top: 71%; }
  .classSlide .owl-nav .owl-next {
    float: right;
    height: 40px;
    margin-right: -12px;
    margin-top: 71%; }

ul.reserveList {
  text-align: left;
  overflow: hidden; }
  .private ul.reserveList li, ul.reserveList.private li {
    border: 1px solid #47bcb5; }
  .private ul.reserveList .cycle, ul.reserveList.private .cycle {
    color: #fff;
    background: #47bcb5; }
  .team ul.reserveList, ul.reserveList.team {
    background: #fff; }
    .team ul.reserveList li, ul.reserveList.team li {
      border: 1px solid #dae9fa; }
    .team ul.reserveList .cycle, ul.reserveList.team .cycle {
      color: #fff;
      background: #69a8eb; }
  ul.reserveList .cycle {
    display: block;
    text-align: center;
    color: #fff;
    background: #47bcb5;
    padding: 5px;
    margin-bottom: 20px; }
  .reserveMember ul.reserveList .cycle {
    text-align: left;
    background: #efefef;
    color: #000;
    padding: 8px 15px; }
  .reserveMember ul.reserveList li {
    display: block;
    width: auto;
    float: none;
    margin: 0 0 10px 0;
    padding: 10px 10px 0 10px;
    border: none;
    border-top: 1px solid #ddd; }
    .reserveMember ul.reserveList li:nth-child(2) {
      border: none;
      margin-top: -10px; }
    .reserveMember ul.reserveList li:nth-child(odd) {
      margin-left: 0; }
    .reserveMember ul.reserveList li .className {
      min-height: 10px;
      margin-right: 120px;
      font-size: 19.998px; }
    .reserveMember ul.reserveList li .classTime {
      position: absolute;
      top: 10px;
      right: 0; }
    .reserveMember ul.reserveList li .classCoach {
      color: #333; }
      .reserveMember ul.reserveList li .classCoach:before {
        content: '教練：'; }
    .reserveMember ul.reserveList li .classType {
      color: #333;
      margin-top: 5px;
      margin-right: 100px; }
    .reserveMember ul.reserveList li a[class^='btn'] {
      margin-bottom: 0; }
  ul.reserveList li {
    display: inline-block;
    vertical-align: top;
    margin: 0 0 20px 0;
    border: 1px solid #ddd;
    padding: 10px 10px 50px 10px;
    text-align: left;
    width: 49%;
    float: left; }
    ul.reserveList li.private {
      border: 1px solid #47bcb5; }
    ul.reserveList li.team {
      border: 1px solid #caecea;
      background: #caecea; }
    ul.reserveList li:nth-child(odd) {
      margin-left: 2%; }
    ul.reserveList li a, ul.reserveList li span {
      display: block; }
    ul.reserveList li .className {
      font-weight: bold;
      margin-bottom: 10px;
      line-height: 1.4em;
      min-height: 50px; }
    ul.reserveList li .classTime {
      color: #e28d41;
      font-size: 16.002px;
      letter-spacing: 0;
      line-height: 1.4em; }
    ul.reserveList li .classCoach {
      color: #999; }

p.pointTitle {
  color: #093464;
  font-size: 21.996px;
  font-weight: bold;
  margin: 30px 0 10px 0; }
  p.pointTitle span:nth-child(2) {
    position: absolute;
    left: 0;
    margin-left: 48%;
    width: 25%;
    text-align: right; }
  p.pointTitle span:last-child {
    float: right; }

p.reserveTitle {
  color: #093464;
  font-size: 21.996px;
  font-weight: bold;
  margin: 30px 0 10px 0; }
  p.reserveTitle span:last-child {
    float: right; }

.dateArea {
  text-align: center;
  margin-bottom: 10px;
  z-index: 99; }
  .dateArea h4, .dateArea .dateInput {
    display: inline-block;
    vertical-align: top; }
  .dateArea h4 {
    color: #134f8f;
    word-break: normal;
    margin: 0;
    font-size: 18px;
    line-height: 38px;
    margin-right: 5px; }
  .dateArea .datepicker {
    width: 190px;
    margin-left: 3px;
    font-weight: bold;
    color: #134f8f;
    -webkit-border-radius: 0;
    border-radius: 0; }

/*---------------------------------------------------
|-> Btn
---------------------------------------------------*/
a.btnReserve, a.btnAlready, a.btnMCancel, a.btnSuspend, a.btnCancel {
  background: #27b76f;
  color: #fff;
  border: 1px solid #42a503;
  font-size: 18px;
  display: inline-block;
  vertical-align: top;
  padding: 10px 15px;
  margin: 0 0 20px 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 50px;
  padding: 2px 5px;
  margin-bottom: 10px;
  border: none;
  text-align: center; }
  a.btnReserve:visited, a.btnAlready:visited, a.btnMCancel:visited, a.btnSuspend:visited, a.btnCancel:visited, a.btnReserve:active, a.btnAlready:active, a.btnMCancel:active, a.btnSuspend:active, a.btnCancel:active, a.btnReserve:focus, a.btnAlready:focus, a.btnMCancel:focus, a.btnSuspend:focus, a.btnCancel:focus {
    color: #fff;
    text-decoration: none; }
  a.btnReserve:hover, a.btnAlready:hover, a.btnMCancel:hover, a.btnSuspend:hover, a.btnCancel:hover {
    background: #333;
    color: #fff;
    background: #134f8f;
    text-decoration: none;
    cursor: pointer;
    border: 1px solid #42a503; }
  a.btnReserve:hover, a.btnAlready:hover, a.btnMCancel:hover, a.btnSuspend:hover, a.btnCancel:hover {
    border: none; }

a.btnAlready {
  background: #ce6767; }
  a.btnAlready:hover {
    background: #ce6767; }

a.btnMCancel {
  background: #5e98c1; }
  a.btnMCancel:hover {
    background: #5e98c1; }

a.btnSuspend {
  background: #aaa; }
  a.btnSuspend:hover {
    background: #aaa;
    cursor: default; }

a.btnCancel {
  background: #aaa; }
  a.btnCancel:hover {
    background: #666; }
  a.btnCancel + a {
    margin-left: 10px; }

/*---------------------------------------------------
|-> Point
---------------------------------------------------*/
ul.pointList .cycle {
  display: block;
  background: #efefef;
  color: #000;
  padding: 8px 15px; }

ul.pointList section {
  display: inline-block;
  vertical-align: top; }

ul.pointList h4 {
  padding: 0;
  margin: 0 0 10px 0;
  font-size: 21.996px; }

ul.pointList p {
  margin: 0; }

ul.pointList .itemDetail {
  margin-bottom: 0;
  color: #999; }

ul.pointList .itemGroup {
  width: 47%;
  padding-left: 10px; }

ul.pointList .itemChange {
  width: 25%;
  text-align: right; }

ul.pointList .itemRemainder {
  float: right;
  margin-right: 5px; }

ul.pointList .itemDetail {
  padding: 0 10px; }

ul.pointList .increase {
  color: #e66060; }

ul.pointList .decrease {
  color: #1f8200; }

ul.pointList li {
  padding: 10px 0;
  border-top: 1px solid #ddd; }
  ul.pointList li:nth-child(2) {
    border-top: none; }

/*---------------------------------------------------
|-> Info
---------------------------------------------------*/
ul.infoList {
  margin-bottom: 40px; }
  ul.infoList li {
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 10px; }
    ul.infoList li p {
      margin-bottom: 0; }
    ul.infoList li .infoTitle {
      color: #999; }
    ul.infoList li .infoContent {
      font-size: 19.998px;
      line-height: 1.4em; }
    ul.infoList li .leftInfo {
      display: inline-block; }
    ul.infoList li .rightInfo {
      float: right; }

.icon-edit {
  margin-top: 10px;
  display: block;
  line-height: 14px;
  border-bottom: 1px solid #aaa; }

/*---------------------------------------------------
|-> On / Off Switch
---------------------------------------------------*/
.push {
  position: relative;
  display: inline-block;
  width: 64px;
  height: 27px;
  border: 1px solid #999;
  -webkit-border-radius: 5px;
  border-radius: 5px; }
  .push input {
    opacity: 0;
    width: 0;
    height: 0; }
  .push .onoff {
    position: absolute;
    z-index: 5;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #999;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: .4s;
    transition: .4s; }
    .push .onoff:before {
      position: absolute;
      content: " ";
      color: #999;
      height: 25px;
      line-height: 25px;
      width: 30px;
      font-size: 14px;
      letter-spacing: 0;
      left: 0;
      bottom: 0;
      background-color: white;
      -webkit-transition: .4s;
      transition: .4s;
      -webkit-border-radius: 4px 0 0 4px;
      border-radius: 4px 0 0 4px; }
    .push .onoff:after {
      position: absolute;
      content: "OFF";
      font-family: Arial;
      font-size: 14px;
      letter-spacing: 0;
      color: #fff;
      line-height: 25px;
      left: 53%;
      -webkit-transition: .4s;
      transition: .4s; }

input:checked + .onoff {
  z-index: 10;
  background-color: #e66060;
  -webkit-border-radius: 4px;
  border-radius: 4px; }
  input:checked + .onoff:before {
    color: #e66060;
    -webkit-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0; }
  input:checked + .onoff:after {
    content: "ON";
    left: auto;
    right: 58%; }

input:focus + .onoff {
  box-shadow: 0 0 0 #f9f6ef; }

input:checked + .onoff:before {
  -webkit-transform: translateX(32px);
  -ms-transform: translateX(32px);
  transform: translateX(32px); }

/*---------------------------------------------------
|-> RWD
---------------------------------------------------*/
@media all and (min-width: 651px) {
  .classSlide .owl-nav .owl-prev, .classSlide .owl-nav .owl-next {
    margin-top: 30%; }
  ul.reserveList li {
    display: block;
    width: 96%;
    margin: 0 5px 20px 5px; }
    ul.reserveList li:nth-child(odd) {
      margin: 0 5px 20px 5px; } }
