@charset "UTF-8";
/* CSS Document */
@import url(public/css/reset.css);
@import url(public/css/font-awesome-4.7.0/font-awesome.min.css);
@import url(public/css/rwdgrid.css);
@import url(public/css/textEditor.css);
@import url(public/css/contentbuilder.css);
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,300;0,400;0,700;0,900;1,900&display=swap");
.mClassLink > ul, .mClassLink .main, .classRowBox > ul a {
  box-sizing: border-box;
}

.relationList .Img img, .findProductList .Img img, .classColumnBox, .classRowBox {
  transition: all 0.5s;
}

body {
  background-color: #fff;
  font-family: "Lato", Helvetica, Arial, "微軟正黑體", Heiti TC, "メイリオ", sans-serif;
  font-size: 13px;
}

*, *::before, *::after {
  box-sizing: border-box;
}

address {
  font-style: normal;
}

/*css3*/
a {
  color: #000;
  cursor: pointer;
  transition: all 0.4s ease;
}
a:hover {
  color: #1966a7;
}

[class*=col-] {
  float: left;
}

div.titan {
  /*--隱藏開影音、開相簿--*/
  display: none;
}

.noLink {
  cursor: default;
}

.col-1 {
  width: 100%;
}
.col-2 {
  width: 50%;
}
@media (max-width: 480px) {
  .col-2 {
    float: none;
    width: 100%;
  }
}
.col-3 {
  width: 33.33%;
}
@media (max-width: 480px) {
  .col-3 {
    float: none;
    width: 100%;
  }
}
.col-4 {
  width: 25%;
}
@media (max-width: 480px) {
  .col-4 {
    float: none;
    width: 100%;
  }
}
.col-5 {
  width: 20%;
}
@media (max-width: 480px) {
  .col-5 {
    float: none;
    width: 100%;
  }
}

#particles-js {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

a.btn_color1 {
  /*按鈕主色1*/
  color: #fff;
  background-color: #516190;
}

a.btn_color1:hover {
  background-color: #C85A56;
}

a.btn_color2 {
  /*按鈕主色2*/
  color: #fff;
  background-color: #A0A0A0;
}

a.btn_color2:hover {
  background-color: #999;
}

input[type=text] {
  -webkit-appearance: none;
}

textarea {
  -webkit-appearance: none;
}

.outerWrap {
  position: relative;
  overflow: hidden;
  padding-top: 96px;
}
@media (max-width: 840px) {
  .outerWrap {
    padding-top: 70px;
  }
}

.wrap {
  width: 100%;
  max-width: 1380px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
}

#gmap {
  display: none;
  height: 400px;
}

.label {
  padding: 5px 7px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.8);
}

/*-moduleBox--*/
.moduleBox {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1005;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition-property: top, opacity, visibility;
  transition-duration: 0.5s;
  transition-timing-function: ease-in-out;
}
.moduleBox.show {
  opacity: 1;
  visibility: visible;
}
.moduleBox.show .mobuleWrap {
  opacity: 1;
  transform: translateY(0);
}

.mobuleWrap {
  position: relative;
  width: 100%;
  max-width: 960px;
  background-color: #fff;
  pointer-events: auto;
  padding-top: 50px;
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.5s;
}

.moduleContent {
  width: 100%;
  max-height: calc(90vh - 50px);
  overflow-y: auto;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
}

.moduleMask {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1003;
  background-color: rgba(0, 0, 0, 0.2);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.5s ease-in-out;
}
.moduleMask.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.moduleClose.style1 {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
  background: none;
  background-color: #1966a7;
  border: none;
  cursor: pointer;
}
.moduleClose.style1::before, .moduleClose.style1::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  margin-left: -15px;
  margin-top: -0.5px;
  width: 30px;
  height: 1px;
  background-color: #fff;
}
.moduleClose.style1::before {
  transform: rotate(45deg);
}
.moduleClose.style1::after {
  transform: rotate(-45deg);
}

/***↑↑↑購物車↑↑↑**/
.cartArea .mobuleWrap {
  max-width: 800px;
}
.cartArea .countBox {
  margin-top: 10px;
  font-size: 13px;
  color: #333;
  text-align: center;
}
.cartArea .countBox b {
  font-size: 18px;
  color: #7ea830;
}
.cartArea .countBox b em {
  font-weight: 400;
  font-size: 12px;
  color: #7ea830;
}
.cartArea .countBox a.btn_pay {
  display: inline-block;
  padding: 7px 15px;
  font-size: 13px;
  color: #fff;
}
.cartArea .goto_pay_btn {
  margin-left: 15px;
}
.cartArea .cartNote {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-bottom: 20px;
}
.cartArea .cartNote .en {
  font-size: 28px;
  letter-spacing: 0.01em;
  color: #1e1e1e;
  text-transform: uppercase;
}
.cartArea .cartNote .en span {
  color: #1966a7;
}
.cartArea .cartNote .text {
  font-size: 14px;
  letter-spacing: 0.05em;
  color: #373737;
}
.cartArea .cartNote .text b {
  padding-left: 4px;
  padding-right: 4px;
  font-weight: 400;
  font-size: 18px;
  color: #1966a7;
}
.cartArea .cart {
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 20px;
  border-top: 2px solid #1966a7;
  border-bottom: 2px solid #b4b4b4;
}
.cartArea .buyList li {
  display: flex;
}
.cartArea .buyList li:not(:first-child) {
  padding-top: 12px;
  margin-top: 12px;
  border-top: 1px solid #d5d5d5;
}
.cartArea .buyList .Img {
  width: 90px;
}
.cartArea .buyList .Img img {
  display: block;
  width: 100%;
}
.cartArea .buyList .Txt {
  position: relative;
  width: calc(100% - 90px);
  padding-top: 10px;
  padding-left: 15px;
  padding-right: 50px;
  box-sizing: border-box;
  font-size: 14px;
}
.cartArea .buyList h3 {
  width: 100%;
  margin-bottom: 3px;
}
.cartArea .buyList h3 a {
  display: block;
  color: #000;
  font-size: 15px;
  font-weight: 400;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cartArea .buyList .spec {
  color: #6a6a6a;
  margin-bottom: 3px;
}
.cartArea .buyList .del {
  position: absolute;
  right: 0;
  top: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  border: none;
  background-color: #eee;
  border-radius: 50%;
  color: #5f5f5f;
  cursor: pointer;
  transition: all 0.5s;
}
.cartArea .buyList .del:hover {
  background-color: #1966a7;
  color: #fff;
}
.cartArea .buyList .del svg {
  width: 15px;
  height: 18px;
}

/***↓↓↓會員登入↓↓↓**/
.loginArea .mobuleWrap {
  max-width: 360px;
}
.loginArea .forgetCheck,
.loginArea .resendCheck {
  display: none;
}
.loginArea input[type=text], .loginArea input[type=password] {
  display: block;
  width: 100%;
  height: 30px;
  padding: 5px;
  margin-bottom: 7px;
  border: 1px solid #ccc;
}
.loginArea .btn {
  /*送出按鈕*/
  margin-top: 15px;
  text-align: center;
}
.loginArea .btn a {
  display: inline-block;
  padding: 8px 15px;
  border-radius: 3px;
  font-size: 13px;
  color: #fff;
}
.loginArea .forget {
  clear: both;
  margin-top: 20px;
  font-size: 15px;
  color: #2f2f2f;
}
.loginArea .forget span {
  font-size: 13px;
  color: #e1e1e1;
}
.loginArea .forget strong a {
  font-weight: 400;
  color: #f93;
  text-decoration: underline;
}
.loginArea .forget b a {
  font-weight: 400;
  font-size: 18px;
  color: #09f;
  text-decoration: underline;
}
.loginArea .forgetCheck {
  display: none;
}

/***↑↑↑會員登入↑↑↑**/
.moduleSearchArea .mobuleWrap {
  max-width: 480px;
}
.moduleSearchArea .moduleContent {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	overflow: initial;
	position: relative;
}
.moduleSearchArea input {
	width: calc(100% - 50px);
  height: 50px;
  font-size: 24px;
  letter-spacing: 0.05em;
  font-weight: 100;
  color: #000;
  background: none;
  border: 1px solid #000;
}
.moduleSearchArea input::placeholder {
  padding-left: 10px;
  font-size: 16px;
  letter-spacing: 0;
  color: rgba(0, 0, 0, 0.3);
}
@media (max-width: 640px) {
  .moduleSearchArea input {
    font-size: 20px;
  }
  .moduleSearchArea input::placeholder {
    padding-left: 6px;
    font-size: 14px;
  }
}
.moduleSearchArea .btnSearch {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  flex-shrink: auto;
  border: none;
  background: none;
  cursor: pointer;
}
.moduleSearchArea .iconSearch {
  width: 18px;
  height: 18px;
  color: #000;
}
.moduleSearchArea #searchHistoryList {
	width: calc(100% - 110px);
	max-height: 200px;
	box-shadow: 0 5px 10px rgba(255, 255, 255, 0.1);
	border-radius: 3px;
	background: rgba(0, 0, 0, 0.9);
	margin-top: 15px;
	opacity: 0;
	overflow-y: auto;
	pointer-events: none;
	position: absolute;
	top: 40px;
	-webkit-transform: translateY(-5px);
	        transform: translateY(-5px);
	transition: all 0.3s ease;
}
.moduleSearchArea #searchHistoryList.show {
	opacity: 1;
	pointer-events: auto;
	-webkit-transform: translateY(0);
	        transform: translateY(0);
}
.moduleSearchArea #searchHistoryList li {
	color: rgba(255, 255, 255, 0.8);
	cursor: pointer;
	font-size: 16px;
	letter-spacing: 0;
	padding: 12px;
}
.moduleSearchArea #searchHistoryList li:not(:last-child) {
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

/*****網頁頭*****/
header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 50;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  background-color: rgba(255, 255, 255, 0.1);
  transition: all 0.5s ease-in-out;
}
@media (max-width: 840px) {
  header {
    display: none;
  }
}
header .wrap {
  position: relative;
  display: flex;
  align-items: center;
  height: 95px;
  max-width: 1420px;
}
header .memuOuterBox {
  width: calc(100% - 122px);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1180px) {
  header .memuOuterBox {
    flex-direction: column-reverse;
    align-items: stretch;
  }
}
header .top {
  margin-left: auto;
  display: flex;
  align-items: center;
}
@media (max-width: 1180px) {
  header .top {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
header .logo {
  width: 122px;
}
header .logo a {
  position: relative;
  display: block;
  width: 100%;
  height: 65px;
  background: url("../images/logo.svg") no-repeat;
  background-size: contain;
  text-indent: -9999px;
}
header .logo a::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  background-image: url("../images/logo2.svg");
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
header .logo a img {
  transition: all 0.5s ease-in-out;
}
header .menuBox {
  margin-right: 20px;
}
header .languageStyle1 {
  display: flex;
  justify-content: center;
  width: 80px;
}
header:hover, header.bg, header.default {
  background-color: #fff;
  border-color: #1966a7;
}
header:hover .logo a::after, header.bg .logo a::after, header.default .logo a::after {
  opacity: 1;
}
header:hover .logo img, header.bg .logo img, header.default .logo img {
  opacity: 0;
}
header:hover .menu > li > a, header.bg .menu > li > a, header.default .menu > li > a {
  color: #3a3a3a;
}
header:hover .menu > li > a:hover, header:hover .menu > li > a.current, header.bg .menu > li > a:hover, header.bg .menu > li > a.current, header.default .menu > li > a:hover, header.default .menu > li > a.current {
  color: #1966a7;
}
header:hover .linkStyle, header.bg .linkStyle, header.default .linkStyle {
  background-color: #1966a7;
}
header:hover .languageStyle1 .main .iconEarth,
header:hover .languageStyle1 .main .text, header.bg .languageStyle1 .main .iconEarth,
header.bg .languageStyle1 .main .text, header.default .languageStyle1 .main .iconEarth,
header.default .languageStyle1 .main .text {
  color: #3a3a3a;
}
header .loginBox {
  position: relative;
}
header .loginBox .submenu {
  position: absolute;
  left: 0;
  top: 100%;
  width: 200px;
  background-color: #aaa;
}

.privacyArea {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 999;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}
.privacyArea.check {
  opacity: 0;
  transform: translateY(100%);
}
.privacyArea .wrap {
  display: flex;
  align-items: flex-start;
  padding-top: 20px;
  padding-bottom: 20px;
  line-height: 1.7;
}
@media (max-width: 767px) {
  .privacyArea .wrap {
    flex-direction: column;
    align-items: center;
  }
}
.privacyArea .text {
  color: #fff;
  padding-right: 20px;
}
@media (max-width: 767px) {
  .privacyArea .text {
    padding-right: 0;
    padding-bottom: 20px;
  }
}
.privacyArea .text a {
  color: #fff;
  text-decoration: underline;
}
.privacyArea .btn {
  flex-shrink: 0;
}
.privacyArea .btn a {
  display: inline-block;
  padding: 8px 25px;
  background-color: #1966a7;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
}

.headerDropClose {
  position: absolute;
  left: 50%;
  margin-left: -25px;
  top: 15px;
  width: 50px;
  height: 50px;
  border: 1px solid #3a3a3a;
  border-radius: 50%;
}
@media (min-width: 1181px) {
  .headerDropClose {
    display: none;
  }
}
.headerDropClose::before, .headerDropClose::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -15px;
  margin-top: -0.5px;
  width: 30px;
  height: 1px;
  background-color: #3a3a3a;
}
.headerDropClose::before {
  transform: rotate(45deg);
}
.headerDropClose::after {
  transform: rotate(-45deg);
}

.headerDropMenuArea {
  position: fixed;
  left: 0;
  top: 96px;
  z-index: 1000;
  width: 100%;
  background-color: rgba(248, 248, 248, 0.94);
  opacity: 0;
  pointer-events: none;
  transition: all 0.5s ease-in-out;
}
.headerDropMenuArea.show {
  opacity: 1;
  pointer-events: auto;
}
@media (max-width: 1180px) {
  .headerDropMenuArea {
    top: 70px;
  }
}
.headerDropMenuArea::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -80px;
  width: 100%;
  height: 80px;
  background-image: url("../images/headerBg.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
}
.headerDropMenuArea .wrap {
  max-width: 100%;
  max-height: calc(100vh - 70px);
  padding: 60px 50px;
  overflow-y: auto;
}
@media (max-width: 1580px) {
  .headerDropMenuArea .wrap {
    padding: 30px;
  }
}
@media (max-width: 1180px) {
  .headerDropMenuArea .wrap {
    padding-top: 80px;
  }
}
.headerDropMenuArea .dropMenuArea {
  display: flex;
  align-items: flex-start;
}
@media (max-width: 1366px) {
  .headerDropMenuArea .dropMenuArea {
    flex-wrap: wrap;
  }
}
.headerDropMenuArea .dropItemBox {
  display: flex;
  width: 560px;
}
@media (max-width: 1366px) {
  .headerDropMenuArea .dropItemBox {
    width: 100%;
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
  }
}
.headerDropMenuArea .dropItemBox .Img,
.headerDropMenuArea .dropItemBox .right {
  width: 50%;
}
@media (max-width: 640px) {
  .headerDropMenuArea .dropItemBox .Img,
.headerDropMenuArea .dropItemBox .right {
    width: 100%;
  }
}
.headerDropMenuArea .dropItemBox .Img img {
  display: block;
  width: 100%;
}
@media (max-width: 640px) {
  .headerDropMenuArea .dropItemBox .Img {
    display: none;
  }
}
.headerDropMenuArea .dropItemBox .right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 35px;
  background-color: #fff;
}
@media (max-width: 640px) {
  .headerDropMenuArea .dropItemBox .right {
    padding: 20px;
  }
}
.headerDropMenuArea .dropItemBox .title {
  margin-bottom: 8px;
  font-size: 28px;
  font-weight: 900;
  color: #3a3a3a;
  text-transform: uppercase;
}
.headerDropMenuArea .dropItemBox .text {
  line-height: 1.6;
  font-size: 14px;
  color: #6f6f6f;
}
.headerDropMenuArea .dropRightBox {
  display: flex;
  width: calc(100% - 560px);
  padding-left: 15px;
}
@media (max-width: 1366px) {
  .headerDropMenuArea .dropRightBox {
    justify-content: center;
    width: 100%;
    padding-left: 0;
    padding-top: 15px;
  }
}
@media (max-width: 1180px) {
  .headerDropMenuArea .dropRightBox {
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
  }
}
.headerDropMenuArea .dropMenuBox {
  width: 33.333%;
  overflow-y: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 1181px) {
  .headerDropMenuArea .dropMenuBox {
    height: 420px;
  }
}
@media (max-width: 1180px) {
  .headerDropMenuArea .dropMenuBox {
    width: 100%;
    max-height: 420px;
    padding-left: 0;
    padding-right: 0;
  }
}
.headerDropMenuArea .dropMenuBox::-webkit-scrollbar {
  -webkit-appearance: none;
}
.headerDropMenuArea .dropMenuBox::-webkit-scrollbar:vertical {
  width: 7px;
}
.headerDropMenuArea .dropMenuBox::-webkit-scrollbar:horizontal {
  height: 7px;
}
.headerDropMenuArea .dropMenuBox::-webkit-scrollbar-thumb {
  background-color: #1966a7;
  border-radius: 30px;
}
.headerDropMenuArea .dropMenuBox::-webkit-scrollbar-track {
  background-color: #b6b6b6;
  border-radius: 30px;
}
@media (max-width: 1180px) {
  .headerDropMenuArea .dropSubMenuBox {
    display: none;
  }
}

.dropMenuList {
  width: 100%;
}
.dropMenuList a {
  position: relative;
  display: block;
  font-size: 14px;
  color: #4a4a4a;
  padding-top: 12px;
  padding-right: 15px;
  padding-bottom: 12px;
  border-bottom: 1px solid #e1e1e1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.dropMenuList a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 0;
  height: 1px;
  background-color: #1966a7;
  transition: all 0.5s;
}
.dropMenuList a.hasSubMenu::after {
  content: "";
  position: absolute;
  right: 0;
  top: 13px;
  font-size: 16px;
  font-family: FontAwesome;
  color: #c8c8c8;
  transition: all 0.5s;
}
.dropMenuList a:hover, .dropMenuList a.current {
  color: #1966a7;
}
.dropMenuList a:hover::before, .dropMenuList a.current::before {
  width: 100%;
}
.dropMenuList a:hover::after, .dropMenuList a.current::after {
  color: #1966a7;
}
.dropMenuList ul {
  display: none;
}

.dropMenuSecondList a {
  padding-left: 15px;
}

@media (max-width: 1180px) {
  .dropMenuThirdList {
    background-color: rgba(0, 0, 0, 0.1);
  }
}
.dropMenuThirdList a {
  padding-left: 30px;
}

#dropMenuThirdBox a:hover, #dropMenuThirdBox a.current {
  color: #fff;
  padding-left: 15px;
  background-color: #1966a7;
}

/*menu*/
.menu {
  margin-left: -10px;
  margin-right: -10px;
  padding-left: 80px;
}
@media (max-width: 14000px) {
  .menu {
    padding-left: 20px;
  }
}
@media (max-width: 1300px) {
  .menu {
    margin-left: -5px;
    margin-right: -5px;
  }
}
.menu > li {
  position: relative;
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
}
@media (max-width: 1300px) {
  .menu > li {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media (max-width: 960px) {
  .menu > li {
    padding-left: 0;
    padding-right: 0;
  }
}
.menu > li > a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 10px;
  font-size: 17px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  height: 95px;
}
@media (max-width: 1420px) {
  .menu > li > a {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 1180px) {
  .menu > li > a {
    height: auto;
    padding: 10px;
  }
}
@media (max-width: 960px) {
  .menu > li > a {
    padding: 10px 5px;
  }
}
@media (max-width: 1280px) {
  .menu > li > a {
    font-size: 15px;
  }
}
.menu > li > a:hover {
  color: #1966a7;
}
.menu > li > a.current {
  color: #3a3a3a;
}
.menu .submenu {
  display: none;
  position: absolute;
  left: 50%;
  top: 100%;
  margin-left: -100px;
  z-index: 99;
  width: 200px;
  border-top: 1px solid #1966a7;
}
.menu .submenu li {
  position: relative;
}
.menu .submenu a {
  display: block;
  padding: 10px 20px;
  border-bottom: 1px solid #dadada;
  font-size: 15px;
  color: #666;
  background-color: rgba(255, 255, 255, 0.9);
}
.menu .submenu a.hasMenu {
  position: relative;
}
.menu .submenu a.hasMenu:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  font-size: 15px;
  font-family: FontAwesome;
  color: #666;
}
.menu .submenu a:hover {
  color: #fff;
  background-color: #1966a7;
}
.menu .submenu a:hover:before {
  color: #fff;
}
.menu .submenu2 {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  width: 200px;
}
.menu .submenu3 {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  width: 200px;
}

/*手機menu*/
.m_menu {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  display: block;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
@media (min-width: 841px) {
  .m_menu {
    display: none;
  }
}
.m_menu.default, .m_menu.active, .m_menu.bg {
  border-bottom-color: rgba(208, 208, 208, 0.3);
}
.m_menu.default .m_logo::after, .m_menu.active .m_logo::after, .m_menu.bg .m_logo::after {
  opacity: 1;
}
.m_menu.default .m_logo img, .m_menu.active .m_logo img, .m_menu.bg .m_logo img {
  opacity: 0;
}
.m_menu.default, .m_menu.bg {
  background-color: rgba(255, 255, 255, 0.94);
}
.m_menu.default .mobileMenuBtn, .m_menu.bg .mobileMenuBtn {
  background-color: #1966a7;
}
.m_menu .mask {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  display: none;
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  padding-bottom: 60px;
}
.m_menu .m_logo {
  position: relative;
  width: 83px;
}
.m_menu .m_logo::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/logo2.svg");
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0;
  transition: all 0.5s ease-in-out;
  pointer-events: none;
}
.m_menu .m_logo img {
  display: block;
  width: 100%;
  transition: all 0.5s ease-in-out;
}
.m_menu .mobileMenuBtn {
  position: relative;
  width: 70px;
  height: 70px;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}
.m_menu .mobileMenuBtn span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
  margin-top: -0.5px;
  width: 38px;
  height: 1px;
  background-color: transparent;
  transition: all 0.5s;
}
.m_menu .mobileMenuBtn span:before, .m_menu .mobileMenuBtn span:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
  transition: all 0.5s;
}
.m_menu .mobileMenuBtn span:before {
  top: -7px;
}
.m_menu .mobileMenuBtn span:after {
  bottom: -7px;
}
.m_menu .mobileMenuBtn.show {
  background-color: #1966a7;
}
.m_menu .mobileMenuBtn.show span {
  background-color: transparent;
}
.m_menu .mobileMenuBtn.show span:before {
  top: 0;
  transform: rotate(45deg);
}
.m_menu .mobileMenuBtn.show span:after {
  bottom: 0;
  transform: rotate(-45deg);
}
.m_menu .controlBox {
  position: relative;
  z-index: 99;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 70px;
  padding-left: 20px;
}

.searchBox {
  display: flex;
}
.searchBox input {
  width: 100%;
  height: 45px;
  padding: 0 15px;
  border: none;
  font-family: "微軟正黑體";
  background-color: #fafafa;
}
.searchBox a {
  flex-shrink: 0;
  display: block;
  width: 45px;
  height: 45px;
  line-height: 45px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  background-color: #1966a7;
}

.groupIconBox {
  display: flex;
}
.groupIconBox a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 37px;
  height: 37px;
  margin-left: 7px;
  border-radius: 50%;
  background-color: #1966a7;
  color: #fff;
  font-size: 20px;
}
.groupIconBox .count {
  position: absolute;
  right: -5px;
  top: -5px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background-color: #ffed52;
  font-size: 14px;
  color: #000;
}

.hideBox {
  /*手機menu內容*/
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 11;
  display: none;
  width: 100%;
  padding: 60px 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  background-color: rgba(248, 248, 248, 0.94);
}
.hideBox .sp {
  display: none;
  padding: 10px;
  font-size: 13px;
  color: #fff;
  background-color: #c80303;
}
.hideBox .languageBox {
  width: 100px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
}
.hideBox .languageStyle1 .subBox {
  display: none;
  padding-top: 0;
  position: relative;
  left: auto;
  margin: 0;
}
.hideBox .loginBox {
  text-align: center;
  margin-top: 10px;
}
.hideBox .loginBox .linkStyle {
  background-color: #1966a7;
  color: #fff;
}
.hideBox .groupIconBox {
  width: 100%;
  justify-content: center;
  margin-top: 20px;
}

.hideInnerBox {
  width: 100%;
  max-width: 400px;
  padding-top: 50px;
  margin-left: auto;
  margin-right: auto;
}
.hideInnerBox .languageStyle1 .subBox::before {
  content: "";
  position: absolute;
  top: -6px;
}

.nav a {
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: center;
  font-weight: 700;
  font-size: 25px;
  color: #3a3a3a;
  text-transform: uppercase;
}
.nav .submenu,
.nav .submenu2,
.nav .submenu3 {
  display: none;
}
.nav .submenu a {
  position: relative;
  display: block;
  font-size: 14px;
  color: #4a4a4a;
  padding-top: 12px;
  padding-right: 15px;
  padding-bottom: 12px;
  border-bottom: 1px solid #e1e1e1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.nav .submenu a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 0;
  height: 1px;
  background-color: #1966a7;
  transition: all 0.5s;
}
.nav .submenu a.hasMenu::after {
  content: "";
  position: absolute;
  right: 0;
  top: 13px;
  font-size: 16px;
  font-family: FontAwesome;
  color: #c8c8c8;
  transition: all 0.5s;
}
.nav .submenu a:hover, .nav .submenu a.current {
  color: #1966a7;
}
.nav .submenu a:hover::before, .nav .submenu a.current::before {
  width: 100%;
}
.nav .submenu a:hover::after, .nav .submenu a.current::after {
  color: #1966a7;
}
.nav .submenu2 > li > a {
  background-color: rgba(0, 0, 0, 0.1);
}
.nav .submenu3 a {
  background-color: rgba(0, 0, 0, 0.05);
}

/*****banner******/
.bannerArea {
  position: relative;
  z-index: 5;
}
.bannerArea .wrap {
  width: 100%;
  max-width: 100%;
  padding: 0;
}
.bannerArea .bannerBox img {
  display: block;
  width: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.bannerArea .bannerItem {
  position: relative;
}
.bannerArea .bannerLink {
  display: block;
}
.bannerArea .bannerInsText {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.16);
  color: #fff;
}
.bannerArea .bannerInsText .title1 {
  font-size: 50px;
  font-weight: 700;
  letter-spacing: 0.02em;
}
@media (max-width: 1180px) {
  .bannerArea .bannerInsText .title1 {
    font-size: 58px;
  }
}
@media (max-width: 767px) {
  .bannerArea .bannerInsText .title1 {
    font-size: 35px;
  }
}
.bannerArea .bannerInsText .title2 {
  font-size: 27px;
}
@media (max-width: 1180px) {
  .bannerArea .bannerInsText .title2 {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .bannerArea .bannerInsText .title2 {
    font-size: 18px;
  }
}
.bannerArea.ins .bannerBox img {
  min-height: 100px;
  object-fit: cover;
}

/*頁尾資訊*/
footer {
  position: relative;
  z-index: 0;
  margin-top: 200px;
}
@media (max-width: 1180px) {
  footer {
    margin-top: 100px;
  }
}
footer.noBg {
  margin-top: 0;
}
footer .wrap {
  display: flex;
}
@media (max-width: 1180px) {
  footer .wrap {
    flex-wrap: wrap;
  }
}
footer .topBox {
  position: relative;
  z-index: 1;
}
footer .topBox::before {
  content: "";
  position: absolute;
  left: 0;
  top: -80px;
  width: 100%;
  height: 80px;
  background-image: url("../images/footerTopBg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
}
footer .topBox::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -2;
  width: 100%;
  height: 750px;
  background-image: url("../images/footerBg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  pointer-events: none;
}
footer .topBox .insBox {
  position: relative;
  z-index: 1;
  padding-top: 50px;
  padding-bottom: 110px;
  background-color: rgba(20, 20, 20, 0.92);
}
@media (max-width: 1180px) {
  footer .topBox .insBox {
    padding-bottom: 50px;
  }
}
@media (max-width: 480px) {
  footer .topBox .insBox {
    padding-bottom: 20px;
  }
}
footer .topBox .leftItemBox {
  width: 360px;
}
@media (max-width: 1180px) {
  footer .topBox .leftItemBox {
    width: 100%;
    padding-bottom: 30px;
  }
}
footer .topBox .centerItemBox {
  width: calc(100% - 360px - 170px);
  padding-left: 45px;
  padding-right: 20px;
}
@media (max-width: 1280px) {
  footer .topBox .centerItemBox {
    padding-left: 20px;
  }
}
@media (max-width: 1180px) {
  footer .topBox .centerItemBox {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 30px;
  }
}
footer .topBox .rightItemBox {
  width: 170px;
}
@media (max-width: 1180px) {
  footer .topBox .rightItemBox {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
}
footer .topBox .rightItemBox a {
  display: block;
  width: 100%;
  margin-bottom: 12px;
  text-align: center;
}
@media (max-width: 1180px) {
  footer .topBox .rightItemBox a {
    display: inline-block;
    width: auto;
    margin-right: 12px;
  }
}
@media (max-width: 480px) {
  footer .topBox .rightItemBox a {
    width: 100%;
    margin-right: 0;
  }
}
@media (max-width: 480px) {
  footer .topBox .rightItemBox .loginBox {
    width: 100%;
  }
}
footer .topBox .logo {
  width: 172px;
  margin-left: 10px;
  margin-bottom: 25px;
}
@media (max-width: 480px) {
  footer .topBox .logo {
    width: 100px;
  }
}
footer .topBox .logo img {
  display: block;
  width: 100%;
}
footer .topBox .footerInformation {
  font-size: 15px;
  line-height: 1.8;
  color: #b1b1b1;
}
footer .topBox .footerInformation a {
  color: #b1b1b1;
}
footer .topBox .footerInformation a:hover {
  color: #fff;
}
footer .bottomBox {
  position: relative;
  z-index: 2;
  background-color: #0e0e0e;
}
footer .bottomBox .wrap {
  padding-top: 25px;
  padding-bottom: 25px;
  align-items: center;
}
@media (max-width: 767px) {
  footer .bottomBox .wrap {
    flex-wrap: wrap;
  }
}
footer .bottomBox .leftItemBox {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  footer .bottomBox .leftItemBox {
    width: 100%;
    padding-bottom: 20px;
  }
}
@media (max-width: 440px) {
  footer .bottomBox .leftItemBox {
    flex-wrap: wrap;
  }
}
footer .bottomBox .copyright {
  margin-left: auto;
}
@media (max-width: 767px) {
  footer .bottomBox .copyright {
    margin-left: 0;
  }
}
footer .bottomBox .languageBox {
  margin-right: 15px;
}
@media (max-width: 440px) {
  footer .bottomBox .languageBox {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
}

.footerLinkList {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.footerLinkList li {
  flex: auto;
  max-width: 250px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px;
}
@media (max-width: 1180px) {
  .footerLinkList li {
    flex-basis: 25%;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .footerLinkList li {
    flex-basis: 100%;
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .footerLinkList h3 {
    margin-bottom: 8px;
  }
}
.footerLinkList h3 a {
  position: relative;
  display: block;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 18px;
  color: #fff;
}
@media (max-width: 767px) {
  .footerLinkList h3 a {
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #333;
  }
}
.footerLinkList h3 a::after {
  content: "";
  position: absolute;
  right: 0;
  top: 17px;
  font-family: FontAwesome;
  transition: all 0.5s ease-in-out;
}
@media (min-width: 768px) {
  .footerLinkList h3 a::after {
    display: none;
  }
}
.footerLinkList h3 a.open::after {
  transform: rotate(180deg);
}
@media (min-width: 768px) {
  .footerLinkList .Txt {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .footerLinkList .Txt {
    display: none;
  }
}
.footerLinkList .Txt a {
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 15px;
  color: #b1b1b1;
}
.footerLinkList .Txt a:hover {
  color: #fff;
}

.copyright {
  display: flex;
  flex-wrap: wrap;
  font-size: 13px;
  color: #626262;
}
.copyright a {
  color: #626262;
}
.copyright a:hover {
  color: #fff;
}

/*--手機快捷選單--*/
.fixedQuickLink {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 5;
  width: 100%;
  background-color: #000;
}
@media (min-width: 1181px) {
  .fixedQuickLink {
    display: none;
  }
}
.fixedQuickLink ul {
  display: flex;
}
.fixedQuickLink li {
  flex: 1;
}
.fixedQuickLink li:not(:last-child) {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.fixedQuickLink a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 55px;
  font-size: 13px;
  color: #fff;
}
.fixedQuickLink i {
  margin-bottom: 5px;
}

/*share*/
.social {
  display: inline-block;
  vertical-align: middle;
  width: 50%;
  margin-right: -4px;
}
@media (max-width: 480px) {
  .social {
    width: 100%;
  }
}
.social a {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  margin: 0 5px;
  font-size: 19px;
  color: #929292;
  text-align: center;
}
.social a:hover {
  opacity: 0.8;
}

/*********內頁**********/
/**********************/
.mainArea {
  position: relative;
  z-index: 1;
  padding: 30px 0;
}
.mainArea.noPadding {
  padding: 0;
}

.dotsBox {
  width: 100%;
}
.dotsBox.center {
  text-align: center;
}
.dotsBox.right {
  text-align: right;
}

.dots li {
  display: inline-block;
  margin-right: 5px;
  margin-left: 5px;
}
.dots li.slick-active button {
  background: #1966a7;
}
.dots li.slick-active button::before {
  opacity: 0;
}
.dots li button {
  position: relative;
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: none;
  background: none;
  font-size: 0;
  line-height: 0;
  padding: 0;
  text-indent: -9999px;
  cursor: pointer;
}
.dots li button::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #9e9e9e;
  transition: all 0.5s;
}
.dots li button:focus {
  outline: none;
}
.dots.white li.slick-active button {
  background: #fff;
}
.dots.white li.slick-active button::before {
  opacity: 0;
}

.titleBox {
  position: relative;
  margin-bottom: 30px;
  text-align: center;
}
.titleBox h2 {
  font-weight: 400;
  font-size: 20px;
  letter-spacing: 0.05em;
}
.titleBox em {
  font-weight: 300;
  font-size: 38px;
  font-family: "Raleway", "微軟正黑體", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.titleBoxStyle1 .boxTitle {
  color: #3a3a3a;
  font-size: 76px;
  font-weight: 700;
  text-transform: uppercase;
}
@media (max-width: 1180px) {
  .titleBoxStyle1 .boxTitle {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .titleBoxStyle1 .boxTitle {
    font-size: 47px;
  }
}
.titleBoxStyle1 .textBox {
  display: flex;
}
@media (max-width: 480px) {
  .titleBoxStyle1 .textBox {
    flex-direction: column;
  }
}
.titleBoxStyle1 .textTitle {
  flex-shrink: 0;
  font-weight: 700;
  font-size: 38px;
  color: #1966a7;
  text-transform: uppercase;
  line-height: 1;
  padding-right: 30px;
}
@media (max-width: 767px) {
  .titleBoxStyle1 .textTitle {
    font-size: 25px;
  }
}
@media (max-width: 480px) {
  .titleBoxStyle1 .textTitle {
    padding-right: 0;
    padding-bottom: 10px;
  }
}
.titleBoxStyle1 .text {
  line-height: 1.6;
  font-weight: 500;
  font-family: "Spartan", sans-serif;
  font-size: 14px;
  color: #6f6f6f;
}

.textContentBox .title {
  margin-bottom: 15px;
  font-weight: 700;
  font-size: 27px;
  color: #3a3a3a;
}
.textContentBox .text {
  font-family: "Spartan", sans-serif;
  font-size: 15px;
  color: #000;
  line-height: 1.8;
}

.dateBox {
  font-weight: 700;
  color: #1966a7;
}
@media (max-width: 480px) {
  .dateBox {
    display: flex;
  }
}
.dateBox .dateTop,
.dateBox .dateBottom {
  width: 100%;
  text-align: center;
}
@media (max-width: 480px) {
  .dateBox .dateTop,
.dateBox .dateBottom {
    width: auto;
  }
}
.dateBox .dateTop {
  font-size: 41px;
}
@media (max-width: 480px) {
  .dateBox .dateTop {
    font-size: 13px;
  }
  .dateBox .dateTop::after {
    content: ",";
  }
}
.dateBox .dateBottom {
  font-size: 13px;
}

.bread {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  text-align: right;
  color: #9c9c9c;
  margin-bottom: 50px;
  z-index: 4;
}
@media (max-width: 1180px) {
  .bread {
    justify-content: flex-start;
  }
}
@media (max-width: 480px) {
  .bread {
    margin-bottom: 30px;
  }
}
.bread a {
  font-size: 13px;
  color: #9c9c9c;
}
.bread a:hover {
  color: #1966a7;
}
.bread a:not(:last-child)::after {
  content: " > ";
  padding-right: 5px;
  padding-left: 5px;
}
.articleTitle {
  /*文章標題*/
  clear: both;
  margin-bottom: 25px;
  padding: 10px;
  border-bottom: 1px dashed #d6d6d6;
  font-weight: 400;
  font-size: 20px;
  color: #061540;
}

table.breakpoint > tbody > tr > td.expand {
  cursor: pointer;
  background: url("../images/plus.png") no-repeat 5px center;
  padding-left: 40px;
}

/*類別*/
.classRowBox {
  position: relative;
  z-index: 6;
  margin-bottom: 30px;
  padding: 20px 0;
}
@media (min-width: 1181px) {
  .classRowBox .pcHide {
    display: none;
  }
}
.classRowBox > ul {
  justify-content: center;
  flex-wrap: wrap;
  display: flex;
}
@media (max-width: 1180px) {
  .classRowBox > ul {
    display: none;
  }
}
.classRowBox > ul li {
  margin-bottom: 10px;
  margin-right: 15px;
}
.classRowBox > ul a {
  display: block;
  padding: 10px 15px;
  font-size: 13px;
  color: #000;
  background-color: #f0f0f0;
  letter-spacing: 2px;
  text-align: center;
  border-radius: 30px;
}
.classRowBox > ul a.current, .classRowBox > ul a:hover {
  color: #fff;
  background-color: #1966a7;
}

.classColumnBox {
  position: relative;
  z-index: 3;
}
@media (max-width: 1180px) {
  .classColumnBox > ul {
    display: none;
  }
}
.classColumnBox > ul > li > a {
  padding-top: 13px;
  padding-bottom: 13px;
  font-size: 16px;
  color: #6f6f6f;
  border-bottom: 1px solid #cecece;
}
.classColumnBox > ul > li > a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0;
  height: 1px;
  background-color: #1966a7;
  transition: all 0.5s ease-in-out;
}
.classColumnBox > ul > li > a.current {
  color: #1966a7;
}
.classColumnBox > ul > li > a.current::after {
  width: 100%;
}
.classColumnBox > ul ul {
  display: none;
  margin-bottom: 30px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.classColumnBox > ul ul li + li {
  border-top: 1px solid #ccc;
}
.classColumnBox > ul a {
  position: relative;
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
  color: #777;
}
.classColumnBox > ul a.current, .classColumnBox > ul a:hover {
  color: #1966a7;
}
.classColumnBox > ul dl dt {
  border-bottom: 1px solid #ccc;
}
.classColumnBox > ul dl a {
  padding-left: 20px;
}
.classColumnBox > ul .linkHasItems.open + ul {
  display: block;
}
.classColumnBox > ul .linkHasItems.open + ul > li {
  animation: 0.5s aniSlideLeft both ease-out 0.3s;
}

.mClassLink {
  position: relative;
  z-index: 3;
}
@media (min-width: 1181px) {
  .mClassLink {
    display: none;
  }
}
.mClassLink.open > ul {
  display: block;
}
.mClassLink .main {
  position: relative;
  display: block;
  font-size: 16px;
  padding: 10px 30px 10px 10px;
  color: #fff;
  letter-spacing: 1px;
  cursor: pointer;
  background-color: #1966a7;
}
.mClassLink .main::before {
  content: "";
  position: absolute;
  right: 15px;
  top: 50%;
  z-index: 1;
  margin-top: -6px;
  line-height: 1;
  font-size: 15px;
  color: #fff;
  font-family: FontAwesome;
}
.mClassLink > ul {
  position: absolute;
  left: 0;
  top: calc(100% - 1px);
  z-index: 1;
  display: none;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  max-height: 50vh;
  overflow-y: auto;
}
.mClassLink > ul > li + li {
  border-top: 1px solid #f2f2f2;
}
.mClassLink > ul > li.current > a {
  color: #1966a7;
}
.mClassLink > ul a {
  position: relative;
  z-index: 1;
  display: block;
  padding: 14px 20px;
  color: #000;
  font-size: 14px;
  background-color: #fff;
}
.mClassLink ul {
  display: none;
}
.mClassLink .linkHasItems {
  position: relative;
  padding-right: 40px;
}
.mClassLink .linkHasItems::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 17px;
  z-index: 1;
  line-height: 1;
  margin-top: -7px;
  font-family: FontAwesome;
}
.mClassLink .linkHasItems.open::after {
  transform: rotateX(180deg);
}
.mClassLink .linkHasItems.open + ul {
  display: block;
}
.mClassLink .linkHasItems + ul {
  background-color: #efefef;
}
.mClassLink .linkHasItems + ul a {
  padding: 10px 5px 10px 30px;
  background-color: #efefef;
}
.mClassLink .linkHasItems + ul a.current {
  color: #1966a7;
}
.mClassLink dt a {
  padding: 5px 20px 5px 35px;
}

.pageBox {
  position: relative;
  width: 100%;
  text-align: center;
  margin: 20px 0 0;
  font-size: 0;
}
.pageBox .btn,
.pageBox .num,
.pageBox .text {
  margin: 0 3px;
  font-size: 13px;
  display: inline-block;
  vertical-align: top;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 5px;
  color: #3a3a3a;
  background-color: #f2f2f2;
}
.pageBox .btn,
.pageBox .num {
  width: 40px;
}
.pageBox .text {
  padding-left: 8px;
  padding-right: 8px;
  box-sizing: border-box;
}
@media (max-width: 480px) {
  .pageBox .text {
    display: none;
  }
}

.pageBox a:hover,
.pageBox a.current {
  background-color: #1966a7;
  color: #fff;
}

.pageBox .btn {
  background-color: #f2f2f2;
  font-size: 15px;
}

/*標籤*/
.tagBox {
  padding: 20px 0;
}
.tagBox b {
  display: inline-block;
  margin-right: 10px;
}
.tagBox ul {
  display: inline-block;
}
.tagBox li {
  display: inline-block;
  margin-bottom: 5px;
}
.tagBox a {
  position: relative;
  display: block;
  margin: 0 3px;
  padding: 5px 10px;
  border: 1px solid #1966a7;
  font-size: 13px;
  color: #1966a7;
}
.tagBox a:hover {
  color: #fff;
  background-color: #1966a7;
}
.tagBox a.current {
  color: #fff;
  background-color: #1966a7;
}
.tagBox a.current:before {
  content: "";
  margin-right: 5px;
  font-family: FontAwesome;
  font-size: 12px;
}

/*側邊標題字*/
.sectionTitle {
  position: relative;
  margin-bottom: 30px;
  padding-left: 23px;
  font-size: 32px;
  font-weight: 900;
  color: #1966a7;
  text-transform: uppercase;
  line-height: 1;
}
.sectionTitle::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 7px;
  height: 100%;
  background-color: #1966a7;
}

/******頁籤*******/
.tab {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
@media (max-width: 1180px) {
  .tab {
    margin-bottom: 25px;
  }
}
.tab li {
  position: relative;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 50px;
  padding-right: 50px;
}
@media (max-width: 960px) {
  .tab li {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .tab li {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.tab li:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -8.5px;
  width: 1px;
  height: 17px;
  background-color: #d0d0d0;
}
.tab a {
  position: relative;
  display: inline-block;
  padding: 10px 30px;
  font-weight: 700;
  font-size: 21px;
  color: #3a3a3a;
  border-radius: 30px;
  border: 2px solid transparent;
  box-sizing: border-box;
}
@media (max-width: 1180px) {
  .tab a {
    font-size: 14px;
    padding: 8px 15px;
  }
}
@media (max-width: 767px) {
  .tab a {
    font-size: 12px;
  }
}
.tab a:hover {
  border-color: #1966a7;
}
.tab a.current {
  color: #fff;
  background-color: #1966a7;
}

.tabTitle {
  margin-bottom: 50px;
  font-weight: 900;
  font-size: 45px;
  color: #3a3a3a;
  text-align: center;
}
@media (max-width: 1023px) {
  .tabTitle {
    margin-bottom: 20px;
    font-size: 32px;
  }
}

.tabContent {
  padding: 20px 0;
}
.tabContent > li {
  display: none;
}
.tabContent .textEditor {
  margin: 0;
}
.tabContent .sectionTitle {
  display: none;
}

/*側邊_menu*/
.side_menu {
  margin-bottom: 50px;
}
.side_menu li {
  position: relative;
  border-bottom: 1px solid #e1e1e1;
}
.side_menu li > a {
  display: block;
  padding: 10px 15px;
  font-size: 14px;
}
.side_menu li > a.current {
  color: #fff;
  background-color: #8c8c8c;
}
.side_menu li > a b {
  margin-left: 10px;
  font-weight: 400;
  font-size: 13px;
  color: #808080;
}
.side_menu dl {
  padding-left: 25px;
}
.side_menu dl a {
  display: block;
  padding: 10px 15px;
  font-size: 14px;
}
.side_menu dl a.current {
  color: #000;
  text-decoration: underline;
}

/*側邊_相簿*/
.side_album {
  margin-top: 30px;
  margin-bottom: 30px;
  margin-right: -10px;
}
.side_album li {
  float: left;
  width: 33.33%;
  padding: 0 10px 10px 0;
}
.side_album a {
  display: block;
  box-shadow: 2px 2px 5px #c3c3c3;
}
.side_album a img {
  display: block;
  width: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

/*側邊_線上訂房*/
.side_booking {
  margin-bottom: 30px;
}
.side_booking a {
  display: block;
  border-radius: 4px;
  box-shadow: 0 1px 1px #8d2121;
  font-weight: bold;
  font-size: 25px;
  color: #fff;
  background-color: #f05b8f;
}
.side_booking a i {
  display: inline-block;
  font-size: 28px;
  padding: 10px 15px;
  margin-right: 15px;
  border-right: 1px solid #d33434;
  box-shadow: 1px 0 #f38a8a;
}
.side_booking a:hover {
  box-shadow: inset 0 3px 3px #8d2121;
}

/*側邊_聯絡資訊*/
.side_contactInfo li {
  margin-bottom: 20px;
}
.side_contactInfo a {
  display: inline-flex;
  align-items: center;
  font-size: 16px;
  color: #414141;
}
.side_contactInfo i {
  display: inline-block;
  vertical-align: middle;
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin-right: 8px;
  background-color: #1966a7;
  border-radius: 50%;
  font-size: 20px;
  color: #fff;
  text-align: center;
}
.side_contactInfo b {
  display: inline-block;
  vertical-align: middle;
  font-weight: 400;
}

/*側邊_房型*/
.side_room {
  margin-bottom: 50px;
}
.side_room .Img img {
  display: block;
  width: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.side_room .Txt {
  margin-top: 5px;
}
.side_room .Txt p {
  max-height: 100px;
  font-size: 13px;
  color: #858383;
  line-height: 1.8;
  overflow: hidden;
}
.side_room h3 a {
  font-size: 16px;
  font-weight: 400;
}

/*側邊_分享*/
.side_share {
  display: none;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .side_share {
    display: block;
    margin-bottom: 30px;
  }
}
.side_share a {
  display: block;
  width: 100%;
  margin-top: 5px;
  padding: 15px 10px;
  border-radius: 4px;
  font-weight: bold;
  font-size: 13px;
  line-height: 1;
  color: #fff;
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
  text-align: center;
}
.side_share i {
  padding-right: 5px;
  font-size: 18px;
}
.side_share .line {
  box-shadow: 0 0 0 1px #22a00b;
  border-top: 1px solid #e1ffa9;
  background: #a7e732;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjYTdlNzMyIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMzUlIiBzdG9wLWNvbG9yPSIjMWZiNTBlIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
  background: linear-gradient(135deg, #a7e732 0%, #1fb50e 35%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#a7e732", endColorstr="#1fb50e", GradientType=1);
}
.side_share .fb {
  box-shadow: 0 0 0 1px #235c9b;
  border-top: 1px solid #8DCFF5;
  background: #5da0ea;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzVkYTBlYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzZDhjZTYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, #5da0ea 0%, #3d8ce6 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#5da0ea", endColorstr="#3d8ce6", GradientType=0);
  /* IE6-8 */
}

/*側邊_其他相關訊息*/
.side_news {
  margin: 30px 0;
}
.side_news ul {
  margin-top: 20px;
}
.side_news li {
  margin-bottom: 25px;
}
.side_news .Img {
  float: left;
  width: 60px;
  margin-right: 12px;
  overflow: hidden;
}
.side_news .Img img {
  display: block;
  height: 60px;
}
.side_news .Txt {
  overflow: hidden;
}
.side_news .Txt a {
  display: block;
  font-size: 14px;
  line-height: 1.5;
  font-weight: bold;
}
.side_news .Txt a:hover {
  text-decoration: underline;
}
.side_news .Txt b {
  display: block;
  margin-top: 5px;
  font-weight: 400;
  font-size: 12px;
  color: #999;
}

/*--title--*/
.titleStyle1 {
  padding-bottom: 10px;
  font-weight: 400;
  font-size: 24px;
  color: #000;
  text-align: center;
  letter-spacing: 0.05em;
}

.titleStyle2 .point {
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 700;
  color: #1966a7;
}
.titleStyle2 .title {
  font-weight: 700;
  font-size: 60px;
  color: #3a3a3a;
  text-transform: uppercase;
  line-height: 1;
}
@media (max-width: 767px) {
  .titleStyle2 .title {
    font-size: 40px;
  }
}
.titleStyle2 .text {
  padding-top: 15px;
  line-height: 1.8;
  font-size: 15px;
  color: #6f6f6f;
}
.titleStyle2.center {
  text-align: center;
}
.titleStyle2.white .point,
.titleStyle2.white .title,
.titleStyle2.white .text {
  color: #fff;
}

.titleStyle3 {
  margin-bottom: 50px;
}
.titleStyle3 .title {
  margin-bottom: 15px;
  font-size: 45px;
  font-weight: 900;
  color: #3a3a3a;
  text-transform: uppercase;
}
.titleStyle3 .text {
  line-height: 1.8;
  font-size: 16px;
  color: #6f6f6f;
}
.titleStyle3.center {
  text-align: center;
}

.titleStyle4 .title {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 15px;
  font-size: 45px;
  font-weight: 900;
  color: #3a3a3a;
}
@media (max-width: 480px) {
  .titleStyle4 .title {
    font-size: 38px;
  }
}
.titleStyle4 .title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -15px;
  width: 30px;
  height: 2px;
  background-color: #1966a7;
}
.titleStyle4.center {
  text-align: center;
}

.editorItemTitle {
  margin-bottom: 15px;
  font-weight: 700;
  font-size: 22px;
  color: #3a3a3a;
}

.editorItemText {
  font-size: 15px;
  line-height: 1.8;
  color: #6f6f6f;
}

.linkStyle {
  display: inline-block;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50px;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
  padding: 8px 20px;
}
.linkStyle .iconMember {
  width: 16px;
  height: 15px;
  color: #fff;
  transition: all 0.5s ease-in-out;
}
.linkStyle:hover {
  color: #fff;
  background-color: #1966a7;
  border-color: transparent;
}

.circleCardList {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-left: -20px;
  margin-right: -20px;
}
.circleCardList li {
  display: flex;
  justify-content: center;
  width: 25%;
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 1180px) {
  .circleCardList li {
    width: 33.333%;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .circleCardList li {
    width: 50%;
  }
}
@media (max-width: 540px) {
  .circleCardList li {
    width: 100%;
  }
}
.circleCardList .item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  border: 3px solid #bdedff;
  background-color: #fff;
}
.circleCardList .no {
  position: absolute;
  right: 0;
  top: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  font-weight: 900;
  font-style: italic;
  font-size: 24px;
  color: #fff;
  border-radius: 50%;
  background-color: #92daff;
}
.circleCardList .Img {
  width: 85px;
  height: 85px;
}
.circleCardList .Img img {
  display: block;
  width: 100%;
}
.circleCardList .title {
  padding-left: 30px;
  padding-right: 30px;
  font-weight: 700;
  font-size: 24px;
  color: #1966a7;
  text-align: center;
}
.circleCardList.card5 li {
  width: 20%;
}
@media (max-width: 1180px) {
  .circleCardList.card5 li {
    width: 33.333%;
    margin-bottom: 20px;
  }
}
@media (max-width: 700px) {
  .circleCardList.card5 li {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .circleCardList.card5 li {
    width: 100%;
  }
}
.circleCardList.small {
  margin-left: -25px;
  margin-right: -25px;
}
.circleCardList.small li {
  padding-left: 25px;
  padding-right: 25px;
}
.circleCardList.small .no {
  width: 40px;
  height: 40px;
  font-size: 20px;
}
.circleCardList.small .item {
  width: 175px;
  height: 175px;
}
.circleCardList.small .Img {
  width: 70px;
  height: 70px;
}
.circleCardList.small .title {
  font-size: 20px;
}

.albumCardList {
  display: flex;
  flex-wrap: wrap;
  margin-left: -17px;
  margin-right: -17px;
}
@media (max-width: 1180px) {
  .albumCardList {
    margin-left: -10px;
    margin-right: -10px;
  }
}
.albumCardList li {
  width: 33.333%;
  padding-left: 17px;
  padding-right: 17px;
  margin-bottom: 34px;
}
@media (max-width: 1180px) {
  .albumCardList li {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
  }
}
@media (max-width: 960px) {
  .albumCardList li {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .albumCardList li {
    width: 100%;
  }
}
.albumCardList .Img {
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
}
.albumCardList .Img img {
  display: block;
  width: 100%;
}

.languageStyle1 {
  position: relative;
}
.languageStyle1 .main {
  display: flex;
  align-items: center;
  line-height: 1;
  padding: 10px;
}
.languageStyle1 .main .text {
  margin-left: 7px;
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  transition: all 0.5s ease-in-out;
}
.languageStyle1 .iconEarth {
  width: 15px;
  height: 15px;
  color: #fff;
  transition: all 0.5s ease-in-out;
}
.languageStyle1 .subBox {
  position: absolute;
  left: 50%;
  margin-left: -50px;
  top: 100%;
  width: 100px;
  text-align: center;
  padding-top: 10px;
  letter-spacing: 0.05em;
}
.languageStyle1 .subBox::before {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 6px solid rgba(25, 102, 167, 0.9);
  top: 4px;
  left: 50%;
  margin-left: -2px;
}
@media (min-width: 841px) {
  .languageStyle1 .subBox {
    transform: translateY(15px);
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    transition: all 0.5s ease-in-out;
  }
}
.languageStyle1 .subBox a {
  display: block;
  padding: 5px 10px;
  margin-bottom: 1px;
  background-color: rgba(25, 102, 167, 0.9);
  color: #fff;
}
.languageStyle1 .subBox a:hover {
  background-color: #1966a7;
}
.languageStyle1.show .subBox {
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}
.languageStyle1.dark .iconEarth {
  color: #3a3a3a;
}
.languageStyle1.dark .text {
  color: #3a3a3a;
}
.languageStyle1.dark .subBox a {
  background-color: #1966a7;
  color: #fff;
}
.languageStyle1.center .main {
  width: 100%;
  justify-content: center;
}

.languageStyle2 {
  position: relative;
}
.languageStyle2 .main {
  display: flex;
  align-items: center;
}
.languageStyle2 .iconEarth {
  width: 15px;
  height: 15px;
  margin-right: 7px;
  color: #fff;
}
.languageStyle2 .text {
  font-size: 15px;
  font-weight: 700;
  color: #fff;
}
.languageStyle2 .subBox {
  position: absolute;
  left: 50%;
  margin-left: -50px;
  top: 100%;
  width: 100px;
  text-align: center;
  padding-top: 10px;
  letter-spacing: 0.05em;
  transform: translateY(15px);
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  transition: all 0.5s ease-in-out;
}
.languageStyle2 .subBox a {
  display: block;
  padding: 5px 10px;
  margin-bottom: 1px;
  background-color: rgba(255, 255, 255, 0.5);
  color: #000;
}
.languageStyle2 .subBox a:hover {
  background-color: white;
}
.languageStyle2.show .subBox {
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}
.languageStyle2.top .subBox {
  top: auto;
  bottom: 100%;
  padding-top: 0;
  transform: translateY(15px);
}
.languageStyle2.top.show .subBox {
  transform: translateY(0);
}

ul.dotStyle li {
  position: relative;
  padding-left: 20px;
  font-size: 15px;
  line-height: 1.8;
  color: #6f6f6f;
}
ul.dotStyle li::before {
  content: "";
  position: absolute;
  left: 5px;
  top: 12px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #1966a7;
}

/*--arrow--*/
.arrowStyle1 {
  position: absolute;
  top: 50%;
  margin-top: -20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid #c8c8c8;
  color: #c8c8c8;
  font-size: 24px;
}
.arrowStyle1::before {
  font-family: FontAwesome;
}
.arrowStyle1:hover {
  background-color: #c8c8c8;
  color: #000;
}
.arrowStyle1.prevArrow {
  left: -80px;
}
.arrowStyle1.prevArrow::before {
  content: "";
}
.arrowStyle1.nextArrow {
  right: -80px;
}
.arrowStyle1.nextArrow::before {
  content: "";
}
.arrowStyle1.shadow {
  background-color: #fff;
  box-shadow: 0px 2px 21px 0px rgba(0, 0, 0, 0.08);
}
.arrowStyle1.noPosition {
  position: relative;
  top: auto;
  margin-top: auto;
}
.arrowStyle1.noPosition.prevArrow {
  left: auto;
}
.arrowStyle1.noPosition.nextArrow {
  right: auto;
}
.arrowStyle1.slick-disabled {
  opacity: 0.5;
}

/*--button--*/
.btn1.center {
  text-align: center;
}
.btn1.full a {
  width: 100%;
}
.btn1 a {
  position: relative;
  z-index: 1;
  display: inline-block;
  min-width: 190px;
  text-align: center;
  padding: 13px 30px;
  font-size: 14px;
  letter-spacing: 0.01em;
  color: #fff;
  background-color: #0e0e0e;
  border: 1px solid #0e0e0e;
}
.btn1 a::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  width: 0;
  height: 100%;
  background-color: #1966a7;
  transition: all 0.4s ease-in-out;
}
.btn1 a:hover {
  border-color: #1966a7;
}
.btn1 a:hover::after {
  right: auto;
  left: 0;
  width: 100%;
}
.btn1 a.white {
  background-color: #fff;
  border: 1px solid #68a9b1;
  color: #68a9b1;
}
.btn1 a.white::after {
  background-color: #68a9b1;
}
.btn1 a.white:hover {
  color: #fff;
}

.btn2.center {
  text-align: center;
}
.btn2 a {
  position: relative;
  display: inline-block;
  padding: 15px 65px 15px 35px;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  background-color: #1966a7;
  border-radius: 50px;
/*  box-shadow: 0px 2px 13px 0px rgba(0, 0, 0, 0.24);*/
}
.btn2 a::after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -2.5px;
  right: 20px;
  width: 26px;
  height: 5px;
  background-image: url("../images/arrow.png");
  background-repeat: no-repeat;
  background-size: contain;
}
.btn2 a:hover {
  background-color: #000;
}
.btn2 a.clearIcon::after {
  margin-top: -11.5px;
  width: 24px;
  height: 23px;
  background-image: url("../images/clear.png");
}
.btn2 a.dark {
  background-color: #5d5d5d;
}
.btn2 a.dark:hover {
  background-color: #000;
}

.btn3 a {
  display: inline-block;
  padding: 14px 60px;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  box-shadow: 0px 2px 13px 0px rgba(0, 0, 0, 0.24);
  background-color: #46929F;
  border-radius: 50px;
}
.btn3 a.dark {
  background-color: #1966a7;
}
.btn3 a.dark:hover {
  background-color: #000;
}

.videoBtn {
  text-align: center;
}
.videoBtn .play:hover .circle svg {
  animation-play-state: running;
}
.videoBtn .text {
  display: block;
  width: 100%;
  padding-top: 10px;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: #1966a7;
  letter-spacing: 0.56em;
  transform: translateX(5px);
}
.videoBtn .circle {
  position: relative;
  display: inline-block;
  width: 85px;
  height: 85px;
  border-radius: 50%;
}
.videoBtn .circle::before, .videoBtn .circle::after {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.videoBtn .circle::before {
  content: "";
  z-index: 2;
  font-family: FontAwesome;
  font-size: 14px;
  color: #fff;
}
.videoBtn .circle::after {
  content: "";
  width: 47px;
  height: 47px;
  border-radius: 50%;
  background-color: #1966a7;
}
.videoBtn .circle svg {
  position: absolute;
  left: 0;
  top: 0;
  transform-origin: center center;
  width: 85px;
  height: 85px;
  fill: transparent;
  stroke: #1966a7;
  stroke-linecap: round;
  stroke-dasharray: 2 6;
  animation: 5s videoRoate infinite linear;
  animation-play-state: paused;
}
.videoBtn.row {
  width: 170px;
  text-align: left;
}
.videoBtn.row .play {
  display: flex;
  align-items: center;
}
.videoBtn.row .text {
  padding-left: 10px;
}
.videoBtn.row .circle {
  flex-shrink: 0;
}

@keyframes videoRoate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.circlePlusBtn {
  position: absolute;
  right: 0;
  top: 0;
  width: 37px;
  height: 37px;
  border-radius: 50%;
  background-color: #1966a7;
  background-image: linear-gradient(#fff 0%, #fff 100%), linear-gradient(#fff 0%, #fff 100%);
  background-size: 11px 1px, 1px 11px;
  background-position: 50%, 50%;
  background-repeat: no-repeat;
}
.circlePlusBtn::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: 1px dashed #1966a7;
  animation: circleBtnRotate 10s infinite linear;
  animation-play-state: paused;
}
.circlePlusBtn:hover::after {
  animation-play-state: running;
}

.circleBtn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0px 2px 21px 0px rgba(0, 0, 0, 0.14);
}
.circleBtn::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: 1px dashed #b6b6b6;
  animation: circleBtnRotate 10s infinite linear;
  animation-play-state: paused;
}
.circleBtn .iconDownload {
  width: 22px;
  height: 18px;
  color: #4c7fab;
}
.circleBtn:hover::after {
  animation-play-state: running;
}

@keyframes circleBtnRotate {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.findProductBtn {
  position: fixed;
  right: 50px;
  bottom: 50px;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 105px;
  height: 105px;
  border-radius: 50%;
  background-color: #1866a8;
  transition: all 0.4s ease;
  transform-origin: right bottom;
  transform: scale(0.5);
}
@media (max-width: 1180px) {
  .findProductBtn {
    right: 20px;
    bottom: 20px;
  }
}
.findProductBtn:hover {
  transform: scale(1);
}
.findProductBtn::after {
  content: "";
  position: absolute;
  right: -10px;
  bottom: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  font-family: FontAwesome;
  font-size: 18px;
  color: #1966a7;
  background-color: #dcf2fd;
}
.findProductBtn .subtitle {
  margin-top: -12px;
  margin-bottom: 3px;
  font-size: 14px;
  color: #bce4fa;
  text-transform: uppercase;
}
.findProductBtn .title {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
}
.findProductBtn svg {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -60px;
  margin-top: -60px;
  transform-origin: center center;
  width: 120px;
  height: 120px;
  fill: transparent;
  stroke: #ccc;
  stroke-linecap: round;
  stroke-dasharray: 90 10;
}

.popFindProductArea .mobuleWrap {
  max-width: 1200px;
  border-radius: 8px;
  box-shadow: 0px 2px 21px 0px rgba(0, 0, 0, 0.15);
  overflow: hidden;
}
.popFindProductArea .moduleContent {
  padding-left: 0;
  padding-right: 0;
}
.popFindProductArea .titleStyle4 {
  margin-bottom: 50px;
}
.popFindProductArea .tab {
  margin-bottom: 30px;
}
@media (max-width: 640px) {
  .popFindProductArea .tab {
    flex-direction: column;
  }
}
.popFindProductArea .buttonBox {
  display: flex;
  justify-content: center;
}
@media (max-width: 640px) {
  .popFindProductArea .buttonBox {
    flex-direction: column;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.popFindProductArea .buttonBox a {
  width: 250px;
  margin-left: 10px;
  margin-right: 10px;
}
@media (max-width: 640px) {
  .popFindProductArea .buttonBox a {
    width: 100%;
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
  }
}

.finProductFilterList {
  padding: 25px 40px;
  border-bottom: 1px solid #ededed;
}
.finProductFilterList:nth-child(1) {
  border-top: 1px solid #ededed;
}
.finProductFilterList:nth-child(even) {
  background-color: #f5f5f5;
}
.finProductFilterList:nth-child(even) dt.open::after {
  background-color: #1966a7;
  border-color: #1966a7;
}
.finProductFilterList:nth-child(even) dd a.current, .finProductFilterList:nth-child(even) dd a:hover {
  background-color: #1966a7;
  color: #fff;
}
.finProductFilterList dt {
  position: relative;
  padding-left: 35px;
  font-weight: 700;
  font-size: 22px;
  color: #3a3a3a;
  cursor: pointer;
}
.finProductFilterList dt::before {
  content: "";
  position: absolute;
  left: 8px;
  top: 11px;
  z-index: 5;
  width: 8px;
  height: 8px;
  background-image: linear-gradient(to right, #6f6f6f 0%, #6f6f6f 100%), linear-gradient(to right, #6f6f6f 0%, #6f6f6f 100%);
  background-repeat: no-repeat;
  background-size: 8px 2px, 2px 8px;
  background-position: 50%, 50%;
  transition: all 0.5s ease-in-out;
}
.finProductFilterList dt::after {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #fff;
  border: 2px solid #6f6f6f;
  transition: all 0.5s ease-in-out;
}
.finProductFilterList dt.open::before {
  transform: rotate(90deg);
  background-size: 0 2px, 2px 8px;
  background-image: linear-gradient(to right, #fff 0%, #fff 100%), linear-gradient(to right, #fff 0%, #fff 100%);
}
.finProductFilterList dt.open::after {
  background-color: #6f6f6f;
}
.finProductFilterList dd {
  display: none;
  padding-top: 25px;
}
.finProductFilterList dd a {
  display: inline-block;
  margin-right: 8px;
  margin-bottom: 8px;
  padding: 7px 30px;
  border-radius: 50px;
  border: 1px solid #e3e3e3;
  font-size: 15px;
  color: #6f6f6f;
}
.finProductFilterList dd a.selected, .finProductFilterList dd a:hover {
  background-color: #5d5d5d;
  color: #fff;
}

.findProductTotalBox {
  padding: 45px;
}
@media (max-width: 1023px) {
  .findProductTotalBox {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.findProductTotalBox .totalCount {
  margin-bottom: 30px;
  font-size: 22px;
  font-weight: 900;
  color: #3a3a3a;
}
.findProductTotalBox .findProductBox {
  max-height: 480px;
  overflow-y: auto;
}

.findProductList li {
  margin-bottom: 18px;
}
.findProductList li:nth-child(even) .item {
  background-color: #fff;
  box-shadow: 0px 2px 21px 0px rgba(0, 0, 0, 0.05);
}
.findProductList .item {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  background-color: #f5f5f5;
}
.findProductList .item > a {
  position: relative;
  display: flex;
}
@media (min-width: 1181px) {
  .findProductList .item:hover .Img img {
    transform: scale(1.05);
  }
}
@media (max-width: 580px) {
  .findProductList .item > a {
    flex-wrap: wrap;
  }
}
.findProductList .circlePlusBtn {
  right: 40px;
  top: 60px;
}
@media (max-width: 767px) {
  .findProductList .circlePlusBtn {
    right: 20px;
  }
}
@media (max-width: 580px) {
  .findProductList .circlePlusBtn {
    display: none;
  }
}
.findProductList .Img {
  width: 240px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .findProductList .Img {
    width: 150px;
  }
}
@media (max-width: 580px) {
  .findProductList .Img {
    width: 100%;
  }
}
.findProductList .Img img {
  display: block;
  width: 100%;
}
.findProductList .right {
  width: calc(100% - 240px);
  padding-right: 150px;
  padding-left: 20px;
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 767px) {
  .findProductList .right {
    width: calc(100% - 150px);
    padding-right: 80px;
  }
}
@media (max-width: 580px) {
  .findProductList .right {
    width: 100%;
    padding: 20px;
  }
}
.findProductList .title {
  margin-bottom: 10px;
}
.findProductList .title span {
  display: block;
  font-size: 22px;
  font-weight: 700;
}
.findProductList .text {
  font-size: 15px;
  line-height: 1.6;
  color: #6f6f6f;
}

.relationArea {
  padding-top: 40px;
}
.relationArea .wrap {
  max-width: 1500px;
}
.relationArea .titleStyle2 {
  margin-bottom: 50px;
}
.relationArea .titleStyle3 {
  margin-bottom: 30px;
}
.relationArea .relationBox {
  position: relative;
  padding: 0 60px;
}
@media (max-width: 960px) {
  .relationArea .relationBox {
    padding: 0 40px;
  }
}
@media (max-width: 400px) {
  .relationArea .relationBox {
    padding: 0;
  }
}
@media (max-width: 1550px) {
  .relationArea .arrowStyle1.prevArrow {
    left: -45px;
  }
}
@media (max-width: 400px) {
  .relationArea .arrowStyle1.prevArrow {
    left: 10px;
    top: auto;
    bottom: 0;
  }
}
@media (max-width: 1550px) {
  .relationArea .arrowStyle1.nextArrow {
    right: -45px;
  }
}
@media (max-width: 400px) {
  .relationArea .arrowStyle1.nextArrow {
    right: auto;
    left: 60px;
    top: auto;
    bottom: 0;
  }
}

.relationList {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
@media (max-width: 400px) {
  .relationList {
    padding-bottom: 40px;
  }
}
.relationList li {
  display: flex;
  width: 25%;
  padding: 10px 10px 10px;
}
@media (max-width: 1180px) {
  .relationList li {
    width: 33.33%;
  }
}
@media (max-width: 767px) {
  .relationList li {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .relationList li {
    width: 100%;
  }
}
.relationList .item {
  border-radius: 8px;
  background-color: #fff;
  overflow: hidden;
  box-shadow: 0px 2px 18px -10px rgba(0, 0, 0, 0.5);
  transition: all 0.5s ease-in-out;
}
.relationList .item > a {
  display: block;
  width: 100%;
  height: 100%;
}
@media (min-width: 1181px) {
  .relationList .item:hover .Img img {
    transform: scale(1.05);
  }
  .relationList .item:hover h3 span {
    color: #000;
  }
  .relationList .item:hover h3 span::after {
    background-color: #000;
  }
}
.relationList .Img {
  overflow: hidden;
}
.relationList .Img img {
  display: block;
  width: 100%;
}
.relationList .Txt {
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #eee;
}
.relationList h3 span {
  position: relative;
  display: block;
  max-height: 73px;
  padding-bottom: 10px;
  margin-bottom: 15px;
  font-weight: 700;
  font-size: 24px;
  color: #000;
  height: 45px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media (max-width: 1180px) {
  .relationList h3 span {
    font-size: 18px;
    max-height: 60px;
  }
}
.relationList h3 span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 30px;
  height: 2px;
  background-color: #000;
  transition: all 0.5s;
}
.relationList .text {
  height: 81px;
  overflow: hidden;
  font-size: 15px;
  color: #000;
  line-height: 1.8;
}

/*--滑動解鎖--*/
.captchaArea {
  position: relative;
  width: 200px;
  height: 50px;
  background-color: #ddd;
}
.captchaArea.unlocking .sliderBtn {
  transition: none;
}
.captchaArea .note {
  position: absolute;
  top: 17px;
  right: 30px;
  z-index: 1;
  font-size: 15px;
  text-align: center;
  font-family: "微軟正黑體";
  color: #777;
  letter-spacing: 1px;
  pointer-events: none;
}

.sliderBtn {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 50px;
  height: 50px;
  border: none;
  outline: none;
  background-color: RoyalBlue;
  cursor: pointer;
  transition: all 0.3s linear;
}
.sliderBtn::before {
  content: "";
  position: absolute;
  top: 13px;
  left: 23px;
  color: #fff;
  font-size: 24px;
  font-family: FontAwesome;
  pointer-events: none;
}

/***Hover效果1: 放大淡出***/
.imh_opacity {
  background-color: #000;
  overflow: hidden;
}
.imh_opacity img {
  transition: all 0.3s linear;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.imh_opacity:hover img {
  opacity: 0.8;
  transform: scale(1.05);
}

/***Hover效果1: 放大淡出Detail***/
.imh_detail {
  background-color: #000;
  overflow: hidden;
}
.imh_detail img {
  transition: all 0.3s linear;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.imh_detail a:before {
  content: "Details+";
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 99;
  margin-left: -45px;
  margin-top: -80px;
  display: block;
  padding: 10px 20px;
  font-size: 13px;
  color: #fff;
  border: 2px solid #fff;
  opacity: 0;
  transition: all 0.3s ease;
}
.imh_detail:hover a:before {
  opacity: 1;
  margin-top: -20px;
}
.imh_detail:hover img {
  opacity: 0.3;
  transform: scale(1.05);
}

/***Hover效果1: 放大淡出zoom***/
.imh_zoom {
  position: relative;
  background-color: #000;
  overflow: hidden;
}
.imh_zoom img {
  transition: all 0.3s linear;
  -webkit-backface-visibility: hidden;
}
.imh_zoom a:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: -30px;
  margin-top: -20px;
  margin-left: -20px;
  z-index: 99;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  font-size: 18px;
  color: #fff;
  font-family: FontAwesome;
  text-align: center;
  background-color: #000;
  transition: all 0.4s ease;
}
.imh_zoom:hover a:before {
  top: 50%;
}
.imh_zoom:hover img {
  opacity: 0.3;
  transform: scale(1.05);
}

/*--最新消息icon--*/
.newIcon span {
  display: inline-block;
  padding: 8px 15px;
  font-weight: 700;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  border-radius: 50px;
  background-color: #1966a7;
}

@keyframes aniSlideLeft {
  0% {
    transform: translateX(10px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}