@charset "UTF-8";
/* line 1, ../sass/_reset.sass */
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;
  font: inherit;
  vertical-align: baseline;
}

/* line 19, ../sass/_reset.sass */
ol, ul, li {
  list-style: none;
}

/* line 22, ../sass/_reset.sass */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}

/* line 25, ../sass/_reset.sass */
audio, canvas, video {
  display: inline-block;
}

/* line 28, ../sass/_reset.sass */
audio:not([controls]) {
  display: none;
  height: 0;
}

/* line 32, ../sass/_reset.sass */
[hidden] {
  display: none;
}

/* line 36, ../sass/_reset.sass */
a:focus {
  outline: thin dotted;
}
/* line 38, ../sass/_reset.sass */
a:active, a:hover {
  outline: 0;
}

/* line 41, ../sass/_reset.sass */
abbr[title] {
  border-bottom: 1px dotted;
}

/* line 44, ../sass/_reset.sass */
b, strong {
  font-weight: bold;
}

/* line 47, ../sass/_reset.sass */
dfn {
  font-style: italic;
}

/* line 50, ../sass/_reset.sass */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/* line 55, ../sass/_reset.sass */
mark {
  background: #ff0;
  color: #000;
}

/* line 59, ../sass/_reset.sass */
code, kbd, pre, samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/* line 63, ../sass/_reset.sass */
pre {
  white-space: pre-wrap;
}

/* line 66, ../sass/_reset.sass */
q {
  quotes: "“" "”" "‘" "’";
}

/* line 69, ../sass/_reset.sass */
small {
  font-size: 80%;
}

/* line 72, ../sass/_reset.sass */
sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 78, ../sass/_reset.sass */
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
}

/* line 85, ../sass/_reset.sass */
sub {
  bottom: -0.25em;
}

/* line 88, ../sass/_reset.sass */
svg:not(:root) {
  overflow: hidden;
}

/* line 91, ../sass/_reset.sass */
figure {
  margin: 0;
}

/* line 94, ../sass/_reset.sass */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/* line 99, ../sass/_reset.sass */
legend {
  border: 0;
  padding: 0;
}

/* line 103, ../sass/_reset.sass */
button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}

/* line 108, ../sass/_reset.sass */
button, input {
  line-height: normal;
}

/* line 111, ../sass/_reset.sass */
button, select {
  text-transform: none;
}

/* line 114, ../sass/_reset.sass */
button, html input[type="button"] {
  -webkit-appearance: button;
  cursor: pointer;
}

/* line 119, ../sass/_reset.sass */
input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

/* line 123, ../sass/_reset.sass */
button[disabled], html input[disabled] {
  cursor: default;
}

/* line 127, ../sass/_reset.sass */
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
/* line 130, ../sass/_reset.sass */
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
/* line 135, ../sass/_reset.sass */
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 138, ../sass/_reset.sass */
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* line 142, ../sass/_reset.sass */
textarea {
  overflow: auto;
  vertical-align: top;
}

/* line 146, ../sass/_reset.sass */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 149, ../sass/_reset.sass */
.clearfix {
  zoom: 1;
}
/* line 150, ../sass/_reset.sass */
.clearfix:before {
  content: "";
  display: table;
}
/* line 153, ../sass/_reset.sass */
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

/* line 158, ../sass/_reset.sass */
html {
  font-family: "Source Sans Pro", "微軟正黑體", serif, sans-serif;
  /* font-family: "微軟正黑體", Microsoft JhengHei, PMingLiU, arial, sans-serif */
  line-height: 1.8;
  font-size: 100%;
  letter-spacing: 1px;
}

/* line 165, ../sass/_reset.sass */
a {
  text-decoration: none;
  color: black;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

/* line 170, ../sass/_reset.sass */
p {
  font-size: 13px;
}

/* line 32, ../sass/_layout.sass */
body {
  background-color: #fff;
  font-size: 1px;
  height: 100%;
}
/* line 38, ../sass/_layout.sass */
body > div {
  margin: auto;
  overflow: hidden;
  max-width: 1100px;
  min-width: 980px;
  padding: 165px 50px 0 166px;
  position: relative;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

/* line 47, ../sass/_layout.sass */
#side_nav {
  position: absolute;
  padding: 0px 40px;
  width: 86px;
  left: 0px;
  top: 100px;
}
/* line 54, ../sass/_layout.sass */
#side_nav > a img {
  margin-bottom: 30px;
}
/* line 57, ../sass/_layout.sass */
#side_nav nav a {
  font-size: 15px;
  display: block;
  color: #808080;
  padding-bottom: 10px;
}
/* line 62, ../sass/_layout.sass */
#side_nav nav a:hover, #side_nav nav .active {
  color: #000;
  text-decoration: underline;
}
/* line 65, ../sass/_layout.sass */
#side_nav nav a:hover img, #side_nav nav .active img {
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  filter: alpha(opacity=100);
}
/* line 67, ../sass/_layout.sass */
#side_nav nav img {
  -webkit-transition: 0.6s;
  transition: 0.6s;
  opacity: 0.5;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  filter: alpha(opacity=50);
  margin-top: 20px;
}

/* line 71, ../sass/_layout.sass */
#content {
  width: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  overflow: hidden;
}

/* line 75, ../sass/_layout.sass */
footer {
  border-top: 1px solid #CCCCCC;
  padding: 30px 0 70px;
  text-align: center;
  color: #808080;
  font-size: 13px;
  letter-spacing: 2px;
  font-family: "Crimson Text", serif;
}
/* line 83, ../sass/_layout.sass */
footer span {
  font-family: "Helvetica Neue", Helvetica, Arial, "微軟正黑體";
}
/* line 86, ../sass/_layout.sass */
footer a {
  color: #808080;
}
/* line 88, ../sass/_layout.sass */
footer a:hover {
  text-decoration: underline;
}

/* line 4, ../sass/style.sass */
.contact > img {
  width: 100%;
  opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  filter: alpha(opacity=0);
}
/* line 7, ../sass/style.sass */
.contact p {
  line-height: 30px 0;
  padding: 20px 0 0;
  color: #555555;
  font-family: "Helvetica Neue", Helvetica, Arial, "微軟正黑體";
}
/* line 14, ../sass/style.sass */
.contact .form {
  border: none;
  margin: 0px;
  padding: 0 0 120px;
}
/* line 19, ../sass/style.sass */
.contact .form a {
  float: left;
  width: 110px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #B3B3B3;
  text-align: center;
  color: #B3B3B3;
  font-size: 11px;
}
/* line 28, ../sass/style.sass */
.contact .form a:hover {
  background: #B3B3B3;
  color: #fff;
}
/* line 32, ../sass/style.sass */
.contact .form .pure-u-1 {
  float: left;
  padding-top: 30px;
}
/* line 35, ../sass/style.sass */
.contact .form .pure-u-1:first-child {
  padding-right: 4%;
}
/* line 37, ../sass/style.sass */
.contact .form .pure-u-1 input {
  width: 100%;
  height: 50px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  border: 1px solid #B3B3B3;
  padding: 10px;
  font-size: 12px;
}
/* line 47, ../sass/style.sass */
.contact .form .pure-u-1 label {
  display: block;
  color: #B3B3B3;
  padding-bottom: 10px;
  font-size: 11px;
}
/* line 52, ../sass/style.sass */
.contact .form .pure-u-md-1-3 {
  width: 48%;
}
/* line 54, ../sass/style.sass */
.contact .form .pure-u-md-1 {
  width: 100%;
}
/* line 56, ../sass/style.sass */
.contact .form .pure-u-md-1 textarea {
  padding: 10px;
  width: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  height: 200px;
  border: 1px solid #B3B3B3;
  margin-bottom: 25px;
  font-size: 12px;
}

/* line 67, ../sass/style.sass */
.about {
  color: #555555;
}
/* line 70, ../sass/style.sass */
.about > img {
  width: 100%;
  opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  filter: alpha(opacity=0);
}
/* line 73, ../sass/style.sass */
.about h1 {
  padding: 35px 0;
  line-height: 32px;
  font-size: 32px;
  text-align: center;
}
/* line 78, ../sass/style.sass */
.about section {
  line-height: 30px;
  padding: 35px 15px;
  border-top: 1px solid #CCCCCC;
  font-family: "Helvetica Neue", Helvetica, Arial, "微軟正黑體";
}
/* line 84, ../sass/style.sass */
.about section span {
  font-family: "Crimson Text";
}
/* line 87, ../sass/style.sass */
.about section h2 {
  font-size: 19px;
  padding-bottom: 5px;
}

/* line 90, ../sass/style.sass */
.work {
  background: #F2F2F2;
  padding: 80px 100px;
  margin-bottom: 30px;
}
/* line 94, ../sass/style.sass */
.work .social {
  text-align: right;
  overflow: hidden;
  margin-bottom: 25px;
  line-height: 0px;
}
/* line 100, ../sass/style.sass */
.work .social a img {
  -webkit-transition: 0.6s;
  transition: 0.6s;
  opacity: 0.2;
  -moz-opacity: 0.2;
  -khtml-opacity: 0.2;
  filter: alpha(opacity=20);
  margin-left: 25px;
}
/* line 105, ../sass/style.sass */
.work .social a:hover img {
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  filter: alpha(opacity=100);
}
/* line 107, ../sass/style.sass */
.work > img {
  width: 100%;
  margin-bottom: 10px;
}
/* line 110, ../sass/style.sass */
.work .footer {
  padding-top: 20px;
  overflow: hidden;
  height: 21px;
}
/* line 114, ../sass/style.sass */
.work .footer .nav {
  float: right;
  height: 21px;
  line-height: 21px;
}
/* line 119, ../sass/style.sass */
.work .footer .nav a img {
  margin-top: 6px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
/* line 123, ../sass/style.sass */
.work .footer .nav a:hover img {
  opacity: 0.7;
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  filter: alpha(opacity=70);
}
/* line 125, ../sass/style.sass */
.work .footer .brief {
  float: left;
  overflow: hidden;
  font-family: "Helvetica Neue", Helvetica, Arial, "微軟正黑體";
  font-size: 12px;
  height: 21px;
  line-height: 21px;
}
/* line 133, ../sass/style.sass */
.work .footer .brief h1, .work .footer .brief h2, .work .footer .brief h3 {
  display: inline;
  padding-right: 25px;
}
/* line 136, ../sass/style.sass */
.work .footer .brief h1:before, .work .footer .brief h2:before, .work .footer .brief h3:before {
  content: "/";
  margin-left: 8px;
  margin-right: 8px;
}

/* line 142, ../sass/style.sass */
.collection {
  padding-right: 200px;
  position: relative;
}
/* line 145, ../sass/style.sass */
.collection .side_nav {
  width: 200px;
  position: absolute;
  right: 0px;
  top: 0px;
}
/* line 151, ../sass/style.sass */
.collection .side_nav h3 {
  line-height: 55px;
  font-size: 15px;
  text-align: center;
  margin-bottom: 15px;
  background: #F2F2F2;
  color: #808080;
}
/* line 159, ../sass/style.sass */
.collection .side_nav nav a {
  border: 1px solid #808080;
  display: block;
  text-align: center;
  margin-bottom: 15px;
  font-size: 15px;
  height: 45px;
  line-height: 45px;
  color: #808080;
}
/* line 168, ../sass/style.sass */
.collection .side_nav nav a:hover, .collection .side_nav nav .active {
  color: #64BED4;
  text-decoration: underline;
}
/* line 171, ../sass/style.sass */
.collection .side_nav .about {
  padding: 15px 0;
  border-top: 1px solid #808080;
  border-bottom: 1px solid #808080;
  line-height: 40px;
  font-size: 15px;
  color: #808080;
  margin-bottom: 15px;
}
/* line 179, ../sass/style.sass */
.collection .side_nav .banner {
  background: #F2F2F2;
  height: 620px;
  text-align: center;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  display: block;
}
/* line 187, ../sass/style.sass */
.collection .side_nav .banner img {
  height: 70%;
  opacity: 0.5;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  filter: alpha(opacity=50);
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
/* line 193, ../sass/style.sass */
.collection .side_nav .banner:hover img {
  opacity: 0.9;
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
  filter: alpha(opacity=90);
}
/* line 197, ../sass/style.sass */
.collection section {
  float: left;
  width: 29%;
  padding: 0px 4% 5% 0;
  opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  filter: alpha(opacity=0);
}
/* line 205, ../sass/style.sass */
.collection section a:hover img {
  opacity: 0.4;
  -moz-opacity: 0.4;
  -khtml-opacity: 0.4;
  filter: alpha(opacity=40);
}
/* line 207, ../sass/style.sass */
.collection section div {
  line-height: 0px;
  background: #f2f2f2;
  margin-bottom: 10px;
}
/* line 211, ../sass/style.sass */
.collection section img {
  width: 100%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
/* line 214, ../sass/style.sass */
.collection section h2 {
  height: 21px;
  font-size: 13px;
  font-family: "Helvetica Neue", Helvetica, Arial, "微軟正黑體";
}
/* line 219, ../sass/style.sass */
.collection section span {
  line-height: 21px;
  font-size: 13px;
  padding-left: 5px;
  color: #808080;
  font-family: "Helvetica Neue", Helvetica, Arial, "微軟正黑體";
}

/* line 226, ../sass/style.sass */
.footer_nav {
  padding: 0 40px 50px;
  position: relative;
}
/* line 229, ../sass/style.sass */
.footer_nav nav {
  text-align: center;
  height: 49px;
  line-height: 49px;
  border-top: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
}
/* line 235, ../sass/style.sass */
.footer_nav nav a {
  padding: 0 10px;
  font-size: 20px;
  color: #808080;
  font-family: "Crimson Text";
}
/* line 240, ../sass/style.sass */
.footer_nav nav a:hover, .footer_nav nav .active {
  color: #000000;
}
/* line 242, ../sass/style.sass */
.footer_nav > a {
  position: absolute;
  left: 0px;
  top: 0px;
}
/* line 246, ../sass/style.sass */
.footer_nav > a img {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
/* line 249, ../sass/style.sass */
.footer_nav > a:hover img {
  opacity: 0.4;
  -moz-opacity: 0.4;
  -khtml-opacity: 0.4;
  filter: alpha(opacity=40);
}
/* line 251, ../sass/style.sass */
.footer_nav .right {
  right: 0px;
  left: auto;
}
