@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;
}

/* 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: #11458D;
  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_section {
  margin: 2rem 0 1rem 0;
  padding: 0 2rem;
  box-sizing: border-box;
  overflow: hidden;
}

/* line 91, ../sass/style.scss */
.edm_section_icon {
  float: left;
}
@media (min-width: 0) and (max-width: 640px) {
  /* line 91, ../sass/style.scss */
  .edm_section_icon {
    margin: 0 auto;
    text-align: center;
    float: none;
  }
}

/* line 101, ../sass/style.scss */
.edm_section_title {
  margin: 1.2rem 0 0 1rem;
  color: #11458D;
  font-size: 2rem;
  line-height: 1.2rem;
  font-weight: bold;
  float: left;
}
@media (min-width: 641px) and (max-width: 1179px) {
  /* line 101, ../sass/style.scss */
  .edm_section_title {
    font-size: 1.5rem;
  }
}
@media (min-width: 0) and (max-width: 640px) {
  /* line 101, ../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 122, ../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 132, ../sass/style.scss */
.edm_article h1 {
  background: url(../images/h1.png) 0 4px no-repeat;
  margin-top: 2rem;
  padding-left: 2rem;
  font-size: 1.4rem;
  line-height: 2rem;
  color: #FF4E5E;
  font-weight: bold;
}

/* line 142, ../sass/style.scss */
.edm_article h2 {
  margin-left: 0.5rem;
  font-size: 1.4rem;
  line-height: 2.5rem;
  color: #E65514;
  font-weight: bold;
}

/* line 150, ../sass/style.scss */
.edm_article ul {
  margin-left: 2rem;
}

/* line 154, ../sass/style.scss */
.edm_article li {
  list-style: square;
  line-height: 2rem;
}

/* line 159, ../sass/style.scss */
.edm_article span {
  color: #C30D23;
  font-size: 1rem;
}

/* line 167, ../sass/style.scss */
.edm_pic img {
  max-width: 100%;
  height: auto;
}

/* line 172, ../sass/style.scss */
.edm_article_ul {
  float: left;
}
@media (min-width: 0) and (max-width: 640px) {
  /* line 172, ../sass/style.scss */
  .edm_article_ul {
    float: none;
  }
}

/* line 180, ../sass/style.scss */
.edm_article_ul li {
  line-height: 4rem;
}
@media (min-width: 0) and (max-width: 640px) {
  /* line 180, ../sass/style.scss */
  .edm_article_ul li {
    line-height: 2rem;
  }
}

/* line 188, ../sass/style.scss */
.edm_table {
  margin: 1rem 0;
  width: 100%;
  border-collapse: collapse;
  float: left;
}
@media (min-width: 640px) and (max-width: 880px) {
  /* line 188, ../sass/style.scss */
  .edm_table {
    width: 100%;
    float: none;
  }
}
@media (min-width: 0) and (max-width: 640px) {
  /* line 188, ../sass/style.scss */
  .edm_table {
    width: 100%;
    float: none;
  }
}

/* line 205, ../sass/style.scss */
.edm_table th {
  background: #11458D;
  padding: 0.5rem;
  border-collapse: collapse;
  text-align: center;
  font-weight: bold;
  border: 1px solid #FFF;
  color: #FFF;
  font-size: 1.3rem;
}

/* line 216, ../sass/style.scss */
.edm_table tr:nth-child(even) {
  background: #FBFBFB;
}

/* line 220, ../sass/style.scss */
.edm_table td {
  padding: 0.5rem;
  font-size: 1.2rem;
  line-height: 1.5rem;
  text-align: center;
  border-collapse: collapse;
  border: 1px solid #999;
}
@media (min-width: 0) and (max-width: 640px) {
  /* line 220, ../sass/style.scss */
  .edm_table td {
    padding: 0.25rem;
    font-size: 1rem;
  }
}

/* line 234, ../sass/style.scss */
.edm_table span {
  color: #EA5514;
  font-size: 1.2rem;
  font-weight: bold;
}

/* line 240, ../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 240, ../sass/style.scss */
  .edm_ul_group {
    padding: 1rem 0.5rem 1rem 0;
    font-size: 1rem;
  }
}
@media (min-width: 0) and (max-width: 640px) {
  /* line 240, ../sass/style.scss */
  .edm_ul_group {
    width: 100%;
    margin: 0.5rem 0;
  }
}

/* line 258, ../sass/style.scss */
.edm_ul_group h3 {
  margin: 1rem 0 0.5rem 0;
  font-size: 1.4rem;
  text-align: center;
  font-weight: bold;
}

/* line 265, ../sass/style.scss */
.edm_apply_btn {
  background: #FF4E5E;
  margin: 1rem auto;
  padding: 1rem 2rem;
  color: #FFF;
  border-radius: 1rem;
  display: table;
}

/* line 274, ../sass/style.scss */
.edm_apply_btn:hover {
  background: #DB4956;
  cursor: pointer;
}

/* line 279, ../sass/style.scss */
.edm_pic_group {
  width: 40%;
  margin: 0 5%;
  text-align: center;
  float: left;
}
@media (min-width: 0) and (max-width: 640px) {
  /* line 279, ../sass/style.scss */
  .edm_pic_group {
    width: 100%;
  }
}

/* line 290, ../sass/style.scss */
.edm_pic_group p {
  color: #11458D;
  font-size: 1.5rem;
  font-weight: bold;
}

/* line 296, ../sass/style.scss */
.edm_pic_group span {
  font-size: 1.2rem;
  font-weight: bold;
}

/* line 301, ../sass/style.scss */
.edm_pic_group em {
  color: #E43828;
}

/* line 305, ../sass/style.scss */
.edm_pic_group img {
  margin: 1rem 0 0.5rem 0;
  max-width: 100%;
  height: auto;
  border-bottom: 3px solid #11458D;
}

/* line 312, ../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 312, ../sass/style.scss */
  .edm_pic_group article {
    width: 95%;
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

/* line 324, ../sass/style.scss */
.edm_examNews_group {
  width: 24%;
  margin: 1% 0.25%;
  border: 1px solid #CCC;
  border-top: 0;
  display: inline-block;
  box-sizing: border-box;
  overflow: hidden;
}
@media (min-width: 460px) and (max-width: 920px) {
  /* line 324, ../sass/style.scss */
  .edm_examNews_group {
    width: 48%;
  }
}
@media (min-width: 0) and (max-width: 460px) {
  /* line 324, ../sass/style.scss */
  .edm_examNews_group {
    margin: 0 0 1rem 0;
    width: 100%;
  }
}

/* line 343, ../sass/style.scss */
.edm_examNews_group img {
  margin: 0 auto;
  width: 100%;
  height: auto;
  display: block;
}
@media (min-width: 0) and (max-width: 460px) {
  /* line 343, ../sass/style.scss */
  .edm_examNews_group img {
    width: 100%;
    height: auto;
  }
}

/* line 355, ../sass/style.scss */
.edm_examNews_01 {
  padding-top: 0.5rem;
  border-top: 5px solid #00A29A;
  color: #00A29A;
  text-align: center;
  overflow: hidden;
}

/* line 363, ../sass/style.scss */
.edm_examNews_02 {
  padding-top: 0.5rem;
  border-top: 5px solid #E65514;
  color: #E65514;
  text-align: center;
}

/* line 370, ../sass/style.scss */
.edm_examNews_03 {
  padding-top: 0.5rem;
  border-top: 5px solid #6A3906;
  color: #6A3906;
  text-align: center;
}

/* line 377, ../sass/style.scss */
.edm_examNews_04 {
  padding-top: 0.5rem;
  border-top: 5px solid #036EB4;
  color: #036EB4;
  text-align: center;
}

/* line 384, ../sass/style.scss */
.edm_examNews_text {
  margin: 0.5rem 0 1rem 0;
  padding: 0 0.5rem;
  min-height: 5rem;
  color: #666;
  font-size: 1.2rem;
  line-height: 1.5rem;
  text-align: left;
  box-sizing: border-box;
  overflow: hidden;
}
@media (min-width: 460px) and (max-width: 920px) {
  /* line 384, ../sass/style.scss */
  .edm_examNews_text {
    font-size: 1rem;
    min-height: 2rem;
  }
}
@media (min-width: 0) and (max-width: 460px) {
  /* line 384, ../sass/style.scss */
  .edm_examNews_text {
    font-size: 1rem;
    min-height: auto;
  }
}

/*qa*/
/* line 407, ../sass/style.scss */
.qa {
  overflow: hidden;
}

/* line 411, ../sass/style.scss */
#btn_show {
  font-size: 1.2rem !important;
  text-align: right;
}

/* line 416, ../sass/style.scss */
#btn_show a {
  color: #666;
}

/* line 420, ../sass/style.scss */
#btn_show a:hover {
  color: #11458D !important;
}

/* line 424, ../sass/style.scss */
.qa_close {
  background: #11458D !important;
  margin: 5px 0 !important;
  padding: 5px 10px !important;
  font-size: 0.9rem !important;
  color: #FFF;
  line-height: 1rem !important;
  border-radius: 5px;
  cursor: pointer;
  float: right;
  width: 30px;
}

/* line 436, ../sass/style.scss */
.qa_close:hover {
  background: #0F5BB7 !important;
}

/* line 440, ../sass/style.scss */
#qaContent {
  margin: 10px 0;
}

/* line 444, ../sass/style.scss */
#qaContent ul li {
  margin: 0;
  padding: 0;
}

/* line 449, ../sass/style.scss */
#qaContent ul {
  margin: 0;
}

/* line 453, ../sass/style.scss */
h2 {
  margin-top: 1rem !important;
}

/* line 457, ../sass/style.scss */
.accordionPart li {
  font-size: 1rem;
  line-height: 3rem;
  border-bottom: 1px dotted #CCC;
}

/* line 463, ../sass/style.scss */
.qa_title {
  background: url(../images/edm_qa_list.png) 0 11px no-repeat;
  padding-left: 2.5rem;
  color: #11458D;
  font-size: 1.5rem;
  cursor: pointer;
}

/* line 471, ../sass/style.scss */
.qa_title:hover {
  background: url(../images/edm_qa_list_hover.png) #EEE 0 11px no-repeat !important;
  color: #0F5BB7 !important;
}

/* line 476, ../sass/style.scss */
.qa_title span {
  color: #959384;
  float: right;
}

/* line 481, ../sass/style.scss */
.qa_title:hover {
  color: #00A43A;
  cursor: pointer;
}

/* line 486, ../sass/style.scss */
.qa_content {
  background: #F7F7F7;
  margin-bottom: 10px;
  padding: 10px 2.6rem !important;
  color: #999;
  font-size: 1.5rem !important;
  font-weight: bold;
  border-radius: 10px;
  color: #333;
  overflow: hidden;
}

/* line 498, ../sass/style.scss */
.qa_content img {
  margin-left: 10px;
  max-width: 100%;
  height: auto;
}

/*qa*/
