@charset "UTF-8";
@import url(animate.css);
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css);
@import url(//fonts.googleapis.com/css?family=Roboto:400,300,700);
@import url(fl-36-slim-icons.css);
@import url(fl-bigmug-line.css);
/*========================================================
                      Main Styles
=========================================================*/
body {
  /*color: #cecccc;*/
  color: #323232;
  font: 400 14px/20px "微軟正黑體", "Roboto", sans-serif;
  -webkit-text-size-adjust: none; }

img {
  max-width: 100%;
  height: auto; }

h1, h2, h3, h4 {
  color: #323232; }

h1 {
  font: 400 72px/85px "微軟正黑體", "Roboto", sans-serif; }

h2 {
  font: 400 72px/72px "微軟正黑體", "Roboto", sans-serif; }
  h2 span {
    font-size: 36px;
    line-height: 48px; }
  h2 .spn-font {
    font-size: 48px;
    line-height: 48px; }
  h2.h-off {
    font-size: 69px; }

h3 {
  font: 300 36px/42px "微軟正黑體", "Roboto", sans-serif; }
  h3.h-off {
    font-size: 34px; }

h4 {
  font: 400 20px/24px "微軟正黑體", "Roboto", sans-serif; }
  h4 a:hover {
    color: #e96167; }
  h4 a:active {
    color: #c81c23; }

p a:hover, .marked-list a:hover, .list a:hover {
  text-decoration: underline; }
p .fa, .marked-list .fa, .list .fa {
  text-decoration: none; }

time {
  display: block; }

hr {
  padding: 0;
  margin: 0;
  border: none;
  border-top: solid 1px #D1D0D0; }

a {
  font: inherit;
  color: inherit;
  text-decoration: none;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s; }
  a:focus {
    outline: none; }
  a:active {
    background-color: transparent; }

a[href^="tel:"],
a[href^="callto:"] {
  color: inherit;
  text-decoration: none; }

strong {
  font-weight: 700; }

blockquote q, blockquote cite {
  display: inline-block; }
blockquote q {
  position: relative;
  text-indent: 28px; }
  blockquote q:before {
    position: absolute;
    content: '';
    background: url("../images/page-1_img06.png") no-repeat;
    height: 100%;
    width: 100%;
    top: -5px;
    left: 1px; }
  blockquote q:after {
    position: absolute;
    content: '';
    background: url("../images/page-1_img07.png") no-repeat;
    height: 100%;
    width: 100%;
    left: 151px;
    top: 90px; }
blockquote cite {
  margin-top: 22px;
  font-size: 36px;
  line-height: 36px;
  font-weight: 300;
  color: #323232; }
  blockquote cite span {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 1.05px;
    text-transform: uppercase; }

dl:before, dl:after {
  display: table;
  content: "";
  line-height: 0; }
dl:after {
  clear: both; }
dl dt {
  float: left; }
dl dd {
  display: inline-block;
  padding-left: 2px; }

.fa {
  line-height: inherit; }

[class*='fa-']:before {
  font-weight: 400;
  font-family: "FontAwesome"; }

.page {
  overflow: hidden;
  min-height: 500px; }
  .lt-ie9 .page {
    min-width: 1200px; }

/*=======================================================
                       Main Layout
=========================================================*/
.off {
  margin-top: -6px; }

.off-1 {
  margin-top: 76px; }

p + address, .row-off-1, * + .privacy, h2 + .off-2 {
  margin-top: 12px; }

h2 + .owl-carousel, h3 + p, .col-off, h2 + h3, h2 + p {
  margin-top: 33px; }

* + .row-off, * + dl, h2 + .addr, h2 + .mailform {
  margin-top: 37px; }

span + h4, h4 + p, p + .line-list, * + hr {
  margin-top: 21px; }

* + .btn, * + .line-list-1, * + .row-off-3, p + .mail {
  margin-top: 28px; }

.off {
  margin-top: 75px; }

.off-3 {
  margin-top: 63px; }

.off-4 {
  margin-top: 70px; }

.row-off-4 {
  margin-top: 55px; }

.col-off-1 {
  margin-top: 0; }

* + .row-off-2 {
  margin-top: 7px; }

.thumb + h4, p + h3 {
  margin-top: 48px; }

/*=======================================================
                        Components
=========================================================*/
/*==================     Brand     ======================*/
.brand {
  display: inline-block; }
  .brand_slogan {
    font-size: 20px;
    line-height: 28px;
    margin-top: 21px; }

/*==================  Backgrounds  ======================*/
.bg-primary {
  background: #323232; }

.bg-gradient {
  position: relative;
  background: #FFF;
  background: -moz-linear-gradient(left, #FFF 0%, #F9F9F9 20%, #F9F9F9 69%, #EDEDED 88%, #EDEDED 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #FFF), color-stop(20%, #F9F9F9), color-stop(69%, #F9F9F9), color-stop(88%, #EDEDED), color-stop(100%, #EDEDED));
  background: -webkit-linear-gradient(left, #FFF 0%, #F9F9F9 20%, #F9F9F9 69%, #EDEDED 88%, #EDEDED 100%);
  background: -o-linear-gradient(left, #FFF 0%, #F9F9F9 20%, #F9F9F9 69%, #EDEDED 88%, #EDEDED 100%);
  background: -ms-linear-gradient(left, #FFF 0%, #F9F9F9 20%, #F9F9F9 69%, #EDEDED 88%, #EDEDED 100%);
  background: linear-gradient(to right, #FFF 0%, #F9F9F9 20%, #F9F9F9 69%, #EDEDED 88%, #EDEDED 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed', GradientType=1); }

/*==================  ImgWrap  ======================*/
[class*='img-wr']:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  right: 0; }

.img-wr:before {
  background: url("../images/page-1_img05.png") no-repeat right center; }

.img-wr-1:before {
  background: url("../images/page-2_img05.png") no-repeat right center; }

.img-wr-2:before {
  background: url("../images/page-3_img04.png") no-repeat right center; }

.img-wr-3:before {
  background: url("../images/page-4_img01.png") no-repeat right center; }

/*==================    Colors    ======================*/
.primary {
  color: #323232; }

/*==================     Icons     ======================*/
/*==================    Buttons    ======================*/
.btn {
  position: relative;
  display: inline-block;
  font: 400 14px/20px "微軟正黑體", "Roboto", sans-serif;
  padding: 6px 18px 9px 23px;
  border: solid 1px #323232;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  color: #323232;
  z-index: 0; }
  .btn:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    background: #323232;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    opacity: 0;
    z-index: -1; }
  .btn:hover {
    color: #FFF; }
    .btn:hover:after {
      opacity: 1;
      width: 101%;
      -moz-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      -o-transform: translate(0, 0);
      -webkit-transform: translate(0, 0);
      transform: translate(0, 0); }
  .btn:active:after {
    opacity: .5; }

.btn__md {
  background: #FFF; }

/*==================      Box      ======================*/
.box:before, .box:after {
  display: table;
  content: "";
  line-height: 0; }
.box:after {
  clear: both; }
.box_aside {
  float: left; }
.box_cnt__no-flow {
  overflow: hidden; }

/*==================    Center    ======================*/
.center {
  text-align: center; }

/*========================   Menu   ==========================*/
.sf-menu {
  display: inline-block; }
  .sf-menu:before, .sf-menu:after {
    display: table;
    content: "";
    line-height: 0; }
  .sf-menu:after {
    clear: both; }
  .sf-menu > li {
    position: relative;
    float: left; }
    .sf-menu > li + li {
      margin-left: 30px; }
  .sf-menu a {
    display: block; }

.sf-menu > li > a {
  color: #323232;
  font: 400 20px/22px "微軟正黑體", "Roboto", sans-serif;
  padding: 5px 25px 11px 29px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative; }
  .sf-menu > li > a:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border: solid 1px #323232;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -moz-transform: translate(6px, -7px);
    -ms-transform: translate(6px, -7px);
    -o-transform: translate(6px, -7px);
    -webkit-transform: translate(6px, -7px);
    transform: translate(6px, -7px);
    opacity: 0; }
.sf-menu > li.sfHover > a:after, .sf-menu > li > a:hover:after, .sf-menu > li.active > a:after {
  opacity: 1;
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0); }

.sf-menu ul {
  display: none;
  position: absolute;
  text-align: center;
  top: 100%;
  width: 190px;
  margin-top: 10px;
  margin-left: -25px;
  padding: 20px;
  background: #883f98;
  z-index: 2;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.sf-menu ul > li > a {
  color: #fff;
  padding: 8px 6px 5px;
  text-transform: uppercase; }
.sf-menu ul > li.sfHover > a, .sf-menu ul > li > a:hover {
  color: #e96167; }
.sf-menu ul > li + li {
  border-top: dotted 1px #d8d8d8; }

.sf-menu ul ul {
  position: absolute;
  top: 100%;
  left: 100%;
  width: 120px;
  margin-top: -95px;
  margin-left: 1px;
  padding: 13px 20px;
  z-index: 4; }

.sf-menu ul ul > li > a {
  color: #fff;
  padding: 8px 6px 5px; }
.sf-menu ul ul > li.sfHover > a, .sf-menu ul ul > li > a:hover {
  color: #e96167; }

.sf-menu > li > .sf-with-ul {
  position: relative; }
  .sf-menu > li > .sf-with-ul:before {
    position: absolute;
    left: 50%;
    top: 62%;
    margin-left: -6px;
    content: "";
    font: 400 12px/12px "FontAwesome"; }

@media (min-width: 768px) and (max-width: 971px) {
  .sf-menu > li a {
    padding-right: 19px;
    padding-left: 15px; }
  .sf-menu > li + li {
    margin-left: 20px; } }
@media (max-width: 767px) {
  .sf-menu {
    display: none; } }
/*==================   RD Mobile Menu    =====================*/
.rd-mobilemenu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 9999999;
  text-align: left;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease; }
  .rd-mobilemenu.active {
    right: 0; }

.rd-mobilemenu_ul {
  position: fixed;
  top: -56px;
  left: 0;
  bottom: -56px;
  width: 240px;
  padding: 132px 0 76px;
  color: #666;
  background: #FFF;
  font-size: 14px;
  line-height: 20px;
  overflow: auto;
  -webkit-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  -moz-transform: translateX(-240px);
  -ms-transform: translateX(-240px);
  -o-transform: translateX(-240px);
  -webkit-transform: translateX(-240px);
  transform: translateX(-240px);
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -moz-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -o-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -webkit-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1); }
  .rd-mobilemenu.active .rd-mobilemenu_ul {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  .rd-mobilemenu_ul a {
    display: block;
    padding: 14px 25px 16px; }
    .rd-mobilemenu_ul a.active {
      background: #f5f5f5;
      color: #2d2d2d; }
    .rd-mobilemenu_ul a:hover {
      background: #323232;
      color: #FFF; }
    .rd-mobilemenu_ul a .rd-submenu-toggle {
      position: absolute;
      top: 50%;
      right: 11px;
      margin-top: -17.5px;
      width: 32px;
      height: 32px;
      font: 400 10px "FontAwesome";
      line-height: 32px;
      text-align: center;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      -moz-transition: 0.5s all ease;
      -o-transition: 0.5s all ease;
      -webkit-transition: 0.5s all ease;
      transition: 0.5s all ease;
      z-index: 1;
      background: rgba(0, 0, 0, 0.1); }
      .rd-mobilemenu_ul a .rd-submenu-toggle:after {
        content: '\f078'; }
      .rd-mobilemenu_ul a .rd-submenu-toggle:hover {
        background: #FFF;
        color: #666; }
    .rd-mobilemenu_ul a.rd-with-ul {
      position: relative; }
      .rd-mobilemenu_ul a.rd-with-ul.active .rd-submenu-toggle {
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg); }
  .rd-mobilemenu_ul ul a {
    padding-left: 40px; }
  .rd-mobilemenu_ul ul ul a {
    padding-left: 60px; }
  .rd-mobilemenu_ul:after {
    content: '';
    display: block;
    height: 20px; }

.rd-mobilepanel {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 56px;
  background: #FFF;
  color: #000;
  -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  z-index: 99999991; }

.rd-mobilepanel_title {
  position: fixed;
  top: 4px;
  left: 56px;
  right: 56px;
  color: #000;
  font-size: 24px;
  line-height: 48px;
  text-overflow: ellipsis;
  white-space: nowrap; }

.rd-mobilepanel_toggle {
  position: fixed;
  top: 4px;
  left: 8px;
  width: 48px;
  height: 48px; }
  .rd-mobilepanel_toggle span {
    position: relative;
    display: block;
    margin: auto;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before {
      content: "";
      position: absolute;
      left: 0;
      top: -8px;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
    .rd-mobilepanel_toggle span:after {
      top: 8px; }
    .rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span {
      width: 24px;
      height: 4px;
      background-color: #000;
      backface-visibility: hidden;
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      border-radius: 2px; }
  .rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span:after {
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .rd-mobilepanel_toggle.active span:before, .rd-mobilepanel_toggle.active span:after {
    top: 0; }

@media (max-width: 767px) {
  body {
    padding-top: 56px; }

  .rd-mobilemenu, .rd-mobilepanel {
    display: block; } }
@media (max-width: 359px) {
  .rd-mobilepanel_title {
    font-size: 18px; } }
/*==================  Stuck menu  ======================*/
.isStuck {
  background: #fff;
  z-index: 999;
  border-bottom: 1px solid #333333; }
  .isStuck nav {
    padding: 15px 0;
    text-align: center; }
  .isStuck .sf-menu ul {
    margin-top: 21px; }
    .isStuck .sf-menu ul ul {
      margin-top: -95px; }

@media only screen and (max-width: 979px) {
  .isStuck {
    display: none !important; } }
/*==================     ToTop     ======================*/
.toTop {
  width: 50px;
  height: 50px;
  font-size: 24px;
  line-height: 46px;
  color: #fff;
  background: #323232;
  border-radius: 50%;
  position: fixed;
  right: 40px;
  bottom: 40px;
  display: none;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  z-index: 20; }
  .toTop:hover {
    background: #e96167;
    text-decoration: none; }

.mobile .toTop,
.tablet .toTop {
  display: none !important; }

/*==================  RD Parallax    ======================*/
.parallax {
  position: relative;
  overflow: hidden; }
  .parallax_image, .parallax_pattern {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background-position: center center;
    will-change: transform; }
  .parallax_image {
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    }
  .parallax_pattern {
    background-repeat: repeat; }
  .parallax_cnt {
    position: relative; }

/*==================      Skew     ======================*/
.skew {
  position: relative;
  z-index: 0; }
  .skew_sub-1, .skew_sub-2 {
    overflow: hidden; }
  .skew_sub-1, .skew_sub-2, .skew_bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transform-origin: 0 50%;
    outline: 1px solid transparent;
    -webkit-backface-visibility: hidden; }
  .skew_cnt {
    position: relative;
    color: #FFF; }
    .skew_cnt h2, .skew_cnt h3, .skew_cnt .line-list > li a {
      color: #FFF; }
    .skew_cnt h3 a:hover {
      color: #323232; }
    .skew_cnt h3 a:active {
      color: black; }
  .skew__deg-1 {
    margin-top: -6.04878%;
    margin-bottom: -6.14634%;
    padding-top: 6.04878%;
    padding-bottom: 6.14634%;
    margin-top: 1.5%;
    padding-bottom: 6.2%; }
    .skew__deg-1_before-inset {
      padding-bottom: 6.04878%; }
    .skew__deg-1_after-inset {
      padding-top: 6.14634%; }
    .skew__deg-1 .skew_sub-1 {
      transform: skewY(3.46148deg); }
    .skew__deg-1 .skew_sub-2 {
      transform: skewY(-6.86148deg); }
    .skew__deg-1 .skew_bg {
      transform: skewY(3.4deg); }
    .skew__deg-1 .lt-ie9 [class*="_before-inset"] {
      padding-bottom: 0; }
    .skew__deg-1 .lt-ie9 [class*="_after-inset"] {
      padding-top: 0; }
  .skew__deg-2 {
    margin-top: -10.43902%;
    margin-bottom: -3.65854%;
    padding-top: 10.43902%;
    padding-bottom: 3.65854%;
    margin-top: -7.8%; }
    .skew__deg-2_before-inset {
      padding-bottom: 10.43902%; }
    .skew__deg-2_after-inset {
      padding-top: 3.65854%; }
    .skew__deg-2 .skew_sub-1 {
      transform: skewY(3.46148deg); }
    .skew__deg-2 .skew_sub-2 {
      transform: skewY(-6.86148deg); }
    .skew__deg-2 .skew_bg {
      transform: skewY(3.4deg); }
    .skew__deg-2 .lt-ie9 [class*="_before-inset"] {
      padding-bottom: 0; }
    .skew__deg-2 .lt-ie9 [class*="_after-inset"] {
      padding-top: 0; }
  .skew__deg-3 {
    margin-top: -6.04878%;
    margin-bottom: -6.09756%;
    padding-top: 6.04878%;
    padding-bottom: 6.09756%;
    margin-top: -13.26829%; }
    .skew__deg-3_before-inset {
      padding-bottom: 6.04878%; }
    .skew__deg-3_after-inset {
      padding-top: 6.09756%; }
    .skew__deg-3 .skew_sub-1 {
      transform: skewY(3.52214deg); }
    .skew__deg-3 .skew_sub-2 {
      transform: skewY(-7.04427deg); }
    .skew__deg-3 .skew_bg {
      transform: skewY(3.52214deg); }
    .skew__deg-3 .lt-ie9 [class*="_before-inset"] {
      padding-bottom: 0; }
    .skew__deg-3 .lt-ie9 [class*="_after-inset"] {
      padding-top: 0; }
  .skew__deg-4 {
    margin-top: -6.34146%;
    margin-bottom: -3.90244%;
    padding-top: 6.34146%;
    padding-bottom: 3.90244%;
    margin-top: -8.1%; }
    .skew__deg-4_before-inset {
      padding-bottom: 6.34146%; }
    .skew__deg-4_after-inset {
      padding-top: 3.90244%; }
    .skew__deg-4 .skew_sub-1 {
      margin-top: 6.34146%;
      margin-bottom: -3.90244%;
      transform: skewY(-3.48932deg); }
    .skew__deg-4 .skew_sub-2 {
      margin-top: -10.2439%;
      margin-bottom: 10.2439%;
      transform: skewY(5.72412deg); }
    .skew__deg-4 .skew_bg {
      transform: skewY(-2.2348deg);
      margin-bottom: -3.90244%; }
    .skew__deg-4 .lt-ie9 [class*="_before-inset"] {
      padding-bottom: 0; }
    .skew__deg-4 .lt-ie9 [class*="_after-inset"] {
      padding-top: 0; }
  .skew__deg-5 {
    margin-top: -6.04878%;
    margin-bottom: -8.2439%;
    padding-top: 6.04878%;
    padding-bottom: 8.2439%;
    margin-top: -7.26829%; }
    .skew__deg-5_before-inset {
      padding-bottom: 6.04878%; }
    .skew__deg-5_after-inset {
      padding-top: 8.2439%; }
    .skew__deg-5 .skew_sub-1 {
      transform: skewY(3.52214deg); }
    .skew__deg-5 .skew_sub-2 {
      transform: skewY(-8.23489deg); }
    .skew__deg-5 .skew_bg {
      transform: skewY(4.71275deg); }
    .skew__deg-5 .lt-ie9 [class*="_before-inset"] {
      padding-bottom: 0; }
    .skew__deg-5 .lt-ie9 [class*="_after-inset"] {
      padding-top: 0; }
  .skew__deg-6 {
    margin-top: -6.09756%;
    margin-bottom: -7.90244%;
    padding-top: 6.09756%;
    padding-bottom: 7.90244%;
    margin-top: -7.7%; }
    .skew__deg-6_before-inset {
      padding-bottom: 6.09756%; }
    .skew__deg-6_after-inset {
      padding-top: 7.90244%; }
    .skew__deg-6 .skew_sub-1 {
      transform: skewY(3.48932deg); }
    .skew__deg-6 .skew_sub-2 {
      transform: skewY(-7.0077deg); }
    .skew__deg-6 .skew_bg {
      transform: skewY(3.51837deg); }
    .skew__deg-6 .lt-ie9 [class*="_before-inset"] {
      padding-bottom: 0; }
    .skew__deg-6 .lt-ie9 [class*="_after-inset"] {
      padding-top: 0; }
  .skew__deg-7 {
    margin-top: -6.09756%;
    margin-bottom: -6.09756%;
    padding-top: 6.09756%;
    padding-bottom: 6.09756%;
    margin-top: -10%; }
    .skew__deg-7_before-inset {
      padding-bottom: 6.09756%; }
    .skew__deg-7_after-inset {
      padding-top: 6.09756%; }
    .skew__deg-7 .skew_sub-1 {
      margin-top: 6.09756%;
      margin-bottom: -6.09756%;
      transform: skewY(-3.48932deg); }
    .skew__deg-7 .skew_sub-2 {
      margin-top: -12.19512%;
      margin-bottom: 12.19512%;
      transform: skewY(6.97865deg); }
    .skew__deg-7 .skew_bg {
      transform: skewY(-3.48932deg);
      margin-bottom: -6.09756%; }
    .skew__deg-7 .lt-ie9 [class*="_before-inset"] {
      padding-bottom: 0; }
    .skew__deg-7 .lt-ie9 [class*="_after-inset"] {
      padding-top: 0; }
  .skew__deg-7-off {
    margin-top: -5.5%; }
  .skew__deg-7-off-1 {
    margin-top: -6%; }
  @media (max-width: 1024px) {
    .skew__deg-2 {
      padding-bottom: 0; } }
  @media (max-width: 1125px) {
    .skew__deg-5, .skew__deg-6, .skew__deg-7-off-1 {
      margin-top: 0; }
    .skew__deg-6 {
      margin-bottom: -6%; } }
  @media (max-width: 940px) {
    .skew__deg-3 {
      padding-bottom: 12%; } }
  @media (max-width: 767px) {
    .skew__deg-2 {
      margin-top: 7%; }
    .skew__deg-3 {
      margin-top: 10%; }
    .skew__deg-4, .skew__deg-7 {
      margin-top: 5%; } }

/*==================   Thumbnail    ======================*/
.thumb {
  display: block;
  position: relative;
  overflow: hidden; }
  .thumb img {
    width: 100%;
    height: auto;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease; }
  .thumb_overlay {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    color: #FFF;
    background: transparent;
    text-align: center; }
    .thumb_overlay span {
      position: relative;
      display: inline-block;
      margin-top: 58%;
      font-size: 20px;
      line-height: 26px; }
      @media (max-width: 767px) {
        .thumb_overlay span {
          font-size: 17px;
          line-height: 23px; } }
  .thumb_overlay-icon {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    color: #FFF;
    background: transparent; }
    .thumb_overlay-icon:before {
      content: '\f065';
      position: absolute;
      top: 50%;
      left: 0;
      right: 0;
      font: 400 40px "FontAwesome";
      line-height: 40px;
      margin-top: -20px;
      text-align: center;
      -moz-transition: 0.3s;
      -o-transition: 0.3s;
      -webkit-transition: 0.3s;
      transition: 0.3s; }
      .lt-ie9 .thumb_overlay-icon:before {
        display: none; }
  .thumb:hover .thumb_overlay, .thumb:hover .thumb_overlay-icon {
    opacity: 1;
    background: rgba(0, 0, 0, 0.4); }
    .lt-ie9 .thumb:hover .thumb_overlay, .lt-ie9 .thumb:hover .thumb_overlay-icon {
      background: none;
      -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#66000000', endColorstr='#66000000')";
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#66000000', endColorstr='#66000000');
      zoom: 1; }
    .lt-ie9 .thumb:hover .thumb_overlay:before, .lt-ie9 .thumb:hover .thumb_overlay-icon:before {
      display: block; }
  .thumb:hover .thumb_overlay-icon:before {
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg); }
  .thumb img {
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }

/*========================================================
                     HEADER  Section
=========================================================*/
header nav {
  padding: 33px 0; }

/*==================       Phone    ======================*/
.phone {
  font-size: 20px;
  line-height: 44px; 
  color:#883f98;
  }
  .phone a {
    display: inline-block;
    font-weight: 300;
    font-size: 32px;
    letter-spacing: 0.9px; }
    .phone a:hover {
      text-decoration: none;
      color: #c988d7; }
    .phone a:active {
      color: #e3343c; }

/*==================       Phone    ======================*/
.mail {
  display: inline-block; }

.mail:hover, dd a:hover {
  text-decoration: none;
  color: #323232; }
.mail:active, dd a:active {
  text-decoration: underline; }

/*==================     Txt Wrap    ======================*/
.txt-wr p {
  padding-right: 30px; }

/*========================================================
                     CONTENT  Section
=========================================================*/
main {
  display: block; }

/*==================      Well     ======================*/
.well-hdr {
  padding: 3px 0; }

.well {
  padding-top: 44px;
  padding-bottom: 162px; }

.well__off {
  padding-bottom: 225px; }

.well-1 {
  padding: 50px 0 45px 68px; }

.well-2 {
  padding-top: 233px;
  padding-bottom: 8px; }

.well-3 {
  padding: 163px 0 52px; }

.well-3__off {
  padding-top: 223px; }

.well-4 {
  padding: 45px 0 58px 81px; }

.well-5 {
  padding-top: 115px;
  padding-bottom: 185px; }

.well-5__off {
  padding-bottom: 94px; }

.well-5__off-1 {
  padding-bottom: 176px; }

.well-6 {
  padding-top: 77px;
  padding-bottom: 186px; }

.well-7 {
  padding-top: 157px;
  padding-bottom: 140px; }

.well-8 {
  padding-top: 203px;
  padding-bottom: 107px; }

.well-9 {
  padding-top: 135px;
  padding-bottom: 156px; }

.well-10 {
  padding: 70px 0 75px; }

.well-11 {
  padding-top: 24px; }

/*==================      Fl      ======================*/
.fl:before {
  font-size: 36px;
  line-height: 36px;
  color: #323232; }

/*================== Indent Container ======================*/
[class*='indent-cnt'] {
  position: relative;
  z-index: 1; }

.indent-cnt {
  margin-top: -242px; }

.indent-cnt-1 {
  margin-top: -195px; }

.indent-cnt-2 {
  margin-top: -155px; }

.indent-cnt-3 {
  margin-top: -165px; }

.indent-p {
  padding-right: 50px; }

.indent-p-1 {
  padding-right: 115px; }

.indent-a {
  padding-left: 25px; }

/*==================   Unit Wrap     ======================*/
.unit-wr {
  background: #FFF;
  width: 1125px;
  margin: 0 auto;
  padding-top: 67px; }

.unit-wr__md {
  padding-top: 86px;
  padding-bottom: 96px; }

.unit-wr__md-1 {
  padding-bottom: 80px; }

/*==================   Float Img   ======================*/
.float-img:before, .float-img:after {
  display: table;
  content: "";
  line-height: 0; }
.float-img:after {
  clear: both; }
.float-img > div {
  float: left;
  width: 25%; }

/*==================   Line List   ======================*/
.line-list > li a {
  position: relative;
  color: #323232;
  font: 400 20px/36px "微軟正黑體", "Roboto", sans-serif;
  padding-left: 16px;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s; }
  .line-list > li a:before {
    position: absolute;
    content: '-';
    font: 400 20px/20px "微軟正黑體", "Roboto", sans-serif;
    top: 3px;
    left: 0; }
  .line-list > li a:hover {
    padding-left: 22px; }

.line-list-1 > li {
  position: relative;
  color: #FFF;
  font: 400 20px/36px "微軟正黑體", "Roboto", sans-serif;
  padding-left: 16px;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s; }
  .line-list-1 > li:before {
    position: absolute;
    content: '-';
    font: 400 20px/20px "微軟正黑體", "Roboto", sans-serif;
    top: 7px;
    left: 0; }

/*==================   Block Info   ======================*/
.block-info {
  position: relative;
  z-index: 1; }
  .block-info h3 {
    line-height: 48px; }
    .block-info h3 span {
      font-weight: 400; }
  .block-info p {
    font: 400 20px/24px "微軟正黑體", "Roboto", sans-serif;
    letter-spacing: 1px;
    text-transform: uppercase; }
    .block-info p.event-wr {
      font-size: 14px;
      line-height: 16px;
      letter-spacing: 0.7px; }
  .block-info a.btn {
    color: #323232; }
    .block-info a.btn:hover {
      color: #FFF; }
  .block-info a[href^="callto:"] {
    margin-top: 11px;
    display: inline-block;
    font-size: 72px;
    line-height: 72px; }
    .block-info a[href^="callto:"] span {
      -moz-transition: 0.3s;
      -o-transition: 0.3s;
      -webkit-transition: 0.3s;
      transition: 0.3s; }
    .block-info a[href^="callto:"]:hover span {
      color: #b7b7b7; }
  .block-info a span, .block-info h3 {
    color: #323232; }
  .block-info p, .block-info a, .block-info .event-wr {
    color: #b7b7b7; }
  .block-info .box__cnt {
    display: inline-block;
    margin-top: 7px;
    padding-left: 33px; }
  .block-info h3 + p {
    margin-top: 11px; }
  .block-info * + .box {
    margin-top: 25px; }

/*==================   Event Wrap  ======================*/
.event-wr {
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.7px;
  font-size: 14px;
  line-height: 16px;
  position: relative; }
  .event-wr:before, .event-wr:after {
    position: absolute;
    font: 300 36px/36px "微軟正黑體", "Roboto", sans-serif;
    top: -4px; }
  .event-wr:before {
    content: '(';
    left: -15px; }
  .event-wr:after {
    content: ')';
    right: -15px; }

.mark-wr {
  position: relative;
  padding-left: 80px; }
  .mark-wr:before {
    position: absolute;
    top: 0;
    left: 12px; }

/*==================      Skew-wr     ======================*/
.skew-bg {
  position: relative; }

[class*='skew-wr'] {
  position: absolute;
  left: 0;
  right: 0;
  overflow: hidden;
  z-index: 3; }
  [class*='skew-wr']:before {
    position: absolute;
    content: '';
    left: -5000px;
    right: -5000px;
    height: 123px;
    z-index: -1;
    outline: 1px solid transparent;
    background: #fff; }

.skew-wr-1 {
  height: 123px;
  top: 0; }
  .skew-wr-1:before {
    top: -63px;
    transform: rotate(3.46148deg); }

.skew-wr-2 {
  height: 123px;
  bottom: 0; }
  .skew-wr-2:before {
    bottom: -63px;
    transform: rotate(-3.46148deg); }

/*==================      Address    ======================*/
.addr {
  font: 400 20px/26px "微軟正黑體", "Roboto", sans-serif;
  color: #323232; }

/*========================================================
                     FOOTER  Styles
=========================================================*/
footer {
  padding: 71px 0 88px;
  color: #d8d8d8; }
  footer h1 {
    font-size: 36px;
    line-height: 48px;
    color: #d7d7d7; }

/*==================     Social    ======================*/
.social > li {
  display: inline-block; }
  .social > li a {
    font-size: 21px;
    line-height: 21px;
    color: #d7d7d7; }
    .social > li a:hover {
      color: #323232; }
  .social > li + li {
    margin-left: 21px; }

/*==================     Privacy    ======================*/
.privacy {
  display: inline-block;
  letter-spacing: 1.4px;
  text-transform: uppercase; }
  .privacy a:hover {
    text-decoration: none;
    color: #323232; }
  .privacy a:active {
    text-decoration: underline; }

/*========================================================
                     RESPONSIVE
=========================================================*/
@media (max-width: 1330px) {
  .indent-cnt, .indent-cnt-1 {
    margin-top: -180px; } }
@media (max-width: 1125px) {
  .unit-wr {
    width: 100%; }

  [class*='indent-cnt'] {
    margin-top: 68px; }

  .well__off, .well-7 {
    padding-bottom: 100px; }

  .well-7 {
    padding-top: 50px; }

  .unit-wr__md {
    padding-top: 0;
    padding-bottom: 30px; }

  .well-5, .well-9 {
    padding-top: 50px;
    padding-bottom: 50px; }

  .well-3 {
    padding: 155px 0 30px; }

  .well-6 {
    padding-bottom: 50px; }

  .unit-wr__md-1 {
    padding-bottom: 20px; }

  .row-off-4 {
    margin-top: 0; } }
@media (min-width: 941px) and (max-width: 971px) {
  blockquote q:after {
    left: 225px;
    top: 110px; } }
@media (min-width: 748px) and (max-width: 971px) {
  .line-list > li a {
    font-size: 15px; } }
@media (max-width: 940px) {
  h2, h2.h-off {
    font-size: 55px;
    line-height: 55px; }

  h3 {
    font-size: 29px;
    line-height: 34px; }

  h3.h-off {
    font-size: 29px; }

  h4 {
    font-size: 18px; }

  .well-hdr {
    padding-bottom: 50px; }

  .well-1 {
    padding-left: 10px; }

  blockquote q:after {
    top: 111px;
    left: 226px; }

  .mark-wr {
    padding-left: 60px; }

  .well-4 {
    padding-left: 35px;
    padding-right: 15px; }

  [class*='indent-p'] {
    padding-right: 0; } }
@media (min-width: 941px) and (max-width: 971px) {
  .block-info h3 {
    font-size: 24px;
    line-height: 30px; } }
@media (min-width: 768px) and (max-width: 940px) {
  s
  .block-info h3 {
    font-size: 27px;
    line-height: 35px; } }
@media (min-width: 748px) and (max-width: 770px) {
  .phone a {
    font-size: 33px; } }
@media (min-width: 480px) and (max-width: 767px) {
  .block-info {
    text-align: center; }
    .block-info .box_aside {
      float: none; }
    .block-info .box__cnt {
      padding-left: 0; }

  .block-info__md {
    text-align: left; }

  .well-4 {
    padding-right: 200px;
    padding-top: 20px;
    padding-bottom: 18px; } }
@media (max-width: 767px) {
  .well-hdr {
    padding-bottom: 50px; }

  header nav {
    padding: 0; }

  footer, .well-hdr, .well-10 {
    padding: 30px 0; }

  .off {
    margin-top: 20px; }

  [class*="indent-cnt"] {
    margin-top: 50px; }

  .well {
    padding-bottom: 60px; }

  .unit-wr {
    padding-top: 20px; }

  blockquote q:after {
    display: none; }

  .block-info h3 {
    font-size: 28px;
    line-height: 30px; }
  .block-info a[href^="callto:"] {
    font-size: 64px;
    line-height: 64px; }

  .well-1 {
    padding-bottom: 355px; }

  .well-2, .well-3, footer.well-3__off {
    padding-top: 100px; }

  .well-8 {
    padding-top: 80px; }

  .img-wr:before {
    background-position: bottom right; }

  .col-off {
    margin-top: 10px; }

  .txt-wr p {
    padding-right: 0; }

  [class*='skew-wr'] {
    height: 30px; }

  .skew-wr-1:before {
    top: -108px;
    transform: rotate(2deg); }

  .skew-wr-2:before {
    bottom: -108px;
    transform: rotate(-2deg); } }
@media (min-width: 480px) and (max-width: 499px) {
  .block-info h3 {
    font-size: 25px; }
  .block-info p {
    font-size: 18px; } }
@media (max-width: 479px) {
  h1 {
    font-size: 53px;
    line-height: 60px; }

  h2 {
    font-size: 40px;
    line-height: 46px; }

  .float-img > div {
    width: 50%; }

  .block-info a[href^="callto:"] {
    font-size: 40px;
    line-height: 40px; }
  .block-info .box__cnt {
    padding-left: 20px;
    margin-top: 0; }

  [class*='img-wr-']:before {
    display: none; }

  [class*='skew-wr']:before {
    display: none; }

  .line-list > li a {
    font-size: 18px;
    line-height: 33px; }

  footer.well-3__off {
    padding-top: 50px; } }
