@charset "UTF-8";
/* line 5, ../../fire.app/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
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;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../fire.app/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../fire.app/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../fire.app/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../fire.app/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../fire.app/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../fire.app/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../fire.app/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../fire.app/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* CSS Document */
/* line 11, ../sass/style.scss */
a:link {
  text-decoration: none;
  color: #000;
}

/* line 12, ../sass/style.scss */
a:visited {
  text-decoration: none;
  color: #000;
}

/* line 13, ../sass/style.scss */
a:hover {
  text-decoration: none;
  color: #000;
}

/* line 14, ../sass/style.scss */
a:active {
  text-decoration: none;
  color: #000;
}

/* line 16, ../sass/style.scss */
img {
  margin: 0;
  padding: 0;
  border: 0;
}

/* line 17, ../sass/style.scss */
hr {
  border: 0;
  height: 1px;
  background-color: #CCC;
}

/* line 18, ../sass/style.scss */
ul, ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* line 21, ../sass/style.scss */
ol, ol li {
  margin: 0 0 0 10px;
  padding: 0;
}

/* line 22, ../sass/style.scss */
dl, dt, dd {
  padding: 0;
  margin: 0;
}

/* line 23, ../sass/style.scss */
h1, h2, h3, h4, h5 {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

/* line 24, ../sass/style.scss */
em {
  font-style: normal;
}

/* line 26, ../sass/style.scss */
html {
  margin: 0;
  padding: 0;
}

/* line 31, ../sass/style.scss */
body {
  margin: 0;
  padding: 0;
  font-size: 100%;
  line-height: 1.25rem;
  font-family: 微軟正黑體, Arial;
}

/* line 39, ../sass/style.scss */
.text_center {
  text-align: center !important;
  float: none !important;
}

/* line 44, ../sass/style.scss */
.hidden {
  display: none;
}

/* line 48, ../sass/style.scss */
.goTop {
  background: url(../images/goTop.png) no-repeat;
  position: fixed;
  width: 40px;
  height: 40px;
  right: 30px;
  bottom: 30px;
  opacity: 0.8;
  cursor: pointer;
  display: none;
  z-index: 99;
}

/* line 61, ../sass/style.scss */
.goTop:hover {
  opacity: 1;
}

/* line 65, ../sass/style.scss */
.edm_wrapper {
  width: 100%;
}
@media (min-width: 641px) and (max-width: 1179px) {
  /* line 65, ../sass/style.scss */
  .edm_wrapper {
    max-width: 100%;
  }
}
@media (min-width: 0) and (max-width: 640px) {
  /* line 65, ../sass/style.scss */
  .edm_wrapper {
    max-width: 100%;
  }
}

/* line 77, ../sass/style.scss */
.edm_content {
  background: #FFF;
  margin: 0 auto;
  max-width: 1180px;
  overflow: hidden;
}

/* line 84, ../sass/style.scss */
.edm_banner {
  position: relative;
  margin: 0 auto;
}

/* line 89, ../sass/style.scss */
.edm_banner img {
  max-width: 100%;
  height: auto;
}

/* line 94, ../sass/style.scss */
.edm_subtitle {
  background: #42B1BA;
  padding: 1rem;
  color: #FFF;
  font-size: 2rem;
  line-height: 3rem;
  text-align: center;
  box-sizing: border-box;
}
@media (min-width: 641px) and (max-width: 1179px) {
  /* line 94, ../sass/style.scss */
  .edm_subtitle {
    font-size: 1.6rem;
    line-height: 2.5rem;
  }
}
@media (min-width: 0) and (max-width: 640px) {
  /* line 94, ../sass/style.scss */
  .edm_subtitle {
    font-size: 1.2rem;
    line-height: 1.8rem;
  }
}

/* line 114, ../sass/style.scss */
.edm_subtitle span {
  color: #FAEE00 !important;
  font-size: 2.5rem;
}
@media (min-width: 0) and (max-width: 640px) {
  /* line 114, ../sass/style.scss */
  .edm_subtitle span {
    font-size: 1.6rem;
  }
}

/* line 123, ../sass/style.scss */
.edm_section {
  margin: 2rem 0 0 0;
  padding: 0 2rem;
  overflow: hidden;
  box-sizing: border-box;
}

/* line 130, ../sass/style.scss */
.edm_section_icon {
  float: left;
}
@media (min-width: 0) and (max-width: 640px) {
  /* line 130, ../sass/style.scss */
  .edm_section_icon {
    margin: 0 auto;
    text-align: center;
    float: none;
  }
}

/* line 140, ../sass/style.scss */
.edm_section_title {
  margin: 1rem 0 0 1rem;
  color: #0081AC;
  font-size: 2rem;
  font-weight: bold;
  line-height: 2.5rem;
  float: left;
}
@media (min-width: 641px) and (max-width: 1179px) {
  /* line 140, ../sass/style.scss */
  .edm_section_title {
    font-size: 1.5rem;
  }
}
@media (min-width: 0) and (max-width: 640px) {
  /* line 140, ../sass/style.scss */
  .edm_section_title {
    margin: 0.5rem auto 0 auto;
    font-size: 1.5rem;
    text-align: center;
    float: none;
  }
}

/* line 160, ../sass/style.scss */
.edm_article {
  padding: 0 2rem 0 7.5rem;
  font-size: 1.6rem;
  line-height: 2.5rem;
  color: #666;
  box-sizing: border-box;
  overflow: hidden;
}
@media (min-width: 641px) and (max-width: 1179px) {
  /* line 160, ../sass/style.scss */
  .edm_article {
    font-size: 1.2rem;
  }
}
@media (min-width: 0) and (max-width: 640px) {
  /* line 160, ../sass/style.scss */
  .edm_article {
    padding: 0 2rem;
    font-size: 1rem;
  }
}

/* line 178, ../sass/style.scss */
.edm_article ul {
  margin-left: 2rem;
}

/* line 182, ../sass/style.scss */
.edm_article li {
  list-style: square;
  line-height: 2rem;
}

/* line 187, ../sass/style.scss */
.edm_article span {
  color: #C30D23;
  font-weight: bold;
}

/* line 192, ../sass/style.scss */
.edm_pic {
  padding: 0 1rem;
  text-align: right;
  box-sizing: border-box;
  overflow: hidden;
}
@media (min-width: 641px) and (max-width: 1179px) {
  /* line 192, ../sass/style.scss */
  .edm_pic {
    float: none;
  }
}
@media (min-width: 0) and (max-width: 640px) {
  /* line 192, ../sass/style.scss */
  .edm_pic {
    margin: 1rem 0 0 0;
    font-size: 1.2rem;
    line-height: 1.8rem;
  }
}

/* line 209, ../sass/style.scss */
.edm_pic img {
  margin: 0 3rem 0 1rem;
  max-width: 100%;
  height: auto;
}

/* line 215, ../sass/style.scss */
.edm_article_ul {
  float: left;
}
@media (min-width: 0) and (max-width: 640px) {
  /* line 215, ../sass/style.scss */
  .edm_article_ul {
    float: none;
  }
}

/* line 223, ../sass/style.scss */
.edm_article_ul li {
  line-height: 4rem;
}
@media (min-width: 0) and (max-width: 640px) {
  /* line 223, ../sass/style.scss */
  .edm_article_ul li {
    line-height: 2rem;
  }
}

/* line 231, ../sass/style.scss */
.edm_table {
  width: 100%;
  margin: 1rem 0;
  border-collapse: collapse;
  border: 1px solid #DDD;
}

/* line 238, ../sass/style.scss */
.edm_table th {
  background: #E0DCC3;
  padding: 0.5rem;
  border-collapse: collapse;
  border: 1px solid #DDD;
  text-align: center;
  font-weight: normal;
  color: #42210B;
  font-size: 1rem;
}

/* line 249, ../sass/style.scss */
.edm_table td {
  background: #FAFAFA;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  line-height: 1.2rem;
  border-collapse: collapse;
  border: 1px solid #DDD;
}
@media (min-width: 0) and (max-width: 640px) {
  /* line 249, ../sass/style.scss */
  .edm_table td {
    padding: 0.5rem;
  }
}

/* line 262, ../sass/style.scss */
.table_title {
  background: #C69C6D !important;
  font-size: 1.5rem !important;
  color: #FFF !important;
  text-align: center;
}

/* line 269, ../sass/style.scss */
.tabs {
  margin: 1rem 0 -1px 0;
  overflow: hidden;
}
@media (min-width: 641px) and (max-width: 1179px) {
  /* line 269, ../sass/style.scss */
  .tabs {
    font-size: 1.2rem;
  }
}

/* line 278, ../sass/style.scss */
.tabs ul {
  margin: 0;
}

/* line 282, ../sass/style.scss */
.tabs li {
  margin: 0 5px 0 0 !important;
  padding: 1rem !important;
  color: #FFF3AE !important;
  list-style: none !important;
  font-weight: bold !important;
  cursor: pointer !important;
  box-shadow: 0 -2px 5px rgba(200, 200, 200, 0.6) inset !important;
  float: left !important;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 10px 10px 0 0 !important;
  border: 1px solid #eda933 !important;
  text-decoration: none;
  background: -moz-linear-gradient(center top, #f6b33d 5%, #634201 100%) !important;
  background: -ms-linear-gradient(top, #f6b33d 5%, #634201 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6b33d', endColorstr='#634201') !important;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, #f6b33d), color-stop(100%, #634201)) !important;
  background-color: #f6b33d !important;
  -webkit-box-shadow: inset 1px 1px 0px 0px #fed897;
  -moz-box-shadow: inset 1px 1px 0px 0px #fed897;
  box-shadow: inset 1px 1px 0px 0px #fed897;
}
@media (min-width: 0) and (max-width: 640px) and (min-width: 641px) and (max-width: 1179px) {
  /* line 282, ../sass/style.scss */
  .tabs li {
    padding: 1rem 0.85rem !important;
  }
}
@media (min-width: 0) and (max-width: 800px) {
  /* line 282, ../sass/style.scss */
  .tabs li {
    margin: 0 !important;
    padding: 1rem 0.5rem !important;
    text-align: center !important;
    float: none !important;
  }
}

/* line 318, ../sass/style.scss */
.tabs li:hover {
  color: #FFF !important;
}

/* line 322, ../sass/style.scss */
.tab_click {
  background: #FFF3AE !important;
  color: #754C24 !important;
  border-bottom: 1px solid #FFF3AE !important;
}

/* line 328, ../sass/style.scss */
.tab_container {
  background: #FFF3AE !important;
  padding: 1rem !important;
  border: 1px solid #eda933 !important;
}

/* line 334, ../sass/style.scss */
.tab_container span {
  color: #C30D23 !important;
  font-size: 1rem !important;
  font-weight: bold !important;
}

/* line 340, ../sass/style.scss */
.edm_pic_group {
  width: 28%;
  margin: 1rem;
  text-align: center;
  float: left;
}
@media (min-width: 640px) and (max-width: 740px) {
  /* line 340, ../sass/style.scss */
  .edm_pic_group {
    width: 100%;
  }
}
@media (min-width: 0) and (max-width: 640px) {
  /* line 340, ../sass/style.scss */
  .edm_pic_group {
    width: 100%;
  }
}

/* line 355, ../sass/style.scss */
.edm_pic_group p {
  font-size: 1.5rem;
}

/* line 359, ../sass/style.scss */
.edm_pic_group img {
  max-width: 100%;
  height: auto;
}

/* line 364, ../sass/style.scss */
.edm_pic_group article {
  font-size: 1.2rem;
  line-height: 1.8rem;
  text-align: left !important;
}
@media (min-width: 0) and (max-width: 640px) {
  /* line 364, ../sass/style.scss */
  .edm_pic_group article {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

/* line 375, ../sass/style.scss */
.edm_more a {
  color: #64BBDB;
}

/* line 379, ../sass/style.scss */
.edm_more a:hover {
  color: #3A7184;
}

/* line 383, ../sass/style.scss */
.edm_ul_group {
  background: #FFF3AE;
  padding: 1.5rem 1rem;
  width: 27%;
  margin: 1rem 0 1rem 2rem;
  text-align: center;
  border-radius: 1rem;
  list-style: none;
  float: left;
}
@media (min-width: 641px) and (max-width: 1179px) {
  /* line 383, ../sass/style.scss */
  .edm_ul_group {
    margin: 1%;
  }
}
@media (min-width: 640px) and (max-width: 850px) {
  /* line 383, ../sass/style.scss */
  .edm_ul_group {
    width: 95%;
    margin: 0 auto;
    margin: 1rem 0;
  }
}
@media (min-width: 0) and (max-width: 640px) {
  /* line 383, ../sass/style.scss */
  .edm_ul_group {
    width: 95%;
    margin: 0 auto;
    margin: 1rem 0;
  }
}

/* line 410, ../sass/style.scss */
.edm_ul_group h5 {
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  color: #754C24;
  font-size: 2rem;
  font-weight: bold;
  border-bottom: 2px dotted #FBB03B;
}
@media (min-width: 0) and (max-width: 640px) {
  /* line 410, ../sass/style.scss */
  .edm_ul_group h5 {
    font-size: 1.5rem;
  }
}

/* line 423, ../sass/style.scss */
.edm_ul_group li {
  background: url(../images/tick.png) 0 10px no-repeat;
  padding: 0 0 0 2rem;
  color: #8C6239;
  font-size: 1.4rem;
  line-height: 2.2rem;
  text-align: left;
}
@media (min-width: 641px) and (max-width: 1179px) {
  /* line 423, ../sass/style.scss */
  .edm_ul_group li {
    font-size: 1rem;
  }
}
@media (min-width: 640px) and (max-width: 850px) {
  /* line 423, ../sass/style.scss */
  .edm_ul_group li {
    width: 180px;
    font-size: 1rem;
    float: left;
  }
}
@media (min-width: 0) and (max-width: 640px) {
  /* line 423, ../sass/style.scss */
  .edm_ul_group li {
    width: 180px;
    font-size: 1rem;
    float: left;
  }
}
