@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, 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;
  background: transparent;
  box-sizing: border-box; }

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

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

ul, li, dl, dt, dd, ol {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

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

a {
  text-decoration: none;
  color: inherit; }

a:active, a:hover, button:active, button:hover {
  outline: 0; }

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

input, select {
  vertical-align: middle; }

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  cursor: pointer;
  overflow: visible; }

input[type="radio"] {
  vertical-align: text-bottom;
  box-sizing: border-box;
  padding: 0; }

input[type="checkbox"] {
  vertical-align: bottom;
  box-sizing: border-box;
  padding: 0; }

.ie7 input[type="checkbox"] {
  vertical-align: baseline; }

.ie6 input {
  vertical-align: text-bottom; }

.clear {
  clear: both; }

input, button, select, textarea {
  outline: none; }

*:focus {
  outline: none; }

img {
  max-width: 100%; }

select {
  appearance: none;
  -webkit-appearance: none;
  box-sizing: border-box;
  padding-right: 2rem !important;
  background: url("../images/arrown_down.svg") no-repeat center;
  background-size: auto 1rem;
  background-position: top .8rem right .5rem; }

input[type="radio"], input[type="checkbox"] {
  vertical-align: middle;
  display: inline-block;
  margin-right: .5rem; }

/*-----------------------------------------------------------------------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------------------------------------------------------------*/
html, body {
  width: 100%;
  height: auto;
  min-width: 320px;
  max-width: 1920px;
  margin: 0 auto; }

html {
  font-family: Helvetica Neue,Arial,"Noto Sans TC","微軟正黑體",sans-serif,sans-serif;
  font-size: 16px;
  color: #000;
  line-height: 1.8rem; }

body {
  font-family: Helvetica Neue,Arial,"Noto Sans TC","微軟正黑體", sans-serif,sans-serif;
  font-size: 1rem;
  background-color: #fff;
  color: #000; }

.pc {
  display: block; }

.m {
  display: none; }

@media (max-width: 767px) {
  html {
    font-size: 16px; }

  .pc {
    display: none; }

  .m {
    display: block; } }
/*-----------------------------------------------------------------------------------------------------------------------------------------------------*/
.subtitle {
  font-size: 2rem;
  font-weight: bold;
  margin: 1rem;
  display: block; }
  .subtitle span {
    display: inline; }
  .subtitle:after {
    content: "";
    width: 2.5rem;
    height: .2rem;
    background: #8ac9e3;
    display: block;
    margin: .5rem auto 0rem; }
  @media (max-width: 767px) {
    .subtitle {
      line-height: 2.5rem;
      font-size: 1.7rem; } }

.btn_event {
  font-size: 1.2rem;
  font-weight: bold;
  color: #fff !important;
  padding: .3rem 1.5rem;
  border-radius: 3rem;
  background: #26a862;
  margin: 1rem auto;
  display: inline-block; }
  .btn_event:after {
    content: "‣";
    display: inline-block;
    font-size: 2.5rem;
    vertical-align: bottom; }
  .btn_event:hover {
    transform: scale(1.1); }
  @media (max-width: 767px) {
    .btn_event {
      font-size: 1.2rem;
      padding: .3rem 1rem; }
      .btn_event:after {
        font-size: 2rem; } }

/*-------*/
.part1 {
  width: 100%; }

.part2 {
  text-align: center;
  padding: 2rem 0rem;
  position: relative; }
  .part2 > div {
    display: inline-block;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 30%;
    right: 5%;
    max-width: 300px; }
  .part2 ul {
    width: 90%;
    margin: 0 auto;
    max-width: 1000px;
    text-align: center; }
    .part2 ul li {
      text-align: left;
      margin: 5% auto; }
      .part2 ul li span {
        background: #fff7c2;
        padding: 1rem;
        border-radius: .5rem;
        font-size: 1.2rem; }
        .part2 ul li span img {
          display: inline-block;
          vertical-align: middle;
          max-width: 30px; }
      .part2 ul li p {
        display: inline-block;
        vertical-align: middle;
        width: calc(100% - 250px);
        margin-left: 3%; }
      .part2 ul li:nth-child(even) > span {
        background: #d7f5ff; }
      @media (max-width: 767px) {
        .part2 ul li {
          text-align: center;
          margin: 10% auto; }
          .part2 ul li span {
            font-size: 1.1rem; }
          .part2 ul li p {
            display: block;
            width: 90%;
            margin: 5% auto 0%; } }
  @media (max-width: 1000px) {
    .part2 > div {
      right: -5%;
      max-width: 250px; } }
  @media (max-width: 767px) {
    .part2 > div {
      display: none; } }

.part3 {
  background: #f4fcff;
  padding-top: 5rem;
  text-align: right; }
  .part3 > div:last-child {
    margin: 1rem 3rem;
    max-width: 150px;
    display: inline-block; }
  .part3 .rule {
    background: #fff;
    width: 90%;
    margin: 0 auto;
    max-width: 1000px;
    border: 1px solid #000;
    border-radius: 20px;
    text-align: center;
    padding: 2rem; }
    .part3 .rule strong {
      font-size: 1.25rem;
      font-weight: bold;
      margin: 1rem;
      display: block; }
      .part3 .rule strong:after {
        content: "";
        width: 2.5rem;
        height: .2rem;
        background: #8ac9e3;
        display: block;
        margin: .5rem auto 0rem; }
    .part3 .rule ul {
      width: 90%;
      display: inline-block;
      margin: 1rem;
      text-align: left; }
      .part3 .rule ul li {
        list-style: decimal; }
  @media (max-width: 767px) {
    .part3 {
      text-align: center; } }
