/* 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: #D1021C !important;
}
.c2 .color {
  color: #4990E2 !important;
}
.c1 .bgcolor {
  background-color: #D1021C !important;
}
.c2 .bgcolor {
  background-color: #4990E2 !important;
}
html,
body {
  min-height: 100%;
}
html {
  font-size: 100%;
  overflow-y: scroll;
}
body {
  font-family: "Roboto", "PingFang TC", "Heiti TC", "微軟正黑體", "Microsoft JhengHei", "Arial Unicode MS", "Arial";
  font-weight: 300;
  font-size: 100%;
  color: #000;
  line-height: 160%;
  background-image: url(../images/bg.png);
}
input {
  font-family: "Roboto", "PingFang TC", "Heiti TC", "微軟正黑體", "Microsoft JhengHei", "Arial Unicode MS", "Arial";
}
input[type=checkbox],
input[type=radio] {
  display: none;
}
input[type=checkbox] + label,
input[type=radio] + label {
  cursor: pointer;
}
input[type=checkbox] + label > .label:before,
input[type=radio] + label > .label:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  -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 > .label:before,
input[type=radio]:checked + label > .label:before {
  background-color: #D1021C;
  border: none;
}
input[type="text"],
input[type=email],
textarea {
  width: 100%;
  max-width: 100%;
  padding: 7px 10px;
  border: solid 1px #CCC;
  background-color: #FFF;
}
input[type="text"]:disabled,
input[type=email]:disabled,
textarea:disabled {
  background-color: #FFF;
  color: #444 ;
  -webkit-text-fill-color: #444;
  -webkit-opacity: 1;
}
textarea {
  height: 84px;
}
.select {
  position: relative;
}
.select label select {
  display: block;
  width: 100%;
  padding: 7px 10px;
  padding-right: 30px;
  border: solid 1px #CCC;
  -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: 5px;
  width: 100%;
  pointer-events: none;
  font-size: 1.3em;
  padding-right: 12px;
  cursor: pointer;
}
.select label .ico:before {
  color: #D1021C;
  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);
}
fieldset {
  margin-bottom: 10px;
}
fieldset .label {
  margin-bottom: 5px;
}
fieldset .err-msg {
  color: #D1021C;
  font-size: 0.875em;
}
fieldset.required .label:after {
  content: "*";
  color: #D1021C;
  font-size: 1.5em;
  margin-left: 4px;
}
#loading {
  background-image: url(../images/bg.png);
  width: 100vw;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
}
#loading .wrapper {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 20%;
  padding: 8px;
  min-width: 62px;
  min-height: 62px;
  background-color: #fff;
}
#loading img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.row {
  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;
}
.row:before {
  display: none;
}
.row .col {
  float: none;
  max-width: 100%;
}
.ani {
  opacity: 0;
}
a.btn.sty1,
a.btn.sty0 {
  display: inline-block;
  padding: 10px 25px;
  color: #FFF;
  background-color: #D1021C;
  min-width: 150px;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
a.btn.sty1.disabled,
a.btn.sty0.disabled {
  zoom: 1;
  filter: alpha(opacity=30);
  -webkit-opacity: 0.3;
  -moz-opacity: 0.3;
  opacity: 0.3;
}
a.btn.sty1:hover {
  background-color: #b30218;
  -webkit-transform: translateY(-3px);
  -moz-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  -o-transform: translateY(-3px);
  transform: translateY(-3px);
}
a.btn.sty0 {
  color: #000;
  background-color: #EEE;
}
a.btn.sty0:hover {
  background-color: #dfdfdf;
  -webkit-transform: translateY(-3px);
  -moz-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  -o-transform: translateY(-3px);
  transform: translateY(-3px);
}
a.btn.sty2 {
  display: block;
  background-color: #FFF;
  border: solid 1px #CCC;
  padding: 12px 35px 12px 12px;
  margin-bottom: 5px;
  color: #000;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
a.btn.sty2:after {
  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);
  content: "\f105";
  font-size: 1.6em;
  color: #D1021C;
  margin-left: auto;
  margin-right: -15px;
}
a.btn.sty2 .ico {
  margin-right: 10px;
  min-width: 30px;
}
a.btn.sty2 .label {
  font-weight: bold;
  line-height: 125%;
}
a.btn.sty3 {
  background-color: #FFF;
  border: solid 1px #CCC;
  padding: 20px;
  margin-bottom: 5px;
  color: #000;
  font-weight: bold;
  line-height: 125%;
  font-size: 1.25em;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
a.btn.sty3:after {
  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);
  content: "\f105";
  font-size: 1.6em;
  color: #D1021C;
}
a.btn.sty2:hover,
a.btn.sty3:hover {
  -webkit-transform: translateX(3px);
  -moz-transform: translateX(3px);
  -ms-transform: translateX(3px);
  -o-transform: translateX(3px);
  transform: translateX(3px);
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
}
.mfp-bg {
  background-color: rgba(0, 0, 0, 0.85);
}
.pop {
  margin: 15px auto;
  max-width: 960px;
  position: relative;
  padding-top: 40px;
}
.pop .wrap {
  background-color: #FFF;
}
.pop .head {
  background-color: #D1021C;
  color: #FFF;
  font-size: 1.25em;
  padding: 15px;
}
.pop .main {
  padding: 40px 25px;
  color: #000;
}
.mfp-close {
  color: #FFF !important;
  font-size: 2.3em;
  top: 0;
  right: 0;
}
#pop_ie {
  padding: 40px 25px;
  text-align: center;
}
.break {
  width: 100%;
  display: block;
  float: left;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
.disabled {
  pointer-events: none;
}
.hidden {
  display: none !important;
}
img {
  display: inline-block;
  max-width: 100%;
}
a {
  cursor: pointer;
  color: #D1021C;
}
hr {
  border: none;
  border-bottom: solid 1px #DDD;
}
hr.dot {
  border-bottom: dotted 2px #D1021C;
}
video {
  max-width: 100%;
  display: block;
  margin: 0 auto;
  object-fit: cover;
}
.container {
  position: relative;
}
.highlight {
  color: #D1021C;
}
.must {
  color: #F00;
}
p:not(:last-child) {
  margin-bottom: 1.2em;
}
.swiper-container {
  margin-bottom: 8px;
  padding-bottom: 1px;
}
.swiper-pagination {
  position: absolute;
  bottom: 8px;
  left: 0;
  width: 100%;
}
.swiper-pagination-bullet {
  margin: 0 5px;
  width: 14px;
  height: 14px;
  background-color: #FFF;
}
.swiper-pagination-bullet-active {
  background-color: #D1021C;
}
.swiper-btn a {
  color: #D1021C;
  font-size: 2.7em;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 10;
}
.swiper-btn a: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);
}
.swiper-btn a:hover {
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
}
.swiper-btn a.btn-next {
  right: 15px;
  left: auto;
}
.swiper-btn a.btn-next:before {
  content: "\f105";
}
.swiper-btn a.btn-prev {
  left: 15px;
  right: auto;
}
.swiper-btn a.btn-prev:before {
  content: "\f104";
}
.swiper-btn a.swiper-button-disabled {
  color: #DDD;
  pointer-events: none;
}
.pointer {
  cursor: pointer;
}
.pager {
  margin: 40px 0;
  text-align: center;
}
.pager input {
  margin-right: 6px;
}
.pager a,
.pager input {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 44px;
}
.pager a.btn-prev,
.pager a.btn-next {
  position: relative;
  border: solid 1px rgba(209, 2, 28, 0.3);
  background-color: #FFF;
}
.pager a.btn-prev.disabled,
.pager a.btn-next.disabled {
  border: solid 1px #DDD;
  color: #DDD;
}
.pager a.btn-prev:before,
.pager a.btn-next: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);
  font-size: 2em;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.pager a.btn-prev:hover,
.pager a.btn-next:hover {
  background-color: #D1021C;
  color: #FFF;
}
.pager a.btn-prev {
  margin-left: 10px;
}
.pager a.btn-prev:before {
  content: "\f104";
}
.pager a.btn-next:before {
  content: "\f105";
}
header {
  background-color: #000;
}
header .container {
  padding: 20px;
}
header .wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
header .lang {
	padding-top:40px;
}
header .lang a {
	color: #fcfcfc;
}
main {
  min-height: 90vh;
}
footer {
  background-color: #000;
  color: #FFF;
  font-size: 0.92em;
}
footer .container {
  padding: 40px 20px 0 20px;
}
footer .row {
  margin-bottom: 20px;
}
footer a {
  color: #FFF;
}
footer .copyright {
  text-align: right;
}
footer .social a {
  margin: 0 10px;
  font-size: 1.5em;
}
