h1 {
  font-weight: 700; }

h2 {
  font-weight: 700; }

h3 {
  font-weight: 700; }

h4 {
  font-weight: 700; }

h5 {
  font-weight: 700; }

h6 {
  font-weight: 700; }

@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 100;
  src: url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Thin.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Thin.woff) format("woff"), url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Thin.otf) format("opentype"); }

@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 300;
  src: url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Light.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Light.woff) format("woff"), url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Light.otf) format("opentype"); }

@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 400;
  src: url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Regular.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Regular.woff) format("woff"), url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Regular.otf) format("opentype"); }

@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 500;
  src: url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Medium.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Medium.woff) format("woff"), url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Medium.otf) format("opentype"); }

@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 700;
  src: url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Bold.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Bold.woff) format("woff"), url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Bold.otf) format("opentype"); }

@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 900;
  src: url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Black.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Black.woff) format("woff"), url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Black.otf) format("opentype"); }

@font-face {
  font-family: 'icochild';
  src: url("../fonts/icochild.eot?kxcwwp");
  src: url("../fonts/icochild.eot?kxcwwp#iefix") format("embedded-opentype"), url("../fonts/icochild.ttf?kxcwwp") format("truetype"), url("../fonts/icochild.woff?kxcwwp") format("woff"), url("../fonts/icochild.svg?kxcwwp#icochild") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icochild' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-facebook:before {
  content: "\e906"; }

.icon-Q:before {
  content: "\e905"; }

.icon-arrow-l:before {
  content: "\e900"; }

.icon-arrow-r:before {
  content: "\e901"; }

.icon-donate:before {
  content: "\e902"; }

.icon-home:before {
  content: "\e903"; }

.icon-fb:before {
  content: "\e904"; }

.plans .txt {
  text-align: justify;
  text-justify: inter-ideographic; }

@-webkit-keyframes donut-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes donut-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

section {
  margin: 50px auto;
  color: #585858;
  letter-spacing: 1px; }
  @media screen and (max-width: 1024px) {
    section {
      width: 90%; } }
  @media screen and (max-width: 767px) {
    section {
      margin: 50px auto;
      width: 80%; } }
  @media screen and (max-width: 413px) {
    section {
      margin: 20px auto; } }
  @media screen and (max-width: 374px) {
    section {
      width: 85%; } }
  section p {
    margin: 10px auto; }
    @media screen and (max-width: 890px) {
      section p {
        text-align: justify;
        text-justify: inter-ideographic; } }
    section p span {
      display: block; }
      @media screen and (max-width: 890px) {
        section p span {
          display: inline; } }

.ttBox {
  margin-bottom: 25px; }

h2 {
  font-size: 48px;
  font-size: 3rem; }
  @media screen and (max-width: 767px) {
    h2 {
      font-size: 2.6rem; } }
  @media screen and (max-width: 374px) {
    h2 {
      font-size: 2.4rem; } }
  h2 span {
    position: relative; }
    h2 span:before {
      content: "";
      width: 30px;
      height: 30px;
      background: url(../img/sub-icon.png) no-repeat center center/contain;
      position: absolute;
      left: -40px;
      top: 0;
      display: block; }
      @media screen and (max-width: 767px) {
        h2 span:before {
          width: 20px;
          height: 20px;
          left: -27px; } }

h3 {
  font-size: 28.8px;
  font-size: 1.8rem; }
  @media screen and (max-width: 767px) {
    h3 {
      text-align: justify;
      text-justify: inter-ideographic; } }

section {
  position: relative; }
  section ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    @media screen and (max-width: 767px) {
      section ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; } }
  section li {
    width: 290px;
    margin: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 40px 0; }
    @media screen and (max-width: 767px) {
      section li {
        width: 100%;
        margin: 20px auto; } }
    section li span {
      color: #585858;
      font-size: 25.6px;
      font-size: 1.6rem;
      line-height: 1.5; }
  section .icon {
    display: block; }

.action {
  position: relative; }
  .action .deco-l {
    top: -233px;
    left: -93%;
    width: 500px; }
    @media screen and (max-width: 1680px) {
      .action .deco-l {
        width: 400px;
        top: -210px;
        left: -53%; } }
    @media screen and (max-width: 1024px) {
      .action .deco-l {
        display: none; } }
  .action .deco-r {
    bottom: -25%;
    right: -53%; }
    @media screen and (max-width: 1024px) {
      .action .deco-r {
        display: none; } }
  .action li {
    position: relative; }
    .action li:first-child {
      background: url(../img/plan-bg1.png) no-repeat center/100% 100%; }
    .action li:nth-child(2) {
      background: url(../img/plan-bg2.png) no-repeat center/100% 100%; }
    .action li:last-child {
      background: url(../img/plan-bg3.png) no-repeat center/100% 100%; }
    @media screen and (max-width: 767px) {
      .action li:first-child, .action li:nth-child(2), .action li:last-child {
        background: url(../img/bg5.png); } }
  .action h3 {
    font-size: 38.4px;
    font-size: 2.4rem;
    font-weight: bold; }
  .action a {
    width: 70%;
    height: 45px;
    line-height: 45px;
    border: 1px solid #cd2c5d;
    font-size: 25.6px;
    font-size: 1.6rem;
    font-weight: bold;
    border-radius: 45px;
    margin-top: 10px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease; }
    @media screen and (min-width: 1025px) {
      .action a:hover {
        background: #cd2c5d;
        color: white;
        font-weight: bold; } }
  .action .icon {
    width: 180px; }
    @media screen\0 {
      .action .icon {
        height: 127px; } }

@media screen and (max-width: 1024px) {
  .plans {
    margin: 15px auto 0; } }

.plans li {
  padding: 0 2% 40px;
  margin: 50px 10px 20px; }
  @media screen and (max-width: 1024px) {
    .plans li {
      padding: 0 4% 40px;
      margin: 35px auto; } }
  @media screen and (max-width: 767px) {
    .plans li {
      padding: 0 11% 40px; } }
  .plans li:first-child {
    background: url(../img/plan-bg2.png) no-repeat center/100% 100%; }
  .plans li:nth-child(2) {
    background: url(../img/plan-bg1.png) no-repeat center/100% 100%; }
  .plans li:last-child {
    background: url(../img/plan-bg3.png) no-repeat center/100% 100%; }
  @media screen and (max-width: 767px) {
    .plans li:first-child, .plans li:nth-child(2), .plans li:last-child {
      background: url(../img/bg5.png); } }

.plans .sub {
  font-size: 32px;
  font-size: 2rem;
  font-weight: bold;
  background: url(../img/dialog-norm.png) no-repeat center/100% 100%;
  padding: 14px 45px 25px;
  margin-top: -25px; }

.plans .icon {
  width: 200px; }
  @media screen\0 {
    .plans .icon {
      height: 188px; } }

.plans h4 {
  font-size: 28.8px;
  font-size: 1.8rem;
  line-height: 1.4; }

.plans .txt {
  border-top: 2px dashed #cd2c5d;
  margin-top: 10px;
  padding-top: 10px; }
  @media screen\0 {
    .plans .txt {
      width: 100%;
      margin: 10px auto 0; } }

.pieBox {
  padding-bottom: 30px; }

.pie {
  width: 500px;
  margin: 60px auto 50px;
  position: relative; }
  @media screen and (max-width: 767px) {
    .pie {
      margin: 55px auto;
      width: 100%; } }

.wayBox {
  background: url(../img/dailog-pie.png) no-repeat center/100% 100%;
  padding: 30px 35px 45px;
  font-size: 32px;
  font-size: 2rem;
  font-weight: bold; }
  .wayBox span {
    display: block;
    line-height: 1.3; }
  @media screen and (max-width: 767px) {
    .wayBox {
      -webkit-transform: scale(0.7);
      transform: scale(0.7); } }

.way1 {
  left: 28px;
  top: -32px; }
  @media screen and (max-width: 767px) {
    .way1 {
      left: 0px;
      top: -55px; } }

.way2 {
  right: 19px;
  top: 8px;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1); }
  .way2 .txt {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1); }
  @media screen and (max-width: 767px) {
    .way2 {
      -webkit-transform: scaleX(-1) scale(0.7);
      transform: scaleX(-1) scale(0.7);
      right: -32px;
      top: -34px; } }

.way3 {
  bottom: -27px;
  right: 88px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }
  .way3 .txt {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }
  @media screen and (max-width: 767px) {
    .way3 {
      -webkit-transform: rotate(180deg) scale(0.7);
      transform: rotate(180deg) scale(0.7);
      bottom: -55px;
      right: 10px; } }

/*# sourceMappingURL=plan.css.map */