@charset "UTF-8";
/* Modules and Variables */
/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
/*! normalize.css v3.0.0 | HTML5 Display Definitions | MIT License | git.io/normalize */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

/*! normalize.css v3.0.0 | Base | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

/*! normalize.css v3.0.0 | Links | MIT License | git.io/normalize */
a {
  background: transparent;
}

a:active,
a:hover {
  outline: 0;
}

/*! normalize.css v3.0.0 | Typography | MIT License | git.io/normalize */
abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/*! normalize.css v3.0.0 | Embedded Content | MIT License | git.io/normalize */
img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

/*! normalize.css v3.0.0 | Figures | MIT License | git.io/normalize */
figure {
  margin: 1em 40px;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/*! normalize.css v3.0.0 | Forms | MIT License | git.io/normalize */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

/*! normalize.css v3.0.0 | Tables | MIT License | git.io/normalize */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

* {
  position: relative;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
*:before {
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
*:after {
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

body {
  color: #595757;
  font-size: 34px;
  letter-spacing: 1.2px;
  font-family: 微軟正黑體, "Microsoft JhengHei", Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  cursor: default;
}

ul, li {
  list-style: none;
  margin: 0;
  padding: 0;
}

a {
  color: #595757;
  text-decoration: none;
}

img {
  width: 100%;
}

figure {
  margin: 0;
}

main {
  background: url("../images/bg.jpg");
}

header {
  padding: 64px 0;
}
header .banner {
  margin: 0 auto;
  max-width: 1560px;
}
header .banner img {
  -moz-box-shadow: 3px 3px 30px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 3px 3px 30px rgba(0, 0, 0, 0.2);
  box-shadow: 3px 3px 30px rgba(0, 0, 0, 0.2);
}
header .banner.banner-mb {
  display: none;
}

.content {
  margin: 0 auto;
  padding-bottom: 120px;
  width: 92%;
  max-width: 976px;
  overflow: hidden;
}
.content .title {
  margin-bottom: 20px;
  font-size: 40px;
  text-align: center;
}
.content .project {
  margin: 0 auto;
  width: 100%;
  max-width: 872px;
}
.content .project .project-content .project-list .project-list-item {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.content .project .project-content .project-list .project-list-item .icon {
  padding: 8px 0 0 0;
  margin-right: 32px;
}
.content .notice {
  margin: 0 auto;
  padding: 48px 0 72px;
  width: 100%;
  max-width: 872px;
  display: -webkit-flex;
  display: flex;
}
.content .notice .notice-title {
  width: 100px;
  height: 100px;
  padding-left: 4px;
  top: 6px;
  text-align: center;
  color: #b43641;
  font-size: 40px;
  line-height: 1.2;
  border: 1px solid;
}
.content .notice .notice-content {
  padding-left: 48px;
}
.content .notice .notice-content .notice-list .notice-list-item {
  margin-bottom: 8px;
}
.content .topics {
  display: -webkit-flex;
  display: flex;
  flex-flow: column wrap;
  align-items: center;
}
.content .topics .topic {
  /* width: 50%; */
  padding: 16px 56px;
  border: solid #ba9b56;
  border-width: 0 2px;
}
.content .topics .topic:not(:last-child) {
  margin-bottom: 4vw;
}
/* .content .topics .topic:last-child {
  border-right: 2px solid #ba9b56;
} */
.content .topics .topic .topic-title {
  margin-bottom: 32px;
}
.content .topics .topic .topic-content {
  font-size: 23px;
}
.content .topics .topic .topic-content .topic-list .topic-list-item {
  margin-bottom: 36px;
  text-align: justify;
  letter-spacing: 0;
}
.content .topics .topic .topic-content .topic-list .topic-list-item .mark {
  font-weight: bold;
  color: #ba9b56;
}
.list-ul {
  display: block;
  font-size: 1em;
}
.list-ul .list-li {
  list-style-type: auto;
  margin: 8px 0 8px 1em;
}
.list-ul .list-li a {
  color: #ba9b56;
}
.note {
  margin-left: -0.75em;
  font-size: 0.75em;
  text-indent: 0.75em;
}
.btn {
  display: block;
  margin: 24px auto;
  padding: 8px 0;
  width: 100%;
  max-width: 617px;
  font-size: 40px;
  text-align: center;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.btn.btn-cta {
  background-color: #ba9b56;
  color: #ffffff;
}

.top {
  position: fixed;
  bottom: 40px;
  right: 40px;
  width: 56px;
  height: 56px;
  padding-top: 16px;
  background-color: #ba9b56;
  color: #ffffff;
  font-size: 24px;
  text-align: center;
  letter-spacing: -1px;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  z-index: 10;
  cursor: pointer;
}
.top:before {
  content: '';
  display: block;
  position: absolute;
  width: 12px;
  height: 12px;
  top: 10px;
  left: 22px;
  border-top: 2px solid;
  border-right: 2px solid;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media all and (max-width: 768px) {
  body {
    font-size: 18px;
  }

  header {
    padding: 16px;
  }

  .content {
    padding: 0 16px 60px;
  }
  .content .title {
    margin-bottom: 12px;
    font-size: 16px;
  }
  .content .project {
    margin: 0 auto;
    width: 100%;
    max-width: 872px;
  }
  .content .project .project-content .project-list .project-list-item {
    margin-bottom: 12px;
  }
  .content .project .project-content .project-list .project-list-item .icon {
    margin-right: 8px;
  }
  .content .notice {
    padding: 8px 0 24px;
    display: -webkit-flex;
    display: flex;
  }
  .content .notice .notice-title {
    padding-left: 0;
    width: 40px;
    min-width: 40px;
    height: 40px;
    top: 4px;
    font-size: 16px;
  }
  .content .notice .notice-content {
    padding-left: 4px;
  }
  .content .notice .notice-content .notice-list .notice-list-item {
    margin-bottom: 4px;
    font-size: 13px;
  }
  .content .topics {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .content .topics .topic {
    width: 100%;
    padding: 8px 40px;
    border-right: 2px solid #ba9b56;
  }
  .content .topics .topic .topic-title {
    margin-bottom: 16px;
  }
  .content .topics .topic .topic-content {
    font-size: 13px;
  }
  .content .topics .topic .topic-content .topic-list .topic-list-item {
    margin-bottom: 8px;
  }
  .content .topics .topic .topic-content .topic-list .topic-list-item .mark {
    font-weight: bold;
    color: #ba9b56;
  }

  .btn {
    padding: 4px 0;
    margin: 20px auto;
    max-width: 252px;
    font-size: 16px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
  }
  .btn.btn-cta {
    background-color: #ba9b56;
    color: #ffffff;
  }

  .top {
    bottom: 16px;
    right: 16px;
    width: 36px;
    height: 36px;
    padding-top: 14px;
    font-size: 16px;
  }
  .top:before {
    width: 8px;
    height: 8px;
    top: 6px;
    left: 14px;
  }
}
@media all and (max-width: 375px) {
  header .banner.banner-pc {
    display: none;
  }
  header .banner.banner-mb {
    display: block;
  }
}
