/* 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: "Montserrat", "PingFang TC", "Heiti TC", "微軟正黑體", "Microsoft JhengHei", "Arial Unicode MS", "Arial";
  font-weight: 400;
  font-size: 92%;
  color: #555;
  line-height: 160%;
  background-color: #FFF;
  overflow: hidden;
  -webkit-font-smoothing: antialiased;
}
#cookie_msg {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 99;
  width: 100%;
  font-size: .9em;
}
#cookie_msg .item {
  display: flex;
  justify-content: space-between;
  background-color: #FFF;
  padding: 20px;
  margin-bottom: 10px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  align-items: flex-start;
}
#cookie_msg .item .desc {
  max-width: 90%;
}
#cookie_msg .item .btn {
  background-color: #0075c1;
  color: #FFF;
  padding: 6px 12px;
  border-radius: 50px;
}
.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],
input[type=radio] {
  width: 22px;
  height: 22px;
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  position: absolute;
  left: -3000px;
}
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: #1a3156;
  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: #0075c1;
}
input[type="text"],
input[type=email],
input[type=date],
input[type=password],
textarea {
  width: 100%;
  max-width: 100%;
  padding: 10px;
  border: solid 1px #CCC;
}
input[type="text"]:disabled,
input[type=email]:disabled,
input[type=date]:disabled,
input[type=password]: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(2, 32, 93, 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(2, 32, 93, 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: #02205d;
}
.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: #0075c1;
  font-size: 0.875em;
}
fieldset.required div.label:after {
  content: "*";
  color: #1a3156;
  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;
}
.promo-code {
  display: flex;
  margin-bottom: 20px;
}
.promo-code-using {
  background-color: #EEE;
  padding: 6px 18px;
  border-radius: 30px;
}
.btn.sty1,
.btn.sty2,
.btn.sty3 {
  display: inline-block;
  padding: 10px 24px;
  color: #FFF;
  text-align: center;
  border-radius: 100px;
  -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,
.btn.sty3 .ico {
  font-size: 1.1em;
  margin-right: 5px;
}
.btn.sty1.disabled,
.btn.sty2.disabled,
.btn.sty3.disabled {
  zoom: 1;
  filter: alpha(opacity=30);
  -webkit-opacity: 0.3;
  -moz-opacity: 0.3;
  opacity: 0.3;
}
.btn.sty1 {
  background-color: #0075c1;
}
.btn.sty2 {
  background-color: #BBB;
}
.btn.sty3 {
  background-color: #c60a76;
}
.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 {

}
.mfp-wrap {

}
.pop {
  margin: 0 auto;
  max-width: 1060px;
  text-align: center;
  position: relative;
}
.pop .wrap {
  background-color: #FFF;
  padding: 24px;
}
.pop .btns {
  margin-top: 20px;
  text-align: center;
}
.mfp-close {
  color: #c60a76;
  font-size: 2.3em;
  top: 36px;
  right: 10px;
  font-family: "Montserrat", "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;
}
.t1 a {
  color: #02205d;
}
.t2 a {
  color: #7a6b48;
}
.t3 a {
  color: #d9510a;
}
.t4 a {
  color: #136b71;
}
.t5 a {
  color: #980619;
}
.t6 a {
  color: #2a025d;
}
hr {
  border: none;
  border-bottom: solid 1px #DDD;
}
hr.dot {
  border-bottom: dotted 2px #0075c1;
}
video {
  max-width: 100%;
  display: block;
  margin: 0 auto;
  object-fit: cover;
}
.t1 .highlight {
  color: #02205d;
}
.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 {
  bottom: 20px !important;
}
.swiper-pagination-bullet {
  margin: 0 6px !important;
  width: 14px;
  height: 14px;
  background-color: rgba(0, 0, 0, 0.1);
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.swiper-pagination-bullet-active {
  background-color: #098084;
}
.swiper-btn a {
  color: #0075c1;
  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 {
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
}
.swiper-btn a.btn-next {
  right: -50px;
  left: auto;
}
.swiper-btn a.btn-next:before {
  content: "\e649";
}
.swiper-btn a.btn-prev {
  left: -50px;
  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;
}
aside {
  min-height: 100%;
}
aside nav {
  box-shadow: 0px 4px 2px rgba(0, 0, 0, 0.05);
  width: 85%;
}
aside nav a {
  display: block;
  padding: 12px 18px;
  border-bottom: solid 1px #EEE;
  color: #666;
}
aside nav a.current {
  background-color: #def6f7;
  color: #0075c1;
}
aside nav a:hover {
  background-color: #def6f7;
}
header .login a .ico {
  position: relative;
}
header .login a .ico img {
  display: block;
  max-width: 24px;
  max-height: 24px;
  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%);
}
header {
  background-color: #FFF;
  position: relative;
  z-index: 5;
}
header .r1 {
  background-color: #f8f8f8;
  border-bottom: solid 1px #DDD;
}
header .r2 {
  padding: 12px 0;
}
header .r2 .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .r2 .container .logo {
  display: flex;
  align-items: center;
  justify-content: center;
}
header .r2 .container .logo a:not(:last-child) {
  margin-right: 10px;
}
header .r2 .container .logo img {
  max-height: 55px;
}
header .r2 .container .function-icons {
  display: flex;
  justify-content: flex-end;
}
header .r2 .container .function-icons > * {
  margin-left: 4px;
}
header .r3 {
  background-color: #0075c1;
}
header nav.top {
  display: flex;
  justify-content: flex-end;
  margin: 0 -16px;
}
header nav.top a {
  display: block;
  font-size: 0.82em;
  color: #666;
  padding: 8px 16px;
  line-height: 125%;
}
header nav.top a:not(:last-child) {
  border-right: solid 1px #DDD;
}
header nav.top a:hover {
  background-color: #FFF;
}
header nav.main .wrap {
  display: flex;
  margin: 0 -20px;
}
header nav.main .wrap a {
  color: #FFF;
  display: block;
  padding: 15px 18px;
  line-height: 125%;
  font-size: 0.92em;
}
header nav.main .wrap a:hover {
  background-color: #1a3156;
}
header nav.main .wrap .item {
  position: relative;
}
header nav.main .wrap .item .sub {
  position: absolute;
  min-width: 150px;
  max-width: 250px;
  background-color: #0075c1;
  display: none;
  z-index: 10;
}
header nav.main .wrap .item:hover .sub {
  display: block;
}
header .search {
  display: flex;
  align-items: center;
  border: solid 1px #DDD;
  border-radius: 100px;
}
header .search .select {
  border-right: solid 1px #DDD;
  height: 45px;
}
header .search .select select {
  border: none;
  min-width: 150px;
  max-width: 200px;
  padding: 15px 35px 15px 20px;
  color: #999;
}
header .search .select .ico {
  color: #CCC;
  top: 13px;
}
header .search .input {
  display: flex;
  padding: 2px;
}
header .search .input input {
  min-width: 250px;
  background-color: transparent;
  border: 0;
}
header .search .input .ico {
  background-color: #EEE;
  color: #999;
  width: 45px;
  height: 45px;
  min-width: 45px;
  justify-content: center;
  -webkit-border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50%;
  -moz-background-clip: padding;
  border-radius: 50%;
  background-clip: padding-box;
  display: flex;
  align-items: center;
}
header .mycart a,
header .login a {
  display: flex;
  align-items: center;
  margin: 0 10px;
  color: #000;
}
header .mycart a .ico,
header .login a .ico {
  background-color: #EEE;
  color: #999;
  width: 49px;
  height: 49px;
  min-width: 49px;
  justify-content: center;
  -webkit-border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50%;
  -moz-background-clip: padding;
  border-radius: 50%;
  background-clip: padding-box;
  display: flex;
  align-items: center;
  font-size: 1.5em;
  position: relative;
}
header .mycart a .ico .num,
header .login a .ico .num {
  position: absolute;
  right: 0px;
  top: 0px;
  background-color: #c60a76;
  color: #FFF;
  -webkit-border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50%;
  -moz-background-clip: padding;
  border-radius: 50%;
  background-clip: padding-box;
  font-size: 0.45em;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 16px;
  min-width: 16px;
  padding: 0 3px;
}
header .mycart a .copy,
header .login a .copy {
  font-size: 0.8em;
  margin-left: 12px;
  line-height: 140%;
  min-width: 50px;
}
header .mycart a .copy .total,
header .login a .copy .total {
  display: block;
}
main {
  min-height: 60vh;
}
footer {
  background-color: #0075c1;
  padding: 30px 0;
  color: #FFF;
}
footer a {
  color: #FFF;
}
footer .newsletter {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  justify-content: space-between;
}
footer .newsletter h2 {
  margin: 0;
  font-weight: normal;
  margin-right: 30px;
  flex: 1;
}
footer .newsletter .input {
  display: flex;
  align-items: stretch;
  background-color: #FFF;
  border-radius: 50px;
  overflow: hidden;
  flex: 1;
  max-width: 45%;
}
footer .newsletter .input input {
  background-color: transparent;
  border: 0;
  padding: 0 24px;
  flex: 1;
}
footer .newsletter .input .btn {
  background-color: #1a3156;
  font-size: 0.85em;
  padding: 12px 24px;
}
footer .links,
footer .copyright {
  font-size: 0.82em;
  margin: 10px 0;
}
footer .links a:not(:last-child):after,
footer .copyright a:not(:last-child):after {
  content: "|";
  margin: 0 10px;
}
