/* Less CSS Document */
/* Will be auto compiled to CSS file on save */
/* Less CSS Document */
/* Will be auto compiled to CSS file on save */
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: 400;
  font-size: 100%;
  color: #222;
  line-height: 150%;
  background-color: #FFF;
  overflow: hidden;
  -webkit-font-smoothing: antialiased;
  background-size: cover;
  background-position: center top;
  background-attachment: fixed;
}
.container-xl {
  max-width: 1500px;
  margin: 0 auto;
}
.form-error {
  color: #b94a48;
}
input::-webkit-input-placeholder {
  color: #BBB;
}
input:-moz-placeholder {
  color: #BBB;
}
input::-moz-placeholder {
  color: #BBB;
}
input:-ms-input-placeholder {
  color: #BBB;
}
input[type=checkbox] + label,
input[type=radio] + label {
  cursor: pointer;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
input[type=checkbox] + label > .ico:before,
input[type=radio] + label > .ico:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 18px;
  margin-right: 8px;
  margin-bottom: 4px;
  border: solid 1px #AAA;
  color: #db9d68;
  text-align: center;
}
input[type=checkbox] + label > .label,
input[type=radio] + label > .label {
  text-align: left;
  font-size: 0.88em;
}
input[type=checkbox]:checked + label > .ico:before,
input[type=radio]:checked + label > .ico:before {
  content: "\e64c";
  font-family: 'themify';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  line-height: 16px;
  color: #722167;
}
input[type="text"],
input[type=email],
textarea {
  width: 100%;
  max-width: 100%;
  padding: 10px;
  border: solid 1px #CCC;
}
input[type="text"]:disabled,
input[type=email]:disabled,
textarea:disabled {
  background-color: #DDD;
  color: #444 ;
  -webkit-text-fill-color: #444;
  -webkit-opacity: 1;
}
textarea {
  height: 80px;
}
.t1 input[type="text"]:focus,
.t1 input[type=email]:focus,
.t1 textarea:focus,
.t1 select:focus {
  border-color: rgba(255, 255, 255, 0.5);
}
.t2 input[type="text"]:focus,
.t2 input[type=email]:focus,
.t2 textarea:focus,
.t2 select:focus {
  border-color: rgba(122, 107, 72, 0.5);
}
.t3 input[type="text"]:focus,
.t3 input[type=email]:focus,
.t3 textarea:focus,
.t3 select:focus {
  border-color: rgba(217, 81, 10, 0.5);
}
.t4 input[type="text"]:focus,
.t4 input[type=email]:focus,
.t4 textarea:focus,
.t4 select:focus {
  border-color: rgba(19, 107, 113, 0.5);
}
.t5 input[type="text"]:focus,
.t5 input[type=email]:focus,
.t5 textarea:focus,
.t5 select:focus {
  border-color: rgba(152, 6, 25, 0.5);
}
.t6 input[type="text"]:focus,
.t6 input[type=email]:focus,
.t6 textarea:focus,
.t6 select:focus {
  border-color: rgba(42, 2, 93, 0.5);
}
.select {
  position: relative;
}
.select label select {
  display: block;
  width: 100%;
  padding: 10px;
  padding-right: 40px;
  border: solid 1px #CCC;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  box-sizing: border-box;
}
.t1 .select label select {
  border-color: rgba(255, 255, 255, 0.25);
}
.t2 .select label select {
  border-color: rgba(122, 107, 72, 0.25);
}
.t3 .select label select {
  border-color: rgba(217, 81, 10, 0.25);
}
.t4 .select label select {
  border-color: rgba(19, 107, 113, 0.25);
}
.t5 .select label select {
  border-color: rgba(152, 6, 25, 0.25);
}
.t6 .select label select {
  border-color: rgba(42, 2, 93, 0.25);
}
.select label select::-ms-expand {
  display: none;
}
.select label .ico {
  display: block;
  text-align: right;
  position: absolute;
  top: 9px;
  width: 100%;
  pointer-events: none;
  padding-right: 16px;
  cursor: pointer;
}
.select label .ico:before {
  content: "\e64b";
  font-family: 'themify';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
.t1 .select label .ico:before {
  color: #ffffff;
}
.t2 .select label .ico:before {
  color: #7a6b48;
}
.t3 .select label .ico:before {
  color: #d9510a;
}
.t4 .select label .ico:before {
  color: #136b71;
}
.t5 .select label .ico:before {
  color: #980619;
}
.t6 .select label .ico:before {
  color: #2a025d;
}
fieldset {
  margin-bottom: 23px;
}
fieldset div.label {
  margin-bottom: 5px;
  line-height: 125%;
}
fieldset .field:not(:last-child) {
  margin-bottom: 5px;
}
fieldset .err-msg {
  color: #722167;
  font-size: 0.875em;
}
fieldset.required div.label:after {
  content: "*";
  color: #db9d68;
  font-size: 1.1em;
  margin-left: 4px;
}
.field-validation-error {
  font-size: 0.9em;
  color: #F00;
}
/*
.row{
	.display(flex);
	.flex-wrap(wrap);
	&:before{ display:none;}

	.col{
		float:none;
		max-width: 100%;
	}
} 
*/
.ani,
.ani-child {
  opacity: 0;
}
.btn.sty1,
.btn.sty2 {
  display: inline-block;
  padding: 10px 24px;
  color: #FFF;
  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;
}
.btn.sty1 .ico,
.btn.sty2 .ico {
  font-size: 1.1em;
  margin-right: 5px;
}
.btn.sty1.disabled,
.btn.sty2.disabled {
  zoom: 1;
  filter: alpha(opacity=30);
  -webkit-opacity: 0.3;
  -moz-opacity: 0.3;
  opacity: 0.3;
}
.btn.sty1 {
  background-color: #722167;
}
.btn.sty2 {
  background-color: #BBB;
}
.btn.sty1:hover {
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
}
.t1 .btn.sty1:hover {
  background-color: #2756b5;
}
.t2 .btn.sty1:hover {
  background-color: #ad872e;
}
.t3 .btn.sty1:hover {
  background-color: #d9510a;
}
.t4 .btn.sty1:hover {
  background-color: #1a8c94;
}
.t5 .btn.sty1:hover {
  background-color: #c33748;
}
.t6 .btn.sty1:hover {
  background-color: #5516a5;
}
.btn.sty2:hover {
  background-color: #cecece;
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
}
.btn.c4 {
  background-color: #098084;
}
.mfp-bg {
  display: none;
}
.mfp-wrap {
  background-color: rgba(0, 0, 0, 0.8);
}
.pop {
  margin: 0 auto;
  max-width: 1060px;
  text-align: center;
  position: relative;
}
.pop .wrap {
  background-color: #FFF;
  padding: 40px 80px;
}
.pop .btns {
  margin-top: 20px;
  text-align: center;
}
.mfp-close {
  color: #c60a76;
  font-size: 2.3em;
  top: 10px;
  right: 10px;
  font-family: "roboto", "PingFang TC", "Heiti TC", "微軟正黑體", "Microsoft JhengHei", "Arial Unicode MS", "Arial";
  font-weight: 300;
  border: 0;
  color: #999;
  position: absolute;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  border-radius: 50%;
}
#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: #000;
}
hr {
  border: none;
  border-bottom: solid 1px #DDD;
}
hr.dot {
  border-bottom: dotted 2px #722167;
}
video {
  max-width: 100%;
  display: block;
  margin: 0 auto;
  object-fit: cover;
}
.video {
  position: relative;
  height: auto;
}
.video:before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.video > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.t1 .highlight {
  color: #ffffff;
}
.t2 .highlight {
  color: #7a6b48;
}
.t3 .highlight {
  color: #d9510a;
}
.t4 .highlight {
  color: #136b71;
}
.t5 .highlight {
  color: #980619;
}
.t6 .highlight {
  color: #2a025d;
}
.must {
  color: #F00;
}
p:not(:last-child) {
  margin-bottom: 1.2em;
}
.swiper {
  position: relative;
}
.swiper-pager {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.swiper-pagination {
  position: relative;
}
.swiper-pagination-bullet {
  margin: 0 2px !important;
  width: 50px;
  height: 6px;
  background-color: rgba(0, 0, 0, 0.1);
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  border-radius: 0;
}
.swiper-pagination-bullet-active {
  background-color: #722167;
}
.swiper-btn a {
  color: #000;
  font-size: 2em;
  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 {
  font-family: 'themify';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
.swiper-btn a:hover {
  color: #722167;
}
.swiper-btn a.btn-next {
  right: 20px;
  left: auto;
}
.swiper-btn a.btn-next:before {
  content: "\e649";
}
.swiper-btn a.btn-prev {
  left: 20px;
  right: auto;
}
.swiper-btn a.btn-prev:before {
  content: "\e64a";
}
.swiper-btn a.swiper-button-disabled {
  color: #DDD;
  pointer-events: none;
}
.pointer {
  cursor: pointer;
}
.flex-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 {
  padding: 22px 0;
  background-color: #FFF;
}
header .container {
  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;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
header .lang a {
  margin-left: 10px;
}
header .lang a.current {
  color: #722167;
}
header .logo {
  position: relative;
}
header .logo img {
  height: 63px;
}
header .logo a.cu {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 70px;
  height: 100%;
  z-index: 1;
}
header.sticky {
  z-index: 10 !important;
}
header.sticky .logo {
  display: block;
  width: 100%;
  margin-top: 12px;
  text-align: center;
}
header.sticky .logo img {
  max-height: 28px;
}
main {
  min-height: 100vh;
}
footer {
  background-color: #FFF;
  padding: 60px 0;
  text-align: center;
  font-size: .85em;
  color: #666;
}
footer .container {
  display: flex;
  justify-content: center;
}
footer .logo {
  margin-bottom: 30px;
}
footer .logo img {
  height: 50px;
  margin: 0 auto;
}
