@charset "UTF-8";
* {
  font-family: Microsoft Jhenghei;
}

a:hover {
  text-decoration: none;
}
a:focus {
  outline: none;
}

@media (min-width: 1680px) {
  .container {
    width: 1440px;
  }
  .container.Type, .container.Detail {
    width: 1170px;
  }
}
/*::-webkit-scrollbar {width: 5px; height: 8px;}
::-webkit-scrollbar-button {width: 5px; height:5px;}
::-webkit-scrollbar-track { background: transparent;}
::-webkit-scrollbar-thumb { background: $light-color;border-radius: 10px;}
::-webkit-scrollbar-thumb:hover {background:$gray-color3;}*/
.w-100 {
  width: 100%;
}

/*文字置中*/
.txt-center {
  width: 100%;
  text-align: center;
  margin: 0;
}

/*文字粗體*/
.weight-bold {
  font-weight: bold;
}

/*文字細體*/
.weight-thin {
  font-weight: lighter;
}

/*文字粗細不變/
.weight-normal{
	font-weight:normal;
}
/*外距*/
.m-00 {
  margin: 0px;
}

.mx-00 {
  margin-right: 0px;
  margin-left: 0px;
}

.my-00 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.mb-00 {
  margin-bottom: 0px;
}

.mt-00 {
  margin-top: 0px;
}

.ml-00 {
  margin-left: 0px;
}

.mr-00 {
  margin-right: 0px;
}

.m-05 {
  margin: 5px;
}

.mx-05 {
  margin-right: 5px;
  margin-left: 5px;
}

.my-05 {
  margin-top: 5px;
  margin-bottom: 5px;
}

.mb-05 {
  margin-bottom: 5px;
}

.mt-05 {
  margin-top: 5px;
}

.ml-05 {
  margin-left: 5px;
}

.mr-05 {
  margin-right: 5px;
}

.m-10 {
  margin: 10px;
}

.mx-10 {
  margin-right: 10px;
  margin-left: 10px;
}

.my-10 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mt-10 {
  margin-top: 10px;
}

.ml-10 {
  margin-left: 10px;
}

.mr-10 {
  margin-right: 10px;
}

.m-15 {
  margin: 15px;
}

.mx-15 {
  margin-right: 15px;
  margin-left: 15px;
}

.my-15 {
  margin-top: 15px;
  margin-bottom: 15px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mt-15 {
  margin-top: 15px;
}

.ml-15 {
  margin-left: 15px;
}

.mr-15 {
  margin-right: 15px;
}

.m-20 {
  margin: 20px;
}

.mx-20 {
  margin-right: 20px;
  margin-left: 20px;
}

.my-20 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mt-20 {
  margin-top: 20px;
}

.ml-20 {
  margin-left: 20px;
}

.mr-20 {
  margin-right: 20px;
}

.m-25 {
  margin: 25px;
}

.mx-25 {
  margin-right: 25px;
  margin-left: 25px;
}

.my-25 {
  margin-top: 25px;
  margin-bottom: 25px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mt-25 {
  margin-top: 25px;
}

.ml-25 {
  margin-left: 25px;
}

.mr-25 {
  margin-right: 25px;
}

.m-30 {
  margin: 30px;
}

.mx-30 {
  margin-right: 30px;
  margin-left: 30px;
}

.my-30 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mt-30 {
  margin-top: 30px;
}

.ml-30 {
  margin-left: 30px;
}

.mr-30 {
  margin-right: 30px;
}

.m-35 {
  margin: 35px;
}

.mx-35 {
  margin-right: 35px;
  margin-left: 35px;
}

.my-35 {
  margin-top: 35px;
  margin-bottom: 35px;
}

.mb-35 {
  margin-bottom: 35px;
}

.mt-35 {
  margin-top: 35px;
}

.ml-35 {
  margin-left: 35px;
}

.mr-35 {
  margin-right: 35px;
}

.m-40 {
  margin: 0px;
}

.mx-40 {
  margin-right: 40px;
  margin-left: 40px;
}

.my-40 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mt-40 {
  margin-top: 40px;
}

.ml-40 {
  margin-left: 40px;
}

.mr-40 {
  margin-right: 40px;
}

.m-45 {
  margin: 45px;
}

.mx-45 {
  margin-right: 45px;
  margin-left: 45px;
}

.my-45 {
  margin-top: 45px;
  margin-bottom: 45px;
}

.mb-45 {
  margin-bottom: 45px;
}

.mt-45 {
  margin-top: 45px;
}

.ml-45 {
  margin-left: 45px;
}

.mr-45 {
  margin-right: 45px;
}

.m-50 {
  margin: 50px;
}

.mx-50 {
  margin-right: 50px;
  margin-left: 50px;
}

.my-50 {
  margin-top: 50px;
  margin-bottom: 50px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mt-50 {
  margin-top: 50px;
}

.ml-50 {
  margin-left: 50px;
}

.mr-50 {
  margin-right: 50px;
}

/*內距*/
.p-00 {
  padding: 0px;
}

.px-00 {
  padding-right: 0px;
  padding-left: 0px;
}

.py-00 {
  padding-top: 0px;
  padding-bottom: 0px;
}

.pb-00 {
  padding-bottom: 0px;
}

.pt-00 {
  padding-top: 0px;
}

.pl-00 {
  padding-left: 0px;
}

.pr-00 {
  padding-right: 0px;
}

.p-05 {
  padding: 5px;
}

.px-05 {
  padding-right: 5px;
  padding-left: 5px;
}

.py-05 {
  padding-top: 5px;
  padding-bottom: 5px;
}

.pb-05 {
  padding-bottom: 5px;
}

.pt-05 {
  padding-top: 5px;
}

.pl-05 {
  padding-left: 5px;
}

.pr-05 {
  padding-right: 5px;
}

.p-10 {
  padding: 10px;
}

.px-10 {
  padding-right: 10px;
  padding-left: 10px;
}

.py-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pt-10 {
  padding-top: 10px;
}

.pl-10 {
  padding-left: 10px;
}

.pr-10 {
  padding-right: 10px;
}

.p-15 {
  padding: 15px;
}

.px-15 {
  padding-right: 15px;
  padding-left: 15px;
}

.py-15 {
  padding-top: 15px;
  padding-bottom: 15px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pt-15 {
  padding-top: 15px;
}

.pl-15 {
  padding-left: 15px;
}

.pr-15 {
  padding-right: 15px;
}

.p-20 {
  padding: 20px;
}

.px-20 {
  padding-right: 20px;
  padding-left: 20px;
}

.py-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pt-20 {
  padding-top: 20px;
}

.pl-20 {
  padding-left: 20px;
}

.pr-20 {
  padding-right: 20px;
}

.p-25 {
  padding: 25px;
}

.px-25 {
  padding-right: 25px;
  padding-left: 25px;
}

.py-25 {
  padding-top: 25px;
  padding-bottom: 25px;
}

.pb-25 {
  padding-bottom: 25px;
}

.pt-25 {
  padding-top: 25px;
}

.pl-25 {
  padding-left: 25px;
}

.pr-25 {
  padding-right: 25px;
}

.p-30 {
  padding: 30px;
}

.px-30 {
  padding-right: 30px;
  padding-left: 30px;
}

.py-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pt-30 {
  padding-top: 30px;
}

.pl-30 {
  padding-left: 30px;
}

.pr-30 {
  padding-right: 30px;
}

.p-35 {
  padding: 35px;
}

.px-35 {
  padding-right: 35px;
  padding-left: 35px;
}

.py-35 {
  padding-top: 35px;
  padding-bottom: 35px;
}

.pb-35 {
  padding-bottom: 35px;
}

.pt-35 {
  padding-top: 35px;
}

.pl-35 {
  padding-left: 35px;
}

.pr-35 {
  padding-right: 35px;
}

.p-40 {
  padding: 40px;
}

.px-40 {
  padding-right: 40px;
  padding-left: 40px;
}

.py-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pt-40 {
  padding-top: 40px;
}

.pl-40 {
  padding-left: 40px;
}

.pr-40 {
  padding-right: 40px;
}

.p-45 {
  padding: 45px;
}

.px-45 {
  padding-right: 45px;
  padding-left: 45px;
}

.py-45 {
  padding-top: 45px;
  padding-bottom: 45px;
}

.pb-45 {
  padding-bottom: 45px;
}

.pt-45 {
  padding-top: 45px;
}

.pl-45 {
  padding-left: 45px;
}

.pr-45 {
  padding-right: 45px;
}

.p-50 {
  padding: 50px;
}

.px-50 {
  padding-right: 50px;
  padding-left: 50px;
}

.py-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pt-50 {
  padding-top: 50px;
}

.pl-50 {
  padding-left: 50px;
}

.pr-50 {
  padding-right: 50px;
}

/*上標*/
.header.gizle {
  top: 0px !important;
}
.header #top {
  background: #a4cecc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.header #top .block-title {
  text-align: left;
}
.header .navbar-inverse {
  background-color: #a4cecc;
  border-color: #a4cecc;
}
.header .navbar-inverse.side-collapse-left {
  width: 66.66666%;
}
@media (max-width: 1440px) {
  .header .navbar-inverse.side-collapse-left {
    width: 70%;
  }
}
@media (max-width: 1189px) {
  .header .navbar-inverse.side-collapse-left {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .header .navbar-inverse.side-collapse-left {
    -webkit-box-shadow: none;
            box-shadow: none;
    background: rgba(0, 0, 0, 0.8);
    overflow: auto;
    top: 90px;
  }
  .header .navbar-inverse.side-collapse-left.in {
    left: -100%;
  }
}
.header .navbar-header {
  width: 33.33333%;
  padding: 0;
}
@media (max-width: 1440px) {
  .header .navbar-header {
    width: 30%;
  }
}
@media (max-width: 1189px) {
  .header .navbar-header {
    display: none;
  }
}
@media (max-width: 991px) {
  .header .navbar-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }
  .header .navbar-header .navbar-toggle {
    right: 0;
    left: unset;
    border-color: #5daeaf;
    background: #5daeaf;
    padding: 3px 0px 3px 5px;
    top: calc(50% - 28px);
  }
  .header .navbar-header .navbar-toggle a {
    background-color: #5daeaf;
  }
  .header .navbar-header .block-title a {
    float: left;
  }
}
@media (max-width: 767px) {
  .header .navbar-header h2 {
    padding: 0 !important;
  }
}
.header .navbar-header img {
  max-width: 100%;
}
@media (max-width: 991px) {
  .header .navbar-header img {
    height: 90px;
  }
}
.header #nav {
  width: auto;
  overflow: unset;
}
.header #nav > ul {
  text-align: left;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 1189px) {
  .header #nav > ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.header #nav > ul > li {
  text-align: center;
  border: none;
  padding: 15px 15px 0;
  position: relative;
}
@media (max-width: 1680px) {
  .header #nav > ul > li {
    padding: 15px 5px 0;
  }
}
@media (max-width: 1440px) {
  .header #nav > ul > li {
    padding: 5px 5px 0;
  }
}
@media (max-width: 1189px) {
  .header #nav > ul > li {
    padding: 5px 10px 0;
  }
}
@media (max-width: 991px) {
  .header #nav > ul > li {
    padding: 15px;
  }
}
.header #nav > ul > li a {
  font-size: 19px;
  line-height: 25px;
  color: #ffffff;
  padding: 0 10px;
}
@media (max-width: 1279px) {
  .header #nav > ul > li a h4 {
    font-size: 16px;
    line-height: 22px;
  }
}
.header #nav > ul > li a:hover, .header #nav > ul > li a:focus {
  background: none;
}
.header #nav > ul > li a .top-iconh {
  display: none;
}
.header #nav > ul > li a img {
  margin: 0 auto 7px;
}
.header #nav > ul > li ul {
  display: none;
  position: absolute;
  top: 100%;
  z-index: 9999999;
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 0px;
}
@media (max-width: 991px) {
  .header #nav > ul > li ul {
    position: unset;
    background: rgba(0, 0, 0, 0.5);
  }
  .header #nav > ul > li ul.open-down {
    display: none;
  }
  .header #nav > ul > li ul.open-down.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.header #nav > ul > li li {
  float: left;
  border: none;
}
.header #nav > ul > li li a {
  padding: 10px;
}
.header #nav > ul > li li a:hover {
  background: #5daeaf;
}
.header #nav > ul > li li a:hover h4,
.header #nav > ul > li li a:hover span {
  color: #ffffff;
}
.header #nav > ul > li li h4 {
  color: #549b9c;
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;
}
.header #nav > ul > li li span {
  color: #549b9c;
  font-size: 12px;
  line-height: 18px;
}
.header #nav > ul > li:hover a {
  color: #104245;
}
@media (max-width: 991px) {
  .header #nav > ul > li:hover a {
    color: #a4cecc;
  }
}
.header #nav > ul > li:hover a .top-icon {
  display: none;
}
.header #nav > ul > li:hover a .top-iconh {
  display: inline-block;
  -webkit-transform: rotate(25deg);
          transform: rotate(25deg);
}
.header #nav > ul > li:hover ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 991px) {
  .header #nav > ul > li:hover ul {
    display: none;
  }
}
@media (max-width: 1440px) {
  .header #nav > ul .fuction-icon {
    width: 113px;
  }
}
@media (max-width: 1189px) {
  .header #nav > ul .fuction-icon {
    width: auto;
  }
}
.header #nav > ul .fuction-icon a {
  float: left;
  margin: 0 10px;
  padding: 0;
}
@media (max-width: 1680px) {
  .header #nav > ul .fuction-icon a {
    margin: 0 5px;
  }
}
@media (max-width: 1440px) {
  .header #nav > ul .fuction-icon a {
    margin: 2px 5px;
  }
}
@media (max-width: 991px) {
  .header #nav > ul .fuction-icon a {
    margin: 2px 15px;
  }
}
.header #nav > ul .fuction-icon i,
.header #nav > ul .fuction-icon .line-icon {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  padding: 0;
  font-size: 1.25em;
  color: #ffffff;
}
.header #nav > ul .fuction-icon .fa-home {
  background: #5daeaf;
}
.header #nav > ul .fuction-icon .fa-facebook {
  background: #3b5998;
}
.header #nav > ul .fuction-icon .fa-envelope-o {
  background: #52bad5;
}
.header #nav > ul .fuction-icon .line-icon {
  background: #00c300;
}
.header #nav > ul .fuction-icon img {
  width: 25px;
  margin: 0;
}

/*slider*/
.slides-box,
.slide-theme,
.slide-theme2,
.slide-theme3,
.slide-theme4 {
  margin-top: 11em;
}
@media (max-width: 1680px) {
  .slides-box,
  .slide-theme,
  .slide-theme2,
  .slide-theme3,
  .slide-theme4 {
    margin-top: 90px;
  }
}
.slides-box .owl-nav,
.slide-theme .owl-nav,
.slide-theme2 .owl-nav,
.slide-theme3 .owl-nav,
.slide-theme4 .owl-nav {
  margin: 0;
}
.slides-box .owl-nav .owl-prev,
.slide-theme .owl-nav .owl-prev,
.slide-theme2 .owl-nav .owl-prev,
.slide-theme3 .owl-nav .owl-prev,
.slide-theme4 .owl-nav .owl-prev {
  position: absolute;
  top: 50%;
  background: none;
  left: 5%;
}
.slides-box .owl-nav .owl-prev:hover,
.slide-theme .owl-nav .owl-prev:hover,
.slide-theme2 .owl-nav .owl-prev:hover,
.slide-theme3 .owl-nav .owl-prev:hover,
.slide-theme4 .owl-nav .owl-prev:hover {
  background: none;
}
.slides-box .owl-nav .owl-next,
.slide-theme .owl-nav .owl-next,
.slide-theme2 .owl-nav .owl-next,
.slide-theme3 .owl-nav .owl-next,
.slide-theme4 .owl-nav .owl-next {
  right: 5%;
  position: absolute;
  top: 50%;
  background: none;
}
.slides-box .owl-nav .owl-next:hover,
.slide-theme .owl-nav .owl-next:hover,
.slide-theme2 .owl-nav .owl-next:hover,
.slide-theme3 .owl-nav .owl-next:hover,
.slide-theme4 .owl-nav .owl-next:hover {
  background: none;
}
.slides-box .owl-dots,
.slide-theme .owl-dots,
.slide-theme2 .owl-dots,
.slide-theme3 .owl-dots,
.slide-theme4 .owl-dots {
  position: absolute;
  bottom: 5%;
  left: 0;
  right: 0;
}
.slides-box .owl-dots .owl-dot span,
.slide-theme .owl-dots .owl-dot span,
.slide-theme2 .owl-dots .owl-dot span,
.slide-theme3 .owl-dots .owl-dot span,
.slide-theme4 .owl-dots .owl-dot span {
  width: 15px;
  height: 15px;
  margin: 5px;
  background: none;
  border: 2px solid #ffffff;
}
.slides-box .owl-dots .owl-dot.active span, .slides-box .owl-dots .owl-dot:hover span,
.slide-theme .owl-dots .owl-dot.active span,
.slide-theme .owl-dots .owl-dot:hover span,
.slide-theme2 .owl-dots .owl-dot.active span,
.slide-theme2 .owl-dots .owl-dot:hover span,
.slide-theme3 .owl-dots .owl-dot.active span,
.slide-theme3 .owl-dots .owl-dot:hover span,
.slide-theme4 .owl-dots .owl-dot.active span,
.slide-theme4 .owl-dots .owl-dot:hover span {
  background: #ffffff !important;
}

/*麵包屑*/
.breadcrumb-box {
  background: #5daeaf;
}
.breadcrumb-box .breadcrumb {
  margin: 0 auto;
  color: #ffffff;
}
.breadcrumb-box .breadcrumb li::before {
  color: #ffffff;
}
.breadcrumb-box .breadcrumb a {
  color: #ffffff;
}

/*search*/
#module_content {
  overflow: hidden;
  background: url(/eWeb_chang-you/images/top_images/search-bg.jpg) top center;
  position: relative;
  background-attachment: fixed;
  background-repeat: repeat-y;
  background-size: cover;
  padding: 15px 0;
}
#module_content .module_content_bg {
  background: url(/eWeb_chang-you/images/top_images/search-bg.jpg) top center;
  position: relative;
  background-attachment: fixed;
  background-repeat: repeat-y;
  background-size: cover;
}
#module_content .merge_search h4 {
  font-size: 22px;
  font-weight: bold;
}
#module_content .merge_search ul li label {
  font-size: 18px;
}
@media (max-width: 991px) {
  #module_content .merge_search ul li label {
    font-size: 15px;
  }
}
#module_content .merge_search ul li .merge_search_select,
#module_content .merge_search ul li .merge_search_input {
  width: calc(100% - 105px);
}
@media (max-width: 767px) {
  #module_content .merge_search ul li .merge_search_select,
  #module_content .merge_search ul li .merge_search_input {
    width: 100%;
  }
}
@media (max-width: 991px) {
  #module_content .merge_search ul li .form_date {
    width: 40.9%;
  }
}
@media (max-width: 767px) {
  #module_content .merge_search ul li .form_date {
    width: 100%;
  }
}
#module_content .merge_search ul li.merge_search_area .merge_search_select {
  width: calc(50% - 100px);
}
#module_content .merge_search ul li.merge_search_area .merge_search_select:nth-last-child(1) {
  width: calc(50% - 20px);
}
@media (max-width: 767px) {
  #module_content .merge_search ul li.merge_search_area .merge_search_select:nth-last-child(1) {
    width: 100%;
  }
}
@media (max-width: 767px) {
  #module_content .merge_search ul li.merge_search_area .merge_search_select {
    width: 100%;
  }
}
#module_content .merge_search .merge_search_btn a {
  font-size: 17px;
}

/*TitleImg*/
.title-img {
  margin: 7rem auto;
  display: block;
  max-width: 100%;
  padding: 0 15px;
}

/*精選行程*/
.featured-goods {
  position: relative;
}
.featured-goods::after {
  content: "";
  width: 100%;
  background: url(/eWeb_chang-you/images/top_images/dots.png);
  height: 335px;
  display: block;
  position: absolute;
  bottom: -14em;
  z-index: 1;
}
.featured-goods.theme::after {
  bottom: -1em;
  z-index: -1;
}

.featured-product,
.featured-productT {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-bottom: 8em;
}
.featured-product .item-img,
.featured-productT .item-img {
  width: 100%;
  overflow: hidden;
  position: relative;
  border-bottom-left-radius: 28px;
  border-top-left-radius: 28px;
  border-top-right-radius: 28px;
  background: #104245;
}
.featured-product .item-img .fa-link,
.featured-productT .item-img .fa-link {
  color: #b4a582;
  position: absolute;
  left: calc(50% - 17px);
  top: calc(50% - 17px);
  z-index: 5;
  margin-left: -50px;
  opacity: 0;
  -webkit-transition: all 1.5s ease 0s;
  transition: all 1.5s ease 0s;
  font-size: 2.5em;
}
.featured-product .item-img img,
.featured-productT .item-img img {
  width: 100%;
  -webkit-transition: all 0.8s linear;
  transition: all 0.8s linear;
}
.featured-product > div:hover .fa-link,
.featured-productT > div:hover .fa-link {
  opacity: 1;
  margin-left: 0px;
  -webkit-transition: all 1.5s ease 0s;
  transition: all 1.5s ease 0s;
}
.featured-product > div:hover img,
.featured-productT > div:hover img {
  opacity: 0.6;
  -webkit-transition: all 0.8s linear;
  transition: all 0.8s linear;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
@media (max-width: 767px) {
  .featured-product > div:hover img,
  .featured-productT > div:hover img {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.featured-product .item-box,
.featured-productT .item-box {
  padding: 15px 10px;
}
.featured-product .item-box h4,
.featured-productT .item-box h4 {
  font-size: 21px;
  line-height: 27px;
  margin-top: 0;
  font-weight: bold;
  color: #f0ab00;
}
.featured-product .item-box p,
.featured-productT .item-box p {
  font-size: 16px;
  line-height: 22px;
  color: #333;
  text-align: justify;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  height: 85px;
}
.featured-product.tab-pane,
.featured-productT.tab-pane {
  visibility: unset;
  margin-top: 3em;
}
.featured-product.tab-pane a,
.featured-productT.tab-pane a {
  border: 1px solid #5daeaf;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background: #ffffff;
}
.featured-product.tab-pane .item-img,
.featured-productT.tab-pane .item-img {
  border-radius: 0;
}
.featured-product.tab-pane .item-box,
.featured-productT.tab-pane .item-box {
  padding: 15px 0px 0;
}
.featured-product.tab-pane .item-box h4,
.featured-productT.tab-pane .item-box h4 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  height: 75px;
  font-size: 20px;
  line-height: 26px;
}
.featured-product.tab-pane .item-box p,
.featured-productT.tab-pane .item-box p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  height: 85px;
}
.featured-product.tab-pane .price,
.featured-productT.tab-pane .price {
  color: #333;
  text-align: right;
  font-size: 18px;
}
.featured-product.tab-pane .price span,
.featured-productT.tab-pane .price span {
  color: #ff0000;
}

.featured-product .item-img img {
  border-bottom-left-radius: 28px;
  border-top-left-radius: 28px;
  border-top-right-radius: 28px;
}

/*contect*/
#module_contact {
  overflow: hidden;
  background: url(/eWeb_chang-you/images/top_images/contact-bg.jpg) top center;
  position: relative;
  background-attachment: fixed;
  background-repeat: repeat-y;
  background-size: cover;
}
#module_contact .module_contact_bg {
  padding: 0px 0;
  background: url(/eWeb_chang-you/images/top_images/contact-bg.jpg) top center;
  position: relative;
  background-attachment: fixed;
  background-repeat: repeat-y;
  background-size: cover;
}
#module_contact .title-img {
  position: relative;
  z-index: 9;
  -webkit-filter: drop-shadow(4px 4px 5px rgba(0, 0, 0, 0.7));
  filter: drop-shadow(4px 4px 5px rgba(0, 0, 0, 0.7));
}
@media (max-width: 767px) {
  #module_contact.contact-wrap .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #module_contact.contact-wrap .row > div:nth-child(1) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  #module_contact.contact-wrap .row > div:nth-child(1) iframe {
    height: 400px !important;
  }
}

.left_table .m_title {
  color: #f0ab00;
  font-size: 15px;
  letter-spacing: 1px;
}
.left_table .m_input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 767px) {
  .left_table .m_input {
    padding: 0;
  }
}
.left_table .m_input:nth-last-child(1) {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.left_table .m_input .m_box_t,
.left_table .m_input .m_box_tc {
  width: 115px;
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 1px;
  float: left;
  text-align: right;
  font-weight: bold;
  text-shadow: 2px 2px 5px #000;
}
.left_table .m_input .m_box_t span,
.left_table .m_input .m_box_tc span {
  color: #f0ab00;
  margin-right: 5px;
  font-weight: bold;
  text-shadow: none;
}
.left_table .m_input input,
.left_table .m_input textarea {
  width: 100%;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  height: 35px;
  border-radius: 10px;
  margin-right: 5px;
}
.left_table .m_input textarea {
  height: 200px;
}
.left_table .m_input .Captcha img:nth-child(2), .left_table .m_input .Captcha img:nth-child(3), .left_table .m_input .Captcha img:nth-child(4), .left_table .m_input .Captcha img:nth-child(5) {
  padding: 5px;
  background: #ffffff;
}
.left_table .m_input.m_select .m_box_t,
.left_table .m_input.m_select .m_box_tc {
  width: 290px;
}
.left_table .m_input.m_select .m_box_b {
  width: calc(100% - 290px);
}
.left_table .m_input.m_select .m_box_b select {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  height: 35px;
  border-radius: 10px;
}
.left_table .ms-input {
  width: calc(100% - 110px);
}
@media (max-width: 767px) {
  .left_table .ms-input {
    width: 100%;
    padding: 0;
  }
}
@media (max-width: 767px) {
  .left_table .ms-input .word_input {
    width: calc(100% - 110px);
    margin-bottom: 5px;
  }
}
.left_table .ms-input .word_input:last-child {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.left_table .ms-input .m_box_t {
  font-weight: normal;
  text-shadow: none;
  font-size: 15px;
  line-height: 21px;
  width: auto;
}
.left_table .ms-input input {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  width: 75px;
  height: 33px;
  border-radius: 10px;
  background: #ffffff;
}
@media (max-width: 767px) {
  .left_table .ms-input input {
    width: calc(100% - 85px);
  }
}
.left_table .m_box_b {
  width: calc(100% - 115px);
  float: left;
}
.left_table .b_input {
  width: calc(100% - 110px);
  float: right;
}
@media (max-width: 767px) {
  .left_table .b_input {
    width: 100%;
  }
}
.left_table .b_input > div {
  margin: 0 auto;
}
.left_table .b_input button {
  border-radius: 50px;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  font-size: 18px;
  line-height: 24px;
  color: #ffffff;
  font-weight: bold;
}
.left_table .b_input .cooperation_submit {
  background: #f0ab00;
}
.left_table .b_input .cooperation_remove {
  background: #919091;
}

/*footer*/
.foot-nav {
  width: 100%;
  background: #a4cecc;
}
@media (max-width: 767px) {
  .foot-nav {
    padding: 20px 0;
  }
}
.foot-nav ul {
  display: table;
  margin: 0 auto;
}
.foot-nav ul li {
  float: left;
  position: relative;
}
@media (max-width: 767px) {
  .foot-nav ul li {
    margin: 5px 0;
  }
}
.foot-nav ul li::after {
  content: "/";
  position: absolute;
  right: -3px;
  top: 0;
  bottom: 0;
  font-size: 1.05em;
}
.foot-nav ul li a {
  font-size: 16px;
  line-height: 22px;
  color: #104245;
}
.foot-nav ul li:nth-last-child(1)::after {
  display: none;
}

footer[role=contentinfo] {
  background: #ffffff;
}
footer[role=contentinfo] .contentinfo-l {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  footer[role=contentinfo] .contentinfo-l {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
footer[role=contentinfo] .company-logo {
  padding: 0;
}
footer[role=contentinfo] .company-logo img {
  max-width: 100%;
}
@media (max-width: 767px) {
  footer[role=contentinfo] .company-logo img {
    margin: 0 auto 15px;
    display: block;
  }
}
@media (max-width: 767px) {
  footer[role=contentinfo] .company-info {
    padding: 0;
  }
}
footer[role=contentinfo] .company-info ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
footer[role=contentinfo] .company-info ul li {
  width: auto;
  float: left;
  padding: 0px 17px;
  color: #104245;
  border-left: 1px solid #104245;
  font-size: 17px;
  line-height: 17px;
}
@media (max-width: 767px) {
  footer[role=contentinfo] .company-info ul li {
    font-size: 15px;
  }
}
footer[role=contentinfo] .company-info img {
  height: 50px;
}

@media (max-width: 767px) {
  .block.prose {
    padding: 1.5em 0;
  }
}
.block.prose .ft-fb {
  border: 1px solid #d1d8d9;
  width: 100%;
}
.block.prose img {
  max-width: 100%;
}

.footer-copy {
  background: #5daeaf;
  text-align: center;
  color: #ffffff;
}

.fixed-fb,
.fixed-line,
.actGotop {
  position: fixed;
  right: 90px;
  width: 80px;
  height: 80px;
  z-index: 999;
}
@media (max-width: 767px) {
  .fixed-fb,
  .fixed-line,
  .actGotop {
    width: 50px;
    height: 50px;
    right: 5px;
  }
}
.fixed-fb a,
.fixed-fb a:link,
.fixed-line a,
.fixed-line a:link,
.actGotop a,
.actGotop a:link {
  width: 100%;
  height: 80px;
  display: block;
  border-radius: 50px;
  outline: none;
  text-align: center;
  color: #FFF;
  font-weight: bold;
  padding: 13px 10px 10px;
}
@media (max-width: 767px) {
  .fixed-fb a,
  .fixed-fb a:link,
  .fixed-line a,
  .fixed-line a:link,
  .actGotop a,
  .actGotop a:link {
    height: 50px;
    padding: 5px;
    font-size: 12px;
  }
}
.fixed-fb a img,
.fixed-fb a:link img,
.fixed-line a img,
.fixed-line a:link img,
.actGotop a img,
.actGotop a:link img {
  display: block;
  margin: 0 auto 5px;
}
@media (max-width: 767px) {
  .fixed-fb a img,
  .fixed-fb a:link img,
  .fixed-line a img,
  .fixed-line a:link img,
  .actGotop a img,
  .actGotop a:link img {
    margin-bottom: 0;
    width: 25px;
  }
}

.fixed-fb {
  bottom: 230px;
}
@media (max-width: 767px) {
  .fixed-fb {
    bottom: 185px;
  }
}
.fixed-fb a {
  background: #0084ff;
}

.fixed-line {
  bottom: 140px;
}
@media (max-width: 767px) {
  .fixed-line {
    bottom: 125px;
  }
}
.fixed-line a {
  background: #00c300;
}

.actGotop {
  bottom: 50px;
}
@media (max-width: 767px) {
  .actGotop {
    bottom: 65px;
  }
}
.actGotop a,
.actGotop a:link {
  background: #5daeaf;
  line-height: 60px;
  padding-top: 20px;
}
@media (max-width: 767px) {
  .actGotop a,
  .actGotop a:link {
    line-height: 35px;
    padding-top: 12px;
  }
}
.actGotop a i,
.actGotop a:link i {
  position: unset;
  width: 100%;
  font-size: 4em;
  margin: 5px auto 0;
  display: block;
  line-height: 0em;
}
@media (max-width: 767px) {
  .actGotop a i,
  .actGotop a:link i {
    font-size: 3em;
  }
}

/*主題分頁*/
.module_item_group .nav-tabs,
.module_item_group2 .nav-tabs,
.module_item_group3 .nav-tabs,
.module_item_group4 .nav-tabs {
  border: none;
  margin-top: 40px;
}
.module_item_group .nav-tabs li,
.module_item_group2 .nav-tabs li,
.module_item_group3 .nav-tabs li,
.module_item_group4 .nav-tabs li {
  float: left;
  margin-bottom: 5px;
  display: block;
  width: auto;
  padding: 0;
}
.module_item_group .nav-tabs a,
.module_item_group2 .nav-tabs a,
.module_item_group3 .nav-tabs a,
.module_item_group4 .nav-tabs a {
  padding: 7px 25px;
  font-size: 17px;
  line-height: 23px;
  background: #a4cecc;
  border-radius: 50px;
  color: #104245;
}
.module_item_group .nav-tabs a.current,
.module_item_group2 .nav-tabs a.current,
.module_item_group3 .nav-tabs a.current,
.module_item_group4 .nav-tabs a.current {
  background: #5daeaf;
  color: #ffffff;
}

/*常見問題*/
.limit_wra {
  background: url(/eWeb_chang-you/images/top_images/QAbg.jpg) no-repeat;
  background-position: top;
  background-attachment: fixed;
  background-size: cover;
  padding-bottom: 0;
  display: inline-block;
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  left: 0;
}

.limit_bg {
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.limit_bg .panel-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
  padding: 30px;
  margin: 0;
}
.limit_bg .panel-group .panel.panel-default {
  width: 100%;
  background: none;
  border: none;
  border-top: 1px solid #c9c9c9;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
}
.limit_bg .panel-group .panel-heading {
  padding: 0;
  background: none;
  border: none;
}
.limit_bg .panel-group .panel-heading a.collapsed,
.limit_bg .panel-group .panel-heading a {
  background: none;
  padding: 20px 15px;
  display: block;
  font-size: 20px;
  line-height: 26px;
  font-weight: bold;
  color: #104245;
}
.limit_bg .panel-group .panel-heading a.collapsed i,
.limit_bg .panel-group .panel-heading a i {
  float: right;
  color: #104245;
}
.limit_bg .panel-group .panel-heading a.collapsed::before,
.limit_bg .panel-group .panel-heading a::before {
  content: "";
  display: block;
  width: 20px;
  height: 24px;
  float: left;
  background: url(/eWeb_chang-you/images/top_images/Q1.png) no-repeat;
  margin-right: 15px;
}
.limit_bg .panel-group .panel-heading a[aria-expanded=true] {
  background: #5daeaf;
  color: #fff;
}
.limit_bg .panel-group .panel-heading a[aria-expanded=true] i {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.limit_bg .panel-group .panel-heading a[aria-expanded=true]::before {
  background: url(/eWeb_chang-you/images/top_images/Q2.png) no-repeat;
}
.limit_bg .panel-group .collapse.in .panel-body,
.limit_bg .panel-group .collapse,
.limit_bg .panel-group .collapsing {
  border: none;
  font-size: 17px;
  line-height: 25px;
}
.limit_bg .panel-group .collapse.in .panel-body ul,
.limit_bg .panel-group .collapse ul,
.limit_bg .panel-group .collapsing ul {
  display: table;
  width: 100%;
}
.limit_bg .panel-group .collapse.in .panel-body li,
.limit_bg .panel-group .collapse li,
.limit_bg .panel-group .collapsing li {
  margin-top: 10px;
  width: 100%;
}
.limit_bg .panel-group .collapse.in .panel-body li span,
.limit_bg .panel-group .collapse li span,
.limit_bg .panel-group .collapsing li span {
  display: block;
  padding-left: 15px;
  width: 100%;
}

.qa_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 15em;
}
.qa_wrap > .container {
  z-index: 1;
}
.qa_wrap .breadcrumb-box {
  background: transparent;
}
.qa_wrap .breadcrumb-box .breadcrumb {
  padding: 8px 0;
}
.qa_wrap > h1 {
  width: 100%;
  text-align: center;
  z-index: 1;
  color: #ffffff;
  font-weight: bold;
  text-shadow: 3px 3px 5px #000;
  margin-bottom: 1em;
}/*# sourceMappingURL=all.css.map */