@charset "UTF-8";
/* CSS Document */
@import url(reset.css);
@import url(font-awesome.min.css);
@import url(rwdgrid.css);
@import url(textEditor.css);
@import url(contentbuilder.css);
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@500&family=Noto+Sans+TC:wght@400;500&family=Poppins:wght@400;600&display=swap");
.side_share a, .orderCheckArea input[type=text], .orderCheckArea input[type=password] {
  box-sizing: border-box;
}

.sideInquiry a .icon_arrow, .sideInquiry, .social a .icon_social, .phoneBox.show, footer .ftTop .wrap .formBox .formItem input,
footer .ftTop .wrap .formBox .formItem textarea, .followUsBox ul li a .icon_follow, .menu > li > a span:after {
  transition: all 0.5s;
}

.common_txt {
  color: #626262;
  font-size: 15px;
  letter-spacing: 0.75px;
  line-height: 25px;
}

.bk_txt {
  color: #000000;
  font-size: 14px;
  letter-spacing: 0.7px;
  line-height: 25px;
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -20%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
body {
  background-color: #fff;
  background-image: url("../images/bg.jpg");
  font-family: "Noto Sans TC", "微軟正黑體", "Poppins", sans-serif;
  font-size: 16px;
}



*,
*:before,
*:after {
  outline: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
}

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

.btnBox {
  padding: 20px 0;
}

.btn_cis2, .btn_cis, .btn_bk {
  display: inline-block;
  max-width: 190px;
  width: 100%;
  color: #ffffff;
  font-size: 14px;
  text-align: center;
  padding: 11px 22px;
}
.hasIcon.btn_cis2, .hasIcon.btn_cis, .hasIcon.btn_bk {
  text-align: left;
  position: relative;
  padding-right: 50px;
}

.btn_bk {
  border: 0;
  background-color: #4194b2;
}
.btn_bk:hover {
  color: #ffffff;
  background-color: #4bb9ba !important;
}

.btn_cis {
  color: #111111;
  border: 1px solid #d2d2d2;
  background-color: transparent;
}
.btn_cis:hover {
  color: #ffffff;
  background-color: #335fa8;
}
.btn_cis:hover.hasIcon .arrow_bk {
  background-image: url(../images/icon_arrow_wh.png);
}

.btn_cis2 {
  color: #111111;
  border: 1px solid #d2d2d2;
  background-color: transparent;
  text-align: left;
  padding-right: 50px;
  position: relative;
}
.btn_cis2:after {
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translate(0, -50%);
  content: "+";
  font-size: 24px;
}
.btn_cis2:hover {
  color: #ffffff;
  border-color: #4194b2;
  background-color: #4194b2;
}

.icon_play {
  background-image: url(../images/icon_play.png);
  background-repeat: no-repeat;
  width: 17px;
  height: 17px;
  display: inline-block;
  vertical-align: sub;
  margin-left: 10px;
}

.icon_arrow {
  position: absolute;
  right: 25px;
  top: 0;
  bottom: 0;
  margin: auto;
  background-repeat: no-repeat;
  width: 7px;
  height: 12px;
  display: block;
}
.icon_arrow.arrow_wh {
  background-image: url(../images/icon_arrow_wh.png);
}
.icon_arrow.arrow_bk {
  background-image: url(../images/icon_arrow_bk.png);
}

.icon_fb {
  width: 11px;
  height: 19px;
}

.icon_line {
  width: 19px;
  height: 18px;
}

.icon_yt {
  width: 19px;
  height: 14px;
}

.icon_file {
  fill: #ffffff;
  width: 20px;
  height: 23px;
}

/*css3*/
a {
  color: #111111;
  cursor: pointer;
  transition: all 0.4s ease;
}
a:hover {
  color: #4194b2;
}

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

.b-box {
  box-sizing: border-box;
}

div.titan {
  /*--隱藏開影音、開相簿--*/
  display: none;
}

.col-1 {
  width: 100%;
}

.col-2 {
  width: 50%;
}

.col-3 {
  width: 33.33%;
}

.col-4 {
  width: 25%;
}

.col-5 {
  width: 20%;
}

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

textarea {
  -webkit-appearance: none;
}

.outerWrap {
  position: relative;
  padding-top: 105px;
}

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

#gmap {
  display: none;
  height: 400px;
}

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

/*-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%;
  transform: translate(0, -50%);
  left: 15px;
  right: 15px;
  margin: auto;
  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;
}

/*訂單查詢*/
.orderCheckArea {
  left: 0;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  margin: auto;
  max-width: 360px;
  background-color: #ffffff;
}
.orderCheckArea .wrap {
  position: relative;
  width: auto;
  padding: 80px 30px;
  text-align: center;
}
.orderCheckArea .titleBox {
  padding-bottom: 35px;
  border-bottom: 1px solid #dcdcdc;
}
.orderCheckArea .titleBox em:before {
  display: none;
}
.orderCheckArea .titleBox h2 {
  font-size: 32px;
  line-height: 1;
  letter-spacing: 1.12px;
}
.orderCheckArea .control {
  margin-top: 20px;
  margin-bottom: 10px;
}
.orderCheckArea input {
  color: #808080;
  margin-bottom: 20px;
  font-family: "Noto Sans TC";
}
.orderCheckArea input[type=text], .orderCheckArea input[type=password] {
  width: 100%;
  height: 40px;
  padding: 12px 16px;
  border: 0;
  background-color: #f4f4f4;
}
.orderCheckArea p,
.orderCheckArea .btnBox {
  text-align: left;
}
.orderCheckArea .btnBox {
  padding-top: 45px;
  padding-bottom: 0;
}

#closeOrder {
  position: absolute;
  top: 16px;
  right: 16px;
}

#closeCart, #closePrice, #closeInquiry {
  position: absolute;
  top: 8px;
  right: 10px;
  font-size: 18px;
}

@media screen and (max-width: 480px) {
  #closeCart, #closePrice, #closeInquiry {
    top: 5px;
    font-size: 25px;
  }
}
/***↑↑↑訂單查詢↑↑↑**/
/*****網頁頭*****/
header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 50;
}
header.sticky {
  background-color: #ffffff;
}
header.sticky .logo a {
  height: 75px;
}
header.sticky .inquiryBtn a {
  color: #ffffff;
  background-color: #4194b2;
}
header .wrap {
  position: relative;
  display: flex;
  align-items: center;
  width: 1700px;
  max-width: 100%;
}
header .logo {
  width: 410px;
  padding-left: 20px;
}
header .logo a {
  display: block;
  width: 100%;
  height: 105px;
  background: url("../images/logo.png") no-repeat;
  background-position: center;
  background-size: contain;
  text-indent: -9999px;
}
header .rightBox {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  width: calc(100% - 430px);
  padding-left: 30px;
  padding-right: 10px;
  box-sizing: border-box;
}
header .inquiryBtn a {
  color: #ffffff;
  font-size: 16px;
  width: 180px;
  height: 42px;
  display: block;
  text-align: center;
  background-color: #4194b2;
  display: flex;
  justify-content: center;
  align-items: center;
}
header .inquiryBtn a:hover {
  color: #ffffff;
  background-color: #4194b2;
}

/*menu*/
.menu > li {
  position: relative;
  display: inline-block;
}
.menu > li > a {
  position: relative;
  display: block;
  padding: 5px 22.5px;
  font-size: 18px;
  color: #4194b2;
}
.menu > li > a span {
  position: relative;
}
.menu > li > a span:after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background-color: #4bb9ba;
  opacity: 0;
}
.menu > li > a.current, .menu > li > a:hover {
  color: #4bb9ba;
}
.menu > li > a.current span:after, .menu > li > a:hover span:after {
  opacity: 1;
  bottom: -10px;
}
.menu .submenu {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 99;
  width: 150px;
  text-align: center;
}
.menu .submenu a {
  display: block;
  padding: 10px;
  border-bottom: 1px solid #dadada;
  font-size: 15px;
  color: #666;
  background-color: #ffffff;
}
.menu .submenu a:hover {
  color: #ffffff;
  background-color: #516190;
}

@media (max-width: 1600px) {
  .menu > li > a {
    font-size: 17px;
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (max-width: 1280px) {
  .menu > li > a {
    font-size: 16px;
    padding-left: 6px;
    padding-right: 6px;
  }
}

/*手機menu*/
.m_menu {
  display: none;
}

/*****banner******/
.bannerArea {
  clear: both;
  position: relative;
}
.bannerArea .wrap {
  width: 100%;
  padding: 0;
}
.bannerArea .bannerBox {
  position: relative;
}
.bannerArea .bannerBox img {
  display: block;
  width: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.bannerArea .pageBnr_txt {
  position: absolute;
  left: 0;
  right: 0;
  top: 45%;
  transform: translate(0, -50%);
}
.bannerArea .pageBnr_txt .titleBox {
  margin-bottom: 0;
  text-shadow: 2px 2px #000000;
}
.bannerArea .pageBnr_txt .titleBox em {
  font-family: "Noto Sans TC";
  font-size: 17px;
  letter-spacing: 2.55px;
  margin-bottom: 10px;
  color: #fff337;
}
.bannerArea .pageBnr_txt .titleBox h2 {
  font-size: 60px;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
}
.bannerArea .pageBnr_txt .titleBox h3 {
  font-size: 40px;
  line-height: 60px;
  font-weight: 400;
  margin-top: 5px;
  color: #fff;
}
@media (max-width: 992px) {
  .bannerArea .pageBnr_txt .titleBox em {
    font-size: 15px;
  }
  .bannerArea .pageBnr_txt .titleBox h2 {
    font-size: 40px;
  }
  .bannerArea .pageBnr_txt .titleBox h3 {
    font-size: 25px;
    line-height: 1;
    margin-top: 10px;
  }
}
@media (max-width: 768px) {
  .bannerArea .pageBnr_txt .titleBox em {
    display: none;
  }
  .bannerArea .pageBnr_txt .titleBox h2 {
    font-size: 24px;
  }
  .bannerArea .pageBnr_txt .titleBox h3 {
    font-size: 17px;
    margin-top: 0px;
  }
}

.dots {
  color: #ffffff;
  font-size: 14px;
}

.slider-progress {
  width: 100px;
  height: 1px;
  background: #ffffff;
  margin-left: 13px;
  margin-right: 5px;
}
.slider-progress .progress {
  width: 0%;
  height: 1px;
  background: #4194b2;
}

.followUsBox {
  position: absolute;
  right: 45px;
  bottom: 18.5%;
  transform: translate(0, 18.5%);
}
.followUsBox ul li {
  text-align: center;
  padding: 13px 0;
}
.followUsBox ul li:nth-child(1) {
  padding-top: 0;
  padding-bottom: 40px;
}
.followUsBox ul li span {
  color: #fff;
  font-weight: 500;
  font-family: "Montserrat";
  writing-mode: vertical-lr;
  letter-spacing: 0.525px;
}
.followUsBox ul li a {
  display: block;
}
.followUsBox ul li a:hover .icon_follow {
  fill: #fff;
}
.followUsBox ul li a .icon_follow {
  fill: #fff;
  margin: auto;
}
.followUsBox ul li a:hover i {
  color: #fff;
}
.followUsBox ul li a i {
  color: #fff;
  margin: auto;
  font-size: 19px;
}
@media (max-width: 1180px) {
  .followUsBox {
    top: 0;
    bottom: auto;
  }
}
@media (max-width: 768px) {
  .followUsBox {
    display: none;
  }
}

.ftMenu {
  display: none;
}

@media (max-width: 1180px) {
  .ftMenu {
    display: block;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 50;
    width: 100%;
    background-color: #4194b2;
  }
  .ftMenu ul {
    display: flex;
  }
  .ftMenu ul li {
    flex-grow: 1;
  }
  .ftMenu ul li:not(:last-child) {
    border-right: 1px solid rgba(255, 255, 255, 0.55);
  }
  .ftMenu ul li a {
    display: block;
    color: #ffffff;
    font-size: 14px;
    padding: 20px 10px;
    text-align: center;
    letter-spacing: 0.85px;
  }
}
/*頁尾資訊*/
footer .ftTop {
  background-image: url(../images/fbg.jpg);
  padding: 65px 0 80px;
}
footer .ftTop .wrap {
  display: flex;
}
footer .ftTop .wrap > .left {
  width: calc(100% - 370px);
  position: relative;
  padding-left: 20px;
}
footer .ftTop .wrap > .mid {
  width: calc(100% - 1040px);
  padding-right: 60px;
}
footer .ftTop .wrap > .mid .titleBox em {
  color: #ffffff;
}
footer .ftTop .wrap > .mid .titleBox em:before {
  content: "";
  width: 40px;
  height: 1px;
  margin-right: 16px;
  display: inline-block;
  vertical-align: middle;
  background-color: #ffffff;
}
footer .ftTop .wrap > .mid .titleBox h2 {
  color: #ffffff;
  font-size: 40px;
  line-height: 50px;
  letter-spacing: 1.4px;
}
footer .ftTop .wrap > .right {
  width: 350px;
  align-self: center;
}
footer .ftTop .wrap > .right .ftInfo {
  color: #ffffff;
}
footer .ftTop .wrap > .right .ftInfo a {
  color: #ffffff;
}
footer .ftTop .wrap > .right .ftInfo .title {
  font-size: 17px;
  font-weight: 400;
  padding-bottom: 40px;
  letter-spacing: 0.595px;
}
footer .ftTop .wrap > .right .ftInfo .text {
  line-height: 30px;
  letter-spacing: 0.525px;
}
footer .ftTop .wrap > .right .social {
  padding-top: 74px;
}
footer .ftTop .wrap .formBox [class^=g-] {
  padding-left: 0;
  padding-right: 0;
}
footer .ftTop .wrap .formBox [class^=g-] .btnBox {
  padding-bottom: 0;
}
footer .ftTop .wrap .formBox .formItem {
  display: flex;
  position: relative;
  min-height: 50px;
  line-height: 50px;
}
footer .ftTop .wrap .formBox .formItem.depiction {
  display: block;
}
footer .ftTop .wrap .formBox .formItem.depiction label {
  position: relative;
  display: block;
}
footer .ftTop .wrap .formBox .formItem em {
  position: absolute;
  right: 0;
  top: 0;
  color: rgba(255, 255, 255, 0.55);
}
footer .ftTop .wrap .formBox .formItem label {
  position: absolute;
  left: 0;
  top: 0;
  color: #ffffff;
}
footer .ftTop .wrap .formBox .formItem input {
  padding-left: 75px;
}
footer .ftTop .wrap .formBox .formItem textarea {
  resize: none;
}
footer .ftTop .wrap .formBox .formItem input,
footer .ftTop .wrap .formBox .formItem textarea {
  color: #ffffff;
  font-size: 15px;
  width: 100%;
  min-height: 50px;
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.55);
  background-color: transparent;
}
footer .ftTop .wrap .formBox .formItem input:focus,
footer .ftTop .wrap .formBox .formItem textarea:focus {
  border-bottom-color: #ffffff;
}
footer .ftTop .wrap .formBox .formItem input:focus ~ em,
footer .ftTop .wrap .formBox .formItem textarea:focus ~ em {
  color: #ffffff;
}
footer .ftTop .wrap .formBox .formItem:nth-last-child(2) {
  display: block;
}
footer .ftTop .wrap .formBox .formItem:nth-last-child(2) label {
  position: relative;
}
footer .ftBtm {
  width: 100%;
  padding-top: 28px;
  padding-bottom: 28px;
}
@media (max-width: 1400px) {
  footer .ftTop .wrap > .left {
    width: calc(100% - 300px);
  }
  footer .ftTop .wrap > .mid {
    padding-right: 30px;
    width: 300px;
  }
  footer .ftTop .wrap > .right {
    width: 300px;
  }
  footer .phoneBox {
    padding-left: 0;
    padding-right: 50px;
    bottom: 41px;
  }
  footer .phoneBox .car {
    right: 35px;
    width: 60%;
  }
  footer .phoneBox .hand_phone img:nth-child(2) {
    left: auto;
    right: 65.5px;
  }
}
@media (max-width: 1180px) {
  footer .ftTop .wrap {
    max-width: 900px;
  }
  footer .ftTop .wrap > .left {
    width: 60%;
  }
  footer .ftTop .wrap > .mid {
    width: 50%;
    padding-right: 0;
  }
  footer .ftTop .wrap > .right {
    width: 40%;
    padding-right: 50px;
  }
  footer .ftBtm {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  footer .ftBtm .copyright {
    text-align: center;
  }
}
@media (max-width: 640px) {
  footer .ftTop .wrap {
    flex-wrap: wrap;
  }
  footer .ftTop .wrap > .left {
    display: none;
  }
  footer .ftTop .wrap > .mid,
footer .ftTop .wrap > .right {
    width: 100%;
  }
  footer .ftTop .wrap > .right {
    padding-left: 0;
  }
  footer .ftTop .wrap > .right .ftInfo .title {
    padding-bottom: 10px;
  }
  footer .ftTop .wrap > .right .social {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  footer .ftTop .wrap > .right .social a .icon_social {
    fill: #ffffff;
  }
  footer .ftTop .wrap > .right .social a i {
    color: #ffffff;
  }
}

.copyright {
  color: #626262;
  font-size: 13px;
  text-align: center;
  letter-spacing: 0.065px;
}
.copyright a {
  color: #626262;
  padding-left: 2px;
}

.phoneBox {
  bottom: 36px;
  width: 100%;
  height: 100%;
  position: absolute;
  padding-left: 35px;
  padding-right: 70px;
}
.phoneBox.show .car img {
  left: -100%;
  animation: car_move 0.5s cubic-bezier(0.53, -0.01, 0.53, 1.14) forwards;
}
.phoneBox * {
  line-height: 0;
}
.phoneBox .car {
  position: absolute;
  right: 70px;
  top: 75%;
  transform: translate(0, -75%);
  z-index: 5;
  overflow: hidden;
}
.phoneBox .car img {
  position: relative;
  z-index: 0;
  left: -100%;
  left: auto;
  animation: car_out 0.5s cubic-bezier(0.53, -0.01, 0.53, 1.14) forwards;
}
.phoneBox .hand_phone {
  position: relative;
}
.phoneBox .hand_phone img:nth-child(1) {
  position: relative;
  display: block;
  z-index: 2;
}
.phoneBox .hand_phone img:nth-child(2) {
  position: absolute;
  left: 0;
  right: 19px;
  top: 5px;
  margin: auto;
  z-index: 1;
}
.phoneBox .hand_phone img:nth-child(3) {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 0;
}
@keyframes car_move {
  0% {
    left: -100%;
    transform: skewX(-15deg);
  }
  90% {
    left: 5px;
  }
  100% {
    left: 0;
    transform: skewX(0);
  }
}
@keyframes car_out {
  0% {
    left: auto;
    right: 0;
  }
  20% {
    transform: skewX(5deg);
  }
  90% {
    right: calc(100% -5px);
  }
  100% {
    right: -100%;
    transform: skewX(0);
  }
}
/*share*/
.social {
  display: inline-block;
  vertical-align: middle;
  margin-right: -4px;
}
.social a {
  color: #929292;
  font-size: 19px;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  margin: 0 5px;
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.social a .icon_social {
  fill: rgba(255, 255, 255, 0.5);
}
.social a i {
  color: rgba(255, 255, 255, 0.5);
}
.social a:last-child .icon_social {
  vertical-align: 1px;
}
.social a:hover .icon_social {
  fill: #ffffff;
}
.social a:hover i {
    color: #ffffff;
    transition: all 0.5s;
  }

.sideInquiry {
  position: fixed;
  right: 0;
  top: calc(50% - 97.5px);
  width: 60px;
  height: 195px;
  opacity: 0;
  z-index: 10;
	pointer-events: none;
}
.sideInquiry.show {
  opacity: 1;
	pointer-events: auto;
}
.sideInquiry a {
  padding: 21px 0;
  display: block;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
}
.sideInquiry a span {
  padding: 15px 0;
  display: block;
}
.sideInquiry a svg {
  display: block;
  margin: 0 auto;
}
.sideInquiry a .icon_arrow {
  opacity: 0;
  position: relative;
  right: 0;
  transform: rotate(-180deg);
}
.sideInquiry a:hover {
  background-color: #4194b2;
}
.sideInquiry a:hover .icon_arrow {
  opacity: 1;
}
@media (max-width: 1180px) {
  .sideInquiry {
    display: none;
  }
}

.sideLine {
    background-color: #00b900;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    position: fixed;
    bottom: 80px;
    right: 20px;
    z-index: 999999;
}

@media (max-width:1180px) {
    .sideLine {
        width: 50px;
        height: 50px
    }
}

.sideLine a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%
}

.sideLine a svg {
    display: inline-block;
    width: 40px;
    height: 40px;
    fill: #fff
}

@media (max-width:1180px) {
    .sideLine a svg {
        width: 30px;
        height: 30px
    }
}
/*********內頁**********/
/**********************/
.error {
  box-shadow: 0 0 10px #f00;
}

.mainArea {
  padding: 50px 0;
}
@media (min-width: 768px) {
  .mainArea {
    padding: 70px 0;
  }
}

.titleBox {
  position: relative;
  margin-bottom: 30px;
}
.titleBox h2 {
  color: #111111;
  font-size: 32px;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 1.12;
}
.titleBox em {
  color: #4194b2;
  font-size: 15px;
  font-weight: 400;
  font-family: "Poppins";
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 8px;
  display: block;
}
.titleBox .bgTxt {
  color: #f2f2f2;
  font-size: 125px;
  font-weight: bold;
  font-family: "Poppins";
  position: absolute;
  left: 0;
  right: 0;
  top: -50%;
  margin: auto;
  line-height: 1;
  z-index: -1;
}
@media (max-width: 768px) {
  .titleBox h2 {
    font-size: 30px;
    line-height: 40px;
  }
  .titleBox em {
    font-size: 13px;
  }
  .titleBox .bgTxt {
    display: none;
  }
}

.mainArea .contentBox {
  clear: both;
}

.articleTitle {
  /*文章標題*/
  clear: both;
  margin-bottom: 25px;
  padding: 10px 10px 10px 0;
  border-bottom: 1px solid #e9e9e9;
  font-weight: 400;
  font-size: 20px;
  color: #111111;
}

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: 20px 0 50px 0;
}

.classLink {
  text-align: center;
}
.classLink li {
  display: inline-block;
}
.classLink a {
  position: relative;
  display: block;
  margin: 0 3px;
  padding: 13px 30px;
  min-width: 130px;
  font-size: 14px;
  color: #ffffff;
  background-color: #000000;
}
.classLink a:hover {
  color: #ffffff;
  background-color: #4194b2;
}
.classLink a.current {
  color: #ffffff;
  background-color: #4194b2;
}

/*標籤*/
.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 #4194b2;
  font-size: 13px;
  color: #4194b2;
}
.tagBox a:hover {
  color: #ffffff;
  background-color: #4194b2;
}
.tagBox a.current {
  color: #ffffff;
  background-color: #4194b2;
}
.tagBox a.current:before {
  content: "";
  margin-right: 5px;
  font-family: FontAwesome;
  font-size: 12px;
}

/*側邊標題字*/
.sectionTitle {
  margin-bottom: 20px;
  padding: 5px;
  border-bottom: 1px solid #d6d6d6;
  font-weight: 400;
  font-size: 15px;
  color: #061540;
}
.sectionTitle strong {
  display: block;
  position: relative;
  font-weight: 400;
}
.sectionTitle a {
  display: block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/******頁籤*******/
.tab {
  margin-top: 40px;
  background-color: #2a2a2a;
  text-align: center;
  font-size: 0;
}
.tab a {
  display: inline-block;
  padding: 19px 10px;
  font-size: 15px;
  color: #ffffff;
  letter-spacing: 0.525px;
  background-color: #1c1c1c;
  width: 100%;
  max-width: 510px;
  text-align: center;
}
.tab a.current, .tab a:hover {
  background-color: #4194b2;
}
@media (max-width: 1024px) {
  .tab a {
    width: 50%;
    padding: 15px 0;
  }
}

.tabContent {
  overflow: hidden;
}
.tabContent > li {
  display: none;
}
.tabContent .sectionTitle {
  display: none;
}

/*側邊_menu*/
.side_menu li {
  position: relative;
  display: block;
}
.side_menu li > a {
  color: #111111;
  display: block;
  padding: 15px;
  font-size: 15px;
  border: 0;
  border-bottom: 1px solid #e9e9e9;
  background-color: transparent;
}
.side_menu li > a:hover, .side_menu li > a.current {
  color: #4194b2;
  background-color: transparent;
  border-bottom: 2px solid #4194b2;
}
.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: #000000;
  text-decoration: underline;
}

/*側邊_聯絡資訊*/
.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: 35px;
  height: 35px;
  line-height: 35px;
  margin-right: 8px;
  border: 2px solid #a5a5a5;
  border-radius: 50%;
  font-size: 20px;
  color: #a5a5a5;
  text-align: center;
}
.side_contactInfo b {
  display: inline-block;
  vertical-align: middle;
  font-weight: 400;
}

/*側邊_分享*/
.side_share {
  clear: both;
  display: none;
  margin-top: 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: #ffffff;
  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;
}

/*--滑動解鎖--*/
.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;
  box-sizing: border-box;
  transition: all 0.3s linear;
}
.sliderBtn::before {
  content: "";
  position: absolute;
  top: 13px;
  left: 23px;
  color: #ffffff;
  font-size: 24px;
  font-family: FontAwesome;
  pointer-events: none;
}

/**********適應性**********/
@media (max-width: 1400px) {
  .wrap {
    width: 100%;
    padding: 0 25px;
  }
}
@media (max-width: 1180px) {
  /*1160+20(卷軸寬度)*/
  .outerWrap {
    padding-top: 70px;
    padding-bottom: 60px;
  }

  header {
    display: none;
  }

  /*手機menu*/
  .m_menu {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    display: block;
    width: 100%;
  }
  .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.active .svg_logo .logo_bg,
.m_menu.active .svg_logo .logo_dot {
    fill: #ffffff;
  }
  .m_menu.active .svg_logo .logo_text {
    fill: #4194b2;
  }
  .m_menu .m_logo {
    max-width: 250px;
    margin-left: 25px;
  }
  .m_menu .m_logo .svg_logo {
    display: block;
    width: 100%;
    height: 34px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .m_menu.active .controlBox {
    background: #3e9ad8;
    background: -webkit-gradient(left top, right top, color-stop(0%, #3e9ad8), color-stop(100%, #308ac7));
    background: linear-gradient(to right, #3e9ad8 0%, #308ac7 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#3e9ad8", endColorstr="#308ac7", GradientType=1 );
  }
  .m_menu .controlBox {
    position: relative;
    z-index: 99;
    background-color: #ffffff;
    padding: 8px 0px;
    height: 70px;
    transition-property: background-color, color;
    transition-duration: 0.5s;
    transition-timing-function: ease-out;
    -webkit-transition-property: background-color, color;
    -webkit-transition-duration: 0.5s;
    -o-transition-property: background-color, color;
    -o-transition-duration: 0.5s;
  }
  .m_menu .controlBox a.main {
    position: absolute;
    right: 9px;
    top: 0;
    width: 70px;
    height: 70px;
  }
  .m_menu .controlBox a.main .frame {
    border: 2px solid #e5e5e5;
    width: 37px;
    height: 37px;
    margin: 18.5px auto 0;
  }
  .m_menu .controlBox a.main span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 1px;
    width: 20px;
    height: 3px;
    background-color: #4194b2;
    transition: all 0.5s;
    box-sizing: border-box;
  }
  .m_menu .controlBox a.main span:before, .m_menu .controlBox a.main span:after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #4194b2;
    transition: all 0.5s;
  }
  .m_menu .controlBox a.main span:before {
    top: -7px;
  }
  .m_menu .controlBox a.main span:after {
    bottom: -7px;
    top: auto;
  }
  .m_menu .controlBox a.main.show span {
    width: 20px;
    height: 1px;
    background-color: transparent;
  }
  .m_menu .controlBox a.main.show span:before, .m_menu .controlBox a.main.show span:after {
    height: 1px;
    top: 3px;
    background-color: #ffffff;
  }
  .m_menu .controlBox a.main.show span:before {
    left: 0;
    transform: rotate(45deg);
  }
  .m_menu .controlBox a.main.show span:after {
    right: 0;
    transform: rotate(-45deg);
  }

  .hideBox {
    /*手機menu內容*/
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 11;
    display: none;
    width: 100%;
    padding-top: 70px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    box-sizing: border-box;
    background: #3e9ad8;
    background: -webkit-gradient(left top, right top, color-stop(0%, #3e9ad8), color-stop(100%, #308ac7));
    background: linear-gradient(to right, #3e9ad8 0%, #308ac7 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#3e9ad8", endColorstr="#308ac7", GradientType=1 );
  }
  .hideBox .sp {
    display: none;
    padding: 10px;
    font-size: 13px;
    color: #ffffff;
    background-color: #c80303;
  }
  .hideBox .btnBox {
    padding-top: 50px;
    padding: 50px 20px 20px 20px;
  }
  .hideBox .btnBox a {
    display: block;
    color: #ffffff;
    padding: 15px 25px;
    margin-bottom: 10px;
    position: relative;
  }
  .hideBox .btnBox a:nth-child(1) {
    background-color: rgba(255, 255, 255, 0.22);
  }
  .hideBox .btnBox a:nth-child(2) {
    background-color: rgba(0, 0, 0, 0.95);
  }
  .hideBox .btnBox a:nth-child(3) {
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.95);
  }
  .hideBox .nav a {
    display: block;
    color: #ffffff;
    font-size: 20px;
    padding: 13px 10px 13px 45px;
    position: relative;
  }
  .hideBox .nav a span {
    color: #f4aa77;
    font-size: 14px;
    padding-left: 10px;
  }
  .hideBox .nav a:hover {
    background-color: rgba(255, 255, 255, 0.1);
  }
  .hideBox .social {
    padding-left: 42px;
    padding-top: 30px;
  }
  .hideBox .copyright {
    padding: 10px;
    margin-top: 50px;
    text-align: center;
    background-color: #ffffff;
  }
}
@media (max-width: 767px) {
  footer .left {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-bottom: 15px;
  }
  footer .right {
    width: 100%;
    padding-left: 0;
  }

  /*bread*/
  .mainArea .titleBox .bread {
    display: none;
  }

  /*main*/
  .mainArea .cotentBox {
    padding: 20px 0;
  }
  .mainArea .titleBox h2 em {
    display: block;
    margin: 0;
  }

  /*側邊_分享*/
  .side_share {
    clear: both;
    display: block;
    margin-bottom: 30px;
  }
}
/*640*/
@media (max-width: 640px) {
  .mainArea .titleBox h2 {
    float: none;
  }

  ul.classLink {
    display: none;
  }

  .classBox {
    padding-top: 0;
    padding-bottom: 20px;
  }

  .m_classLink {
    display: block;
    position: relative;
  }
  .m_classLink a.main {
    display: block;
    font-size: 15px;
    color: #111111;
    position: relative;
    padding: 10px;
    border: 1px solid #e9e9e9;
    background-color: #fcfbf9;
    /* IE6-9 */
  }
  .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: #fcfbf9;
    border: 1px solid #e9e9e9;
    border-top: 0;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 99;
    box-sizing: border-box;
  }
  .m_classLink ul li {
    padding: 0;
  }
  .m_classLink ul li a {
    display: block;
    padding: 10px;
    border-top: 1px solid #e9e9e9;
  }
  .m_classLink ul li:first-child a {
    border: none;
  }
}
/*480*/
@media (max-width: 480px) {
  .col-2 {
    float: none;
    width: 100%;
  }

  .col-3 {
    float: none;
    width: 100%;
  }

  .col-4 {
    float: none;
    width: 100%;
  }

  .col-5 {
    float: none;
    width: 100%;
  }
}
/***Hover效果1: 放大淡出***/
.imh_opacity {
  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: #000000;
  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: #ffffff;
  border: 2px solid #ffffff;
  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: #000000;
  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: #ffffff;
  font-family: FontAwesome;
  text-align: center;
  background-color: #000000;
  transition: all 0.4s ease;
}
.imh_zoom:hover a:before {
  top: 50%;
}
.imh_zoom:hover img {
  opacity: 0.3;
  transform: scale(1.05);
}
/*# sourceMappingURL=layout.css.map */