@charset "UTF-8";
/* CSS Document */
@import url(help/reset.css);
@import url(font-awesome-4.7.0/font-awesome.min.css);
@import url(help/rwdgrid.css);
@import url("https://fonts.googleapis.com/css2?family=Barlow:wght@200;400;500;600;700&family=Noto+Sans+TC:wght@400;500;700&display=swap");
@import url(textEditor.css);
@import url(contentbuilder.css);
[class*=col-], *::before, *::after, * {
  box-sizing: border-box;
}

ul.dots li button::before, ul.dots li button, .arrowPrev::before, .arrowNext::before, .arrowPrev, .arrowNext, .pageLinkList svg, .pageLinkList .txtExp, .pageLinkList h3, .pageLinkList .Txt::before, .pageLinkList .Txt, .pageLinkList img, .pageLinkList li::before, .classLink a::before, .scrollBox .goTop,
.scrollBox .goDown, .m_menu, header .menuBtn span::before, header .menuBtn span::after, header, .btnBox a.btn::before, a {
  transition: all 0.5s ease-out;
}

* {
  outline: none;
}
*::before, *::after {
  outline: none;
  pointer-events: none;
}

body {
  color: #000;
  font-family: "Noto Sans TC", serif;
  font-size: 15px;
  letter-spacing: 0.5pt;
  background-color: #f7f7f7;
}
body > svg {
  display: none;
}

/* loadingArea */
.loadingArea {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999999;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.loadingArea .loadingMask {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #f7f7f7;
  transition: all 0.3s ease-out;
}
.loadingArea.go {
  pointer-events: none;
}
.loadingArea.go .loadingMask {
  opacity: 0;
}

.outerWrap {
  position: relative;
  padding-top: 80px;
}
@media (max-width: 1180px) {
  .outerWrap {
    padding-top: 70px;
  }
}
.outerWrap.outerBorder::before {
  z-index: 50;
}

.wrap {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}
@media (min-width: 1501px) {
  .wrap {
    padding-left: 150px;
    padding-right: 150px;
  }
}
@media (min-width: 1351px) and (max-width: 1500px) {
  .wrap {
    padding-left: 100px;
    padding-right: 100px;
  }
}
@media (min-width: 1181px) and (max-width: 1350px) {
  .wrap {
    padding-left: 80px;
    padding-right: 80px;
  }
}
@media (min-width: 641px) and (max-width: 1180px) {
  .wrap {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (min-width: 401px) and (max-width: 640px) {
  .wrap {
    padding-left: 35px;
    padding-right: 35px;
  }
}
@media (max-width: 400px) {
  .wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.outerBorder::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  max-width: 1620px;
  height: 100%;
  border-left: 1px solid #e0e2e3;
  border-right: 1px solid #e0e2e3;
  transform: translateX(-50%);
}
@media (min-width: 1501px) {
  .outerBorder::before {
    width: calc(100% - 150px * 2);
  }
}
@media (min-width: 1351px) and (max-width: 1500px) {
  .outerBorder::before {
    width: calc(100% - 100px * 2);
  }
}
@media (min-width: 1181px) and (max-width: 1350px) {
  .outerBorder::before {
    width: calc(100% - 80px * 2);
  }
}
@media (min-width: 641px) and (max-width: 1180px) {
  .outerBorder::before {
    width: calc(100% - 50px * 2);
  }
}
@media (min-width: 401px) and (max-width: 640px) {
  .outerBorder::before {
    width: calc(100% - 35px * 2);
  }
}
@media (max-width: 400px) {
  .outerBorder::before {
    width: calc(100% - 20px * 2);
  }
}

a {
  color: #636363;
  cursor: pointer;
}
a:hover {
  color: #0072bc;
}

img {
  max-width: 100%;
}

div.titan {
  display: none;
}

[class*=col-] {
  float: left;
}

.col-1 {
  width: 25%;
}

.col-2 {
  width: 50%;
}

.col-3 {
  width: 75%;
}

.col-4 {
  width: 100%;
}

.titleBox .mainTitle {
  position: relative;
  font-weight: 500;
  font-size: 20px;
  color: #000;
}
.titleBox .mainTitle strong {
  margin-bottom: 10px;
  color: #0072bc;
}
.titleBox .mainTitle strong,
.titleBox .subTitle {
  display: block;
  font-family: "Barlow", "Arial", "Noto Sans TC", "微軟正黑體", "Helvetica", sans-serif;
  font-weight: 600;
  letter-spacing: 0;
}
@media (min-width: 641px) {
  .titleBox .mainTitle strong,
.titleBox .subTitle {
    font-size: 40px;
  }
}
@media (min-width: 481px) and (max-width: 640px) {
  .titleBox .mainTitle strong,
.titleBox .subTitle {
    font-size: 35px;
  }
}
@media (min-width: 361px) and (max-width: 480px) {
  .titleBox .mainTitle strong,
.titleBox .subTitle {
    font-size: 32px;
  }
}
@media (max-width: 360px) {
  .titleBox .mainTitle strong,
.titleBox .subTitle {
    font-size: 26px;
  }
}
.titleBox .subTitle {
  color: #269d99;
}
.titleBox .subTitle + .mainTitle {
  margin-top: 10px;
}
.titleBox .decTitle {
  display: block;
  font-size: 14px;
  font-family: "Barlow", "Arial", "Noto Sans TC", "微軟正黑體", "Helvetica", sans-serif;
  font-weight: 600;
  color: #818181;
  letter-spacing: 0;
  text-transform: uppercase;
}
.titleBox .decTitle::before {
  content: "";
  position: relative;
  top: -2px;
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 1px;
  margin-right: 10px;
  background-color: #0072bc;
}
.titleBox + .txtExp {
  margin-top: 10px;
}

.txtExp {
  font-size: 15px;
  line-height: 1.87;
  color: #646464;
}
.txtExp.ellipsis {
  overflow: hidden;
}

a.btnMore {
  position: relative;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  padding-right: 60px;
  font-size: 14px;
  font-family: "Barlow", "Arial", "Noto Sans TC", "微軟正黑體", "Helvetica", sans-serif;
  font-weight: 600;
  color: #269d99;
  text-transform: uppercase;
}
a.btnMore::before {
  content: ">";
  position: absolute;
  top: calc(50% - 20px);
  right: 0;
  width: 40px;
  height: 40px;
  border: 1px solid #58ccc9;
  border-radius: 50%;
  font-family: "標楷體", "微軟正黑體", sans-serif;
  color: rgba(88, 204, 201, 0.7);
  text-align: center;
  background: linear-gradient(to bottom, rgba(87, 160, 203, 0) 0%, rgba(88, 204, 201, 0) 100%);
}
a.btnMore::after {
  content: "";
  position: absolute;
  top: calc(50% - 20px);
  right: 0;
  width: 40px;
  height: 40px;
  border: 1px solid #57a0cb;
  border-left-color: rgba(87, 160, 203, 0.5);
  border-right-color: rgba(87, 160, 203, 0.5);
  border-bottom-color: transparent;
  border-radius: 50%;
}
a.btnMore:hover::before {
  color: #fff;
  background: linear-gradient(to bottom, #57a0cb 0%, #58ccc9 100%);
}

a.btnSquare {
  display: inline-block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  color: #fff;
  text-align: center;
  background-color: #269d99;
}
a.btnSquare:hover {
  background-color: #0072bc;
}

.btnBox.back {
  margin-top: 80px;
  text-align: center;
}
@media (max-width: 640px) {
  .btnBox.back {
    margin-top: 60px;
  }
}
.btnBox a.btn {
  position: relative;
  z-index: 5;
  display: inline-block;
  width: 210px;
  max-width: 100%;
  height: 50px;
  line-height: 50px;
  border: 1px solid #58b6ca;
  border-left-color: #58ccc9;
  border-right-color: #57a0cb;
  border-radius: 25px;
  font-size: 14px;
  font-family: "Barlow", "Arial", "Noto Sans TC", "微軟正黑體", "Helvetica", sans-serif;
  font-weight: 600;
  color: #269d99;
  letter-spacing: 1pt;
  text-transform: uppercase;
  text-align: center;
}
.btnBox a.btn + .btn {
	margin-top: 10px;
}
.btnBox a.btn::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  border-radius: 25px;
  background: linear-gradient(to left, #57a0cb 0%, #58ccc9 100%);
  opacity: 0;
}
.btnBox a.btn:hover {
  color: #fff;
}
.btnBox a.btn:hover::before {
  opacity: 1;
}

input[type=text], textarea {
  -webkit-appearance: none;
}

/*****moduleBox*****/
.moduleBox {
  position: fixed;
  left: 50%;
  top: 48%;
  z-index: 1005;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition-property: top, opacity, visibility;
  transition-duration: 0.5s;
  transition-timing-function: ease-in-out;
}
.moduleBox.show {
  top: 50%;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.moduleMask {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1003;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.5s ease-in-out;
}
.moduleMask.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

/*****網頁頭*****/
header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 90;
  width: 100%;
  border-bottom: 1px solid #e0e2e3;
  background-color: transparent;
}
header.shrink {
  background-color: #f7f7f7;
}
@media (max-width: 1180px) {
  header {
    background-color: #f7f7f7;
  }
}
header .wrap {
  display: flex;
  align-items: center;
}
@media (min-width: 1181px) {
  header .wrap {
    height: 80px;
  }
}
@media (max-width: 1180px) {
  header .wrap {
    height: 70px;
  }
}
header .logo {
  flex-shrink: 0;
  width: 170px;
  margin-left: 30px;
}
@media (max-width: 400px) {
  header .logo {
    margin-left: 20px;
  }
}
header .logo a {
  display: block;
  width: 100%;
  height: 35px;
  background: url(../images/logo.svg) no-repeat center left;
  background-size: contain;
  text-indent: -9999px;
}
header .menuBox {
  flex-grow: 1;
  /*padding-left: 45px;*/
  padding-right: 10px;
}
@media (min-width: 1351px) {
  header .menuBox {
    border-right: 1px solid #e0e2e3;
  }
}
@media (max-width: 1180px) {
  header .menuBox {
    display: none;
  }
}
header .socialBox {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
@media (min-width: 1351px) {
  header .socialBox {
    padding: 0 10px 0 35px;
  }
}
@media (min-width: 1351px) and (max-width: 1550px) {
  header .socialBox {
    padding: 10px;
    justify-content: center;
  }
}
@media (max-width: 1350px) {
  header .socialBox {
    width: 300px;
  }
}
@media (max-width: 1180px) {
  header .socialBox {
    padding-left: 20px;
  }
}
@media (max-width: 750px) {
  header .socialBox {
    display: none;
  }
}
header .socialBox b {
  font-size: 14px;
  font-family: "Barlow", "Arial", "Noto Sans TC", "微軟正黑體", "Helvetica", sans-serif;
  font-weight: 600;
  color: #269d99;
  text-transform: uppercase;
}
header .socialBox b::after {
  content: "";
  display: inline-block;
  width: 2px;
  height: 12px;
  margin-left: 15px;
  background-color: #e7e9ea;
}
header .menuBtn {
  position: relative;
  flex-shrink: 0;
  width: 45px;
  height: 45px;
  margin-left: auto;
  margin-right: 15px;
  border-radius: 50%;
  background: linear-gradient(to top, #57a0cb 0%, #58ccc9 100%);
  cursor: pointer;
}
@media (min-width: 1181px) {
  header .menuBtn {
    display: none;
  }
}
header .menuBtn::before {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  border-radius: 50%;
  background-color: #f7f7f7;
}
header .menuBtn span {
  position: absolute;
  top: calc(50% - 1px);
  left: calc(50% - 12px);
  width: 24px;
  height: 1px;
  background-color: #0072bc;
}
header .menuBtn span::before, header .menuBtn span::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0072bc;
}
header .menuBtn span::before {
  top: -6px;
}
header .menuBtn span::after {
  top: calc(100% + 5px);
}
header .menuBtn.open span {
  background-color: transparent;
}
header .menuBtn.open span::before {
  top: calc(50% - 1px);
  transform: rotate(45deg);
  transition: top 0.4s ease, transform 0.4s 0.4s ease;
}
header .menuBtn.open span::after {
  top: calc(50% - 1px);
  transform: rotate(-45deg);
  transition: top 0.4s ease, transform 0.4s 0.4s ease;
}

.socialList li {
  display: inline-block;
  width: 25px;
  margin-left: 15px;
}
.socialList li img {
  display: block;
  width: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.menu {
  display: flex;
}
.menu li {
  position: relative;
}
@media (max-width: 1250px) and (min-width: 1181px) {
  .menu li:first-child {
    display: none;
  }
}
.menu li > a {
  position: relative;
  display: block;
  height: 80px;
  line-height: 80px;
  font-size: 16px;
  /*padding: 0 15px;*/
  color: #000;
  letter-spacing: 1pt;
  padding: 0 20px;

}
.menu li > a.current, .menu li > a:hover {
  color: #269d99;
}

@media (max-width: 1600px) and (min-width: 1440px) {
  .menu li > a {
    padding: 0 15px;
  }
}
@media (max-width: 1520px) and (min-width: 1326px) {
  .menu li > a {
    padding: 0 12px;
  }
}
@media (max-width: 1325px) and (min-width: 1181px) {
  .menu li > a {
    padding: 0 8px;
    font-size: 14px;
  }
}
.menu .submenu {
  position: absolute;
  top: calc(100% - 10px);
  left: 0;
  z-index: 1;
  display: none;
  width: 100%;
  padding: 0 20px;
  text-align: center;
  background-color: #fff;
}

@media (max-width: 1600px) {
  .menu .submenu {
    padding: 0 10px;
 
   }
}

@media (max-width: 1366px) {
  .menu .submenu {
    padding: 0 0px;
 
   }
}

.menu .submenu a {
  display: block;
  height: 50px;
  line-height: 50px;
  padding: 0;
}



@media (max-width: 1600px) and (min-width: 1520px){
  .menu .submenu a {
    font-size: 13px;
    padding: 0 0px;
  }

}

.menu .submenu a + a {
  border-top: 1px solid #e0e2e3;
}
.menu .submenu a:hover, .menu .submenu a.current {
  color: #269d99;
}

/*手機*/
.m_menu {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 89;
  width: 100%;
  height: 100vh;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  overflow-y: auto;
  -webkit-user-select: none;
  user-select: none;
}
.m_menu.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
@media (min-width: 1181px) {
  .m_menu {
    display: none;
  }
}
.m_menu .mask {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  background-color: #f7f7f7;
  width: 100%;
  height: 100vh;
}
.m_menu .controlBox {
  position: relative;
  z-index: 99;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  margin: 0 auto;
}
@media (min-width: 641px) {
  .m_menu .controlBox {
    padding: 130px 90px 40px;
  }
}
@media (min-width: 401px) and (max-width: 640px) {
  .m_menu .controlBox {
    padding: 110px 60px 40px;
  }
}
@media (min-width: 351px) and (max-width: 400px) {
  .m_menu .controlBox {
    padding: 100px 50px 40px;
  }
}
@media (max-width: 350px) {
  .m_menu .controlBox {
    padding: 90px 40px 30px 45px;
  }
}
.m_menu .quickLink {
  display: flex;
  align-items: center;
}
.m_menu .quickLink a {
  position: relative;
  width: 60px;
  font-size: 12px;
  color: #000;
}
.m_menu .quickLink i {
  font-size: 20px;
  color: #0072bc;
}
.m_menu .quickLink svg {
  width: 20px;
  height: 20px;
  fill: #0072bc;
}
.m_menu .quickLink svg.cart {
  width: 26px;
  height: 26px;
}
.m_menu .quickLink .cartQuantity {
  position: absolute;
  top: -10px;
  left: 18px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 50%;
  font-size: 12px;
  font-family: "Barlow", "Arial", "Noto Sans TC", "微軟正黑體", "Helvetica", sans-serif;
  color: #fff;
  text-align: center;
  background-color: #e52d27;
}
.m_menu .nav {
  counter-reset: item;
}
.m_menu .nav > li {
  position: relative;
  display: block;
  padding: 30px 0 15px;
  border-bottom: 1px solid #e0e2e3;
  counter-increment: item;
}
@media (max-width: 450px) {
  .m_menu .nav > li {
    padding: 15px 0 10px;
  }
}
.m_menu .nav > li::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 80px;
  height: 1px;
  background-color: #269d99;
}
.m_menu .nav > li::after {
  content: counter(item);
  position: absolute;
  bottom: 15px;
  right: 5px;
  font-size: 14px;
  font-family: "Barlow", "Arial", "Noto Sans TC", "微軟正黑體", "Helvetica", sans-serif;
  color: #269d99;
  letter-spacing: 0;
}
.m_menu .nav > li:nth-child(-n+9)::after {
  content: "0" counter(item);
}
.m_menu .nav > li > a {
  display: flex;
  flex-wrap: wrap;
  font-size: 19px;
  color: #000;
}
@media (max-width: 450px) {
  .m_menu .nav > li > a {
    font-size: 18px;
  }
}
.m_menu .nav > li > a::after {
  content: attr(data-en);
  display: block;
  width: 100%;
  margin-top: 3px;
  font-size: 14px;
  font-family: "Barlow", "Arial", "Noto Sans TC", "微軟正黑體", "Helvetica", sans-serif;
  font-weight: 600;
  color: #818181;
  letter-spacing: 0;
  text-transform: uppercase;
}
.m_menu .nav .submenu a {
  display: inline-block;
  padding: 10px 0 5px;
  font-size: 15px;
  color: #666;
  color: #269d99;
}
@media (max-width: 450px) {
  .m_menu .nav .submenu a {
    padding-bottom: 0;
  }
}
.m_menu .nav .submenu a:not(:last-child)::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 10px;
  margin: 0 8px 0 12px;
  background-color: #ccc;
}
.m_menu .socialBox {
  display: flex;
  align-items: center;
  margin-top: 45px;
}
@media (min-width: 501px) {
  .m_menu .socialBox {
    display: none;
  }
}
.m_menu .socialBox b {
  font-size: 14px;
  font-family: "Barlow", "Arial", "Noto Sans TC", "微軟正黑體", "Helvetica", sans-serif;
  font-weight: 600;
  color: #269d99;
  text-transform: uppercase;
}
@media (min-width: 351px) {
  .m_menu .socialBox b::after {
    content: "";
    display: inline-block;
    width: 2px;
    height: 12px;
    margin-left: 15px;
    background-color: #e7e9ea;
  }
}
@media (max-width: 350px) {
  .m_menu .socialBox .socialList li:not(:first-child) {
    margin-left: 5px;
  }
}
.m_menu .nav,
.m_menu .quickLink,
.m_menu .socialBox {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.4s 0.4s ease;
}
.m_menu.show .quickLink {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.5s 0.1s ease;
}
.m_menu.show .nav {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.5s 0.2s ease;
}
.m_menu.show .socialBox {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.5s 0.3s ease;
}

/*****banner******/
.bannerArea {
  position: relative;
}
.bannerArea.hidden {
  display: none;
}

/*****頁尾資訊*****/
footer {
  padding: 0;
}
footer .topBox,
footer .bottomBox {
  display: flex;
  flex-wrap: wrap;
  background-color: #fff;
}
footer .topBox {
  align-items: flex-start;
}
@media (min-width: 961px) {
  footer .topBox {
    padding: 80px 50px 40px;
  }
}
@media (max-width: 960px) {
  footer .topBox {
    padding: 50px 30px 25px;
  }
}
@media (min-width: 961px) {
  footer .bottomBox {
    padding: 0 50px 110px;
  }
}
@media (max-width: 960px) {
  footer .bottomBox {
    padding: 0 30px 100px;
  }
}
@media (min-width: 961px) and (max-width: 1180px) {
  footer .bottomBox {
    padding-top: 40px;
    border-top: 1px solid #e0e2e3;
  }
}
@media (min-width: 1181px) {
  footer .bottomBox::before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    margin-bottom: 40px;
    background-color: #e0e2e3;
  }
}
footer .logo {
  flex-shrink: 0;
  width: 170px;
}
footer .logo a {
  display: block;
  width: 100%;
  height: 35px;
  background: url(../images/logo.svg) no-repeat center left;
  background-size: contain;
  text-indent: -9999px;
}
@media (max-width: 1180px) {
  footer .logo {
    display: none;
  }
}
@media (min-width: 1181px) {
	footer .logo {
    margin-top: 7px;
	}
  footer .infoBox,
  footer .copyrightBox{
    flex-grow: 1;
	  width: calc((100% - 170px) / 2);
  }
	.copyrightBox {
    margin-top: 5px;
	}
}
footer .infoBox {
  font-size: 14px;
  line-height: 2;
  color: #333;
}
@media (max-width: 960px) {
  footer .infoBox {
    width: 100%;
  }
}
footer .infoBox a {
  margin-right: 5px;
  color: #333;
}
@media (max-width: 640px) {
  footer .infoBox a {
    display: block;
  }
}
@media (min-width: 641px) {
  footer .infoBox a.mail {
    display: block;
  }
}
footer .infoBox a span {
  margin-right: 5px;
}
footer .infoBox a:not(.notLink):hover {
  color: #269d99;
  text-decoration: underline;
}
footer .infoBox address {
  font-style: normal;
}
@media (max-width: 1100px) {
  footer .downMenu {
    width: 100%;
  }
}
footer .downMenu > li {
  display: inline-block;
}
@media (max-width: 960px) {
  footer .downMenu > li {
    margin: 5px 0;
  }
}
footer .downMenu > li:not(:last-child)::after {
  content: "";
  display: inline-block;
  width: 2px;
  height: 12px;
  margin-left: 20px;
  margin-right: 22px;
  background-color: #cecece;
}
@media (min-width: 361px) and (max-width: 500px) {
  footer .downMenu > li:not(:last-child)::after {
    margin-left: 8px;
    margin-right: 12px;
  }
}
@media (max-width: 360px) {
  footer .downMenu > li:not(:last-child)::after {
    margin-left: 5px;
    margin-right: 10px;
  }
}
footer .downMenu > li > a {
  font-size: 16px;
  color: #000;
}
@media (min-width: 361px) {
  footer .downMenu > li > a {
    letter-spacing: 1pt;
  }
}
@media (max-width: 360px) {
  footer .downMenu > li > a {
    font-size: 15px;
    letter-spacing: 0;
  }
}
footer .downMenu > li > a:hover {
  color: #269d99;
  text-decoration: underline;
}
footer .downMenu .submenu {
  display: none;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
footer .socialBox {
  display: flex;
}
@media (min-width: 1301px) {
  footer .socialBox {
    justify-content: space-between;
  }
}
@media (min-width: 1101px) and (max-width: 1300px) {
  footer .socialBox {
    justify-content: flex-end;
  }
}
@media (min-width: 1651px) {
  footer .socialBox {
    padding-left: 50px;
  }
}
@media (max-width: 1100px) {
  footer .socialBox {
    width: 100%;
    margin-top: 30px;
  }
}
footer .socialBox b {
  font-family: "Barlow", "Arial", "Noto Sans TC", "微軟正黑體", "Helvetica", sans-serif;
  text-transform: uppercase;
}
@media (min-width: 1101px) and (max-width: 1300px) {
  footer .socialBox b {
    display: none;
  }
}
@media (min-width: 361px) and (max-width: 1180px) {
  footer .socialBox b {
    margin-right: 20px;
  }
}
@media (max-width: 360px) {
  footer .socialList li:not(:first-child) {
    margin-left: 5px;
  }
}

.copyrightBox {
  font-size: 14px;
  font-family: "Barlow", "Arial", "Noto Sans TC", "微軟正黑體", "Helvetica", sans-serif;
  font-weight: 600;
  color: #000;
}
@media (max-width: 960px) {
  .copyrightBox {
    width: 100%;
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #e0e2e3;
    line-height: 1.7;
  }
}
@media (min-width: 961px) {
  .copyrightBox {
    text-align: right;
  }
}

.design {
  display: block;
  margin-top: 10px;
  color: #686868;
}
.design a {
  color: #686868;
}
.design a:hover {
  color: #269d99;
  text-decoration: underline;
}

/*****快速連結*****/
.quickLanguage {
  position: fixed;
  z-index: 95;
  font-family: "Barlow", "Arial", "Noto Sans TC", "微軟正黑體", "Helvetica", sans-serif;
  color: #269d99;
  text-align: center;
}
@media (min-width: 1181px) {
  .quickLanguage {
    top: 30px;
    right: 0;
  }
}
@media (min-width: 1501px) {
  .quickLanguage {
    width: 140px;
  }
}
@media (min-width: 1351px) and (max-width: 1500px) {
  .quickLanguage {
    width: 95px;
  }
}
@media (min-width: 1181px) and (max-width: 1350px) {
  .quickLanguage {
    width: 75px;
  }
}
@media (max-width: 1180px) {
  .quickLanguage {
    top: 25px;
    right: 120px;
    width: 50px;
  }
}
@media (min-width: 401px) and (max-width: 640px) {
  .quickLanguage {
    right: 100px;
  }
}
@media (max-width: 400px) {
  .quickLanguage {
    right: 80px;
  }
}
.quickLanguage a {
  color: #269d99;
}

.quickLinkBox {
  position: fixed;
  z-index: 85;
}
@media (min-width: 1181px) {
  .quickLinkBox {
    top: 80px;
    right: 0;
  }
}
@media (min-width: 1501px) {
  .quickLinkBox {
    width: 140px;
  }
}
@media (min-width: 1351px) and (max-width: 1500px) {
  .quickLinkBox {
    width: 95px;
  }
}
@media (min-width: 1181px) and (max-width: 1350px) {
  .quickLinkBox {
    width: 75px;
  }
}
@media (max-width: 1180px) {
  .quickLinkBox {
    left: 0;
    bottom: 0;
    display: flex;
    width: 100%;
    border-top: 1px solid #e0e2e3;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    background-color: #fff;
  }
}
.quickLinkBox a {
  position: relative;
}
@media (min-width: 1181px) {
  .quickLinkBox a {
    display: block;
    width: 30px;
    padding: 0 0 20px;
    margin: 30px auto 0;
  }
}
@media (max-width: 1180px) {
  .quickLinkBox a {
    flex-grow: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
    font-size: 12px;
    color: #000;
  }
  .quickLinkBox a:last-child {
    padding-bottom: 0;
    justify-content: center;
  }
  .quickLinkBox a + a {
    border-left: 1px solid #e0e2e3;
  }
}
.quickLinkBox i {
  font-size: 20px;
  color: #0072bc;
}
.quickLinkBox svg {
  width: 20px;
  height: 20px;
  fill: #0072bc;
}
.quickLinkBox svg.cart {
  width: 26px;
  height: 26px;
}
.quickLinkBox .cartQuantity {
  position: absolute;
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 50%;
  font-size: 12px;
  font-family: "Barlow", "Arial", "Noto Sans TC", "微軟正黑體", "Helvetica", sans-serif;
  color: #fff;
  text-align: center;
  background-color: #e52d27;
}
@media (min-width: 1181px) {
  .quickLinkBox .cartQuantity {
    top: -10px;
    right: -10px;
  }
}
@media (max-width: 1180px) {
  .quickLinkBox .cartQuantity {
    top: 8px;
    left: calc(50% + 8px);
  }
}

/*****Scroll*****/
.scrollBox {
  position: fixed;
  bottom: 75px;
  right: 0;
  z-index: 85;
}
@media (min-width: 1501px) {
  .scrollBox {
    width: 140px;
  }
}
@media (min-width: 1351px) and (max-width: 1500px) {
  .scrollBox {
    width: 95px;
  }
}
@media (min-width: 1181px) and (max-width: 1350px) {
  .scrollBox {
    width: 75px;
  }
}
@media (max-width: 1180px) {
  .scrollBox {
    display: none;
  }
}
.scrollBox .goTop,
.scrollBox .goDown {
  display: flex;
  align-items: center;
  width: 30px;
  margin: 0 auto;
  font-size: 14px;
  font-family: "Barlow", "Arial", "Noto Sans TC", "微軟正黑體", "Helvetica", sans-serif;
  color: #269d99;
  text-transform: uppercase;
  writing-mode: vertical-lr;
  cursor: pointer;
}
.scrollBox .goTop::after,
.scrollBox .goDown::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 110px;
  background-color: rgba(38, 157, 153, 0.6);
}
.scrollBox .goTop::before,
.scrollBox .goDown::before {
  content: "";
  order: 2;
  display: inline-block;
  width: 8px;
  height: 8px;
}
.scrollBox .goTop:not(.show),
.scrollBox .goDown:not(.show) {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.scrollBox .goTop.show,
.scrollBox .goDown.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.scrollBox .goTop {
  position: absolute;
  bottom: 0;
  left: calc(50% - 15px);
}
.scrollBox .goTop::before {
  margin-top: 25px;
  margin-bottom: -7px;
  border-left: 1px solid #269d99;
  border-top: 1px solid #269d99;
  transform: rotate(45deg);
}
.scrollBox .goTop::after {
  order: 3;
}
.scrollBox .goDown::before {
  margin-top: -7px;
  border-right: 1px solid #269d99;
  border-bottom: 1px solid #269d99;
  transform: rotate(45deg);
}
.scrollBox .goDown::after {
  margin-top: 25px;
}

/*****內頁*****/
.mainArea {
  padding: 0;
}
@media (min-width: 1181px) {
  .mainArea.centerBorder {
    position: relative;
  }
  /*.mainArea.centerBorder::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    z-index: -1;
    width: 1px;
    height: 100%;
    background-color: #e0e2e3;
  }*/
}

@media (min-width: 641px) {
  .mainArea.ins .titleBox {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (max-width: 640px) {
  .mainArea.ins .titleBox {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (min-width: 361px) and (max-width: 1180px) {
  .mainArea.ins .titleBox {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 360px) {
  .mainArea.ins .titleBox {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.mainArea.ins .titleBox.center {
  text-align: center;
}
.mainArea.ins .titleBox.center .subTitle::after {
  margin-left: auto;
  margin-right: auto;
}
.mainArea.ins .titleBox .subTitle {
  line-height: 1;
}
@media (min-width: 1301px) {
  .mainArea.ins .titleBox .subTitle {
    font-size: 60px;
  }
}
@media (min-width: 641px) and (max-width: 1300px) {
  .mainArea.ins .titleBox .subTitle {
    font-size: 50px;
  }
}
.mainArea.ins .titleBox .subTitle::after {
  content: "";
  display: block;
  height: 2px;
  background-color: #269d99;
}
@media (min-width: 641px) {
  .mainArea.ins .titleBox .subTitle::after {
    width: 100px;
    margin: 30px 0;
  }
}
@media (max-width: 640px) {
  .mainArea.ins .titleBox .subTitle::after {
    width: 60px;
    margin: 15px 0;
  }
}
.mainArea.ins .titleBox .mainTitle {
  font-size: 23px;
}
.mainArea.ins .titleBox .decTitle::before {
  display: none;
}
@media (min-width: 1501px) {
  .mainArea.ins .sideTitleBox .titleBox {
    padding: 160px 40px 160px 60px;
  }
}
@media (min-width: 1181px) and (max-width: 1500px) {
  .mainArea.ins .sideTitleBox .titleBox {
    padding: 120px 40px;
  }
}
@media (min-width: 1181px) {
  .mainArea.ins .sideTitleBox .titleBox {
    word-wrap: break-word;
    word-break: break-word;
  }
  .mainArea.ins .sideTitleBox .titleBox .subTitle,
.mainArea.ins .sideTitleBox .titleBox .mainTitle,
.mainArea.ins .sideTitleBox .titleBox .decTitle,
.mainArea.ins .sideTitleBox .titleBox .txtExp {
    color: #fff;
  }
  .mainArea.ins .sideTitleBox .titleBox .subTitle::after {
    background-color: #fff;
  }
  .mainArea.ins .sideTitleBox .titleBox .decTitle::before {
    display: inline-block;
    background-color: #fff;
  }
}
@media (max-width: 1180px) {
  .mainArea.ins .sideTitleBox .titleBox {
    text-align: center;
  }
  .mainArea.ins .sideTitleBox .subTitle::after {
    margin-left: auto;
    margin-right: auto;
  }
}

.sideTitleBox {
  position: relative;
  z-index: 51;
}
@media (min-width: 1181px) {
  .sideTitleBox {
    display: flex;
    flex-wrap: wrap;
  }
  .sideTitleBox > .leftBox {
    width: calc(100% / 3);
    background: url(../images/bg_titlebox.png) no-repeat top right, linear-gradient(to top, #57a0cb 0%, #58ccc9 100%);
  }
  .sideTitleBox > .rightBox {
    position: relative;
    width: calc(100% / 3 * 2);
    padding-top: 100px;
  }
  .sideTitleBox .titleBox {
    position: relative;
  }
  .sideTitleBox .titleBox .subTitle {
    margin-top: 130px;
  }
  .sideTitleBox .titleBox .txtExp {
    opacity: 0.8;
  }
  .sideTitleBox .titleBox .Img {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    width: calc(100% + 150px);
    height: 100%;
  }
}
@media (min-width: 1181px) and (min-width: 1351px) and (max-width: 1500px) {
  .sideTitleBox .titleBox .Img {
    width: calc(100% + 100px);
  }
}
@media (min-width: 1181px) and (max-width: 1350px) {
  .sideTitleBox .titleBox .Img {
    width: calc(100% + 80px);
  }
}
@media (min-width: 1181px) {
  .sideTitleBox .titleBox .Img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
@media (min-width: 1181px) {
  .sideTitleBox .classBox {
    position: absolute;
    top: -50px;
    top: 0;
    left: 0;
    z-index: 5;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    height: 100px;
    padding-bottom: 20px;
    padding-left: 40px;
    padding-right: 40px;
  }
  .sideTitleBox .classBox::before {
    content: "";
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #e0e2e3;
  }
}
@media (min-width: 1181px) {
  .sideTitleBox .classLink {
    position: relative;
    width: 100%;
    max-width: 780px;
  }
  .sideTitleBox .classLink .arrowPrev, .sideTitleBox .classLink .arrowNext {
    position: absolute;
    top: calc(50% - 13px);
    z-index: 5;
    width: 25px;
    height: 25px;
    line-height: 25px;
    background-color: transparent;
  }
  .sideTitleBox .classLink .arrowPrev::before, .sideTitleBox .classLink .arrowNext::before {
    color: #269d99;
  }
  .sideTitleBox .classLink .arrowPrev.slick-disabled, .sideTitleBox .classLink .arrowNext.slick-disabled {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }
}
@media (min-width: 1181px) and (min-width: 1701px) {
  .sideTitleBox .classLink .arrowPrev {
    right: calc(100% + 30px);
  }
}
@media (min-width: 1181px) and (min-width: 1601px) and (max-width: 1700px) {
  .sideTitleBox .classLink .arrowPrev {
    right: calc(100% + 10px);
  }
}
@media (min-width: 1181px) and (max-width: 1600px) {
  .sideTitleBox .classLink .arrowPrev {
    right: calc(100% + 5px);
  }
}
@media (min-width: 1181px) and (min-width: 1701px) {
  .sideTitleBox .classLink .arrowNext {
    left: calc(100% + 30px);
  }
}
@media (min-width: 1181px) and (min-width: 1601px) and (max-width: 1700px) {
  .sideTitleBox .classLink .arrowNext {
    left: calc(100% + 10px);
  }
}
@media (min-width: 1181px) and (max-width: 1600px) {
  .sideTitleBox .classLink .arrowNext {
    left: calc(100% + 5px);
  }
}
.sideTitleBox .titleBox .txtExp {
  margin-top: 20px;
}
@media (max-width: 1180px) {
  .sideTitleBox .titleBox .Img {
    display: none;
  }
}
.sideTitleBox .contentBox {
  border-top: 1px solid #e0e2e3;
  background-color: #fff;
}
@media (min-width: 1181px) {
  .sideTitleBox .contentBox {
    height: calc(100vh - 100px);
    border-bottom: 1px solid #e0e2e3;
    overflow-y: auto;
  }
}
.sideTitleBox .contentBox::-webkit-scrollbar {
  -webkit-appearance: none;
}
.sideTitleBox .contentBox::-webkit-scrollbar:vertical {
  width: 8px;
}
.sideTitleBox .contentBox::-webkit-scrollbar:horizontal {
  height: 10px;
}
.sideTitleBox .contentBox::-webkit-scrollbar-thumb {
  background-color: #269d99;
  border-radius: 0;
  border: 0 solid #e0e0e0;
}
.sideTitleBox .contentBox::-webkit-scrollbar-track {
  border-radius: 0;
  background-color: #e0e0e0;
}

.contentBox.hasEditor {
  border-top: 1px solid #e0e2e3;
  border-bottom: 1px solid #e0e2e3;
  background-color: #fff;
}
@media (min-width: 1181px) {
  .contentBox.hasEditor {
    padding-top: 60px;
    padding-bottom: 120px;
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (max-width: 1180px) {
  .contentBox.hasEditor {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (min-width: 641px) and (max-width: 1180px) {
  .contentBox.hasEditor {
    padding-bottom: 80px;
  }
}
@media (max-width: 480px) {
  .contentBox.hasEditor {
    padding-top: 35px;
  }
}
@media (min-width: 961px) and (max-width: 1180px) {
  .contentBox.hasEditor {
    padding-left: 80px;
    padding-right: 80px;
  }
}
@media (min-width: 581px) and (max-width: 960px) {
  .contentBox.hasEditor {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media (min-width: 401px) and (max-width: 580px) {
  .contentBox.hasEditor {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 400px) {
  .contentBox.hasEditor {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.contentBox .innerTxt {
  max-width: 1160px;
  margin: 0 auto;
}
.contentBox .textEditor {
  font-size: 15px;
  line-height: 1.8;
}

.bread {
  display: none;
  font-size: 12px;
}
.bread a, .bread span {
  display: inline-block;
}
.bread a + a::before, .bread a + span::before, .bread span + a::before, .bread span + span::before {
  content: "|";
  display: inline-block;
  margin-left: 3px;
  margin-right: 5px;
  color: #666;
}
.bread a:hover {
  color: #269d99;
}

.articleTitle {
  border-bottom: 1px solid #e0e2e3;
  font-size: 20px;
  font-weight: 500;
  color: #000;
}
@media (min-width: 481px) {
  .articleTitle {
    padding-bottom: 30px;
    margin-bottom: 40px;
  }
}
@media (max-width: 480px) {
  .articleTitle {
    padding-bottom: 15px;
    margin-bottom: 25px;
  }
}

/*****類別*****/
.classBox {
  position: relative;
  z-index: 1;
}
.classBox.center {
  padding-bottom: 30px;
  text-align: center;
}

@media (max-width: 1180px) {
  .classLink {
    display: none;
  }
}
.classLink li {
  position: relative;
  display: inline-block;
}
.classLink li::before {
  content: "";
  position: absolute;
  top: calc(50% - 9px);
  left: 0;
  width: calc(100% - 1px);
  height: 18px;
  border-left: 1px solid #e4e4e4;
}
.classLink li:last-child::before {
  border-right: 1px solid #e4e4e4;
}
.classLink a {
  position: relative;
  display: block;
  padding: 18px 20px;
  font-size: 16px;
  font-family: "Barlow", "Arial", "Noto Sans TC", "微軟正黑體", "Helvetica", sans-serif;
  font-weight: 500;
  color: #bcbcbc;
  line-height: 23px;
  letter-spacing: 0;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.classLink a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #269d99;
  opacity: 0;
}
.classLink a.current, .classLink a:hover {
  color: #269d99;
}
.classLink a.current::before {
  opacity: 1;
}

@media (min-width: 1181px) {
  .m_classLink {
    display: none;
  }
}
.m_classLink .main {
  position: relative;
  display: block;
  font-size: 14px;
  padding: 15px 20px;
  color: #fff;
  background-color: #269d99;
  cursor: pointer;
}
.m_classLink .main::before {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  z-index: 1;
  margin-top: -6px;
  font-size: 15px;
  font-family: FontAwesome;
}
.m_classLink ul {
  position: relative;
  top: 100%;
  left: 0;
  z-index: 1;
  display: none;
  width: 100%;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  -webkit-user-select: none;
  user-select: none;
}
.m_classLink ul li + li {
  border-top: 1px solid #ccc;
}
.m_classLink ul a {
  display: block;
  padding: 14px 20px;
  color: #000;
  font-size: 14px;
  background-color: #fff;
}
.m_classLink ul a:hover, .m_classLink ul a.current {
  background-color: rgba(204, 204, 204, 0.5);
}

/*****頁籤*****/
.tab {
  display: flex;
  justify-content: center;
  margin-bottom: 12px;
  border-bottom: 1px solid #e0e2e3;
  -webkit-user-select: none;
  user-select: none;
}
@media (max-width: 750px) {
  .tab {
    flex-wrap: wrap;
  }
}
.tab a {
  position: relative;
  padding: 20px 0;
  font-size: 17px;
  font-weight: 500;
  color: #000;
  text-align: center;
  background-color: #f7f7f7;
}
@media (min-width: 641px) {
  .tab a {
    flex: 1;
  }
}
@media (max-width: 750px) {
  .tab a {
    font-size: 15px;
  }
}
@media (max-width: 640px) {
  .tab a {
    flex-grow: 1;
    min-width: 50%;
    border-right: 1px solid #e0e2e3;
  }
}
.tab a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 2px;
  background-color: #269d99;
  transform: translateX(-50%);
  transition: all 0.4s ease;
}
@media (min-width: 701px) {
  .tab a::before {
    max-width: 110px;
  }
}
@media (max-width: 640px) {
  .tab a::before {
    width: 100%;
    height: 1px;
    background-color: #e0e2e3;
  }
}
.tab a span {
  display: block;
  padding: 0 10px;
}
@media (min-width: 641px) {
  .tab a span {
    border-left: 1px solid #e0e2e3;
  }
}
@media (min-width: 641px) {
  .tab a:last-child span {
    border-right: 1px solid #e0e2e3;
  }
}
.tab a:hover, .tab a.current {
  color: #269d99;
}
.tab a:hover::before, .tab a.current::before {
  width: 100%;
}
@media (max-width: 640px) {
  .tab a:hover::before, .tab a.current::before {
    height: 2px;
    background-color: #269d99;
  }
}
@media (max-width: 640px) {
  .tab img {
    display: none;
  }
}

.tabContent {
  padding: 0;
}

.tagList {
  display: flex;
  flex-wrap: wrap;
}
.tagList li {
  margin-right: 15px;
  margin-top: 10px;
  padding: 5px 10px;
  color: #fff;
  background-color: #d41010;
}

/*****頁碼*****/
.pageBox {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 50px 40px;
  border-bottom: 1px solid #e0e2e3;
  background-color: #f7f7f7;
}
@media (max-width: 640px) {
  .pageBox {
    justify-content: center;
    padding: 30px 15px;
  }
}
@media (min-width: 801px) {
  .pageBox .pageNum {
    padding: 0 50px;
  }
}
@media (max-width: 800px) {
  .pageBox .pageNum {
    padding: 0 30px;
  }
}
.pageBox .pageNum span {
  font-family: "Barlow", "Arial", "Noto Sans TC", "微軟正黑體", "Helvetica", sans-serif;
  color: #269d99;
}
@media (min-width: 801px) {
  .pageBox .pageNum span {
    font-size: 23px;
  }
}
@media (max-width: 800px) {
  .pageBox .pageNum span {
    font-size: 20px;
  }
}
@media (min-width: 801px) {
  .pageBox .pageNum span:first-child {
    font-size: 32px;
  }
}
@media (max-width: 800px) {
  .pageBox .pageNum span:first-child {
    font-size: 24px;
  }
}
.pageBox .pageNum span:first-child::after {
  content: "-";
  margin: 0 5px;
}
.pageBox .toPage {
  color: #333;
}
@media (min-width: 801px) {
  .pageBox .toPage {
    width: 230px;
  }
}
@media (min-width: 641px) and (max-width: 800px) {
  .pageBox .toPage {
    width: 180px;
  }
}
@media (max-width: 640px) {
  .pageBox .toPage {
    width: 100%;
    margin-top: 20px;
    text-align: center;
  }
}
@media (min-width: 641px) {
  .pageBox .toPage {
    margin-left: auto;
    text-align: right;
  }
}
.pageBox .toPage input {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  padding: 0 8px;
  margin: 0 15px;
  border: 1px solid #e0e2e3;
  font-size: 15px;
  font-family: "Noto Sans TC", serif;
  text-align: center;
  background-color: #fff;
}
@media (min-width: 801px) {
  .pageBox .toPage input {
    width: 110px;
  }
}
@media (max-width: 800px) {
  .pageBox .toPage input {
    width: 60px;
  }
}

/*側邊_相簿*/
.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_share::before {
  content: "Share:";
  font-family: "Barlow", "Arial", "Noto Sans TC", "微軟正黑體", "Helvetica", sans-serif;
  font-weight: 600;
  color: #269d99;
}
.side_share a {
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  border-radius: 50%;
  font-weight: bold;
  font-size: 16px;
  color: #fff;
  text-align: center;
  background-color: #0072bc;
}
.side_share a.fb {
  background-color: #3c589e;
}

/*****頁尾單元連結*****/
.pageLinkList {
  display: flex;
  flex-wrap: wrap;
  background-color: #f7f7f7;
}
.pageLinkList li {
  position: relative;
  flex-grow: 1;
  min-height: 200px;
  border-right: 1px solid #e0e2e3;
}
@media (min-width: 961px) {
  .pageLinkList li {
    width: 50%;
  }
}
@media (max-width: 1180px) {
  .pageLinkList li {
    border-bottom: 1px solid #e0e2e3;
  }
}
.pageLinkList li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #57a0cb 0%, #58ccc9 100%);
}
@media (min-width: 961px) {
  .pageLinkList li::before {
    opacity: 0;
  }
}
@media (max-width: 960px) {
  .pageLinkList li::before {
    opacity: 1;
  }
}
.pageLinkList img {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 961px) {
  .pageLinkList img {
    opacity: 0;
  }
}
@media (max-width: 960px) {
  .pageLinkList img {
    opacity: 0.4;
  }
}
.pageLinkList .Txt {
  position: absolute;
  z-index: 5;
  padding-top: 20px;
  border-top: 2px solid #269d99;
  pointer-events: none;
  clear: both;
}
@media (min-width: 1401px) {
  .pageLinkList .Txt {
    top: 55px;
    left: 50px;
    width: calc(100% - 50px * 2);
  }
}
@media (min-width: 361px) and (max-width: 1400px) {
  .pageLinkList .Txt {
    top: 45px;
    left: 30px;
    width: calc(100% - 30px * 2);
  }
}
@media (max-width: 360px) {
  .pageLinkList .Txt {
    top: 35px;
    left: 20px;
    width: calc(100% - 20px * 2);
  }
}
@media (min-width: 1181px) {
  .pageLinkList .Txt {
    padding-right: 60px;
  }
}
@media (max-width: 960px) {
  .pageLinkList .Txt {
    border-color: #fff;
  }
}
@media (min-width: 1181px) {
  .pageLinkList .Txt::before {
    content: ">";
    position: absolute;
    top: 30px;
    right: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #58ccc9;
    border-top-color: #57a0cb;
    border-right-color: #57a0cb;
    border-radius: 50%;
    font-family: "標楷體", "微軟正黑體", sans-serif;
    color: #58ccc9;
    text-align: center;
  }
}
.pageLinkList h3 {
  font-size: 20px;
  font-weight: 500;
  color: #000;
}
@media (max-width: 960px) {
  .pageLinkList h3 {
    font-size: 18px;
    color: #fff;
  }
}
.pageLinkList .txtExp {
  margin-top: 10px;
  font-size: 14px;
}
@media (max-width: 960px) {
  .pageLinkList .txtExp {
    color: #fff;
  }
}
.pageLinkList svg {
  float: left;
  width: 55px;
  height: 55px;
  margin-right: 20px;
  margin-bottom: 10px;
  fill: #269d99;
}
@media (max-width: 960px) {
  .pageLinkList svg {
    fill: #fff;
  }
}
@media (max-width: 640px) {
  .pageLinkList svg {
    display: none;
  }
}
.pageLinkList li:hover::before {
  opacity: 1;
}
.pageLinkList li:hover img {
  opacity: 0.25;
}
.pageLinkList li:hover .Txt, .pageLinkList li:hover .Txt::before {
  color: #fff;
  border-color: #fff;
}
.pageLinkList li:hover h3, .pageLinkList li:hover .txtExp {
  color: #fff;
}
.pageLinkList li:hover svg {
  fill: #fff;
}

/*****slick按鈕*****/
.arrowPrev, .arrowNext {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  text-align: center;
  background-color: #fff;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
}
.arrowPrev::before, .arrowNext::before {
  content: ">";
  font-family: "標楷體", "微軟正黑體", sans-serif;
  color: #269d99;
}
.arrowPrev.dark, .arrowNext.dark {
  background-color: #269d99;
}
.arrowPrev.dark::before, .arrowNext.dark::before {
  color: #fff;
}
.arrowPrev:hover, .arrowNext:hover {
  background-color: #0072bc;
}
.arrowPrev:hover::before, .arrowNext:hover::before {
  color: #fff;
}

.arrowPrev::before {
  content: "<";
}

/***** dots *****/
ul.dots {
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 0;
}
ul.dots li {
  position: relative;
  display: inline-block;
  width: auto;
  float: none;
  margin: 0 5px;
  padding: 0;
}
@media (max-width: 480px) {
  ul.dots li {
    margin: 0 2px;
  }
}
ul.dots li button {
  position: relative;
  display: block;
  width: 15px;
  height: 15px;
  padding: 0;
  font-size: 0;
  border: 1px solid transparent;
  border-radius: 50%;
  background: transparent;
  color: transparent;
  cursor: pointer;
}
ul.dots li button::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #d5d5d5;
  transform: translate(-50%, -50%);
}
ul.dots li.slick-active button, ul.dots li:hover button {
  border-color: #58ccc9;
}
ul.dots li.slick-active button::before, ul.dots li:hover button::before {
  background-color: #269d99;
}

/*****滑動解鎖*****/
.captchaArea {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 210px;
  height: 50px;
  margin-right: 10px;
  border-radius: 25px;
  background-color: #e9e9e9;
}
.captchaArea.unlocking .sliderBtn {
  transition: none;
}
.captchaArea .note {
  position: absolute;
  top: 15px;
  right: 35px;
  z-index: 1;
  font-size: 14px;
  text-align: center;
  font-family: "Noto Sans TC", serif;
  color: #454545;
  letter-spacing: 1px;
  pointer-events: none;
}

.sliderBtn {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 50px;
  height: 50px;
  border: none;
  border-radius: 50%;
  outline: none;
  background-color: #269d99;
  cursor: pointer;
  transition: all 0.3s linear;
}
.sliderBtn::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 22px;
  color: #fff;
  font-size: 24px;
  font-family: FontAwesome;
  pointer-events: none;
}

/*****彈跳視窗*****/
.moduleBox {
  width: 92%;
  max-width: 400px;
  border: 1px solid #e0e2e3;
  background-color: #fff;
}
@media (min-width: 451px) {
  .moduleBox {
    padding: 30px 35px 35px;
  }
}
@media (max-width: 450px) {
  .moduleBox {
    padding: 20px 20px 30px;
  }
}
.moduleBox .itemTitleBox {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  font-size: 16px;
}
.moduleBox .itemTitleBox i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  margin-right: 10px;
  border-radius: 50%;
  fill: #fff;
  background-color: #269d99;
}
.moduleBox .itemTitleBox svg {
  width: 20px;
  height: 20px;
}
.moduleBox input[type=text], .moduleBox input[type=password] {
  display: block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  margin-bottom: 8px;
  border: 1px solid #e0e2e3;
  font-family: "Noto Sans TC", serif;
}
.moduleBox .btnBox {
  margin-top: 10px;
}
.moduleBox .quickBackBox {
  clear: both;
  margin-top: 15px;
  font-size: 14px;
  text-align: center;
}
.moduleBox .quickBackBox a {
  position: relative;
  display: inline-block;
  color: #000;
}
.moduleBox .quickBackBox a:not(:first-child) {
  padding-left: 8px;
}
.moduleBox .quickBackBox a:not(:first-child)::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 1px;
  height: 15px;
  background-color: #aaa;
}
.moduleBox .quickBackBox a + a {
  margin-left: 5px;
}
.moduleBox .rememberBox {
  font-size: 14px;
  text-align: right;
  -webkit-user-select: none;
  user-select: none;
}
.moduleBox .rememberBox p {
  font-size: 13px;
}

#closeOrder, #closeCart, #closePrice, #closeInquiry, #closeLogin, #closeSearch {
  position: absolute;
  top: 8px;
  right: 10px;
  width: 30px;
  height: 30px;
}
#closeOrder:before, #closeOrder:after, #closeCart:before, #closeCart:after, #closePrice:before, #closePrice:after, #closeInquiry:before, #closeInquiry:after, #closeLogin:before, #closeLogin:after, #closeSearch:before, #closeSearch:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -10px;
  margin-top: -0.5px;
  width: 20px;
  height: 2px;
  background-color: #269d99;
  transition: all 0.5s;
}
#closeOrder:before, #closeCart:before, #closePrice:before, #closeInquiry:before, #closeLogin:before, #closeSearch:before {
  transform: rotate(45deg);
}
#closeOrder:after, #closeCart:after, #closePrice:after, #closeInquiry:after, #closeLogin:after, #closeSearch:after {
  transform: rotate(-45deg);
}

/*****購物車*****/
.cartArea .cartNote b {
  margin: 0 3px;
  font-size: 18px;
  font-weight: 500;
  color: #269d99;
}
.cartArea .countBox {
  margin-bottom: 30px;
  font-size: 14px;
  letter-spacing: 0.025em;
}
.cartArea .countBox b {
  margin-left: 20px;
  font-weight: 500;
  font-size: 18px;
  color: #269d99;
  letter-spacing: 0.075em;
}
.cartArea .cart {
  clear: both;
  max-height: 250px;
  overflow-y: auto;
}
.cartArea .cart li {
  position: relative;
  margin-bottom: 20px;
}
.cartArea .cart li i {
  cursor: pointer;
  display: block;
  float: right;
  font-size: 18px;
  color: #949494;
}
.cartArea .cart .Img {
  float: left;
  margin-right: 15px;
  width: 65px;
  height: 65px;
  overflow: hidden;
}
.cartArea .cart .Img img {
  display: block;
  max-height: 100%;
  margin-left: auto;
  margin-right: auto;
  /*width: 100%;
  height: 100%;
  object-fit: cover;*/
}
.cartArea .cart .Txt {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}
.cartArea .cart h3 {
  width: 100%;
  display: block;
  margin-bottom: 3px;
}
.cartArea .cart h3 a {
  display: block;
  font-weight: 400;
}
.cartArea .cart h3 a, .cartArea .cart .spec {
  font-size: 13px;
  letter-spacing: 0.05em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cartArea .cart .spec {
  width: 100%;
  margin-bottom: 10px;
}
.cartArea .cart .num, .cartArea .cart .price {
  font-size: 14px;
  letter-spacing: 0.05em;
}
.cartArea .cart .num {
  margin-right: 12px;
}
.cartArea .cart .del {
  margin-left: auto;
  width: 16px;
  height: 20px;
  background: url("../images/icon-garbage.svg") no-repeat;
  background-size: contain;
}

/*****會員登入****/
.loginArea .forgetCheck, .loginArea .resendCheck {
  display: none;
}
.loginArea input[type=checkbox] {
  position: relative;
  top: -3px;
  display: inline-block;
  vertical-align: middle;
  width: 17px;
  height: 17px;
  margin-right: 5px;
  padding: 0;
  border: 1px solid #c4c4c4;
  border-radius: 50%;
  background-color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.loginArea input[type=checkbox]::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  z-index: 5;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #269d99;
  opacity: 0;
}
.loginArea input[type=checkbox]:checked::before {
  opacity: 1;
}

@media (max-width: 480px) {
  .col-2, .col-3, .col-4, .col-5 {
    float: none;
    width: 100%;
  }
}
@keyframes arrowRight {
  0%, 100%, 20%, 50%, 80% {
    transform: translateX(0);
  }
  40% {
    transform: translateX(-20%);
  }
  60% {
    transform: translateX(-10%);
  }
}
@keyframes arrowLeft {
  0%, 100%, 20%, 50%, 80% {
    transform: translateX(0);
  }
  40% {
    transform: translateX(20%);
  }
  60% {
    transform: translateX(10%);
  }
}