@charset "UTF-8";
@import url(reset.css);
@import url(font-awesome.min.css);
@import url(icofont.css);
@import url(rwdgrid.css);
@import url(textEditor.css);
@import url("https://fonts.googleapis.com/earlyaccess/notosanstc.css");
@import url("https://fonts.googleapis.com/css?family=Quicksand:400,500");
[class*='col-'], .b-box, .wrap, .sendWashBtn, .roundBtn, .mapCallBox, .fixedCallBox, .classLink a, .side_news > ul > li, .slick-dots button {
  box-sizing: border-box;
}

a, header, .logo, .logo img, .menu a::before, .sendWashBtn::before, .roundBtn::before, .roundBtn::after, .goTop, .mapCallBox, .fixedCallBox, .mapCallBox::before, .fixedCallBox::before, .classLink a::before, .side_news .Img::before, .side_news .Img::after, .side_news .Img img, .slick-dots button::before {
  transition: all .5s ease-out;
}

body {
  font-family: "微軟正黑體", Heiti TC, "メイリオ", sans-serif;
  font-size: 15px;
  color: #344357;
}

.pc{display: block;}
.mo{display: none;}

a {
  cursor: pointer;
  color: #344357;
}

a:hover {
  color: #006cb7;
}

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

.col-1 {
  width: 100%;
}

.col-2 {
  width: 50%;
}

.col-3 {
  width: 33.33%;
}

.col-4 {
  width: 25%;
}

.col-5 {
  width: 20%;
}

a.btn_color1 {
  color: #fff;
  background-color: #006cb7;
}

a.btn_color1:hover {
  background-color: #5d6c7a;
}

a.btn_color2 {
  background: #A0A0A0;
  color: #FFF;
}

a.btn_color2:hover {
  background: #999;
}

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

textarea {
  -webkit-appearance: none;
}

.outerWrap {
  position: relative;
}

.wrap {
  width: 1200px;
  margin: 0 auto;
}

.label {
  padding: 5px 7px;
  color: #FFF;
  background: rgba(0, 0, 0, 0.8);
}

header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 90;
  width: 100%;
  padding-top: 45px;
}

header.scroll {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

header.scroll .wrap {
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}

header.scroll .logo {
  width: 120px;
}

header .wrap {
  width: 1720px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.logo {
  width: 207px;
}

.logo img {
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.menuBox {
  margin-left: auto;
}

.menu {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 18px;
}

.menu a {
  position: relative;
  display: block;
  padding: 8px 25px;
  font-size: 20px;
  letter-spacing: 2px;
}

.menu a:hover::before, .menu a.current::before {
  top: -20px;
  opacity: 1;
}

.menu a.current {
  color: #006cb7;
}

.menu a::before {
  content: url("../images/water.png");
  position: absolute;
  top: -40px;
  left: 50%;
  margin-left: -10px;
  opacity: 0;
}

.m_menu {
  display: none;
}

.serviceLineBox {
  position: relative;
  padding-left: 95px;
  padding-right: 50px;
  letter-spacing: 1px;
}

.serviceLineBox:hover::before {
  -webkit-animation: 1s swing both;
          animation: 1s swing both;
}

.serviceLineBox::before {
  content: '\f095';
  position: absolute;
  top: 0;
  left: 40px;
  z-index: 1;
  font-size: 55px;
  color: #00d1eb;
  font-family: FontAwesome;
  -webkit-transform: rotate(10deg);
      -ms-transform: rotate(10deg);
          transform: rotate(10deg);
}

.serviceLineBox span {
  display: block;
  font-size: 14px;
}

.serviceLineBox a {
  font-size: 25px;
  font-weight: 500;
  font-family: 'Quicksand', 'Noto Sans TC', '微軟正黑體', serif;
}

.bannerArea {
  position: relative;
}

.bannerArea .wrap {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  width: 1720px;
  pointer-events: none;
}

.bannerText {
  position: absolute;
  top: 25%;
  left: 50%;
  z-index: 1;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  min-width: 340px;
  padding-top: 50px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.bannerText::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: 340px;
  height: 340px;
  margin-left: -170px;
  border-radius: 50%;
  z-index: -1;
  background-color: rgba(255, 255, 0, 0.3);
}

.bannerText > b {
  display: block;
  color: #006cb7;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 1px;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-family: 'Quicksand', 'Noto Sans TC', '微軟正黑體', serif;
}

.bannerText > b::before {
  content: '';
  display: inline-block;
  width: 1px;
  height: 50px;
  margin-top: 5px;
  margin-bottom: 15px;
  background-color: #006cb7;
}

.bannerContent {
  position: relative;
  line-height: 1.5;
  font-size: 45px;
  font-weight: 400;
  letter-spacing: 15px;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}

/*.bannerContent::before, .bannerContent::after {
  content: '';
  position: absolute;
  z-index: 1;
  width: 85px;
  height: 33px;
  pointer-events: none;
  background: url("../images/banner_down.png") 0 0;
  -webkit-animation: .8s bWaveAni linear infinite;
          animation: .8s bWaveAni linear infinite;
}

.bannerContent::before {
  top: 70px;
  right: -135px;
}

.bannerContent::after {
  top: 170px;
  left: -170px;
}*/

@-webkit-keyframes bWaveAni {
  0% {
    background-position-x: 0;
  }
  100% {
    background-position-x: 15px;
  }
}

@keyframes bWaveAni {
  0% {
    background-position-x: 0;
  }
  100% {
    background-position-x: 15px;
  }
}

.sendWashBtn {
  position: fixed;
  right: 20px;
  bottom: 50px;
  z-index: 1;
  width: 165px;
  height: 165px;
  padding-top: 90px;
  border-radius: 50%;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 4px;
  text-align: center;
  color: #fff;
  background: #02b7ff url("../images/line.png") 50% 30% no-repeat;
  box-shadow: -10px 4px 20px rgba(122, 122, 122, 0.2);
  pointer-events: auto;
  font-family: 'Quicksand', 'Noto Sans TC', '微軟正黑體', serif;
  background-color: #02b7ff;
}

.sendWashBtn:hover {
  color: #fff;
}

.sendWashBtn:hover::before {
  -webkit-animation: 2s soArrowAni ease-out infinite;
          animation: 2s soArrowAni ease-out infinite;
}

.sendWashBtn::before {
  content: url("../images/top.png");
  position: absolute;
  left: 50%;
  bottom: 18px;
  line-height: 0;
  margin-left: -7.5px;
}

.sendWashBtn.byBottom {
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  transition: all 0.6s cubic-bezier(0.6, -0.28, 0.735, 0.045);
}

@-webkit-keyframes soArrowAni {
  0%,
  100%,
  20%,
  50%,
  80% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(40%);
            transform: translateY(40%);
  }
  60% {
    -webkit-transform: translateY(30%);
            transform: translateY(30%);
  }
}

@keyframes soArrowAni {
  0%,
  100%,
  20%,
  50%,
  80% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(40%);
            transform: translateY(40%);
  }
  60% {
    -webkit-transform: translateY(30%);
            transform: translateY(30%);
  }
}

.mapArea {
  position: relative;
}

.mapArea .wrap {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  margin: auto;
  pointer-events: none;
}

#gmap_s {
  height: 600px;
}

footer {
  position: relative;
  padding-top: 90px;
  padding-bottom: 75px;
  color: #fff;
  background-color: #006cb7;
}

footer::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: -51px;
  height: 51px;
  background: url("../images/footerbg.png") 0 0 repeat-x;
  /*-webkit-animation: 5s footerWaveAni linear infinite;
          animation: 5s footerWaveAni linear infinite;*/
}

footer .wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@-webkit-keyframes footerWaveAni {
  0% {
    background-position-x: 0;
  }
  100% {
    background-position-x: 1946px;
  }
}

@keyframes footerWaveAni {
  0% {
    background-position-x: 0;
  }
  100% {
    background-position-x: 1946px;
  }
}

.footerLogo {
  margin-bottom: 50px;
}

.footerContactList {
  margin-bottom: 35px;
  font-size: 16px;
  letter-spacing: 1px;
}

.footerContactList li {
  position: relative;
  display: inline-block;
  padding-left: 40px;
}

.footerContactList li:not(:last-child) {
  margin-right: 25px;
}

.footerContactList li::before {
  position: absolute;
  left: 5px;
  z-index: 1;
}

.footerContactList .home::before {
  content: url("../images/icon01.png");
  top: -2px;
}

.footerContactList .clock::before {
  content: url("../images/icon02.png");
  top: -2px;
}

.footerContactList .mail::before {
  content: url("../images/icon04.png");
  top: 2px;
}

.footerContactList .phone::before {
  content: url("../images/icon03.png");
  top: 2px;
}

.footerContactList a {
  display: block;
  color: #fff;
}

.footerBottomBox {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.socialBox {
  margin-right: 30px;
}

.socialBox span, .socialBox a {
  display: inline-block;
  vertical-align: middle;
}

.socialBox span {
  margin-right: 5px;
}

.socialBox a {
  padding-left: 5px;
  padding-right: 5px;
  color: #fff;
  font-size: 24px;
  opacity: .5;
}

.socialBox a:hover {
  opacity: 1;
}

.copyrightBox .design, .copyrightBox .copyright {
  display: inline-block;
  vertical-align: middle;
}

.copyrightBox a {
  color: #fff;
  font-size: 12px;
}

.bannerBox img {
  display: block;
  width: 100%;
}

.mainArea {
  position: relative;
  padding-top: 35px;
  padding-bottom: 150px;
}

.mainArea::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: -74px;
  height: 74px;
  background: url("../images/mainbg.png") 0 0 repeat-x;
  /*-webkit-animation: 7s mainWaveAni linear infinite;
          animation: 7s mainWaveAni linear infinite;*/
}

@-webkit-keyframes mainWaveAni {
  0% {
    background-position-x: 0;
  }
  100% {
    background-position-x: 1835px;
  }
}

@keyframes mainWaveAni {
  0% {
    background-position-x: 0;
  }
  100% {
    background-position-x: 1835px;
  }
}

.titleBox {
  padding-top: 70px;
  padding-bottom: 80px;
  font-family: 'Quicksand', 'Noto Sans TC', '微軟正黑體', serif;
}

.titleBox h1, .titleBox h2, .titleBox h3 {
  font-size: 45px;
  font-weight: 300;
  letter-spacing: 13px;
  color: #006cb7;
}

.titleBox b {
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
}

.titleBox b::before, .titleBox b::after {
  content: '';
  position: absolute;
  z-index: 1;
  width: 75px;
  height: 6px;
  -webkit-animation: 1s tWaveAni linear infinite;
          animation: 1s tWaveAni linear infinite;
  background: url("../images/titleWaveLine.png") 0 0;
}

.titleBox b::before {
  top: 7px;
  right: -85px;
}

.titleBox b::after {
  top: 20px;
  right: -100px;
}

@-webkit-keyframes tWaveAni {
  0% {
    background-position-x: 0;
  }
  100% {
    background-position-x: 27px;
  }
}

@keyframes tWaveAni {
  0% {
    background-position-x: 0;
  }
  100% {
    background-position-x: 27px;
  }
}

@-webkit-keyframes swing {
  0% {
    -webkit-transform: rotate3d(0, 0, 1, 10deg);
            transform: rotate3d(0, 0, 1, 10deg);
  }
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 0);
            transform: rotate3d(0, 0, 1, 0);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
            transform: rotate3d(0, 0, 1, 15deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
            transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 10deg);
            transform: rotate3d(0, 0, 1, 10deg);
  }
}

@keyframes swing {
  0% {
    -webkit-transform: rotate3d(0, 0, 1, 10deg);
            transform: rotate3d(0, 0, 1, 10deg);
  }
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 0);
            transform: rotate3d(0, 0, 1, 0);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
            transform: rotate3d(0, 0, 1, 15deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
            transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 10deg);
            transform: rotate3d(0, 0, 1, 10deg);
  }
}

.bread {
  font-size: 13px;
  color: #5d6c7a;
  letter-spacing: 2px;
}

.bread a {
  position: relative;
  display: inline-block;
  vertical-align: text-top;
  padding-right: 20px;
  color: #a0a0a0;
}

.bread a:hover {
  color: #5d6c7a;
}

.bread a::before {
  content: '\f105';
  position: absolute;
  top: 0;
  right: 5px;
  font-size: 16px;
  font-family: FontAwesome;
  color: #5d6c7a;
}

.contentBox {
  clear: both;
}

.articleTitle {
  margin-left: 12px;
  margin-bottom: 55px;
  padding: 10px 0;
  font-size: 30px;
  font-weight: 400;
  letter-spacing: 12px;
  text-align: center;
  font-family: 'Noto Sans TC', '微軟正黑體', serif;
}

.articleTitle::after {
  content: '';
  display: block;
  width: 55px;
  height: 6px;
  margin: 15px auto 0;
  background: url("../images/titleWaveLine.png") 0 0;
  -webkit-animation: 1s tWaveAni linear infinite;
          animation: 1s tWaveAni linear infinite;
}

.roundBtn {
  position: relative;
  display: block;
  width: 150px;
  height: 150px;
  line-height: 150px;
  font-size: 17px;
  letter-spacing: 1px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid transparent;
  color: #fff;
  background-color: #02b7ff;
  box-shadow: 5px 5px 50px 2.5px rgba(2, 183, 255, 0.2);
}

.roundBtn:hover {
  color: #344357;
  border-color: #344357;
  background-color: transparent;
  box-shadow: none;
}

.roundBtn:hover::before {
  left: 125px;
  background-color: #344357;
}

.roundBtn:hover::after {
  left: 165px;
  box-shadow: 1px -1px 0 #344357;
}

.roundBtn::before, .roundBtn::after {
  content: '';
  position: absolute;
  top: 50%;
  z-index: 1;
  pointer-events: none;
}

.roundBtn::before {
  left: -35px;
  width: 65px;
  height: 1px;
  margin-top: -0.5px;
  background-color: #fff;
}

.roundBtn::after {
  left: 5px;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  box-shadow: 1px -1px 0 #fff;
}

.goTop {
  position: absolute;
  right: 150px;
  bottom: 50px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #ffc000;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
}

.goTop:hover {
  -webkit-transform: translateY(-5px);
      -ms-transform: translateY(-5px);
          transform: translateY(-5px);
  box-shadow: 0 10px 20px #005d9e;
}

.goTop::before, .goTop::after {
  content: '';
  position: absolute;
}

.goTop::before {
  top: 23px;
  left: 25px;
  width: 9px;
  height: 9px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  box-shadow: -2px -2px 0 #fff;
}

.goTop::after {
  top: 50%;
  left: 50%;
  width: 2px;
  height: 18px;
  margin-top: -9px;
  margin-left: -1px;
  background-color: #fff;
}

.goTop.byBottom {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  transition: 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.5s;
}

.mapCallBox, .fixedCallBox {
  color: #fff;
  letter-spacing: 1px;
  background: linear-gradient(to right, #04b7ff 0, #02d4e8 100%) 0 0 no-repeat;
  pointer-events: auto;
  font-family: 'Quicksand', 'Noto Sans TC', '微軟正黑體', serif;
}

.mapCallBox::before, .fixedCallBox::before {
  content: '\f095';
  text-align: center;
  font-family: FontAwesome;
}

.mapCallBox h3, .fixedCallBox h3 {
  font-weight: 300;
}

.mapCallBox a, .fixedCallBox a {
  display: inline-block;
  color: #fff;
  font-weight: 500;
}

.fixedCallBox {
  display: none;
}

table.breakpoint > tbody > tr > td.expand {
  cursor: pointer;
  background: url(../images/plus.png) no-repeat 5px center;
  padding-left: 40px;
}

.m_classLink {
  display: none;
}

.classBox {
  padding: 50px 0;
}

.classLink {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.classLink a {
  position: relative;
  display: block;
  min-width: 150px;
  padding: 20px;
  font-size: 16px;
  text-align: center;
  color: #535353;
  letter-spacing: 1px;
  border-bottom: 1px solid #e5e5e5;
}

.classLink a.current::before, .classLink a:hover::before {
  -webkit-transform: rotateX(0);
          transform: rotateX(0);
}

.classLink a::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 3px;
  background-color: #ffc000;
  -webkit-transform: rotateX(90deg);
          transform: rotateX(90deg);
}

.side_contactInfo li:not(:first-child) {
  margin-top: 20px;
}

.side_contactInfo a {
  font-size: 16px;
}

.side_contactInfo a i {
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  background-color: #5d6c7a;
  text-align: center;
  border-radius: 50%;
}

.side_contactInfo a b {
  display: inline-block;
  vertical-align: middle;
  font-weight: normal;
}

.side_share {
  clear: both;
  display: none;
  margin-top: 30px;
}

.side_share a {
  width: 100%;
  margin-top: 5px;
  display: block;
  padding: 15px 10px;
  font-size: 13px;
  font-weight: bold;
  line-height: 1;
  color: #FFF;
  text-align: center;
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
  border-radius: 4px;
  -web-box-sizing: border-box;
  box-sizing: border-box;
}

.side_share a i {
  padding-right: 5px;
  font-size: 18px;
}

.side_share a.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 a.fb {
  box-shadow: 0 0 0 1px #235c9b;
  border-top: 1px solid #8DCFF5;
  background: #5da0ea;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzVkYTBlYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzZDhjZTYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: linear-gradient(to bottom, #5da0ea 0%, #3d8ce6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5da0ea', endColorstr='#3d8ce6',GradientType=0 );
}

.side_share a.gPlus {
  box-shadow: 0 0 0 1px #874138;
  border-top: 1px solid #fd816b;
  background: #d65130;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Q2NTEzMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkMDQ0MmIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: linear-gradient(to bottom, #d65130 0%, #d0442b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d65130', endColorstr='#d0442b',GradientType=0 );
}

.side_news {
  margin-top: 80px;
  text-align: center;
}

.side_news h2, .side_news h3 {
  font-weight: 300;
  font-family: 'Quicksand', 'Noto Sans TC', '微軟正黑體', serif;
}

.side_news h2 {
  margin-bottom: 30px;
  font-size: 20px;
  letter-spacing: 2px;
}

.side_news > ul > li {
  padding-left: 10px;
  padding-right: 10px;
}

.side_news .item {
  max-width: 200px;
  margin: auto;
}

.side_news .item:hover .Img img {
  -webkit-transform: scale(1.03);
      -ms-transform: scale(1.03);
          transform: scale(1.03);
}

.side_news .item:hover .Img::before, .side_news .item:hover .Img::after {
  opacity: 1;
}

.side_news .item:hover .Img::after {
  top: 50%;
}

.side_news .Img {
  position: relative;
  line-height: 0;
  overflow: hidden;
}

.side_news .Img::before, .side_news .Img::after {
  position: absolute;
  z-index: 1;
  pointer-events: none;
}

.side_news .Img::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
}

.side_news .Img::after {
  content: url("../images/iconwater.png");
  position: absolute;
  top: 40%;
  left: 50%;
  margin-left: -9.5px;
  margin-top: -12px;
  opacity: 0;
}

.side_news .Img img {
  width: 100%;
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.side_news .Txt {
  margin-top: 5px;
}

.side_news h3 a {
  display: block;
  text-align: center;
  font-size: 18px;
  letter-spacing: 1px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.side_news h3 a::after {
  content: '';
  display: block;
  width: 20px;
  height: 1px;
  margin: 10px auto;
  background-color: #006cb7;
}

.side_news .slick-dots {
  margin-top: 20px;
}

.slick-dots {
  text-align: center;
}

.slick-dots li {
  display: inline-block;
  margin: 0 3px;
}

.slick-dots li:hover button::before {
  background-color: #51b8ff;
}

.slick-dots li.slick-active button::before {
  background-color: #006cb7;
}

.slick-dots button {
  position: relative;
  width: 30px;
  height: 30px;
  border: none;
  outline: none;
  color: transparent;
  background-color: transparent;
  cursor: pointer;
}

.slick-dots button::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 14px;
  margin-top: -7px;
  margin-left: -7px;
  border-radius: 50%;
  background-color: #bbb;
}

@media (min-width: 1181px) {
  .mapCallBox {
    position: absolute;
    top: 50%;
    right: 0;
    width: 350px;
    padding: 55px 20px 35px;
    text-align: center;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    box-shadow: -9px 5px 20px rgba(98, 98, 98, 0.4);
  }
  .mapCallBox:hover::before {
    -webkit-animation: 1s swing both;
            animation: 1s swing both;
  }
  .mapCallBox::before {
    position: absolute;
    left: 50%;
    top: -40px;
    width: 80px;
    height: 80px;
    line-height: 80px;
    margin-left: -40px;
    border-radius: 50%;
    color: #fff;
    font-size: 45px;
    -webkit-transform: rotate(10deg);
        -ms-transform: rotate(10deg);
            transform: rotate(10deg);
    background-color: #ffc000;
  }
  .mapCallBox h3 {
    margin-bottom: 10px;
    font-size: 22px;
  }
  .mapCallBox a {
    font-size: 25px;
  }
  .mapCallBox a:hover {
    text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.2);
  }
  .mapCallBox a + a {
    position: relative;
    margin-left: 6px;
  }
  .mapCallBox a + a::before {
    content: '';
    position: absolute;
    left: -7px;
    bottom: 6px;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background-color: #fff;
  }
}

@media (max-width: 1760px) {
  header .wrap {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 1580px) and (min-width: 1181px) {
  .mapCallBox {
    top: auto;
    bottom: 50px;
    right: 50px;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
}

@media (max-width: 1400px) {
  .sendWashBtn {
    width: 100px;
    height: 100px;
    line-height: 100px;
    padding-top: 10px;
    font-size: 14px;
    background-size: 30px;
  }
  .sendWashBtn::before {
    bottom: 10px;
  }
}

@media (max-width: 1240px) {
  .wrap {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 1180px) {

.pc{display: none;}
.mo{display: block;}

  .outerWrap {
    padding-top: 60px;
  }
  header, .sendWashBtn {
    display: none;
  }
  .bannerText {
    top: 20px;
  }
  .footerContactList li {
    display: block;
  }
  .footerContactList li:not(:last-child) {
    margin-right: 0;
  }
  .footerContactList li:not(:first-child) {
    margin-top: 20px;
  }
  .m_menu {
    position: fixed;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    z-index: 99;
  }
  .m_menu .mask {
    display: none;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    width: 100%;
    height: 100%;
    padding-bottom: 60px;
    top: 0;
    left: 0;
    z-index: 10;
  }
  .m_menu .controlBox {
    background: #FFF;
    position: relative;
    z-index: 99;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  }
  .m_menu .controlBox .main {
    display: block;
    float: left;
    width: 50px;
    height: 60px;
    line-height: 60px;
    font-size: 20px;
    color: #006cb7;
    text-align: center;
  }
  .m_menu .sp {
    display: none;
  }
  .hideBox {
    display: none;
    width: 100%;
    padding: 60px 0;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 11;
    background: #fcfcfc;
    box-sizing: border-box;
  }
  .m_logo {
    position: absolute;
    left: 0;
    right: 0;
    width: 100px;
    padding-top: 5px;
    margin: auto;
  }
  .m_logo img {
    max-width: 100%;
    height: auto;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
  }
  .mfun {
    padding: 30px 0;
    text-align: center;
  }
  .mfun a {
    margin: 0 10px;
    display: inline-block;
    font-size: 18px;
    background: #006cb7;
    color: #FFF;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 100%;
  }
  .nav li:not(:first-child) {
    border-top: 1px solid #ddd;
  }
  .nav a {
    padding: 20px 10px;
    display: block;
    font-size: 15px;
    text-align: center;
    position: relative;
  }
  .nav a:hover, .nav a.current {
    color: #fff;
    background-color: #006cb7;
  }
  .nav a i {
    display: block;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -7px;
  }
  .nav .submenu {
    display: none;
  }
  .nav .submenu a {
    padding: 10px 20px;
  }
  .nav .submenu a:hover {
    background: #999;
  }
  .mSendWashBtn {
    float: right;
    padding-left: 10px;
    padding-right: 10px;
    color: #fff;
    height: 60px;
    line-height: 60px;
    background-color: #02b7ff;
  }
  #gmap_s {
    height: 300px;
  }
  .mapCallBox {
    display: none;
  }
  .fixedCallBox {
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 80;
    display: block;
    width: 100%;
    text-align: center;
    box-shadow: 0 -5px 10px rgba(0, 0, 0, 0.1);
  }
  .fixedCallBox::before {
    display: inline-block;
    vertical-align: middle;
    font-size: 26px;
    margin-right: 5px;
    color: #ffc000;
  }
  .fixedCallBox h3 {
    display: inline-block;
    color: rgba(255, 255, 255, 0.6);
  }
  .fixedCallBox a {
    padding: 10px 20px;
    font-size: 16px;
  }
  .fixedCallBox a + a {
    border-left: 1px solid rgba(0, 0, 0, 0.1);
  }
}

@media (max-width: 1024px) {
  .roundBtn {
    width: 100px;
    height: 100px;
    line-height: 100px;
    font-size: 15px;
  }
  .roundBtn:hover::before {
    left: 90px;
  }
  .roundBtn:hover::after {
    left: 98px;
  }
  .roundBtn::before {
    left: -10px;
    width: 20px;
  }
  .roundBtn::after {
    left: -2px;
    width: 10px;
    height: 10px;
    margin-top: -5px;
  }
  .articleTitle {
    letter-spacing: 2px;
  }
  .side_news h3 a {
    font-size: 16px;
  }
}

@media (max-width: 1024px) and (min-width: 641px) {
  .goTop {
    right: 20px;
  }
}

@media (max-width: 960px) {
  .bannerText::before {
    width: 250px;
    height: 250px;
    margin-left: -125px;
  }
  .bannerText > b::before {
    height: 30px;
  }
  .bannerContent {
    font-size: 30px;
    letter-spacing: 5px;
  }
  .bannerContent::before {
    top: 30px;
  }
  .bannerContent::after {
    top: 130px;
  }
  .mainArea {
    padding-bottom: 50px;
  }
  .classLink {
    display: none;
  }
  .m_classLink {
    display: block;
    position: relative;
  }
  .m_classLink a.main {
    display: block;
    font-size: 15px;
    color: #222;
    border: 1px solid #CCC;
    position: relative;
    padding: 10px;
    border-radius: 5px;
    background: #eeeeee;
    background: linear-gradient(to bottom, #eeeeee 0%, #eeeeee 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#eeeeee',GradientType=0 );
  }
  .m_classLink a.main i {
    display: block;
    font-size: 15px;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -6px;
  }
  .m_classLink ul {
    padding: 0;
    list-style: none;
    display: none;
    width: 100%;
    background: #FFF;
    border-radius: 5px;
    border: 1px solid #d1d1d1;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 999;
    box-sizing: border-box;
  }
  .m_classLink ul li {
    padding: 0;
  }
  .m_classLink ul li a {
    display: block;
    padding: 15px 10px;
    border-top: 1px solid #d1d1d1;
  }
  .m_classLink ul li:first-child a {
    border: none;
  }
}

@media (max-width: 767px) {
  .side_share {
    clear: both;
    display: block;
    margin-bottom: 30px;
  }
  .footerBottomBox {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .socialBox {
    margin-bottom: 30px;
  }
  .socialBox span {
    display: none;
  }
  .socialBox a {
    opacity: 1;
  }
  .bannerText {
    display: none;
  }
  .articleTitle {
    font-size: 22px;
  }
  footer::before, .mainArea::before {
    display: none;
  }
}

@media (max-width: 640px) {
  footer {
    padding-bottom: 150px;
  }
  .goTop {
    left: 0;
    right: 0;
    bottom: 65px;
    margin: auto;
  }
}

@media (max-width: 480px) {
  footer {
    text-align: center;
  }
  .footerContactList li {
    padding-left: 0;
    font-size: 14px;
  }
  .footerContactList li::before {
    display: none;
  }
  .fixedCallBox::after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  .fixedCallBox::before, .fixedCallBox h3 {
    display: none;
  }
  .fixedCallBox a {
    float: left;
    width: 50%;
    box-sizing: border-box;
  }
  .copyrightBox {
    font-size: 12px;
  }
  .col-2 {
    float: none;
    width: 100%;
  }
  .col-3 {
    float: none;
    width: 100%;
  }
  .col-4 {
    float: none;
    width: 100%;
  }
  .col-5 {
    float: none;
    width: 100%;
  }
}
