@charset "UTF-8";
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ul, ol {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

html, body {
  height: 100%;
  font-family: Arial, "微軟正黑體", "新細明體";
  color: #4a4a4a;
  font-size: 1rem;
  line-height: 140%;
}

body {
  width: 100%;
}

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

a {
  text-decoration: none;
  color: #000;
}

.crop {
  position: relative;
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 100%;
}
.crop img {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
.crop a {
  display: block;
}

.inline {
  display: inline-block;
  vertical-align: middle;
}

.show {
  display: block !important;
}

.hide {
  display: none !important;
}

.container, .clearfix {
  zoom: 1;
}
.container:after, .clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}

.container {
  position: relative;
  margin: 0 auto;
  width: 1400px;
}
@media only screen and (max-width: 1200px) {
  .container {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .hidden-mobile {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .hidden-pad {
    display: none;
  }
}

@media only screen and (min-width: 1201px) {
  .hidden-desktop {
    display: none;
  }
}

.col-left {
  float: left;
}

.col-right {
  float: right;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

.red {
  color: #e30c0c;
}

.bold {
  font-weight: bold;
}

.text-hide {
  text-indent: -9999px;
}

.font-12 {
  font-size: 0.75rem;
}

.font-13 {
  font-size: 0.813rem;
}

.font-14 {
  font-size: 0.875rem;
}

.font-15 {
  font-size: 0.9375rem;
}

.font-16 {
  font-size: 1rem;
}

.font-17 {
  font-size: 1.063rem;
}

.font-18 {
  font-size: 1.125rem;
}

.font-20 {
  font-size: 1.25rem;
}

.font-22 {
  font-size: 1.375rem;
}

.font-24 {
  font-size: 1.5rem;
}

.font-30 {
  font-size: 1.875rem;
}

.font-36 {
  font-size: 2.25rem;
}

.delay-Ofive {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.delay-oneOfive {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}

.delay-one {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.delay-two {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.delay-twoOfive {
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
}

.delay-three {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}

.delay-four {
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}

.delay-five {
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
}

.delay-seven {
  -webkit-animation-delay: 7s;
          animation-delay: 7s;
}

.repeat-three {
  -webkit-animation-duration: 3s !important;
          animation-duration: 3s !important;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.repeat-two {
  -webkit-animation-duration: 2s !important;
          animation-duration: 2s !important;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.repeat-one {
  -webkit-animation-duration: 1s !important;
          animation-duration: 1s !important;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.repeat {
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.br {
  display: block;
}

.d-show {
  display: none;
}

.dp-show {
  display: block;
}

.m-show {
  display: none !important;
}

@media only screen and (min-width: 1201px) {
  .d-br {
    display: block;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .p-br {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .m-br {
    display: block;
  }
  .dp-show {
    display: none !important;
  }
  .m-show {
    display: block !important;
  }
}
@media (max-width: 480px) {
  .xs-br {
    display: block;
  }
}
.icon-01 {
  position: relative;
}
.icon-01:before {
  content: ".";
  height: 0;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  background-image: url(../img/icon_retina.png);
  background-repeat: no-repeat;
  overflow: hidden;
  position: absolute;
  background-size: 400px 154px;
}
.icon-01:before {
  width: 48px;
  padding-top: 78px;
  background-position: 0px 0px;
  top: 0px;
  left: 0px;
}

.icon-02 {
  position: relative;
}
.icon-02:before {
  content: ".";
  height: 0;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  background-image: url(../img/icon_retina.png);
  background-repeat: no-repeat;
  overflow: hidden;
  position: absolute;
  background-size: 400px 154px;
}
.icon-02:before {
  width: 48px;
  padding-top: 78px;
  background-position: -48px 0px;
  top: 0px;
  left: 0px;
}

.icon-03 {
  position: relative;
}
.icon-03:before {
  content: ".";
  height: 0;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  background-image: url(../img/icon_retina.png);
  background-repeat: no-repeat;
  overflow: hidden;
  position: absolute;
  background-size: 400px 154px;
}
.icon-03:before {
  width: 57px;
  padding-top: 78px;
  background-position: -96px 0px;
  top: 0px;
  left: 0px;
}

.icon-04 {
  position: relative;
}
.icon-04:before {
  content: ".";
  height: 0;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  background-image: url(../img/icon_retina.png);
  background-repeat: no-repeat;
  overflow: hidden;
  position: absolute;
  background-size: 400px 154px;
}
.icon-04:before {
  width: 70px;
  padding-top: 78px;
  background-position: -152px 0px;
  top: 0px;
  left: 0px;
}

.icon-05 {
  position: relative;
}
.icon-05:before {
  content: ".";
  height: 0;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  background-image: url(../img/icon_retina.png);
  background-repeat: no-repeat;
  overflow: hidden;
  position: absolute;
  background-size: 400px 154px;
}
.icon-05:before {
  width: 70px;
  padding-top: 78px;
  background-position: -222px 0px;
  top: 0px;
  left: 0px;
}

.icon-06 {
  position: relative;
}
.icon-06:before {
  content: ".";
  height: 0;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  background-image: url(../img/icon_retina.png);
  background-repeat: no-repeat;
  overflow: hidden;
  position: absolute;
  background-size: 400px 154px;
}
.icon-06:before {
  width: 58px;
  padding-top: 78px;
  background-position: -292px 0px;
  top: 0px;
  left: 0px;
}

.icon-07 {
  position: relative;
}
.icon-07:before {
  content: ".";
  height: 0;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  background-image: url(../img/icon_retina.png);
  background-repeat: no-repeat;
  overflow: hidden;
  position: absolute;
  background-size: 400px 154px;
}
.icon-07:before {
  width: 51px;
  padding-top: 78px;
  background-position: -350px 0px;
  top: 0px;
  left: 0px;
}

[class^=icon-]:before,
[class*=icon-]:before {
  content: "";
  position: relative;
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
}

.header {
  /* 20201120 */
  -webkit-box-shadow: 0 2px 5px #ccc;
  box-shadow: 0 2px 5px #ccc;
}
.header {
  zoom: 1;
}
.header:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.header {
  width: 100%;
  padding: 15px 18px;
  line-height: 1;
  font-size: 15px;
  z-index: 4;
  background-color: white;
  /* 20201120 END */
}
.header .logo {
  /* 20201120 */
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
  display: block;
  float: left;
  /* 20201120 END */
}
.header img {
  max-width: 100%;
}
.header ul {
  display: block;
  float: right;
  margin-top: -5px;
}
.header ul li {
  display: inline-block;
  vertical-align: middle;
}
.header ul li a {
  display: block;
  background: url("../img/btn.png") no-repeat;
  width: 117px;
  height: 62px;
  background-position: 0 0;
}
.header ul li a:hover {
  background-position: 0 -62px;
}
.header ul li:nth-child(2n) a {
  background-position: -117px 0;
}
.header ul li:nth-child(2n) a:hover {
  background-position: -117px -62px;
}
.header ul li:last-child a {
  background-position: -234px 0;
}
.header ul li:last-child a:hover {
  background-position: -234px -62px;
}

@media only screen and (max-width: 1300px) {
  .header {
    /* 20201120 */ /* 20201120 END */
  }
}
@media only screen and (max-width: 767px) {
  .header {
    /* 20201120 */
    padding: 12px 14px;
    /* 20201120 END */
  }
  .header .logo {
    /* 20201120 */
    width: 220px;
    /* 20201120 END */
  }
  .header ul {
    margin-top: 0;
  }
  .header ul li a {
    background: none;
    width: 14vw;
    height: 14vw;
  }
  .header ul li:first-child a {
    background: url("../img/btn-home.jpg") no-repeat left top/100% auto;
  }
  .header ul li:nth-child(2n) a {
    background: url("../img/btn-member.jpg") no-repeat left top/100% auto;
  }
  .header ul li:last-child a {
    background: url("../img/btn-join.jpg") no-repeat left top/100% auto;
  }
}
@media screen and (max-width: 360px) {
  .header .logo {
    /* 20201120 */
    width: 200px;
    /* 20201120 END */
  }
}