@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 19, ../sass/style.scss */
ol, ol li {
  margin: 0 0 0 10px;
  padding: 0;
}

/* line 20, ../sass/style.scss */
dl, dt, dd {
  padding: 0;
  margin: 0;
}

/* line 21, ../sass/style.scss */
h1, h2, h3, h4, h5 {
  margin: 0;
  padding: 0;
  font-weight: normal;
  display:flex !important;
}

/* line 22, ../sass/style.scss */
em {
  font-style: normal;
}

/* line 24, ../sass/style.scss */
html {
  margin: 0;
  padding: 0;
}

/* line 29, ../sass/style.scss */
body {
  margin: 0;
  padding: 0;
  font-size: 100%;
  line-height: 1.25rem;
  font-family: 微軟正黑體, Arial;
}

/* line 37, ../sass/style.scss */
::selection {
  background: #C00000;
  color: #FFF;
}

/* line 42, ../sass/style.scss */
.clear_float {
  clear: both;
}

/* line 46, ../sass/style.scss */
.text_center {
  text-align: center !important;
  float: none !important;
}

/* line 51, ../sass/style.scss */
.hidden {
  display: none;
}

/* line 55, ../sass/style.scss */
.edm_wrapper {
  width: 100%;
}
@media (min-width: 641px) and (max-width: 1179px) {
  /* line 55, ../sass/style.scss */
  .edm_wrapper {
    max-width: 100%;
  }
}
@media (min-width: 0) and (max-width: 640px) {
  /* line 55, ../sass/style.scss */
  .edm_wrapper {
    max-width: 100%;
  }
}

/* line 67, ../sass/style.scss */
.edm_content {
  background: #FFF;
  margin: 0 auto;
  max-width: 1180px;
  overflow: hidden;
}

/* line 74, ../sass/style.scss */
.edm_banner {
  position: relative;
  margin: 0 auto;
}

/* line 79, ../sass/style.scss */
.edm_banner img {
  max-width: 100%;
  height: auto;
}

/* line 84, ../sass/style.scss */
.edm_anchor {
  position: relative;
}

/* line 88, ../sass/style.scss */
.edm_anchor ul {
  width: 100%;
  overflow: hidden;
}
@media (min-width: 0) and (max-width: 640px) {
  /* line 88, ../sass/style.scss */
  .edm_anchor ul {
    position: relative;
    margin: 1rem 0;
  }
}

/* line 98, ../sass/style.scss */
.edm_anchor li {
  width: 20%;
  float: left;
  cursor: pointer;
}
@media (min-width: 0) and (max-width: 640px) {
  /* line 98, ../sass/style.scss */
  .edm_anchor li {
    width: 50%;
  }
}

/* line 109, ../sass/style.scss */
.edm_anchor li img {
  max-width: 100%;
  height: auto;
}

/* line 114, ../sass/style.scss */
.edm_subtitle {
  background: url(../images/subtitle.gif) repeat;
  position: relative;
  width: 100%;
  height: 120px;
}

/* line 121, ../sass/style.scss */
.edm_triangle {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 120px 0 0 120px;
  border-color: transparent transparent transparent #FFF;
}

/* line 132, ../sass/style.scss */
.edm_lottery {
  position: absolute;
  bottom: -20px;
  left: 20px;
  cursor: pointer;
  -webkit-animation-name: lottery_loop;
  /* Safari 4.0 - 8.0 */
  -webkit-animation-duration: 1.5s;
  /* Safari 4.0 - 8.0 */
  animation-duration: 1.5s;
  animation-timing-function: ease-in;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-name: lottery_loop;
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes lottery_loop {
  from {
    bottom: -15px;
  }
  to {
    bottom: 0px;
  }
}
/* Standard syntax */
@keyframes lottery_loop {
  from {
    bottom: -15px;
  }
  to {
    bottom: 0px;
  }
}
/* line 158, ../sass/style.scss */
.edm_lottery_title {
  position: absolute;
  top: 30px;
  left: 120px;
}
@media (min-width: 0) and (max-width: 640px) {
  /* line 158, ../sass/style.scss */
  .edm_lottery_title {
    top: 40px;
    left: 150px;
  }
}

@media (min-width: 0) and (max-width: 640px) {
  /* line 169, ../sass/style.scss */
  .edm_lottery_title img {
    width: 85%;
  }
}

/* line 176, ../sass/style.scss */
.edm_lottery_text {
  position: absolute;
  width: 100%;
  padding-right: 100px;
  top: 30px;
  left: 360px;
}
@media (min-width: 641px) and (max-width: 900px) {
  /* line 176, ../sass/style.scss */
  .edm_lottery_text {
    top: 130px;
    left: 0;
  }
}
@media (min-width: 0) and (max-width: 640px) {
  /* line 176, ../sass/style.scss */
  .edm_lottery_text {
    top: 130px;
    left: 0;
  }
}

/* line 194, ../sass/style.scss */
.edm_lottery_text ul {
  background: url(../images/lottery_text.gif) repeat;
  width: 65%;
  border-radius: 0.5rem;
  box-shadow: 0 1px 8px #000 inset;
  overflow: hidden;
}
@media (min-width: 1000px) and (max-width: 1180px) {
  /* line 194, ../sass/style.scss */
  .edm_lottery_text ul {
    width: 62%;
  }
}
@media (min-width: 901px) and (max-width: 999px) {
  /* line 194, ../sass/style.scss */
  .edm_lottery_text ul {
    width: 58%;
  }
}
@media (min-width: 641px) and (max-width: 900px) {
  /* line 194, ../sass/style.scss */
  .edm_lottery_text ul {
    margin: 0 auto;
    width: 95%;
  }
}
@media (min-width: 0) and (max-width: 640px) {
  /* line 194, ../sass/style.scss */
  .edm_lottery_text ul {
    margin: 0 auto;
    width: 95%;
  }
}

/* line 220, ../sass/style.scss */
.edm_lottery_text li {
  background: url(../images/lottery_text.png) 10px 5px no-repeat;
  padding: 0.5rem 0.5rem 0.5rem 5.5rem;
  min-height: 1.5rem;
  color: #6A3906;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.8rem;
  opacity: 0;
  display: none;
}
@media (min-width: 1000px) and (max-width: 1180px) {
  /* line 220, ../sass/style.scss */
  .edm_lottery_text li {
    min-height: 2rem;
    font-size: 1.1rem;
    line-height: 1.6rem;
  }
}
@media (min-width: 901px) and (max-width: 999px) {
  /* line 220, ../sass/style.scss */
  .edm_lottery_text li {
    min-height: 2rem;
    font-size: 1rem;
    line-height: 1.4rem;
  }
}
@media (min-width: 641px) and (max-width: 900px) {
  /* line 220, ../sass/style.scss */
  .edm_lottery_text li {
    margin: 0 auto;
  }
}

@media (min-width: 641px) and (max-width: 900px) {
  /* line 248, ../sass/style.scss */
  .edm_space {
    margin-top: 6rem;
  }
}
@media (min-width: 400px) and (max-width: 640px) {
  /* line 248, ../sass/style.scss */
  .edm_space {
    margin-top: 8rem;
  }
}
@media (min-width: 280px) and (max-width: 399px) {
  /* line 248, ../sass/style.scss */
  .edm_space {
    margin-top: 10rem;
  }
}
@media (min-width: 0px) and (max-width: 279px) {
  /* line 248, ../sass/style.scss */
  .edm_space {
    margin-top: 14rem;
  }
}

/* line 267, ../sass/style.scss */
.edm_subtitle span {
  color: #FAEE00 !important;
  font-size: 2.5rem;
}
@media (min-width: 0) and (max-width: 640px) {
  /* line 267, ../sass/style.scss */
  .edm_subtitle span {
    font-size: 1.6rem;
  }
}

/* line 276, ../sass/style.scss */
.edm_section {
  margin: 2rem 0 1rem 0;
  padding: 0 2rem;
  box-sizing: border-box;
  overflow: hidden;
}

/* line 283, ../sass/style.scss */
.edm_section_icon {
  margin-left: 1rem;
  float: left;
}
@media (min-width: 0) and (max-width: 640px) {
  /* line 283, ../sass/style.scss */
  .edm_section_icon {
    margin: 0 auto;
    text-align: center;
    float: none;
  }
}

/* line 294, ../sass/style.scss */
.edm_section_title {
  margin: 1.3rem 0 0 1rem;
  color: #E43828;
  font-size: 1.8rem;
  line-height: 2rem;
  font-weight: bold;
  float: left;
}
@media (min-width: 641px) and (max-width: 1179px) {
  /* line 294, ../sass/style.scss */
  .edm_section_title {
    font-size: 1.5rem;
  }
}
@media (min-width: 0) and (max-width: 640px) {
  /* line 294, ../sass/style.scss */
  .edm_section_title {
    margin: 0.5rem auto 0 auto;
    font-size: 1.5rem;
    line-height: 2rem;
    text-align: center;
    float: none;
  }
}

/* line 315, ../sass/style.scss */
.edm_section_text {
  padding: 0.5rem 1rem;
  clear: both;
}

/* line 320, ../sass/style.scss */
.edm_article {
  margin: 1rem 0;
  padding: 0 2rem;
  font-size: 1.4rem;
  line-height: 2rem;
  color: #3E3A39;
  box-sizing: border-box;
  overflow: hidden;
}

/* line 330, ../sass/style.scss */
.edm_article h1 {
  margin-left: 2rem;
  font-size: 1.4rem;
  color: #AE8047 !important;
  font-weight: bold;
  background:none !important;
}

/* line 337, ../sass/style.scss */
.edm_article h2 {
  margin-left: 2rem;
  font-size: 1.2rem;
  color: #E65514;
  font-weight: bold;
}

/* line 344, ../sass/style.scss */
.edm_article h3 {
  margin-left: 2.5rem;
  font-size: 1.1rem;
  color: #666;
}

/* line 350, ../sass/style.scss */
.edm_article ul {
  margin-left: 2rem;
}

/* line 354, ../sass/style.scss */
.edm_article li {
  list-style: square;
  line-height: 2rem;
}

/* line 359, ../sass/style.scss */
.edm_article span {
  color: #C30D23;
  font-size: 1rem;
}

/* line 367, ../sass/style.scss */
.edm_pic img {
  max-width: 100%;
  height: auto;
}

/* line 372, ../sass/style.scss */
.edm_article_ul {
  float: left;
}
@media (min-width: 0) and (max-width: 640px) {
  /* line 372, ../sass/style.scss */
  .edm_article_ul {
    float: none;
  }
}

/* line 380, ../sass/style.scss */
.edm_article_ul li {
  line-height: 4rem;
}
@media (min-width: 0) and (max-width: 640px) {
  /* line 380, ../sass/style.scss */
  .edm_article_ul li {
    line-height: 2rem;
  }
}

/* line 388, ../sass/style.scss */
.edm_table {
  margin: 1rem 0;
  width: 100%;
  border-collapse: collapse;
  float: left;
}
@media (min-width: 640px) and (max-width: 880px) {
  /* line 388, ../sass/style.scss */
  .edm_table {
    width: 100%;
    float: none;
  }
}
@media (min-width: 0) and (max-width: 640px) {
  /* line 388, ../sass/style.scss */
  .edm_table {
    width: 100%;
    float: none;
  }
}

/* line 405, ../sass/style.scss */
.edm_table th {
  background: #F4CF31;
  padding: 1rem 0.5rem;
  border-collapse: collapse;
  text-align: center;
  font-weight: bold;
  border: 1px solid #A38A21;
  color: #333;
  font-size: 1.3rem;
}

/* line 416, ../sass/style.scss */
.edm_table td {
  padding: 0.35rem 0.5rem;
  font-size: 1.1rem;
  line-height: 1.5rem;
  text-align: center;
  border-collapse: collapse;
  border: 1px solid #999;
}
@media (min-width: 0) and (max-width: 640px) {
  /* line 416, ../sass/style.scss */
  .edm_table td {
    padding: 0.25rem;
    font-size: 1rem;
  }
}

/* line 430, ../sass/style.scss */
.edm_table span {
  color: #EA5514;
  font-size: 1.2rem;
  font-weight: bold;
}

/* line 436, ../sass/style.scss */
.edm_ul_group {
  width: 30%;
  margin: 2rem 1%;
  text-align: center;
  box-sizing: border-box;
  float: left;
}
@media (min-width: 641px) and (max-width: 1179px) {
  /* line 436, ../sass/style.scss */
  .edm_ul_group {
    padding: 1rem 0.5rem 1rem 0;
    font-size: 1rem;
  }
}
@media (min-width: 0) and (max-width: 640px) {
  /* line 436, ../sass/style.scss */
  .edm_ul_group {
    width: 100%;
    margin: 0.5rem 0;
  }
}

/* line 454, ../sass/style.scss */
.edm_ul_group h3 {
  margin: 1rem 0 0.5rem 0;
  font-size: 1.4rem;
  text-align: center;
  font-weight: bold;
}

/* line 461, ../sass/style.scss */
.edm_apply_btn {
  background: #FF4E5E;
  margin: 1rem auto;
  padding: 1rem 2rem;
  color: #FFF;
  border-radius: 1rem;
  display: table;
}

/* line 470, ../sass/style.scss */
.edm_apply_btn:hover {
  background: #DB4956;
  cursor: pointer;
}

/* line 475, ../sass/style.scss */
.edm_pic_group {
  width: 40%;
  margin: 0 5%;
  text-align: center;
  float: left;
  overflow: hidden;
}
@media (min-width: 0) and (max-width: 640px) {
  /* line 475, ../sass/style.scss */
  .edm_pic_group {
    width: 100%;
  }
}

/* line 487, ../sass/style.scss */
.edm_pic_group img {
  margin: 1rem 0 0.5rem 0;
  max-width: 100%;
  height: auto;
  border-bottom: 5px solid #E43828;
}

/* line 494, ../sass/style.scss */
.edm_pic_group p {
  color: #EF9400;
  font-size: 1.4rem;
  font-weight: bold;
}
@media (min-width: 0) and (max-width: 640px) {
  /* line 494, ../sass/style.scss */
  .edm_pic_group p {
    width: 95%;
  }
}

/* line 504, ../sass/style.scss */
.edm_pic_group span {
  font-size: 1.2rem;
  font-weight: bold;
}

/* line 509, ../sass/style.scss */
.edm_pic_group em {
  color: #E43828;
}

/* line 513, ../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 513, ../sass/style.scss */
  .edm_pic_group article {
    width: 95%;
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

/* line 525, ../sass/style.scss */
.sequence {
  margin-left: 1rem;
  padding-bottom: 15px;
  display: inline-block;
}

/* line 531, ../sass/style.scss */
.sequence div {
  margin: 0 auto;
  margin-right: -1px;
  padding: 0.7rem 1rem;
  color: #E43828;
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  box-sizing: border-box;
  border: 1px solid #E43828;
  cursor: pointer;
  float: left;
}

/* line 545, ../sass/style.scss */
.sequence div:hover {
  color: #666;
}

/* line 549, ../sass/style.scss */
.sequence_now {
  background: #E43828;
  color: #FFF !important;
}

/* line 554, ../sass/style.scss */
.sequence_div1 {
  border-radius: 10px 0 0 10px;
}

/* line 558, ../sass/style.scss */
.sequence_div2 {
  border-radius: 0 10px 10px 0;
}

/* line 562, ../sass/style.scss */
.edm_tabs, .edm_tabs2 {
  margin: 1rem 0 -1px 0;
  overflow: hidden;
}
@media (min-width: 641px) and (max-width: 1179px) {
  /* line 562, ../sass/style.scss */
  .edm_tabs, .edm_tabs2 {
    font-size: 1.2rem;
  }
}

/* line 571, ../sass/style.scss */
.edm_tabs ul, .edm_tabs2 ul {
  margin-left: 1.5rem;
}
@media (min-width: 0) and (max-width: 640px) {
  /* line 571, ../sass/style.scss */
  .edm_tabs ul, .edm_tabs2 ul {
    margin: 0;
  }
}

/* line 579, ../sass/style.scss */
.edm_tabs li, .edm_tabs2 li {
  background: url(../images/edm_li.png) #FFF 10px 10px no-repeat;
  margin: 0 0.8rem 1rem 0;
  padding: 0.3rem 1rem 0.3rem 2.4rem;
  color: #E43828;
  list-style: none;
  font-weight: bold;
  border-radius: 0.8rem;
  cursor: pointer;
  float: left;
}
@media (min-width: 0) and (max-width: 420px) {
  /* line 579, ../sass/style.scss */
  .edm_tabs li, .edm_tabs2 li {
    margin: 0;
    padding: 0.3rem 1rem 0.3rem 2.4rem;
    text-align: center;
    float: none;
  }
}

/* line 598, ../sass/style.scss */
.edm_tabs li:hover, .edm_tabs2 li:hover {
  background: url(../images/edm_li_hover.png) #E43828 10px 10px no-repeat;
  color: #FFF;
}

/* line 603, ../sass/style.scss */
.edm_tab_click, .edm_tab_click2 {
  background: url(../images/edm_li_hover.png) #E43828 10px 10px no-repeat !important;
  color: #FFF !important;
}

/* line 611, ../sass/style.scss */
.edm_tab_container h1, .edm_tab_container2 h1 {
  margin-left: 2rem;
  font-size: 1.4rem;
  color: #AE8047;
  font-weight: bold;
}

/* line 618, ../sass/style.scss */
.edm_tab_container span, .edm_tab_container2 span {
  color: #C30D23;
  font-size: 1rem;
  font-weight: bold;
}

/* line 624, ../sass/style.scss */
.edm_tab_container span a, .edm_tab_container2 span a {
  color: #C30D23;
}

/* line 628, ../sass/style.scss */
.edm_tab_container span a:hover, .edm_tab_container2 span a:hover {
  color: #40220F;
}

/* line 632, ../sass/style.scss */
.edm_all_list {
  background: url(../images/subtitle.gif) repeat;
  padding: 2rem 1rem 1rem 1rem;
  text-align: center;
}

/* line 638, ../sass/style.scss */
.edm_all_list img {
  cursor: pointer;
  transition: 0.3s;
}

/* line 644, ../sass/style.scss */
.edm_all_list img:hover {
  transform: translate(0, -10px);
}

@media (min-width: 0) and (max-width: 640px) {
  /* line 648, ../sass/style.scss */
  .edm_list {
    display: none;
  }
}

/* line 654, ../sass/style.scss */
.edm_list_phone {
  display: none;
}
@media (min-width: 0) and (max-width: 640px) {
  /* line 654, ../sass/style.scss */
  .edm_list_phone {
    display: block;
  }
}
