@charset "UTF-8";
/* RESET
--------------------------------------------------------------------------------------*/
/* @import url(htts://fonts.googleapis.com/earlyaccess/notosanstc.css); */
html, body, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, rem, font, img, ins, kbd, q, s, samp, small, strike, 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, figure {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  line-height: 1; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote.clear:after, blockquote:after, q:before, q.clear:after, q:after {
  content: '';
  content: none; }

:focus {
  outline: 0; }

ins {
  text-decoration: none; }

del {
  text-decoration: line-through; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

address {
  display: inline;
  font-style: normal; }

a {
  display: block;
  text-decoration: none;
  -webkit-transition: all .1s ease-out;
  -o-transition: all .1s ease-out;
  transition: all .1s ease-out;
  color: inherit;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px dotted transparent; }
  a:focus, a:hover {
    border: 2px dotted #fff; }

.clear:before, .clear:after {
  content: "";
  display: table; }

.clear:after {
  clear: both; }

.c {
  clear: both; }

img {
  width: 100%;
  height: auto;
  display: block; }

iframe {
  display: block; }

button {
  cursor: pointer; }

table {
  width: 100%; }
  table th, table td {
    vertical-align: middle; }

.table {
  display: table; }

.tr {
  display: table-row; }

.th,
.td {
  display: table-cell;
  vertical-align: middle;
  position: relative; }

.inblock {
  font-size: 0;
  letter-spacing: 0; }
  .inblock > * {
    display: inline-block;
    vertical-align: middle;
    letter-spacing: 1px; }

/* position */
/* margin */
/* padding */
/* font-size */
html, body {
  width: 100%;
  font-family: "Noto Sans TC", sans-serif, Arial, Verdana, Helvetica, "微軟正黑體", "蘋果儷黑體", "新細明體";
  color: #231815;
  font-size: 3.125rem;
  letter-spacing: 1px;
  background: #DC5326;
  position: relative; }
  @media screen and (max-width: 1024px) {
    html, body {
      font-size: 2.5rem; } }
  @media screen and (max-width: 768px) {
    html, body {
      font-size: 3.125rem; } }
  @media screen and (max-width: 480px) {
    html, body {
      font-size: 2.813rem; } }
  @media screen and (max-width: 320px) {
    html, body {
      font-size: 2.5rem; } }

.wrapper {
  width: 100%;
  line-height: 1;
  position: relative;
  font-size: 0.36rem;
  overflow: hidden; }
  .wrapper.mNavActive {
    height: 100vh; }

.container {
  width: 90%;
  max-width: 24rem;
  position: relative;
  margin: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

p {
  color: #231815; }
  p a {
    display: inline;
    position: relative; }

@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

i {
  font-style: normal; }

a:hover i:before, a:hover i.clear:after {
  color: inherit; }

.icon {
  display: inline-block; }

.icon:before, .icon.clear:after {
  font-family: "FontAwesome";
  color: inherit;
  font-size: inherit;
  speak: none;
  display: block; }

.icon_search:before, .icon_search.clear:after {
  content: "\f002"; }

.icon_rss:before, .icon_rss.clear:after {
  content: "\f09e"; }

.icon_fb:before, .icon_fb.clear:after {
  content: "\f09a"; }

.icon_google:before, .icon_google.clear:after {
  content: "\f0d5"; }

.icon_twitter:before, .icon_twitter.clear:after {
  content: "\f099"; }

.icon_comment:before, .icon_comment.clear:after {
  content: "\f27a"; }

.icon_youtube:before, .icon_youtube.clear:after {
  content: "\f16a"; }

.icon_angle_l:before, .icon_angle_l.clear:after {
  content: "\f104"; }

.icon_angle_r:before, .icon_angle_r.clear:after {
  content: "\f105"; }

.icon_angle_down:before, .icon_angle_down.clear:after {
  content: "\f107"; }

.icon_share:before, .icon_share.clear:after {
  content: "\f1e0"; }

.icon_print:before, .icon_print.clear:after {
  content: "\f02f"; }

.icon_mail:before, .icon_mail.clear:after {
  content: "\f0e0"; }

.icon_ellipsis:before, .icon_ellipsis.clear:after {
  content: "\f141"; }

.icon_angle_double_left:before, .icon_angle_double_left.clear:after {
  content: "\f100"; }

.icon_angle_double_right:before, .icon_angle_double_right.clear:after {
  content: "\f101"; }

.icon_reply:before, .icon_reply.clear:after {
  content: "\f112"; }

.icon_home:before, .icon_home.clear:after {
  content: "\f015"; }

.icon_calendar:before, .icon_calendar.clear:after {
  content: "\f133"; }

.icon_institution:before, .icon_institution.clear:after {
  content: "\f19c"; }

.icon_viewer:before, .icon_viewer.clear:after {
  content: "\f06e"; }

.icon_download:before, .icon_download.clear:after {
  content: "\f0ed"; }

.icon_link:before, .icon_link.clear:after {
  content: "\f0c1"; }

@-webkit-keyframes pulse {
  50% {
    background: white; } }

@keyframes pulse {
  50% {
    background: white; } }

#loading {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.95); }

.loading-pulse {
  position: relative;
  margin: auto;
  width: 6px;
  height: 24px;
  background: rgba(255, 255, 255, 0.2);
  -webkit-animation: pulse 750ms infinite;
  animation: pulse 750ms infinite;
  -webkit-animation-delay: 250ms;
  animation-delay: 250ms; }
  .loading-pulse:before, .loading-pulse.clear:after, .loading-pulse:after {
    content: '';
    position: absolute;
    display: block;
    height: 16px;
    width: 6px;
    background: rgba(255, 255, 255, 0.2);
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-animation: pulse 750ms infinite;
    animation: pulse 750ms infinite; }
  .loading-pulse:before, .loading-pulse.clear:after {
    left: -12px; }
  .loading-pulse:after {
    left: 12px;
    -webkit-animation-delay: 500ms;
    animation-delay: 500ms; }

header {
  background: #fff;
  position: relative;
  z-index: 99;
  background: url("../images/header_bg.jpg") repeat left top;
  background-size: .12rem auto;
  padding-top: 0.36rem;
  padding-bottom: 0.3rem; }
  header:before, header.clear:after {
    content: '';
    width: 100%;
    height: 1.12rem;
    background: url("../images/header_bg_2.png") repeat-x left top;
    background-size: 0.58rem auto;
    position: absolute;
    top: 100%;
    left: 0;
    margin-top: -0.02rem; }
  header .container:before, header .container.clear:after {
    content: '';
    display: table; }
  header .container:after {
    content: '';
    display: table;
    clear: both; }

#page {
  overflow: hidden; }
  #page header {
    padding-bottom: 1.6rem; }
    @media screen and (max-width: 980px) {
      #page header {
        padding-bottom: 0.3rem; } }

#mainLogo {
  width: 8.68rem;
  float: left;
  position: relative; }
  @media screen and (max-width: 980px) {
    #mainLogo {
      width: 6rem; } }
  @media screen and (max-width: 350px) {
    #mainLogo {
      width: 5rem; } }
  #mainLogo span {
    color: #E53A29;
    position: absolute;
    top: 0;
    left: 0;
    text-indent: -99999999px; }

.topNav {
  float: right;
  position: relative;
  margin-top: 0.6rem; }
  @media screen and (max-width: 980px) {
    .topNav {
      display: none; } }
  .topNav .accesskey {
    padding-left: 0.1rem;
    padding-right: 0.1rem;
    padding-top: 0.1rem;
    padding-bottom: 0.1rem; }
  .topNav a {
    font-size: 1.063rem;
    color: #d35400;
    padding-left: 0.24rem;
    padding-right: 0.24rem;
    padding-top: 0.16rem;
    padding-bottom: 0.16rem;
    white-space: nowrap;
    background: #fff;
    border-radius: 5px; }
    .topNav a:focus, .topNav a:hover {
      border: 2px dotted #E53A29; }
  .topNav ul {
    font-size: 0;
    letter-spacing: 0; }
    .topNav ul > * {
      display: inline-block;
      vertical-align: middle;
      letter-spacing: 1px; }
  .topNav li {
    margin-right: 0.24rem;
    vertical-align: middle; }
    .topNav li:last-child {
      margin-right: 0rem; }
    @media screen and (max-width: 664px) {
      .topNav li {
        margin-bottom: 0.2rem; } }
    .topNav li:first-child {
      margin-left: 0rem; }

#hamburger {
  width: 0.64rem;
  padding-top: 0.24rem;
  padding-bottom: 0.24rem;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -0.24rem;
  cursor: pointer;
  display: none; }
  @media screen and (max-width: 980px) {
    #hamburger {
      display: inline-block; } }
  #hamburger span {
    display: block;
    width: 100%;
    height: 0.08rem;
    border-radius: 1rem;
    background: #fff;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -0.04rem;
    -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1); }
  #hamburger:before, #hamburger.clear:after, #hamburger:after {
    content: '';
    display: block;
    width: 100%;
    height: 0.08rem;
    border-radius: 1rem;
    background: #fff;
    position: absolute;
    right: 0;
    -webkit-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1); }
  #hamburger:before, #hamburger.clear:after {
    top: 0; }
  #hamburger:after {
    bottom: 0; }
  #hamburger.mClose span {
    width: 0;
    -webkit-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out; }
  #hamburger.mClose:before, #hamburger.mClose.clear:after, #hamburger.mClose:after {
    -webkit-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out; }
  #hamburger.mClose:before, #hamburger.mClose.clear:after {
    top: 50%;
    margin-top: -0.04rem;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }
  #hamburger.mClose:after {
    bottom: 50%;
    margin-bottom: -0.04rem;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg); }

/* caro0720 */
@media screen and (max-width: 869px) {
  body.index .topNav {
    display: block;
    float: none;
    text-align: center;
    margin-bottom: 0.3rem; } }

@media screen and (max-width: 980px) {
  body.index .topNav {
    display: block; } }

@media screen and (max-width: 480px) {
  body.index .topNav {
    text-align: left; } }

@media screen and (max-width: 480px) {
  body.index .topNav li {
    margin-bottom: 0.2rem; } }

body.index .topNav li:first-child {
  margin-left: -0.24rem; }

@media screen and (max-width: 980px) {
  body.index #hamburger {
    display: none; } }

@media screen and (max-width: 869px) {
  body.index #mainLogo {
    display: block;
    float: none;
    margin: auto;
    margin-top: 0.2rem; } }

body.index #mainLogo span {
  color: #E53A29;
  position: absolute;
  top: 0;
  left: 0;
  text-indent: -99999999px; }

/* caro0720 */
/*caro0720*/
#sitemap {
  position: relative;
  z-index: 52; }

/*caro0720*/
#sitemap-slide {
  padding-top: 0.92rem;
  padding-bottom: 1.7rem;
  background: url("../images/sitemap_bg.jpg") repeat left top;
  background-size: 0.82rem auto;
  position: relative;
  z-index: 1;
  /* carol 0720 */
  /* carol 0720 */ }
  @media screen and (max-width: 1023px) {
    #sitemap-slide {
      display: none; } }
  #sitemap-slide .container:before, #sitemap-slide .container.clear:after {
    content: '';
    width: 5.14rem;
    height: 2.76rem;
    background: url("../images/fireTruck.png") no-repeat left top;
    background-size: 100% auto;
    position: absolute;
    left: -1.68rem;
    bottom: 0%;
    margin-bottom: -1.8rem; }
    @media screen and (max-width: 768px) {
      #sitemap-slide .container:before, #sitemap-slide .container.clear:after {
        left: 0rem; } }
  #sitemap-slide ul {
    font-size: 0;
    letter-spacing: 0;
    text-align: center; }
    #sitemap-slide ul > * {
      display: inline-block;
      vertical-align: middle;
      letter-spacing: 1px; }
    @media screen and (max-width: 768px) {
      #sitemap-slide ul {
        text-align: left; } }
  #sitemap-slide li {
    vertical-align: top;
    padding-left: 0.58rem;
    padding-right: 0.58rem; }
    @media screen and (max-width: 768px) {
      #sitemap-slide li {
        width: 25%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        margin-bottom: 0.6rem;
        padding-left: 0.3rem;
        padding-right: 0.3rem; } }
    @media screen and (max-width: 480px) {
      #sitemap-slide li {
        width: 50%; } }
    #sitemap-slide li:first-child {
      padding-left: 0rem; }
      @media screen and (max-width: 768px) {
        #sitemap-slide li:first-child {
          padding-left: 0.3rem; } }
    #sitemap-slide li:last-child {
      margin-right: 0rem;
      padding-right: 0rem; }
      @media screen and (max-width: 768px) {
        #sitemap-slide li:last-child {
          padding-right: 0.3rem; } }
  #sitemap-slide a {
    color: #000;
    white-space: nowrap;
    text-align: center;
    padding-top: 0.22rem;
    padding-bottom: 0.2rem;
    padding-left: 0.12rem;
    padding-right: 0.12rem; }
  #sitemap-slide dt {
    font-size: 0.42rem;
    padding-bottom: 0.12rem;
    position: relative;
    margin-bottom: 0.24rem; }
    @media screen and (max-width: 480px) {
      #sitemap-slide dt {
        font-size: 0.36rem; } }
    #sitemap-slide dt:before, #sitemap-slide dt.clear:after {
      content: '';
      width: calc(100% + 0.52rem);
      height: 0.06rem;
      background: #fff;
      border-radius: 3px;
      position: absolute;
      top: 100%;
      left: -0.26rem; }
      @media screen and (max-width: 768px) {
        #sitemap-slide dt:before, #sitemap-slide dt.clear:after {
          width: 100%;
          left: 0; } }
    #sitemap-slide dt:after {
      content: '';
      width: 0.3rem;
      height: 0.2rem;
      background: url("../images/angle.png") no-repeat left top;
      background-size: 100% auto;
      position: absolute;
      top: 100%;
      left: 50%;
      margin-left: -0.15rem; }
  #sitemap-slide dd {
    font-weight: 100;
    font-size: 0.38rem;
    border-bottom: 1px dashed #B5B5B6; }
    #sitemap-slide dd:last-child {
      border-bottom: none; }
  #sitemap-slide .fbLink {
    display: none; }
    @media screen and (max-width: 480px) {
      #sitemap-slide .fbLink {
        display: block;
        position: relative;
        right: 0rem;
        top: 0rem;
        margin-bottom: 0.4rem; } }

.fbLink {
  font-size: 0.58rem;
  text-shadow: 0.05rem 0.1rem 0.18rem rgba(0, 0, 0, 0.3);
  color: #fff;
  position: absolute;
  right: 1.3rem;
  top: 0.26rem; }
  @media screen and (max-width: 480px) {
    .fbLink {
      position: relative;
      right: 0rem;
      margin: auto;
      top: -0.18rem; } }
  .fbLink img {
    width: 0.98rem;
    display: inline-block;
    vertical-align: middle;
    margin-right: 0.16rem;
    margin-top: -0.06rem; }

#sitemap-tab {
  background: url("../images/footerBar_bg.jpg") repeat-x left top;
  background-size: auto 100%;
  position: relative;
  text-align: center;
  z-index: 2;
  /* carol 0720 */
  /* carol 0720 */ }
  @media screen and (max-width: 1023px) {
    #sitemap-tab {
      height: 60px; } }
  @media screen and (max-width: 768px) {
    #sitemap-tab {
      height: 75px; } }
  #sitemap-tab .angle {
    width: 0.8rem;
    display: inline-block;
    cursor: pointer;
    -webkit-filter: drop-shadow(0.06rem 0.04rem 0.08rem rgba(0, 0, 0, 0.5));
    filter: drop-shadow(0.06rem 0.04rem 0.08rem rgba(0, 0, 0, 0.5));
    -webkit-transition: -webkit-transform .3s ease-out;
    transition: -webkit-transform .3s ease-out;
    -o-transition: transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
    /* carol 0720 */
    /* carol 0720 */ }
    @media screen and (max-width: 1023px) {
      #sitemap-tab .angle {
        display: none; } }
    #sitemap-tab .angle.active {
      -webkit-transform: scaleY(-1) translateY(0.1rem);
      -ms-transform: scaleY(-1) translateY(0.1rem);
      transform: scaleY(-1) translateY(0.1rem); }
  #sitemap-tab .accesskey {
    font-size: 1.063rem;
    color: #fff;
    position: absolute;
    right: 100%;
    top: 50%;
    margin-top: -0.34rem;
    margin-right: 0.2rem; }
  #sitemap-tab .container {
    padding-top: 0.52rem;
    padding-bottom: 0.4rem; }
    #sitemap-tab .container:before, #sitemap-tab .container.clear:after, #sitemap-tab .container:after {
      content: '';
      width: 0.68rem;
      height: 0.7rem;
      background: url("../images/decoration.jpg") no-repeat left top;
      background-size: 100% auto;
      position: absolute;
      top: 0.44rem; }
    #sitemap-tab .container:before, #sitemap-tab .container.clear:after {
      left: 0; }
    #sitemap-tab .container:after {
      right: 0; }

footer {
  background: #b1330a;
  font-size: 0.32rem;
  color: #fff;
  position: relative;
  z-index: 9999999; }
  footer .container {
    padding-top: 0.54rem;
    padding-bottom: 0.6rem; }
    @media screen and (max-width: 768px) {
      footer .container {
        display: block;
        padding-top: 0.2rem;
        padding-bottom: 0.2rem;
        text-align: center; } }
  footer li {
    font-size: 0.34rem;
    line-height: 1.5;
    font-weight: 100; }
    @media screen and (max-width: 480px) {
      footer li {
        font-size: 0.26rem; } }
  footer .footerLogo {
    width: 6.8rem;
    position: relative;
    top: 0.4rem; }
    @media screen and (max-width: 768px) {
      footer .footerLogo {
        margin-bottom: 0.6rem; } }
  footer .accessibility {
    width: 1.92rem;
    padding-right: 0.4rem; }
  footer .qrcode {
    width: 2.38rem; }
    @media screen and (max-width: 1023px) {
      footer .qrcode {
        display: none !important; } }
  footer .th {
    vertical-align: bottom; }
    @media screen and (max-width: 768px) {
      footer .th {
        display: inline-block; } }
  footer .td {
    padding-left: 0.3rem;
    vertical-align: bottom; }
    @media screen and (max-width: 768px) {
      footer .td {
        display: block;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        margin-bottom: 0.6rem;
        padding-left: 0rem; } }

.emic {
  width: 1.26rem; }

.gov {
  width: 0.86rem;
  display: inline-block;
  margin-left: 0.1rem; }

nav {
  width: 100%;
  position: absolute;
  top: 2.14rem;
  left: 0;
  z-index: 100; }
  @media screen and (max-width: 980px) {
    nav {
      position: fixed;
      top: 0;
      left: 0;
      width: 100vw;
      height: 100vh;
      background: #ff5219;
      background: rgba(255, 105, 31, 0.95);
      overflow-y: scroll;
      -webkit-overflow-scrolling: touch;
      padding-top: 3.6rem;
      padding-bottom: 2rem;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      -webkit-transform: translateY(-100vh);
      -ms-transform: translateY(-100vh);
      transform: translateY(-100vh);
      z-index: 50; } }
  nav .topNav {
    display: none; }
    @media screen and (max-width: 980px) {
      nav .topNav {
        display: block;
        text-align: center;
        margin: auto;
        margin-bottom: 0.6rem;
        float: none;
        width: 70%; } }
    @media screen and (max-width: 1023px) {
      nav .topNav li:nth-child(2) {
        display: none; } }
    @media screen and (max-width: 480px) {
      nav .topNav li {
        display: block;
        margin-right: 0rem;
        margin-bottom: 0.16rem; } }

.index nav {
  display: none; }
  @media screen and (max-width: 980px) {
    .index nav {
      display: block; } }

#nav {
  font-size: 0;
  letter-spacing: 0;
  position: relative;
  text-align: center;
  white-space: nowrap;
  z-index: 1;
  left: 0.08rem;
  top: 0; }
  #nav > * {
    display: inline-block;
    vertical-align: middle;
    letter-spacing: 1px; }
  @media screen and (max-width: 980px) {
    #nav {
      width: 90%;
      left: 0;
      margin: auto; } }
  #nav li {
    position: relative;
    -webkit-filter: drop-shadow(0 0.36rem 0.2rem rgba(0, 0, 0, 0.25));
    filter: drop-shadow(0 0.36rem 0.2rem rgba(0, 0, 0, 0.25));
    -webkit-transition: -webkit-filter .3s ease-out;
    transition: -webkit-filter .3s ease-out;
    -o-transition: filter .3s ease-out;
    transition: filter .3s ease-out;
    transition: filter .3s ease-out, -webkit-filter .3s ease-out;
    margin-right: 2.33333%; }
    @media screen and (max-width: 1280px) {
      #nav li {
        margin-right: 1.3%; } }
    @media screen and (max-width: 980px) {
      #nav li {
        width: 100%;
        display: block;
        margin-right: 0;
        margin-bottom: 0.1rem; } }
    #nav li:last-child {
      margin-right: 0; }
    #nav li:hover {
      -webkit-filter: drop-shadow(0 0.36rem 0.3rem rgba(0, 0, 0, 0.15));
      filter: drop-shadow(0 0.36rem 0.3rem rgba(0, 0, 0, 0.15)); }
    #nav li > a {
      position: relative;
      border-radius: 2rem;
      display: table; }
      #nav li > a:focus, #nav li > a:hover {
        border: 2px dotted #E53A29; }
      @media screen and (max-width: 980px) {
        #nav li > a {
          width: 100%;
          font-size: 0.48rem;
          border-radius: .2rem; }
          #nav li > a:focus, #nav li > a:hover {
            border: 2px dotted #fff; } }
  #nav span {
    width: 100%;
    display: block;
    text-align: center;
    font-size: 0.42rem;
    color: #000;
    border: .08rem solid #fff;
    border-radius: .2rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
    padding-left: 0.38rem;
    padding-right: 0.38rem;
    /* text-shadow: 0.05rem 0.1rem 0.18rem rgba(0, 0, 0, 0.3);  */
  }
    @media screen and (max-width: 1200px) {
      #nav span {
        padding-top: 0.2rem;
        padding-bottom: 0.2rem;
        padding-left: 0.4rem;
        padding-right: 0.4rem;
        font-size: 0.36rem; } }
    @media screen and (max-width: 1100px) {
      #nav span {
        padding-top: 0.2rem;
        padding-bottom: 0.2rem;
        padding-left: 0.2rem;
        padding-right: 0.2rem;
        font-size: 0.36rem; } }
    @media screen and (max-width: 980px) {
      #nav span {
        position: relative;
        bottom: 0rem;
        border: .1rem solid #fff;
        padding-top: 0.3rem;
        padding-bottom: 0.3rem;
        padding-left: 0rem;
        padding-right: 0rem;
        text-shadow: none;
        font-size: 0.42rem; } }
  #nav a {
    border-radius: .2rem; }
  #nav :hover .subnav {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1); }
    @media screen and (max-width: 980px) {
      #nav :hover .subnav {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        -webkit-transition: none;
        -o-transition: none;
        transition: none; } }

.nav_1 span {
    background: #ff8880;
}

.nav_2 span {
    background: #FDB513;
}

.nav_3 span {
    background: #65d472;
}

.nav_4 span {
    background: #7ec9f3;
}

.nav_5 span {
    background: #F57F17;
}

.nav_6 span {
    background: #CB479A;
}

.nav_7 span {
    background: #e5a6e6;
}

.subnav {
  width: 3.6rem;
  top: 100%;
  left: 50%;
  margin-left: -1.8rem;
  border-radius: .2rem;
  position: absolute;
  background: rgba(44, 44, 44, 0.9);
  font-size: 1.25rem;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px); }
  @media screen and (max-width: 980px) {
    .subnav {
      width: 100%;
      position: relative;
      visibility: visible;
      opacity: 1;
      -webkit-transform: none;
      -ms-transform: none;
      transform: none;
      left: 0%;
      margin-left: 0rem;
      overflow: hidden;
      -webkit-transition: none;
      -o-transition: none;
      transition: none; } }
  .subnav dd {
    position: relative;
    border-bottom: 1px solid rgba(60, 60, 60, 0.9); }
    .subnav dd:last-child {
      border-bottom: none; }
  .subnav a {
    color: #fff;
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
    padding-left: 0.24rem;
    padding-right: 0.24rem; }

.active .subnav {
  visibility: visible;
  opacity: 1;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-transition: none;
  -o-transition: none;
  transition: none; }

/* caro */
#indexNav {
  font-size: 0;
  letter-spacing: 0;
  width: 80%;
  position: absolute;
  text-align: center;
  white-space: nowrap;
  z-index: 10;
  top: 00%;
  left: 57%;
  -webkit-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  padding-top: 1.26rem; }
  #indexNav > * {
    display: inline-block;
    vertical-align: middle;
    letter-spacing: 1px; }
  @media screen and (max-width: 1280px) {
    #indexNav {
      width: 75%;
      white-space: normal;
      margin: auto; } }
  @media screen and (max-width: 1055px) {
    #indexNav {
      width: 100%;
      white-space: normal;
      margin: auto; } }
  @media screen and (max-width: 700px) {
    #indexNav {
      width: 100%;
      left: 50%;
      margin: auto; } }
  #indexNav li {
    width: 12.75%;
    position: relative;
    margin-right: 1.33333%;
    -webkit-filter: drop-shadow(0 0.36rem 0.2rem rgba(0, 0, 0, 0.25));
    filter: drop-shadow(0 0.36rem 0.2rem rgba(0, 0, 0, 0.25));
    -webkit-transition: -webkit-filter .3s ease-out;
    transition: -webkit-filter .3s ease-out;
    -o-transition: filter .3s ease-out;
    transition: filter .3s ease-out;
    transition: filter .3s ease-out, -webkit-filter .3s ease-out; }
    #indexNav li:nth-child(1) {
      -ms-animation-delay: 1s;
      -mos-animation-delay: 1s;
      -webkit-animation-delay: .3s; }
    #indexNav li:nth-child(2) {
      -ms-animation-delay: 1s;
      -mos-animation-delay: 1s;
      -webkit-animation-delay: .6s; }
    #indexNav li:nth-child(3) {
      -ms-animation-delay: 1s;
      -mos-animation-delay: 1s;
      -webkit-animation-delay: .9s; }
    #indexNav li:nth-child(4) {
      -ms-animation-delay: 1s;
      -mos-animation-delay: 1s;
      -webkit-animation-delay: 1.1s; }
    #indexNav li:nth-child(5) {
      -ms-animation-delay: 1s;
      -mos-animation-delay: 1s;
      -webkit-animation-delay: 1.4s; }
    #indexNav li:nth-child(6) {
      -ms-animation-delay: 1s;
      -mos-animation-delay: 1s;
      -webkit-animation-delay: 1.7s; }
    #indexNav li:nth-child(7) {
      -ms-animation-delay: 1s;
      -mos-animation-delay: 1s;
      -webkit-animation-delay: 2.0s; }
    @media screen and (max-width: 1280px) {
      #indexNav li {
        width: 20%; } }
    @media screen and (max-width: 700px) {
      #indexNav li {
        width: 23%; } }
    @media screen and (max-width: 600px) {
      #indexNav li {
        width: 48%;
        margin-bottom: 10px;
        font-size: 1.25rem; } }
  #indexNav span {
    width: 100%;
    display: block;
    text-align: center;
    font-size: 1.063rem;
    color: #fff;
    position: absolute;
    left: 0;
    bottom: 0.5rem; }
    @media screen and (max-width: 1050px) {
      #indexNav span {
        bottom: 0.7rem; } }
    @media screen and (max-width: 770px) {
      #indexNav span {
        font-size: 1rem;
        bottom: 0.6rem; } }
    @media screen and (max-width: 700px) {
      #indexNav span {
        font-size: 1rem;
        bottom: 0.6rem; } }
    @media screen and (max-width: 600px) {
      #indexNav span {
        font-size: 1.25rem;
        bottom: 0.9rem; } }
    @media screen and (max-width: 460px) {
      #indexNav span {
        font-size: 1.125rem;
        bottom: 0.7rem; } }
    @media screen and (max-width: 380px) {
      #indexNav span {
        font-size: 1rem;
        bottom: 0.64rem; } }

/* caro */
/* caro */
body.index #nav {
  font-size: 0;
  letter-spacing: 0;
  position: relative;
  text-align: center;
  white-space: nowrap;
  z-index: 1;
  left: 0.08rem;
  top: 0; }
  body.index #nav > * {
    display: inline-block;
    vertical-align: middle;
    letter-spacing: 1px; }
  @media screen and (max-width: 1280px) {
    body.index #nav {
      width: 75%;
      white-space: normal;
      margin: auto; } }
  @media screen and (max-width: 1055px) {
    body.index #nav {
      width: 100%;
      white-space: normal;
      margin: auto; } }
  @media screen and (max-width: 700px) {
    body.index #nav {
      width: 100%;
      left: 0;
      margin: auto; } }
  body.index #nav li {
    position: relative;
    -webkit-filter: drop-shadow(0 0.36rem 0.2rem rgba(0, 0, 0, 0.25));
    filter: drop-shadow(0 0.36rem 0.2rem rgba(0, 0, 0, 0.25));
    -webkit-transition: -webkit-filter .3s ease-out;
    transition: -webkit-filter .3s ease-out;
    -o-transition: filter .3s ease-out;
    transition: filter .3s ease-out;
    transition: filter .3s ease-out, -webkit-filter .3s ease-out;
    margin-right: 2.33333%; }
    @media screen and (max-width: 1280px) {
      body.index #nav li {
        margin-right: 1.3%; } }
    @media screen and (max-width: 980px) {
      body.index #nav li {
        width: 100%;
        display: block;
        margin-right: 0;
        margin-bottom: 0.1rem; } }
    body.index #nav li:last-child {
      margin-right: 0; }
    body.index #nav li:hover {
      -webkit-filter: drop-shadow(0 0.36rem 0.3rem rgba(0, 0, 0, 0.15));
      filter: drop-shadow(0 0.36rem 0.3rem rgba(0, 0, 0, 0.15)); }
    body.index #nav li > a {
      position: relative;
      border-radius: 2rem;
      display: table; }
      body.index #nav li > a:focus, body.index #nav li > a:hover {
        border: 2px dotted #E53A29; }
      @media screen and (max-width: 980px) {
        body.index #nav li > a {
          width: 100%;
          font-size: 0.48rem;
          border-radius: .2rem; }
          body.index #nav li > a:focus, body.index #nav li > a:hover {
            border: 2px dotted #fff; } }
  body.index #nav span {
    width: 100%;
    display: block;
    text-align: center;
    font-size: 1.063rem;
    color: #fff;
    position: absolute;
    left: 0;
    bottom: 0.5rem; }
    @media screen and (max-width: 1050px) {
      body.index #nav span {
        bottom: 0.7rem; } }
    @media screen and (max-width: 770px) {
      body.index #nav span {
        font-size: 1rem;
        bottom: 0.6rem; } }
    @media screen and (max-width: 700px) {
      body.index #nav span {
        font-size: 1rem;
        bottom: 0.6rem; } }
    @media screen and (max-width: 600px) {
      body.index #nav span {
        font-size: 1.25rem;
        bottom: 0.9rem; } }
    @media screen and (max-width: 460px) {
      body.index #nav span {
        font-size: 1.125rem;
        bottom: 0.7rem; } }
    @media screen and (max-width: 380px) {
      body.index #nav span {
        font-size: 1rem;
        bottom: 0.64rem; } }
  body.index #nav a {
    border-radius: .2rem; }
  body.index #nav :hover .subnav {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1); }
    @media screen and (max-width: 980px) {
      body.index #nav :hover .subnav {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        -webkit-transition: none;
        -o-transition: none;
        transition: none; } }

#kv {
  position: relative;
  z-index: 1; }
  #kv:before, #kv.clear:after {
    content: '';
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    background: #FFECB3; }
  #kv:after {
    content: '';
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 50%;
    background: #F2D888; }
  #kv .container {
    width: 100%;
    max-width: 29.6rem;
    position: relative;
    z-index: 1; }

.item_10 {
  width: 45px;
  height: 82px;
  background: url("../images/item_10.png");
  position: absolute;
  z-index: 9;
  right: 22%;
  bottom: 25px; }
  @media screen and (max-width: 1840px) {
    .item_10 {
      right: 11%; } }
  @media screen and (max-width: 1630px) {
    .item_10 {
      display: none; } }

.item_11 {
  width: 121px;
  height: 143px;
  background: url("../images/item_11.png");
  position: absolute;
  z-index: 9;
  right: 13%;
  bottom: 15px; }
  @media screen and (max-width: 1840px) {
    .item_11 {
      display: none; } }

.ground {
  width: 100vw;
  height: 45px;
  position: absolute;
  background-color: #AB7F5A;
  bottom: 10;
  margin-top: -0.9rem;
  bottom: 0px;
  left: 125px; }

.box {
  position: static;
  height: 600px;
  width: 100vw;
  background: url(../images/bg.jpg); }
  @media screen and (max-width: 1280px) {
    .box {
      height: 800px; } }
  @media screen and (max-width: 1055px) {
    .box {
      height: 880px; } }
  @media screen and (max-width: 700px) {
    .box {
      width: 100%;
      height: 780px; } }
  @media screen and (max-width: 600px) {
    .box {
      height: 1600px; } }
  @media screen and (max-width: 500px) {
    .box {
      height: 1400px; } }
  @media screen and (max-width: 450px) {
    .box {
      height: 1200px; } }
  @media screen and (max-width: 400px) {
    .box {
      height: 1200px; } }
  @media screen and (max-width: 380px) {
    .box {
      height: 1200px; } }
  @media screen and (max-width: 320px) {
    .box {
      height: 1100px; } }
  .box .item_1 {
    position: absolute;
    width: 160px;
    height: 222px;
    right: -45px;
    top: 0px;
    z-index: 0;
    margin-top: 1rem;
    background: url("../images/item_1.png"); }
    @media screen and (max-width: 700px) {
      .box .item_1 {
        display: none; } }
    .box .item_1 #hand {
      position: absolute;
      width: 120px;
      top: 100px;
      right: 20px;
      -webkit-transition: all .5s ease;
      -o-transition: all .5s ease;
      transition: all .5s ease; }
  .box .item_2 {
    position: absolute;
    width: 192px;
    height: 603px;
    margin-left: 0rem;
    z-index: 3;
    background-color: #F2D888; }
    @media screen and (max-width: 1280px) {
      .box .item_2 {
        bottom: 0;
        height: 800px; } }
    @media screen and (max-width: 1055px) {
      .box .item_2 {
        height: 880px; } }
    @media screen and (max-width: 700px) {
      .box .item_2 {
        display: none; } }
    .box .item_2 img {
      position: absolute;
      z-index: 2;
      bottom: 0; }
      @media screen and (max-width: 1280px) {
        .box .item_2 img {
          bottom: 0; } }
    .box .item_2 .item_2_2 {
      position: absolute;
      top: 0;
      height: 100%;
      width: 192px;
      background: url(../images/item_2_2.png); }
  .box .topBox {
    width: calc(100% - 192px);
    position: relative;
    top: 39%;
    z-index: 0;
    float: right; }
    @media screen and (max-width: 1280px) {
      .box .topBox {
        top: 54.3%; } }
    @media screen and (max-width: 1055px) {
      .box .topBox {
        top: 58.5%; } }
    @media screen and (max-width: 700px) {
      .box .topBox {
        padding-left: 10px;
        width: 100%;
        float: left;
        top: 53.2%; } }
    @media screen and (max-width: 600px) {
      .box .topBox {
        top: 77.2%; } }
    @media screen and (max-width: 500px) {
      .box .topBox {
        top: 74%; } }
    @media screen and (max-width: 380px) {
      .box .topBox {
        top: 73.8%; } }
    @media screen and (max-width: 320px) {
      .box .topBox {
        top: 71.5%; } }
    .box .topBox .borderL {
      width: 34px;
      height: 28px;
      background: url("../images/item_16.png");
      float: left; }
    .box .topBox .borderM {
      width: calc(100% + 34px);
      height: 28px;
      margin-left: 34px;
      position: relative;
      z-index: 4;
      background: url("../images/item_17.png"); }
      @media screen and (max-width: 380px) {
        .box .topBox .borderM {
          margin-left: -34px; } }
  .box .bottomBox {
    position: absolute;
    padding-left: 192px;
    bottom: 0;
    right: 0;
    width: calc(100% - 192px); }
    @media screen and (max-width: 700px) {
      .box .bottomBox {
        padding-left: 10px;
        width: calc(100% - 0px); } }
    .box .bottomBox .item_3 {
      position: absolute;
      width: 82px;
      height: 166px;
      background: url("../images/item_3.png");
      position: absolute;
      bottom: -10px;
      left: 16%;
      margin-left: -0.9rem;
      z-index: 5; }
      @media screen and (max-width: 700px) {
        .box .bottomBox .item_3 {
          display: none; } }
    .box .bottomBox .item_4 {
      position: absolute;
      bottom: 50px;
      left: 19%;
      width: 249px;
      height: 248px;
      background: url("../images/item_4.png"); }
      @media screen and (max-width: 1226px) {
        .box .bottomBox .item_4 {
          display: none; } }
    .box .bottomBox .item_5 {
      position: absolute;
      width: 180px;
      height: 166px;
      bottom: 100px;
      left: 46%;
      -webkit-transition: all .5s ease;
      -o-transition: all .5s ease;
      transition: all .5s ease;
      background: url("../images/item_5.png"); }
      @media screen and (max-width: 1226px) {
        .box .bottomBox .item_5 {
          left: 36%; } }
      @media screen and (max-width: 869px) {
        .box .bottomBox .item_5 {
          display: none; } }
    .box .bottomBox .item_6 {
      position: absolute;
      width: 200px;
      height: 277px;
      left: 36%;
      bottom: -10px;
      z-index: 5;
      background: url("../images/item_6.png");
      -webkit-transition: all .5s ease;
      -o-transition: all .5s ease;
      transition: all .5s ease; }
      @media screen and (max-width: 1226px) {
        .box .bottomBox .item_6 {
          left: 20%; } }
      @media screen and (max-width: 700px) {
        .box .bottomBox .item_6 {
          left: 5%; } }
      @media screen and (max-width: 450px) {
        .box .bottomBox .item_6 {
          width: 150px;
          height: 213px;
          background-size: cover; } }
      @media screen and (max-width: 364px) {
        .box .bottomBox .item_6 {
          width: 130px;
          height: 184px;
          background-size: cover;
          left: 2%; } }
    .box .bottomBox .item_7 {
      position: absolute;
      width: 121px;
      height: 143px;
      right: 20%;
      bottom: 0;
      -webkit-transition: all 1s ease;
      -o-transition: all 1s ease;
      transition: all 1s ease;
      background: url("../images/item_7.png");
      z-index: 5; }
      @media screen and (max-width: 1226px) {
        .box .bottomBox .item_7 {
          right: 40%; } }
      @media screen and (max-width: 700px) {
        .box .bottomBox .item_7 {
          left: 35%; } }
      @media screen and (max-width: 450px) {
        .box .bottomBox .item_7 {
          width: 100px;
          height: 119px;
          left: 60%;
          background-size: cover; } }
    .box .bottomBox .house {
      position: absolute;
      bottom: 0px;
      right: 25%;
      text-align: center;
      float: left;
      z-index: 3;
      margin-left: -0.2rem; }
      @media screen and (max-width: 1365px) {
        .box .bottomBox .house {
          display: none; } }
    .box .bottomBox .item_8 {
      width: 145px;
      height: 194px;
      position: relative;
      bottom: -20px;
      background: url("../images/item_8.png"); }
    .box .bottomBox .item_9 {
      width: 60px;
      height: 60px;
      margin: auto;
      float: none;
      position: relative;
      top: -20px;
      background: url("../images/item_9.png"); }
    .box .bottomBox .item_11 {
      width: 121px;
      height: 143px;
      background: url("../images/item_11.png"); }
    .box .bottomBox .item_12 {
      width: 86px;
      height: 238px;
      right: -200px;
      position: absolute;
      bottom: -8px;
      z-index: 3;
      background: url("../images/item_12.png"); }
    .box .bottomBox .item_14 {
      width: 405px;
      height: 338px;
      @inculde pt(40px);
      position: absolute;
      right: -70px;
      bottom: 0px;
      z-index: 3;
      background: url("../images/item_14.png") no-repeat;
      background-color: #CBEBFF;
      overflow: hidden; }
      @media screen and (max-width: 450px) {
        .box .bottomBox .item_14 {
          bottom: -52px; } }
      .box .bottomBox .item_14 .item_13 {
        width: 373px;
        height: 301px;
        float: left;
        position: relative;
        top: 40px;
        right: -373px;
        background: url("../images/item_13.png") no-repeat; }
        @media screen and (max-width: 450px) {
          .box .bottomBox .item_14 .item_13 {
            width: 310px;
            height: 267px;
            right: -393px;
            margin-right: -520px;
            background-size: cover; } }
      .box .bottomBox .item_14 .item_15 {
        width: 16px;
        height: 338px;
        float: left;
        background: url("../images/item_15.png") no-repeat; }
      .box .bottomBox .item_14 .item_16 {
        width: 16px;
        height: 338px;
        float: left;
        position: relative;
        z-index: 0;
        background: url("../images/item_15.png") no-repeat; }
        @media screen and (max-width: 450px) {
          .box .bottomBox .item_14 .item_16 {
            display: none; } }

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s; }

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s; }

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg); }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); } }

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg); }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); } }

.swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing; }

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn; }

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

/* 內容主架構 ***********************/
#contentBox {
  background: url("../images/bg.jpg") repeat left top;
  background-size: 0.74rem auto;
  top: 00%;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  z-index: 1; }
  @media screen and (max-width: 630px) {
    #contentBox {
      padding-bottom: 3.4rem; } }
  #contentBox .container {
    max-width: 19.6rem;
    height: auto;
    position: relative; }
    @media screen and (max-width: 768px) {
      #contentBox .container {
        width: 90%; } }
  #contentBox.game {
    background: #8CCA7F; }
  #contentBox.about {
    background: white url("../images/work_block_bg.png") top left repeat; }
  #contentBox.about_form {
    background: white url("../images/work_block_bg.png") top left repeat;
    padding-bottom: 0; }
  #contentBox.car {
    background: #FFFFD7; }
