@charset "UTF-8";
@import url("https://fonts.googleapis.com/earlyaccess/notosanstc.css");
@import url("https://fonts.googleapis.com/earlyaccess/cwtexming.css");
@import url("https://fonts.googleapis.com/earlyaccess/cwtexkai.css");
@import url("https://fonts.googleapis.com/earlyaccess/cwtexfangsong.css");
@import url("https://fonts.googleapis.com/earlyaccess/cwtexyen.css");


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;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

.bottomLine dl dt, .bottomLine dl dd, .secbox-1 .paper-bg, .secbox-1 .paper-inside, .secbox-1 nav a {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.overFlow-Center {
  position: relative;
  overflow: hidden;
}
@media (min-width: 0px) and (max-width: 480px) {
  .overFlow-Center {
    width: 100%;
  }
}
@media (min-width: 481px) and (max-width: 1170px) {
  .overFlow-Center {
    width: 100%;
  }
}
@media (min-width: 1170px) and (max-width: 9999px) {
  .overFlow-Center {
    width: 100%;
  }
}

@media (min-width: 0px) and (max-width: 480px) {
  .flexBox {
    display: block;
  }
}
@media (min-width: 481px) and (max-width: 1170px) {
  .flexBox {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
  }
}
@media (min-width: 1170px) and (max-width: 9999px) {
  .flexBox {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
  }
}

.nav-fixed nav, .secbox-1 nav {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
}

.nav-fixed, .show, .secbox-1 nav a:hover, .secbox-1 nav a:hover::before, .secbox-1 nav a::before, .secbox-1 nav .selected, .secbox-1 nav .selected::before {
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.darkPink {
  color: #ea1675;
}

.orange {
  color: #f47e00;
}

.darkOrange {
  color: #ea5413;
}

.green {
  color: #07913a;
}

.lightGreen {
  color: #b5d220;
}

.pink {
  color: #ff3f7e;
}

.cyan {
  color: #1fb0b5;
}

.purple {
  color: #6902ab;
}

.blue {
  color: #0166b4;
}

.skyBlue {
  color: #0d6fb8;
}

.darkBlue {
  color: #172e5e;
}

.lightBlue {
  color: #2ea7e0;
}

.darkYellow {
  color: #ac8703;
}

.brown {
  color: #6a3906;
}

.lightBrown {
  color: #d58947;
}

img {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: middle;
}

b {
  font-weight: bold;
}

html, body {
  width: 100%;
  height: 100%;
}

body {
  font-size: 15px;
  font-family: "FontAwesome", "Century Gothic", "Arial", "cwTeXYen", "Noto Sans TC", "微軟正黑體";
  font-weight: 100;
  background-color: #170405;
  margin: 0;
  padding: 0;
}

font {
  font-family: "FontAwesome", "Century Gothic", "Arial", "Noto Sans TC", "微軟正黑體";
}

.overFlow-Center {
  text-align: center;
}

.clearBoth {
  clear: both;
}

.divine-2-box {
  position: relative;
  overflow: hidden;
}
.divine-2-box .divine-left {
  float: none;
}
@media only screen and (min-width: 481px) {
  .divine-2-box .divine-left {
    float: left;
  }
}
.divine-2-box .divine-right {
  float: none;
}
@media only screen and (min-width: 481px) {
  .divine-2-box .divine-right {
    float: right;
  }
}


/* 20200122 start */
summary::marker {
  font-size: 0;
}

/* 20200203 start */
.btn-top, .btn-top:active, .btn-top:focus {
  display: block;
  position: fixed;
  bottom: 60px;
  right: 10px;
  width: 45px;
  height: 45px;
  font-size: 85%;
  color: #fff !important;
  text-align: center;
  background-color: #d61518;
  cursor: pointer;
  border-radius: 100rem;
  box-shadow: 0 10px 60px 0 rgba(0, 0, 0, 0.15);
  padding: 15px 0;
  visibility: hidden;
  opacity: 0;
  z-index: 15;
}
@media only screen and (min-width: 481px) {
  .btn-top, .btn-top:active, .btn-top:focus {
    bottom: 68px;
    right: 15px;
    width: 55px;
    height: 55px;
    padding: 15px 0;
  }
}
@media only screen and (min-width: 769px) {
  .btn-top, .btn-top:active, .btn-top:focus {
    bottom: 93px;
    right: 25px;
    width: 60px;
    height: 60px;
    padding: 25px 0;
  }
}
.btn-top:hover, .btn-top:active:hover, .btn-top:focus:hover {
  color: #d61518 !important;
  background-color: #fff;
}

.btn-top.cd-is-visible {
  visibility: visible;
  opacity: 1;
}

.btn-top.cd-fade-out {
  opacity: 1;
}

.btn-go-form {
  display: inline-block;
  position: fixed;
  bottom: 10px;
  right: 10px;
  width: 45px;
  height: 45px;
  font-size: 85%;
  text-align: center;
  line-height: 1.2;
  letter-spacing: 0.5px;
  font-family: "Noto Sans TC", "微軟正黑體";
  color: #fff !important;
  background-color: #d61518;
  cursor: pointer;
  border-radius: 100rem;
  box-shadow: 0 10px 60px 0 rgba(0, 0, 0, 0.15);
  padding: 7px 0 0 0;
  z-index: 15;
  text-decoration: none;
  box-sizing: border-box;
}
@media only screen and (min-width: 481px) {
  .btn-go-form {
    bottom: 10px;
    right: 15px;
    width: 55px;
    height: 55px;
    font-size: 95%;
    padding: 8px 0 15px 0;
  }
}
@media only screen and (min-width: 769px) {
  .btn-go-form {
    bottom: 25px;
    right: 25px;
    width: 60px;
    height: 62px;
    font-size: 110%;
    padding: 12px 0 0px 0;
  }
}
.btn-go-form:hover {
  color: #d61518 !important;
  background-color: #fff;
}
/* 20200203 end */

.btn-top, .btn-top:active, .btn-top:focus, .btn-top:hover, .btn-top:active:hover, .btn-top:focus:hover, .btn-top.cd-is-visible, .btn-top.cd-fade-out, .btn-go-form, .btn-go-form:hover {
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
/* 20200122 end */




.edm-wrapper {
  position: relative;
  margin: 0 auto;
  overflow: hidden;
}
@media (min-width: 0px) and (max-width: 480px) {
  .edm-wrapper {
    width: 100%;
    padding: 20px 0;
  }
}
@media (min-width: 481px) and (max-width: 1170px) {
  .edm-wrapper {
    width: 100%;
    padding: 30px 0;
  }
}
@media (min-width: 1170px) and (max-width: 9999px) {
  .edm-wrapper {
    width: 1200px;
    padding: 30px 0;
  }
}

.edm-wrapper-T0 {
  position: relative;
  margin: 0 auto;
}
@media (min-width: 0px) and (max-width: 480px) {
  .edm-wrapper-T0 {
    width: 100%;
    padding: 0 0 20px 0;
  }
}
@media (min-width: 481px) and (max-width: 1170px) {
  .edm-wrapper-T0 {
    width: 100%;
    padding: 0 0 30px 0;
  }
}
@media (min-width: 1170px) and (max-width: 9999px) {
  .edm-wrapper-T0 {
    width: 1200px;
    padding: 0 0 30px 0;
  }
}

.edm-wrapper-B0 {
  position: relative;
  margin: 0 auto;
}
@media (min-width: 0px) and (max-width: 480px) {
  .edm-wrapper-B0 {
    width: 100%;
    padding: 20px 0 0 0;
  }
}
@media (min-width: 481px) and (max-width: 1170px) {
  .edm-wrapper-B0 {
    width: 100%;
    padding: 30px 0 0 0;
  }
}
@media (min-width: 1170px) and (max-width: 9999px) {
  .edm-wrapper-B0 {
    width: 1200px;
    padding: 30px 0 0 0;
  }
}

.edm-wrapper-TB0 {
  position: relative;
  margin: 0 auto;
}
@media (min-width: 0px) and (max-width: 480px) {
  .edm-wrapper-TB0 {
    width: 100%;
    padding: 0;
  }
}
@media (min-width: 481px) and (max-width: 1170px) {
  .edm-wrapper-TB0 {
    width: 100%;
    padding: 0;
  }
}
@media (min-width: 1170px) and (max-width: 9999px) {
  .edm-wrapper-TB0 {
    width: 1200px;
    padding: 0;
  }
}

.flexBox {
  justify-content: space-between;
  align-items: top;
  overflow: hidden;
}

.gray-divine {
  width: 100%;
  height: 1px;
  margin: 0 auto;
  background-color: #cfcfcf;
  overflow: hidden;
}

.gray-dashDivine {
  width: 100%;
  height: 1px;
  margin: 0 auto;
  border-bottom: #cfcfcf 1px dashed;
  overflow: hidden;
}

.gray-dotDivine {
  width: 90%;
  height: 1px;
  margin: 0 auto;
  border-bottom: #999999 1px dotted;
  overflow: hidden;
}

.blue-divine {
  width: 100%;
  height: 1px;
  margin: 0 auto;
  background-color: #9ed7f6;
  overflow: hidden;
}
@media (min-width: 0px) and (max-width: 480px) {
  .blue-divine {
    width: 90%;
    margin: 0 auto;
  }
}
@media (min-width: 481px) and (max-width: 1170px) {
  .blue-divine {
    width: 90%;
    margin: 0 auto;
  }
}

.blue {
  color: #2f6cbe;
}

.bottomLine {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(0deg, #025d95 50%, #5fbae4 50%);
  background: -moz-linear-gradient(0deg, #025d95 50%, #5fbae4 50%);
  background: -webkit-linear-gradient(0deg, #025d95 50%, #5fbae4 50%);
  background: -o-linear-gradient(0deg, #025d95 50%, #5fbae4 50%);
  overflow: hidden;
}
.bottomLine dl {
  position: relative;
  display: table;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (min-width: 1170px) {
  .bottomLine dl {
    width: 1100px;
  }
}
.bottomLine dl dt {
  display: table-cell;
  width: 15%;
  text-align: center;
  vertical-align: middle;
  padding: 3px;
}
@media only screen and (min-width: 481px) {
  .bottomLine dl dt {
    width: 7%;
    padding: 5px 15px;
  }
}
.bottomLine dl dt img {
  width: 100%;
}
.bottomLine dl dd {
  display: table-cell;
  color: #fff;
  font-size: 120%;
  line-height: 1.4rem;
  text-align: left;
  vertical-align: middle;
  background-color: #5fbae4;
  padding: 3px 15px 3px 15px;
}
@media only screen and (min-width: 769px) {
  .bottomLine dl dd {
    font-size: 200%;
    line-height: 1.8rem;
    padding: 5px 20px 5px 55px;
  }
}
@media only screen and (min-width: 481px) {
  .bottomLine dl dd::before {
    content: "";
  }
}
@media only screen and (min-width: 769px) {
  .bottomLine dl dd::before {
    content: "";
    position: absolute;
    left: 7%;
    bottom: 0;
    width: 0;
    height: 0;
    border: 33px solid transparent;
    border-left: 33px solid #025d95;
    border-bottom: 33px solid #025d95;
  }
}

.nav-fixed {
  position: fixed;
  top: -100px;
  left: 0;
  width: 100%;
  background: rgba(91, 27, 2, 0.95);
  -webkit-box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.35);
  opacity: 0;
  z-index: 10;
}
.nav-fixed nav {
  position: relative;
  width: 90%;
  margin: 0 auto;
  overflow: hidden;
}
@media only screen and (min-width: 481px) {
  .nav-fixed nav {
    width: 90%;
    justify-content: space-between;
    padding: 8px 0;
  }
}
@media only screen and (min-width: 768px) {
  .nav-fixed nav {
    padding: 10px 0;
  }
}
@media only screen and (min-width: 1170px) {
  .nav-fixed nav {
    width: 1000px;
  }
}
.nav-fixed nav a {
  color: #fff;
  text-decoration: none;
  font-size: 140%;
  margin: 0 0 4px 0;
  padding: 10px 5px;
  font-family: "cwTeXKai", "Century Gothic", "Arial", "cwTeXYen", "Noto Sans TC", "微軟正黑體";
}
.nav-fixed nav a:hover {
  color: #ffdd00;
}

.show {
  top: 0;
  opacity: 1 !important;
}

header {
  position: relative;
  width: 100%;
  margin: 0px auto;
  padding: 0;
  overflow: hidden;
}
header img {
  width: 100%;
}

/* 20180803 修改開始 */
header .btn-logo-daso {
  display: block;
  position: absolute;
  top: 4%;
  left: 6%;
  width: 24%;
  height: 7.5%;
  opacity: 0;
  z-index: 2;
}
@media only screen and (min-width: 481px) {
  header .btn-logo-daso {
    top: 3.5%;
    left: 20%;
    width: 12.5%;
    height: 9.5%;
  }
}
/* 20180803 修改結束 */


.b-pc {
  display: none;
}
@media only screen and (min-width: 481px) {
  .b-pc {
    display: block;
  }
}

.b-mobile {
  display: block;
}
@media only screen and (min-width: 481px) {
  .b-mobile {
    display: none;
  }
}

.total-container {
  width: 100%;
  overflow: hidden;
}

.secbox-1 {
  position: relative;
  width: 100%;
  background-color: #170405;
  overflow: hidden;
}
@media only screen and (min-width: 481px) {
  .secbox-1 {
    margin: 0 auto;
  }
}
.secbox-1 img {
  width: 100%;
}
.secbox-1 .paper-bg {
  position: relative;
  padding: 0;
}
@media only screen and (min-width: 481px) {
  .secbox-1 .paper-bg {
    padding: 0;
  }
}
@media only screen and (min-width: 768px) {
  .secbox-1 .paper-bg {
    padding: 40px 0 0 0;
  }
}
.secbox-1 .paperBar {
  position: absolute;
  top: -20px;
  left: 0;
  z-index: 2;
}
@media only screen and (min-width: 481px) {
  .secbox-1 .paperBar {
    
    top: -20px;
    left: 0;
  }
}
.secbox-1 .paper-outside {
  width: 80%;
  background-color: #cc806b;
  margin: 0 auto;
}
@media only screen and (min-width: 481px) {
  .secbox-1 .paper-outside {
    width: 76%;
  }
}
.secbox-1 .paper-inside {
  position: relative;
  width: 96%;
  background-color: #ffebd2;
  margin: 0 auto;
  padding: 20px 0 100px 0;
}
@media only screen and (min-width: 481px) {
  .secbox-1 .paper-inside {
    width: 98%;
    padding: 60px 0 400px 0;
  }
}
@media only screen and (min-width: 768px) {
  .secbox-1 .paper-inside {
    width: 98%;
    padding: 90px 0 400px 0;
  }
}

.paper-container {
  width: 88%;
  margin: 0 auto;
}

.secbox-1 .gph-1 {
  position: absolute;
  top: 20px;
  right: 0;
  width: 30%;
}
@media only screen and (min-width: 481px) {
  .secbox-1 .gph-1 {
    top: 50px;
    right: 0;
    width: 28%;
  }
}
.secbox-1 .gph-2 {
  width: 70%;
  margin: 0 auto 10px 0;
}
@media only screen and (min-width: 481px) {
  .secbox-1 .gph-2 {
    width: 50%;
    margin: 0 auto 20px 0;
  }
}
@media only screen and (min-width: 768px) {
  .secbox-1 .gph-2 {
    width: 30%;
    margin: 0 auto 40px 0;
  }
}
.secbox-1 .footer_edm { /* 20200204 Linda 更名 */
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}
@media only screen and (min-width: 481px) {
  .secbox-1 .footer_edm { /* 20200204 Linda 更名 */
    bottom: 0;
    left: 0;
  }
}
.secbox-1 nav {
  width: 90%;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0 auto 10px auto;
}
@media only screen and (min-width: 481px) {
  .secbox-1 nav {
    width: 88%;
    flex-wrap: wrap;
    margin: 0 auto 30px auto;
  }
}
@media only screen and (min-width: 768px) {
  .secbox-1 nav {
    width: 88%;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin: 0 auto 30px auto;
  }
}
.secbox-1 nav a {
  display: block;
  position: relative;
  width: 32%;
  font-size: 100%;
  margin: 0 1% 4px 0;
  padding: 10px 5px;
  font-family: "cwTeXKai", "Century Gothic", "Arial", "cwTeXYen", "Noto Sans TC", "微軟正黑體";
  text-align: center;
  text-decoration: none;
  color: #fff;
  background-color: #540000;
}
@media only screen and (min-width: 481px) {
  .secbox-1 nav a {
    width: 32%;
    font-size: 140%;
    line-height: 1.4;
    margin: 0 1% 4px 0;
    padding: 10px 15px;
  }
}
@media only screen and (min-width: 768px) {
  .secbox-1 nav a {
    width: 15.5%;
    font-size: 140%;
    margin: 0 0.5%;
    padding: 10px 15px;
  }
}
.secbox-1 nav a:hover {
  background-color: #e07428;
}
.secbox-1 nav a:hover::before {
  width: 96%;
  height: 92%;
  border: #ffebd2 1px solid;
  transform: translateX(1px) translateY(-4px);
}
@media only screen and (min-width: 481px) {
  .secbox-1 nav a:hover::before {
    width: 96%;
    height: 86%;
    border: #ffebd2 2px solid;
    transform: translateX(2px) translateY(-3px);
  }
}
.secbox-1 nav a::before {
  content: '';
  position: absolute;
  top: 2px;
  left: 2px;
  width: 92%;
  height: 84%;
  border: #ffebd2 1px solid;
  z-index: 2;
}
@media only screen and (min-width: 481px) {
  .secbox-1 nav a::before {
    width: 94%;
    height: 84%;
    border: #ffebd2 2px solid;
  }
}
.secbox-1 nav .selected {
  background-color: #9b0011;
}
.secbox-1 nav .selected::before {
  width: 96%;
  height: 92%;
  border: #ffebd2 1px solid;
  transform: translateX(1px) translateY(-4px);
}
@media only screen and (min-width: 481px) {
  .secbox-1 nav .selected::before {
    width: 96%;
    height: 86%;
    border: #ffebd2 2px solid;
    transform: translateX(2px) translateY(-3px);
  }
}
.secbox-1 table {
  border: #540000 2px solid;
  margin: 0 auto 10px auto;
}
@media only screen and (min-width: 481px) {
  .secbox-1 table { 
    margin: 0 auto 30px auto;
  }
}
.secbox-1 table tr:nth-of-type(odd) {
  background-color: #fcfebc;
}
.secbox-1 table tr:nth-of-type(even) {
  background-color: #f9fc93;
}
.secbox-1 table th {
  color: #fff;
  text-align: center;
  background-color: #540000;
  font-size: 80%;
  padding: 4px 2px;
}
@media only screen and (min-width: 481px) {
  .secbox-1 table th {
    font-size: 120%;
    padding: 8px 15px;
  }
}
.secbox-1 table td {
  text-align: center;
  border-right: #6a3906 1px solid;
  border-bottom: #6a3906 1px solid;
  font-size:90%;
  padding: 4px 2px;
}
@media only screen and (min-width: 481px) {
  .secbox-1 table td {
    font-size: 120%;
    padding: 8px 15px;
  }
}
.secbox-1 table td:nth-of-type(3) {
  text-align: left;
}

.ps{
  text-align:left;
  font-size: 30%;
}
@media only screen and (min-width: 481px) {
  .ps{
  text-align: right;
  font-size: 100%;
  margin: 0 0 5px 0;
  padding: 1px 5px;
  }
