/* Less CSS Document */
/* Will be auto compiled to CSS file on save */
/* Less CSS Document */
/* Will be auto compiled to CSS file on save */
/* @import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,700); */
.c1 .color {
  color: #fed501 !important;
}
.c2 .color {
  color: #ff614e !important;
}
.c3 .color {
  color: #336699 !important;
}
.c1 .bgcolor {
  background-color: #fed501 !important;
}
.c2 .bgcolor {
  background-color: #ff614e !important;
}
.c3 .bgcolor {
  background-color: #336699 !important;
}
.rt {
  width: 100%;
  font-size: 0.75em;
  /*12*/
  line-height: 1.25em;
  /*15*/
  border-collapse: collapse;
  border-spacing: 0;
}
.rt th,
.rt td {
  margin: 0;
  padding: 0.4166em;
  /*10*/
  vertical-align: top;
  border: 1px solid #babcbf;
  background: #fff;
}
.rt th {
  text-align: left;
  background: #fff2b2;
}
@media (max-width: 567px) {
  .rt {
    display: block;
    position: relative;
    width: 100%;
  }
  .rt thead {
    display: block;
    float: left;
  }
  .rt tbody {
    display: -webkit-box;
    overflow-x: auto;
  }
  .rt th,
  .rt tr,
  .rt td {
    display: block;
  }
  .rt th {
    border-bottom: 0;
  }
  .rt td {
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
  }
  .rt tbody tr {
    border-right: 1px solid #babcbf;
  }
  .rt th:last-child,
  .rt td:last-child {
    border-bottom: 1px solid #babcbf;
  }
}
html,
body {
  min-height: 100%;
}
html {
  font-size: 100%;
  overflow-y: scroll;
}
body {
  font-family: "Roboto", "Heiti TC", "微軟正黑體", "Microsoft JhengHei", "Arial Unicode MS", "Arial";
  font-weight: 400;
  font-size: 100%;
  color: #333333;
  background-color: #FFF;
  line-height: 140%;
}
input {
  font-family: "Roboto", "Heiti TC", "微軟正黑體", "Microsoft JhengHei", "Arial Unicode MS", "Arial";
}
input[type=checkbox] {
  display: none;
}
input[type=checkbox] + label {
  cursor: pointer;
}
input[type=checkbox] + label > .body:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 12px;
  height: 12px;
  -webkit-border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50%;
  -moz-background-clip: padding;
  border-radius: 50%;
  background-clip: padding-box;
  margin-right: 6px;
  margin-bottom: 2px;
  border: solid 1px #AAA;
}
input[type=checkbox]:checked + label > .body:before {
  background-color: #fed501;
  border: none;
}
input[type="text"],
input[type=email],
textarea {
  width: 100%;
  padding: 3px 5px;
  border: solid 1px #DDD;
  color: #666;
}
textarea {
  height: 200px;
}
input[type="text"]:focus,
input[type=email]:focus,
textarea:focus,
select:focus {
  border-color: #fed501;
}
.select {
  position: relative;
}
.select label select {
  display: block;
  width: 100%;
  padding: 3px 5px;
  padding-right: 40px;
  border: solid 1px #DDD;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  color: #666;
  box-sizing: border-box;
}
.select label select::-ms-expand {
  display: none;
}
.select label .ico {
  display: block;
  text-align: right;
  position: absolute;
  top: 6px;
  width: 100%;
  pointer-events: none;
  font-size: 1.3em;
  padding-right: 12px;
  cursor: pointer;
}
.select label .ico:before {
  color: #336699;
  content: "\f107";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}
.w-100 {
  width: 100%;
}
.break {
  width: 100%;
  display: block;
  float: left;
}
.disabled {
  pointer-events: none;
}
.hidden {
  display: none !important;
}
img {
  display: inline-block;
  max-width: 100%;
}
a {
  cursor: pointer;
  color: #333333;
}
hr {
  border: none;
  border-bottom: solid 1px #FFF;
}
hr.dot {
  border-bottom: dotted 1px #FFF;
}
.container {
  position: relative;
}
.highlight {
  color: #F00;
}
.must {
  color: #F00;
}
.outer-center {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  width: 0.1%;
  margin-left: -4px;
}
.middle-wrapper {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 99.9%;
  /*margin-left:-4px;*/
  vertical-align: middle;
  height: auto;
}
a.btn.style1 {
  display: inline-block;
  background-color: #ff614e;
  color: #FFF;
  padding: 10px;
  text-align: center;
  -webkit-border-radius: 6px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 6px;
  -moz-background-clip: padding;
  border-radius: 6px;
  background-clip: padding-box;
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  -webkit-box-shadow: 0 2px 0 #000000;
  -moz-box-shadow: 0 2px 0 #000000;
  box-shadow: 0 2px 0 #000000;
}
a.btn.style1:hover {
  background-color: #336699;
}
a.btn.style2 {
  display: inline-block;
  background-color: #fed501;
  color: #FFF;
  padding: 10px;
  text-align: center;
  -webkit-border-radius: 6px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 6px;
  -moz-background-clip: padding;
  border-radius: 6px;
  background-clip: padding-box;
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  -webkit-box-shadow: 0 2px 0 #0083af;
  -moz-box-shadow: 0 2px 0 #0083af;
  box-shadow: 0 2px 0 #0083af;
}
a.btn.style2:hover {
  background-color: #ff614e;
}
p:not(:last-child) {
  margin-bottom: 1em;
}
span.ico,
span.label {
  display: inline-block;
  vertical-align: middle;
}
.pointer {
  cursor: pointer;
}
.pop {
  position: relative;
  width: 750px;
  max-width: 94%;
  margin: 20px auto;
  padding: 40px 5%;
  background-color: #FFF;
  text-align: center;
}
.pop > .logo {
  display: block;
  height: 44px;
  margin: 20px auto;
}
.pop > h1 {
  color: #fed501;
  font-size: 1.6em;
  padding-bottom: 20px;
  border-bottom: dotted 2px #fed501;
  margin-bottom: 25px;
}
.pop > .body {
  overflow: auto;
  font-size: 0.8em;
  padding-right: 20px;
}
.pop > .body table {
  margin: 20px 0;
}
.pop > .body ol,
.pop > .body ul {
  padding-left: 20px;
}
.pop > .body ol {
  list-style: decimal;
}
.pop > .body ul {
  list-style: disc;
}
.swiper-btn-page .btn-prev,
.swiper-btn-page .btn-next {
  position: absolute;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  z-index: 1;
  display: block;
  background-color: #ff614e;
  opacity: 0.9;
  color: #FFF;
  width: 54px;
  height: 54px;
  -webkit-border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50%;
  -moz-background-clip: padding;
  border-radius: 50%;
  background-clip: padding-box;
  text-align: center;
  line-height: 50px;
  font-size: 2.2em;
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.swiper-btn-page .btn-prev:hover,
.swiper-btn-page .btn-next:hover {
  background-color: #336699;
}
.swiper-btn-page .btn-prev {
  left: 10px;
  padding-right: 5px;
}
.swiper-btn-page .btn-next {
  right: 10px;
  padding-left: 5px;
}
.isTouchDevice .swiper-btn-page .btn-prev:hover,
.isTouchDevice .swiper-btn-page .btn-next:hover {
  background-color: #ff614e;
}
.isTouchDevice .swiper-btn-page .btn-prev:active,
.isTouchDevice .swiper-btn-page .btn-next:active {
  background-color: #336699;
}
.swiper-pagination {
  position: relative;
  padding: 10px 0;
}
.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #336699;
  margin: 0 4px !important;
}
.rel h1,
.offer h1 {
  color: #FFF;
  text-align: center;
  font-size: 1.4em;
  padding: 14px;
  font-weight: bold;
  margin-bottom: 10px;
}
.rel h1:before,
.offer h1:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  margin-right: 7px;
  margin-left: -10px;
}
.rel h1 {
  background-color: #35D4B4;
}
.rel h1:before {
  content: "\f0c1";
}
.offer h1 {
  background-color: #ef444a;
}
.offer h1:before {
  content: "\f06d";
}
header {
  background-color: #fed501;
  border-top: solid 15px #142452;
}
header .container {
  padding: 16px 0;
}
header .logo {
  float: left;
}
header .logo img {
  height: 54px;
}
header nav {
  float: right;
  *zoom: 1;
}
header nav:before,
header nav:after {
  display: table;
  content: "";
  line-height: 0;
}
header nav:after {
  clear: both;
}
header nav .search {
  position: absolute;
  left: 0;
  top: 92px;
}
header nav .search input {
  -webkit-border-radius: 15px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 15px;
  -moz-background-clip: padding;
  border-radius: 15px;
  background-clip: padding-box;
  font-size: 0.75em;
  padding: 1px 15px;
  min-height: 20px;
}
header nav ul {
  width: 620px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
header nav ul > li {
  width: 20%;
  font-size: 0.75em;
  margin-bottom: 4px;
}
header nav ul > li a {
  color: #000;
  line-height: 140%;
}
header nav ul > li a:hover {
  color: #ff614e;
}
header nav .reg {
  float: left;
  font-size: 0.75em;
  letter-spacing: -0.4px;
}
main {
  min-height: 70vh;
  margin-bottom: 30px;
}
main .content ul:not(:last-child),
main .content ol:not(:last-child) {
  margin-bottom: 25px;
}
main .content ul {
  padding-left: 2.5ch;
  list-style: disc;
}
main .content ol {
  list-style: decimal;
  padding-left: 2.5ch;
}
footer .partners {
  text-align: center;
  width: 90%;
  margin: 0 auto;
}
footer .partners a {
  display: inline-block;
  vertical-align: middle;
  margin: 8px 12px;
}
footer .row {
  font-size: 0.7em;
  margin: 15px 0;
}
footer .pmi {
  text-align: right;
}
.others {
  width: 210px;
  font-size: 0.8em;
  line-height: 135%;
}
.others img.head {
  margin-bottom: 15px;
}
.others .item {
  margin-bottom: 15px;
}
.others .item .label {
  margin-left: -10px;
}
nav#side .body {
  margin-bottom: 15px;
}
nav#side .body a {
  display: block;
  padding: 10px;
  border-bottom: dashed 1px #DDD;
}
@media (max-width: 991px) {
  body {
    overflow: hidden;
  }
  header.nav_open {
    height: 100vh;
  }
  header.nav_open .nav_ico .menu {
    zoom: 1;
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -o-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
  }
  header.nav_open .nav_ico .close {
    zoom: 1;
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  header {
    position: fixed;
    width: 100%;
    z-index: 100;
    border-top-width: 4px;
    max-height: 100vh;
    overflow: auto;
  }
  header .container {
    padding: 11px 16px;
  }
  header .logo {
    float: left;
  }
  header .logo img {
    height: 42px;
  }
  header .nav_ico {
    float: right;
  }
  header .nav_ico i {
    position: absolute;
    right: 15px;
    font-size: 1.8em;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }
  header .nav_ico .menu {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  header .nav_ico .close {
    zoom: 1;
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -o-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  header nav {
    padding-top: 15px;
    display: none;
  }
  header nav .search {
    position: relative;
    left: auto;
    top: auto;
    margin: 10px auto;
    width: 84%;
  }
  header nav ul {
    width: 100%;
  }
  header nav ul > li {
    width: 50%;
    font-size: 0.85em;
    margin-bottom: 0px;
    border-bottom: solid 1px #FFF;
    text-align: center;
  }
  header nav ul > li a {
    display: block;
    padding: 10px;
  }
  header nav .reg {
    width: 100%;
    font-size: 0.8em;
    letter-spacing: 0px;
    text-align: center;
    padding-top: 20px;
  }
  main {
    padding-top: 65px;
  }
  footer {
    text-align: center;
  }
  footer .pmi {
    text-align: center;
    line-height: 120%;
  }
}
@media (min-width: 568px) and (max-width: 991px) {
  .others {
    width: 100%;
  }
  .others .item .label {
    margin-left: -10px;
  }
}
@media (max-width: 567px) {
  nav#side {
    padding: 0 20px;
    margin-top: 15px;
    margin-bottom: 30px;
  }
  nav#side .head {
    background-color: #f2f2f2;
    border: solid 1px #DDD;
    padding: 10px;
    margin-bottom: -1px;
    *zoom: 1;
  }
  nav#side .head:before,
  nav#side .head:after {
    display: table;
    content: "";
    line-height: 0;
  }
  nav#side .head:after {
    clear: both;
  }
  nav#side .head:after {
    content: "\f078";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    float: right;
    text-align: right;
  }
  nav#side .body {
    display: none;
    padding: 10px;
    border: solid 1px #DDD;
    background-color: #f2f2f2;
  }
  main .content {
    padding: 0 20px;
  }
}
