@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/css?family=Noto+Sans+TC:300,400,500,700|Roboto:300,400,500&display=swap");
.orderCheckArea input[type="text"], .orderCheckArea input[type="password"], .loginArea input[type="text"], .loginArea input[type="password"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  background-color: #fff;
  color: #0a0a09;
  font-family: Arial, 'Noto Sans TC', "微軟正黑體", Heiti TC, "メイリオ", sans-serif;
  font-size: 13px;
}

address {
  font-style: normal;
}

*, *::before, *::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*:focus {
  outline: none;
}

/*css3*/
a {
  color: #0a0a09;
  cursor: pointer;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

a:hover {
  color: #8d6748;
}

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

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%;
}

a.btn_color1 {
  /*按鈕主色1*/
  color: #fff;
  background-color: #516190;
}

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

a.btn_color2 {
  /*按鈕主色2*/
  color: #fff;
  background-color: #A0A0A0;
}

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

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

textarea {
  -webkit-appearance: none;
}

.outerWrap {
  position: relative;
  overflow-x: hidden;
  opacity: 0;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  transition: all .6s;
  background: url('../images/bg2.jpg');
}

.outerWrap.show {
  opacity: 1;
}

.wrap {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}

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

.label {
  padding: 5px 7px;
  color: #fff;
  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;
  -webkit-transition-property: top, opacity, visibility;
  -o-transition-property: top, opacity, visibility;
  transition-property: top, opacity, visibility;
  -webkit-transition-duration: .5s;
  -o-transition-duration: .5s;
  transition-duration: .5s;
  -webkit-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}

.moduleBox.show {
  top: 50%;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

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

.moduleMask.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

/*訂單查詢*/
.orderCheckArea {
  width: 320px;
  border: 5px solid #d8d8d8;
  background-color: #fff;
}

.orderCheckArea .wrap {
  position: relative;
  width: auto;
  padding: 40px 10px;
  text-align: center;
}

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

.orderCheckArea h4 {
  margin-bottom: 10px;
  font-weight: 400;
  font-size: 16px;
  font-family: "微軟正黑體", "新細明體", sans-serif;
  color: #222;
  text-align: left;
}

.orderCheckArea input[type="text"], .orderCheckArea input[type="password"] {
  width: 100%;
  height: 40px;
  margin-bottom: 10px;
  padding: 5px;
  border: 2px solid #ccc;
}

.orderCheckArea a.btn {
  display: inline-block;
  margin-top: 10px;
  padding: 10px 20px;
  border-radius: 4px;
  font-size: 13px;
  color: #fff;
}

@media screen and (max-width: 480px) {
  .cartArea,
  .orderCheckArea {
    width: 300px !important;
  }
  #closeOrder,
  #closeCart,
  #closePrice,
  #closeInquiry {
    top: 5px;
    font-size: 25px;
  }
}

/***↑↑↑購物車↑↑↑**/
/***↓↓↓會員登入↓↓↓**/
.loginArea {
  width: 300px !important;
  border: 5px solid #d8d8d8;
  background-color: #fff;
}

.loginArea .box {
  position: relative;
  padding: 40px 20px 20px 20px;
  background: #fff;
}

a#closeLogin {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 18px;
  color: #666;
}

.loginArea input[type="text"], .loginArea input[type="password"] {
  display: block;
  width: 100%;
  height: 30px;
  padding: 5px;
  margin-bottom: 7px;
  border: 1px solid #ccc;
}

.loginArea .btn {
  /*送出按鈕*/
  margin-top: 15px;
  text-align: center;
}

.loginArea .btn a {
  display: inline-block;
  padding: 8px 15px;
  border-radius: 3px;
  font-size: 13px;
  color: #fff;
}

.loginArea .forget {
  clear: both;
  margin-top: 20px;
  font-size: 15px;
  color: #2f2f2f;
}

.loginArea .forget span {
  font-size: 13px;
  color: #e1e1e1;
}

.loginArea .forget strong a {
  font-weight: 400;
  color: #f93;
  text-decoration: underline;
}

.loginArea .forget b a {
  font-weight: 400;
  font-size: 18px;
  color: #09f;
  text-decoration: underline;
}

.loginArea .forgetCheck {
  display: none;
}

.loginArea .forgetCheck a.btn_relog {
  display: block;
  margin-bottom: 15px;
  font-size: 15px;
  color: #09f;
  text-align: center;
  text-decoration: underline;
}

/***↑↑↑會員登入↑↑↑**/
/*****網頁頭*****/
header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

header .wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 100%;
  padding-left: 4%;
  padding-right: 4%;
}

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

header .logo {
  width: 250px;
}

header .logo a {
  display: block;
  width: 100%;
  height: 70px;
  background: url("../images/logo.png") no-repeat;
  background-size: contain;
  text-indent: -9999px;
}

@media screen and (min-width: 0\0) {
  header .logo a {
    background: url("../images/logo.png") no-repeat;
  }
}

header .rightBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.dotsBox {
  width: 100%;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.dots li {
  display: inline-block;
  margin-right: 4px;
  margin-left: 4px;
}

.dots li.slick-active button {
  background: #8d6748;
}

.dots li button {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid #8d6748;
  background: none;
  font-size: 0;
  line-height: 0;
  padding: 0;
  text-indent: -9999px;
  cursor: pointer;
}

.dots li button:focus {
  outline: none;
}

.languageBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.languageBox a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  margin-left: 12px;
  border-radius: 50%;
  border: 1px solid rgba(255, 216, 0, 0.1);
  font-size: 14px;
  color: #f7cc1f;
}

.languageBox a:hover {
  color: #fff;
  background-color: #f7cc1f;
}

.searchBox,
.searchBox_m {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.searchBox .searchButton,
.searchBox .m_searchButton,
.searchBox_m .searchButton,
.searchBox_m .m_searchButton {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 46px;
  height: 40px;
  color: #7f7f7f;
}

.searchBox .searchButton::after,
.searchBox .m_searchButton::after,
.searchBox_m .searchButton::after,
.searchBox_m .m_searchButton::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -7.5px;
  width: 1px;
  height: 15px;
  background-color: #7f7f7f;
}

.searchBox input,
.searchBox_m input {
  width: 140px;
  padding: 0 12px;
  height: 40px;
  line-height: 40px;
  border: none;
  font-size: 14px;
  letter-spacing: .05em;
  background: #fff;
}

.searchBox_m {
  margin: 20px 0;
}

.searchBox_m ::-webkit-input-placeholder {
  /* Chrome */
  color: #fff;
}

.searchBox_m :-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
}

.searchBox_m ::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
  opacity: 1;
}

.searchBox_m :-moz-placeholder {
  /* Firefox 4 - 18 */
  color: #fff;
  opacity: 1;
}

.searchBox_m .m_searchButton {
  color: #fff;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.searchBox_m .m_searchButton::after {
  background-color: #fff;
}

.searchBox_m input {
  width: 100%;
  color: #fff;
  background: transparent;
}

/*menu*/
.menu > li {
  position: relative;
  display: inline-block;
}

.menu > li > a {
  position: relative;
  display: block;
  padding: 27px 20px;
  font-size: 17px;
  letter-spacing: .05em;
  color: #fff;
}

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

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

.menu > li:hover .subMenu {
  top: 100%;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.menu .subMenu {
  position: absolute;
  left: 50%;
  top: 110%;
  z-index: 99;
  width: 150px;
  margin-left: -75px;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.menu .subMenu a {
  display: block;
  padding: 10px;
  border-bottom: 1px solid #ddd;
  font-size: 15px;
  color: #666;
  background-color: #fff;
}

.menu .subMenu a:hover {
  color: #fff;
  background-color: #8d6748;
}

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

/*****banner******/
.bannerArea {
  clear: both;
  position: relative;
}

/*頁尾資訊*/
footer {
  padding-top: 70px;
}

footer .wrap {
  max-width: 1200px;
}

footer .topBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 480px) {
  footer .topBox {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

footer .bottomBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /*border-top: 1px solid #ececec;*/
  /*padding-top: 50px;*/
  margin: 10px 0 50px 0;
}

@media (max-width: 767px) {
  footer .bottomBox {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /*padding-top: 30px;*/
  }
}

footer .downMenuBox {
  width: calc(100% - 360px);
}

@media (max-width: 960px) {
  footer .downMenuBox {
    width: calc(100% - 280px);
  }
}

@media (max-width: 767px) {
  footer .downMenuBox {
    width: 100%;
  }
}

.downLogo img {
  width: 230px;
}

.downMenuList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.downMenuList li {
  width: 20%;
  margin-bottom: 40px;
  padding-right: 20px;
}

@media (max-width: 767px) {
  .downMenuList li {
    width: 100%;
    padding-right: 0;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e5e5e5;
  }
}

.downMenuList li.open h3::after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.downMenuList li.open .Txt {
  display: block;
}

.downMenuList li.open .Txt a {
  -webkit-animation: downMenu .6s .2s both;
  animation: downMenu .6s .2s both;
}

.downMenuList h3 {
  margin-bottom: 12px;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: .02em;
  color: #3d3d3d;
}

@media (max-width: 767px) {
  .downMenuList h3 {
    position: relative;
    margin-bottom: 0;
    cursor: pointer;
  }
  .downMenuList h3::after {
    content: '';
    position: absolute;
    right: 0;
    top: 5px;
    width: 15px;
    height: 15px;
    background-image: -webkit-gradient(linear, left top, right top, from(#888)), -webkit-gradient(linear, left top, left bottom, from(#888));
    background-image: -webkit-linear-gradient(left, #888), -webkit-linear-gradient(top, #888);
    background-image: -o-linear-gradient(left, #888), -o-linear-gradient(top, #888);
    background-image: linear-gradient(to right, #888), linear-gradient(to bottom, #888);
    background-size: 100% 1px, 1px 100%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
  }
}

@media (max-width: 767px) {
  .downMenuList .Txt {
    display: none;
    padding-top: 10px;
  }
  .downMenuList .Txt a {
    opacity: 0;
  }
}

.downMenuList .Txt a {
  display: block;
  padding-bottom: 8px;
  font-size: 13px;
  letter-spacing: .02em;
  color: #5e5e5e;
}

@-webkit-keyframes downMenu {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes downMenu {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.footerInfo,
.social {
  width: 100%;
}

@media (max-width: 960px) {
  .footerInfo,
  .social {
    width: 100%;
  }
}

.copyright {
  width: 100%;
  text-align: center;
  background-color: #8d6748;
  font-family: "Roboto", "Noto Sans TC", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: .02em;
  color: #fff;
  padding-top: 19px;
  padding-bottom: 19px;
}

.footerInfo {
  text-align: center;
}

@media (max-width: 767px) {
  .footerInfo {
    width: 100%;
    margin-top: 20px;
  }
}

.footerInfo h2 {
  padding-bottom: 25px;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: .02em;
  color: #181818;
}

.footerInfo .list {
  position: relative;
}

@media (max-width: 767px) {
  .footerInfo .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .footerInfo .list li {
    padding: 10px;
  }
}
/*
.footerInfo .list::before {
  content: '';
  display: inline-block;
  margin-bottom: 10px;
  width: 100%;
  height: 31px;
  background-image: url("../images/icon_user.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
*/
.footerInfo .list > li {
  margin-bottom: 12px;
  width: 33.333%;
  float: left;
  text-align: center;
}

.footerInfo .title {
  font-size: 15px;
  letter-spacing: .1em;
  color: #555;
}

.footerInfo .Txt {
  font-size: 13px;
  letter-spacing: .05em;
}

.footerInfo .Txt a {
  font-weight: 700;
  color: #222;
  letter-spacing: .05em;
}

.footerInfo .Txt .tel {
  font-size: 25px;
}

.footerInfo .Txt .add {
  font-size: 21px;
}



@media (max-width: 767px) {
  .social {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .footerInfo .list > li {
  width: 100%;
  float: none;
  text-align: center;
  }
}

@media (max-width: 480px) {
  .social {
    padding-top: 20px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.social .icon-line {
  width: 18px;
  height: 18px;
}

.social a {
  position: relative;
  z-index: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  margin-left: 15px;
  margin-right: 15px;
  background-color: #8d6748;
  border-radius: 50%;
  font-size: 18px;
  color: #fff;
  overflow: hidden;
}

@media (max-width: 767px) {
  .social a {
    margin-right: 0;
  }
}

@media (max-width: 480px) {
  .social a {
    margin-left: 0;
    margin-right: 15px;
  }
}

.social a::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
  width: 0%;
  height: 0%;
  background-color: #8d6748;
  border-radius: 50%;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.social a:hover::after {
  width: 110%;
  height: 110%;
}

.endArea {
  clear: both;
  padding-top: 5px;
  color: #fff;
  text-align: center;
  background-color: #061540;
}

.bannerTextBox {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  height: 100%;
}

@media (max-width: 767px) {
  .bannerTextBox.ins {
    position: relative;
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.bannerTextBox.white .Txt {
  position: relative;
  z-index: 0;
  color: #fff;
}

.bannerTextBox.white .Txt::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
  width: 80%;
  height: 80%;
  background-color: #000;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  opacity: 0.2;
}

.bannerTextBox.white .Txt .title2::before, .bannerTextBox.white .Txt .title2::after {
  background-color: rgba(255, 255, 255, 0.7);
}

.bannerTextBox.white .Txt p {
  color: #fff;
}

.bannerTextBox .Txt {
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
}

.bannerTextBox .Txt .title,
.bannerTextBox .Txt .title2 {
  font-weight: 400;
  letter-spacing: .15em;
}

.bannerTextBox .Txt .title {
  font-size: 18px;
}

@media (max-width: 767px) {
  .bannerTextBox .Txt .title {
    font-size: 16px;
  }
}

@media (max-width: 480px) {
  .bannerTextBox .Txt .title {
    font-size: 13px;
  }
}

.bannerTextBox .Txt .title2 {
  position: relative;
  display: inline-block;
  padding-left: 50px;
  padding-right: 50px;
  font-size: 38px;
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  .bannerTextBox .Txt .title2 {
    font-size: 30px;
  }
}

@media (max-width: 480px) {
  .bannerTextBox .Txt .title2 {
    font-size: 20px;
  }
}

.bannerTextBox .Txt .title2::before, .bannerTextBox .Txt .title2::after {
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -0.5px;
  width: 25px;
  height: 1px;
  background-color: #444;
}

.bannerTextBox .Txt .title2::before {
  left: 0;
}

.bannerTextBox .Txt .title2::after {
  right: 0;
}

.bannerTextBox .Txt p {
  font-size: 14px;
  letter-spacing: .02em;
  color: #555;
  line-height: 1.8;
}

@media (max-width: 767px) {
  .bannerTextBox .Txt p {
    font-size: 13px;
  }
}

@media (max-width: 480px) {
  .bannerTextBox .Txt p {
    display: none;
  }
}

@media (min-width: 1181px) {
  .noBanner {
    margin-top: 78px;
  }
}

.bread {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #8d6748;
  line-height: 1;
}

@media (max-width: 960px) {
  .bread {
    padding-top: 18px;
    padding-bottom: 18px;
  }
}

.bread a {
  font-size: 14px;
  letter-spacing: .05em;
  color: #fff;
  text-transform: uppercase;
}

.bread .home,
.bread span {
  display: inline-block;
  padding-top: 2px;
  padding-bottom: 2px;
}

.bread .home {
  color: #ebe4d2;
}

.bread .home i {
  margin-right: 10px;
  font-size: 14px;
  color: #fff;
}

.bread .home:hover {
  color: #fff;
}

.bread span {
  font-size: 14px;
  letter-spacing: .05em;
  color: #f6b4b4;
}

.bread span.current {
  color: #fff;
}

.bread span::before {
  content: '\f105';
  font-family: FontAwesome;
  font-size: 16px;
  padding-right: 15px;
  padding-left: 15px;
}

/*********內頁**********/
/**********************/
.bannerArea .wrap {
  width: 100%;
  max-width: 100%;
  padding: 0;
}

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

@media (max-width: 767px) {
  .bannerArea.ins #banner {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  .bannerArea.ins #banner * {
    height: 100%;
  }
  .bannerArea.ins #banner img {
    -o-object-fit: cover;
    object-fit: cover;
  }
}

.bannerArea.ins .Txt {
  opacity: 0;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 1s .2s;
  -o-transition: all 1s .2s;
  transition: all 1s .2s;
}

.bannerArea.ins.show .Txt {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.mainArea {
  padding: 70px 0 100px;
  background-image: url("../images/bg.jpg");
}

@media (max-width: 640px) {
  .mainArea {
    padding: 30px 0;
  }
}

.mainArea.noPadding {
  padding: 0;
}

.mTitle span {
  display: inline-block;
  background-color: #8d6748;
  padding: 5px 20px;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: .1em;
  color: #fff;
}

.dateBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 640px) {
  .dateBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.dateBox .date {
  padding-left: 20px;
  color: #928048;
  font-size: 12px;
  letter-spacing: .02em;
  font-weight: 500;
}

@media (max-width: 640px) {
  .dateBox .date {
    padding-left: 0;
    padding-top: 12px;
  }
}

.titleBox.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

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

.titleBox .en {
  padding-bottom: 15px;
  font-size: 12px;
  letter-spacing: .2em;
  color: #939390;
  text-transform: uppercase;
  font-family: "Roboto", "Noto Sans TC", sans-serif;
}

.titleBox .title {
  font-weight: 500;
  font-size: 28px;
  line-height: 1;
  letter-spacing: .1em;
}

.titleBox .text {
  padding-top: 18px;
  font-size: 14px;
  letter-spacing: .08em;
  line-height: 1.8;
}

.titleBox2.white {
  color: #fff;
  text-align: center;
}

.titleBox2 .en {
  font-size: 12px;
  text-transform: uppercase;
}

.contentBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.contentBox.bgColor_e9e9e9 {
  background-color: #e9e9e9;
}

.contentBox .leftBox {
  width: 240px;
}

@media (max-width: 767px) {
  .contentBox .leftBox {
    width: 100%;
  }
}

.contentBox .rightBox {
  width: calc(100% - 240px);
}

@media (min-width: 768px) {
  .contentBox .rightBox {
    padding-left: 25px;
  }
}

@media (max-width: 767px) {
  .contentBox .rightBox {
    width: 100%;
  }
}

.articleTitle {
  padding-bottom: 15px;
  font-weight: 400;
  font-size: 25px;
  letter-spacing: .02em;
  color: #000;
  border-bottom: 1px dashed #c1c0bf;
}

.articleTitle.noborder {
  border-bottom: none;
}

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

.bottomTxtBox {
  width: 100%;
}

.bottomTxtList li {
  text-align: center;
}

.bottomTxtList .item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 148px;
  height: 148px;
  border: 1px solid #df9b92;
  border-radius: 50%;
  text-align: center;
  font-family: "Roboto", "Noto Sans TC", sans-serif;
  color: #8d6748;
}

.bottomTxtList .top {
  font-size: 16px;
}

.bottomTxtList .center {
  font-size: 24px;
  font-weight: 500;
}

.bottomTxtList .bottom {
  font-size: 14px;
  letter-spacing: .05em;
}

/*類別*/
.m_classLink {
  display: none;
}

.classBox {
  padding: 20px 0;
}

.classBox.full {
  width: 100%;
}

.classLinkStyle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.classLinkStyle li {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-bottom: 1px solid #928048;
}

.classLinkStyle li:not(:last-child) {
  border-right: 1px solid #dbdbdb;
}

.classLinkStyle li:hover a, .classLinkStyle li.current a {
  background-color: #928048;
  color: #fff;
}

.classLinkStyle a {
  display: block;
  padding: 12px 15px;
  text-align: center;
  font-size: 14px;
  letter-spacing: .15em;
  color: #928048;
  background-color: #fff;
}

.classLinkStyle a.current {
  background-color: #928048;
  color: #fff;
}

.classLinkStyle2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 50px;
}

.classLinkStyle2 a {
  display: block;
  border-bottom: 1px solid #8d6748;
  min-height: 45px;
  padding: 12px 40px;
  background-color: #f4f4f4;
  font-size: 14px;
  letter-spacing: .05em;
  color: #525252;
}

.classLinkStyle2 a.current, .classLinkStyle2 a:hover {
  color: #fff;
  background-color: #8d6748;
}

/*標籤*/
.tagList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.tagList li {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.tagList a {
  display: block;
  text-align: center;
  padding: 12px;
  font-size: 16px;
  letter-spacing: .05em;
  color: #525252;
  background-color: #f1ebe1;
  border-bottom: 1px solid #928048;
}

@media (max-width: 640px) {
  .tagList a {
    font-size: 14px;
  }
}

.tagList a:hover, .tagList a.current {
  color: #fff;
  background-color: #928048;
}

.tagBox2 {
  position: relative;
  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;
}

.tagBox2::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #ebd6cf;
}

.tagBox2 .tagTitle2 {
  position: relative;
  width: 120px;
  text-align: center;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 16px;
  letter-spacing: .05em;
  color: #000;
}

@media (max-width: 640px) {
  .tagBox2 .tagTitle2 {
    width: 100%;
    text-align: left;
    margin-top: 20px;
  }
}

.tagBox2 .tagTitle2::before {
  content: '';
  position: absolute;
  left: 5px;
  top: 50%;
  margin-top: -9px;
  width: 1px;
  height: 18px;
  background-color: #b61212;
}

.tagListBox {
  position: relative;
  width: calc(100% - 120px);
  padding-left: 20px;
  padding-right: 20px;
  max-width: 100%;
}

@media (max-width: 640px) {
  .tagListBox {
    width: 100%;
  }
}

.tagListBox .arrows {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 5;
  width: 20px;
  height: 100%;
  text-align: center;
  font-size: 20px;
}

.tagListBox .arrows i {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.tagListBox .prevArrow {
  left: 0;
}

.tagListBox .nextArrow {
  right: 0;
}

.tagList2 {
  position: relative;
  z-index: 2;
}

.tagList2 .slick-list {
  padding-bottom: 1px;
}

.tagList2 li {
  position: relative;
}

.tagList2 a {
  position: relative;
  display: block;
  text-align: center;
  padding: 20px 10px;
  font-size: 14px;
  letter-spacing: .02em;
  color: #000;
}

.tagList2 a::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  width: 0;
  height: 1px;
  margin: auto;
  background-color: #b61212;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.tagList2 a:hover::after, .tagList2 a.current::after {
  width: 100%;
}

/*側邊標題字*/
.sectionTitle {
  padding-bottom: 12px;
  font-weight: 400;
  font-size: 20px;
  letter-spacing: .05em;
  color: #000;
  border-bottom: 1px solid #928048;
}

.sectionTitle a {
  display: block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.classNote {
  width: 100%;
  padding: 10px 0;
  margin-bottom: 12px;
}

/*-- radio & checkbox--*/
.radio {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.radio input[type="radio"] {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.radio input[type="radio"]:checked + span {
  border-color: #8d6748;
}

.radio input[type="radio"]:checked + span:before {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.radio span {
  position: relative;
  display: inline-block;
  margin-right: 5px;
  width: 14px;
  height: 14px;
  border: 1px solid #8d6748;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.radio span:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -4px;
  margin-left: -4px;
  width: 8px;
  height: 8px;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  background-color: #8d6748;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.checkbox {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.checkbox input[type="checkbox"] {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.checkbox input[type="checkbox"]:checked + span {
  border-color: #8d6748;
  background-color: #8d6748;
}

.checkbox input[type="checkbox"]:checked + span:before {
  opacity: 1;
}

.checkbox span {
  position: relative;
  display: inline-block;
  margin-right: 5px;
  width: 20px;
  height: 20px;
  border: 1px solid #dcdcdc;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.checkbox span:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-image: url("../images/icon_check.svg");
  background-repeat: no-repeat;
  background-size: 10px 8px;
  opacity: 0;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

/******頁籤*******/
.tab {
  margin-top: 40px;
}

.tab a {
  display: block;
  float: left;
  padding: 12px 10px;
  font-size: 15px;
  color: #1c1c1c;
}

.tab a.current {
  border: 1px solid #c0c0c0;
  border-top: 1px solid #c0c0c0;
  border-bottom: 1px solid #f8f3f0;
  -webkit-box-shadow: inset 0 3px 5px -2px #cecece;
  box-shadow: inset 0 3px 5px -2px #cecece;
}

.tabContent {
  margin-top: -1px;
  padding: 20px 5px;
  border-top: 1px solid #d6d6d6;
}

.tabContent > li {
  display: none;
}

.tabContent .textEditor {
  margin: 0;
}

.tabContent .sectionTitle {
  display: none;
}

/*側邊_menu*/
.side_menu {
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  .side_menu {
    margin-bottom: 20px;
  }
}

.sideMenuList li {
  position: relative;
  border-bottom: 1px solid #ebe6df;
}

.sideMenuList li > a {
  position: relative;
  display: block;
  padding: 15px 30px 15px 25px;
  font-size: 16px;
  letter-spacing: .05em;
  color: #000;
  border-bottom: 1px solid transparent;
}

.sideMenuList li > a:not(.more)::after {
  content: '\f105';
  position: absolute;
  right: 20px;
  top: 18px;
  font-family: FontAwesome;
  color: #928048;
}

.sideMenuList li > a.more::after {
  content: '';
  position: absolute;
  right: 20px;
  top: 22px;
  width: 9px;
  height: 9px;
  background-image: -webkit-gradient(linear, left top, right top, to(#928048)), -webkit-gradient(linear, left top, left bottom, to(#928048));
  background-image: -webkit-linear-gradient(left, #928048 100%), -webkit-linear-gradient(top, #928048 100%);
  background-image: -o-linear-gradient(left, #928048 100%), -o-linear-gradient(top, #928048 100%);
  background-image: linear-gradient(to right, #928048 100%), linear-gradient(to bottom, #928048 100%);
  background-size: 100% 1px, 1px 100%;
  background-repeat: repeat-x, repeat-y;
  background-position: 0 50%, 50% 0;
}

.sideMenuList li > a:hover, .sideMenuList li > a.current {
  color: #8d6748;
  background-color: #f1ebe1;
  border-color: #928048;
}

.sideMenuList li > a b {
  margin-left: 10px;
  font-weight: 400;
  font-size: 13px;
  color: #808080;
}

.sideMenuList dl {
  display: none;
  padding-left: 25px;
  padding-bottom: 10px;
  border-bottom: 1px solid #928048;
}

.sideMenuList dl a {
  display: block;
  padding: 7px 0;
  font-size: 14px;
  color: #585858;
}

.sideMenuList dl a.current {
  color: #000;
  text-decoration: underline;
}

/*側邊_相簿*/
.side_album {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.side_album li {
  width: 16.6%;
  height: 100%;
  padding: 1px;
}

@media (max-width: 480px) {
  .side_album li {
    width: 25%;
  }
}

.side_album img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.side_album a {
  display: block;
  width: 100%;
  height: 100%;
}

/*側邊_線上訂房*/
.side_booking {
  margin-bottom: 30px;
}

.side_booking a {
  display: block;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px #8d2121;
  box-shadow: 0 1px 1px #8d2121;
  font-weight: bold;
  font-size: 25px;
  color: #fff;
  background-color: #f05b8f;
}

.side_booking a i {
  display: inline-block;
  font-size: 28px;
  padding: 10px 15px;
  margin-right: 15px;
  border-right: 1px solid #d33434;
  -webkit-box-shadow: 1px 0 #f38a8a;
  box-shadow: 1px 0 #f38a8a;
}

.side_booking a:hover {
  -webkit-box-shadow: inset 0 3px 3px #8d2121;
  box-shadow: inset 0 3px 3px #8d2121;
}

/*側邊_聯絡資訊*/
.side_contactInfo li {
  margin-bottom: 20px;
}

.side_contactInfo a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  color: #414141;
}

.side_contactInfo i {
  display: inline-block;
  vertical-align: middle;
  -ms-flex-negative: 0;
  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_room {
  margin-bottom: 50px;
}

.side_room .Img img {
  display: block;
  width: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

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

.side_room .Txt p {
  max-height: 100px;
  font-size: 13px;
  color: #858383;
  line-height: 1.8;
  overflow: hidden;
}

.side_room h3 a {
  font-size: 16px;
  font-weight: 400;
}

/*側邊_分享*/
.side_share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  padding: 20px 0;
}

.side_share .title {
  margin-right: 10px;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: .05em;
}

.side_share a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  font-size: 16px;
  border-radius: 50%;
  background-color: #22ac38;
  color: #fff;
  margin-right: 10px;
}

.side_share a:hover {
  background-color: #8d6748;
}

.side_share a.line {
  background-color: #22ac38;
}

.side_share a.fb {
  background-color: #4067b2;
}

.side_share svg {
  width: 18px;
  height: 18px;
}

/*側邊_其他相關訊息*/
.side_news {
  width: 100%;
  margin: 30px 0;
}

.side_news ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 20px;
  margin-left: -10px;
  margin-right: -10px;
}

.side_news li {
  width: 33.333%;
  padding-left: 10px;
  padding-right: 10px;
}

@media (max-width: 640px) {
  .side_news li {
    width: 50%;
  }
}

.side_news .Img {
  width: 100%;
}

.side_news .Img img {
  display: block;
  width: 100%;
}

.side_news .dateBox .date {
  padding-left: 0;
}

.side_news .Txt {
  padding: 10px 0;
}

.side_news h3 a {
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: .02em;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

/*--滑動解鎖--*/
.captchaArea {
  position: relative;
  width: 200px;
  height: 50px;
  background-color: #ddd;
}

.captchaArea.unlocking .sliderBtn {
  -webkit-transition: none;
  -o-transition: none;
  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;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}

.sliderBtn::before {
  content: '\f105';
  position: absolute;
  top: 13px;
  left: 23px;
  color: #fff;
  font-size: 24px;
  font-family: FontAwesome;
  pointer-events: none;
}

.otherProductBox .titleStyle1 {
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .otherProductBox .titleStyle1 {
    margin-bottom: 20px;
  }
}

.otherProductList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}

.otherProductList li {
  width: 33.333%;
  padding-left: 10px;
  padding-right: 10px;
}

@media (max-width: 580px) {
  .otherProductList li {
    width: 50%;
  }
}

@media (max-width: 440px) {
  .otherProductList li {
    width: 100%;
    margin-bottom: 20px;
  }
}

.otherProductList .Img {
  height: 115px;
  margin-bottom: 12px;
}

.otherProductList .Img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}

.otherProductList .Txt {
  text-align: center;
  letter-spacing: .02em;
}

.otherProductList h3 a {
  display: block;
  letter-spacing: .02em;
  margin-bottom: 3px;
  font-size: 16px;
  color: #000;
  font-weight: 400;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.otherProductList p {
  max-height: 40px;
  font-size: 14px;
  letter-spacing: .02em;
  color: #696969;
}

/*--文字編輯器樣式--*/
.ckTitleStyle1 {
  position: relative;
  padding-left: 15px;
  font-weight: 400;
  font-size: 20px;
  letter-spacing: .05em;
  color: #000;
}

.ckTitleStyle1::before {
  content: '';
  position: absolute;
  left: 0;
  top: 6px;
  width: 3px;
  height: 18px;
  background-color: #8d6748;
}

.ckTitleStyle2 {
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 10px;
  font-size: 30px;
  letter-spacing: .05em;
  color: #000;
  text-align: center;
}

.ckTitleStyle2::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -35px;
  width: 70px;
  height: 1px;
  background-color: #8d6748;
}

/*--title--*/
.titleStyle1 {
  position: relative;
  padding-left: 15px;
  font-weight: 400;
  font-size: 20px;
  letter-spacing: .05em;
  color: #000;
}

.titleStyle1::before {
  content: '';
  position: absolute;
  left: 0;
  top: 6px;
  width: 3px;
  height: 18px;
  background-color: #8d6748;
}

.titleStyle1.borderRed {
  padding-bottom: 15px;
  border-bottom: 1px solid #928048;
}

.titleStyle1.borderGray {
  padding-bottom: 20px;
  border-bottom: 1px solid #dfdcd7;
}

.titleStyle1.borderGrayDashed {
  padding-bottom: 20px;
  border-bottom: 1px dashed #bcbcbc;
}

.titleStyle2 {
  position: relative;
}

.titleStyle2.center {
  width: 100%;
  text-align: center;
}

.titleStyle2 .en {
  margin-bottom: 12px;
  font-size: 12px;
  font-family: "Roboto", "Noto Sans TC", sans-serif;
  text-transform: uppercase;
  color: #95938e;
  letter-spacing: .2em;
}

.titleStyle2 .title {
  font-size: 28px;
  color: #0a0a09;
  font-weight: 500;
  letter-spacing: .1em;
}

.subTitleStyle1 {
  position: relative;
  padding-left: 30px;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: .02em;
  color: #b71414;
  line-height: 1;
}

.subTitleStyle1::after {
  content: '';
  position: absolute;
  left: 0;
  top: 6px;
  width: 20px;
  height: 1px;
  background-color: #b71414;
}

/*--button--*/
.btn1.center {
  text-align: center;
}

.btn1.dark a {
  border-color: rgba(0, 0, 0, 0.5);
  color: #000;
}

.btn1.red a {
  border-color: #8d6748;
  background-color: #8d6748;
}

.btn1.red a::after {
  content: '';
  right: 20px;
  width: 15px;
  height: 15px;
  opacity: 0.7;
  background-image: url("../images/icon_more_white.png");
  background-repeat: no-repeat;
}

.btn1.red a:hover {
  background-color: #000;
  border-color: #000;
}

.btn1 a {
  position: relative;
  display: inline-block;
  min-width: 230px;
  padding: 14px 30px;
  font-size: 14px;
  letter-spacing: .1em;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 25px;
}

.btn1 a::after {
  content: '\f105';
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: FontAwesome;
  font-size: 24px;
  opacity: 0.5;
}

.btn1 a:hover {
  color: #fff;
  border-color: #8d6748;
  background-color: #8d6748;
}

.btn1 a:hover::after {
  opacity: 1;
  color: #fff;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

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

.btn2 a {
  display: inline-block;
  padding: 12px 30px;
  font-size: 14px;
  letter-spacing: .1em;
  color: #fff;
  background-color: #8d6748;
}

.btn3 a {
  display: inline-block;
  padding: 8px 20px;
  text-align: center;
  font-size: 13px;
  letter-spacing: .1em;
  color: #fff;
  background-color: #8d6748;
  border-radius: 30px;
}

.btn3 a:hover {
  background-color: #000;
}

.btn4 a {
  position: relative;
  display: inline-block;
  background-color: #8d6748;
  padding: 15px 60px;
  font-size: 14px;
  letter-spacing: .1em;
  color: #fff;
  border-radius: 30px;
}

.btn4.url a {
  background-image: url("../images/icon_url.png");
  background-repeat: no-repeat;
  background-position: right 20px center;
}

.btn4.more a {
  background-image: url("../images/icon_more_white.png");
  background-repeat: no-repeat;
  background-position: right 20px center;
}

.btnMore {
  padding-right: 20px;
  color: #8d6748;
  font-size: 14px;
  line-height: 1;
  letter-spacing: .1em;
  background-image: url("../images/icon_more.png");
  background-repeat: no-repeat;
  background-position: right top;
}

.btnMore.red {
  position: relative;
  z-index: 0;
  display: inline-block;
  padding: 17px 70px;
  color: #fff;
  background-image: url("../images/icon_more_white.png");
  background-color: #8d6748;
  background-position: right 15px center;
  border-radius: 30px;
  overflow: hidden;
}

.btnMore.red::after {
  content: '';
  position: absolute;
  z-index: -1;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0;
  height: 1px;
  background-color: #000;
}

.btnMore.red:hover::after {
  -webkit-animation: btnMoreAni_width .4s both, btnMoreAni_height .4s .3s both;
  animation: btnMoreAni_width .4s both, btnMoreAni_height .4s .3s both;
}

.btnListMain {
  position: relative;
  font-size: 16px;
  color: #fff;
  position: relative;
  padding: 10px;
  background-color: #8d6748;
  display: none;
}

@media (max-width: 767px) {
  .btnListMain {
    display: block;
  }
}

.btnListMain::after {
  content: '\f107';
  font-family: FontAwesome;
  display: block;
  font-size: 15px;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -6px;
}

.btnListMain b {
  font-weight: 400;
}

.btnListMain:hover {
  color: #fff;
}

@-webkit-keyframes btnMoreAni_width {
  100% {
    width: 100%;
  }
}

@keyframes btnMoreAni_width {
  100% {
    width: 100%;
  }
}

@-webkit-keyframes btnMoreAni_height {
  100% {
    height: 100%;
  }
}

@keyframes btnMoreAni_height {
  100% {
    height: 100%;
  }
}

.btnClose {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: none;
  background-color: #8d6748;
  cursor: pointer;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.btnClose:hover {
  background-color: #000;
}

.btnClose::before, .btnClose::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  background-color: #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.btnClose::before {
  margin-left: -6.5px;
  margin-top: -0.5px;
  width: 13px;
  height: 1px;
}

.btnClose::after {
  margin-left: -0.5px;
  margin-top: -6.5px;
  width: 1px;
  height: 13px;
}

/**********適應性**********/
/************************/
@media (max-width: 1180px) {
  /*1160+20(卷軸寬度)*/
  .outerWrap {
    padding-top: 60px;
  }
  .wrap {
    width: 100%;
    padding: 0 20px;
  }
  header {
    display: none;
  }
  /*手機menu*/
  .m_menu {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    display: block;
    width: 100%;
    -webkit-box-shadow: 0 2px 5px rgba(126, 126, 126, 0.68);
    box-shadow: 0 2px 5px rgba(126, 126, 126, 0.68);
  }
  .m_menu .m_logo {
    /*margin-left: 70px;*/
    margin: 0 auto;
  }
  .m_menu .m_logo img {
    display: block;
    width: 150px;
  }
  .m_menu .controlBox {
    position: relative;
    z-index: 99;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 60px;
    background-color: #fffef9;
  }
  .m_menu .controlBox a.main {
    position: absolute;
    left: 0;
    top: 0;
    width: 60px;
    height: 60px;
  }
  .m_menu .controlBox a.main span {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-top: -0.5px;
    width: 26px;
    height: 1px;
    background-color: #111;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
  }
  .m_menu .controlBox a.main span:before, .m_menu .controlBox a.main span:after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #111;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
  }
  .m_menu .controlBox a.main span:before {
    top: -7px;
  }
  .m_menu .controlBox a.main span:after {
    bottom: -7px;
  }
  .m_menu .controlBox a.main.show span {
    background-color: transparent;
  }
  .m_menu .controlBox a.main.show span:before {
    top: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .m_menu .controlBox a.main.show span:after {
    bottom: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .hideBox {
    /*手機menu內容*/
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 11;
    display: none;
    width: 100%;
    padding: 60px 20px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    background-color: rgba(141, 103, 72, 0.95);
  }
  .hideBox .sp {
    display: none;
    padding: 10px;
    font-size: 13px;
    color: #fff;
    background-color: #c80303;
  }
  /*手機翻譯*/
  .m_menu .m_trans {
    text-align: center;
    padding-top: 30px;
  }
  .m_menu .m_trans > a {
    display: inline-block;
    padding: 8px 15px;
    border: 1px solid #fff;
    color: #fff;
  }
  .m_menu .m_trans > a i {
    margin-left: 5px;
  }
  .languageBox {
    margin-top: 20px;
  }
  .languageBox a {
    background-color: rgba(255, 255, 255, 0.9);
  }
  .nav li > a {
    padding-left: 25px;
  }
  .nav li > a::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -0.5px;
    width: 10px;
    height: 1px;
    background-color: #fff;
    opacity: 0.3;
  }
  .nav a {
    position: relative;
    display: block;
    padding: 20px 10px;
    font-size: 15px;
    color: #fff;
  }
  .nav a i {
    position: absolute;
    right: 10px;
    top: 50%;
    display: block;
    margin-top: -7px;
  }
  .nav .subMenu {
    display: none;
  }
  .nav .subMenu a {
    padding: 10px 20px;
  }
  .nav .subMenu a:hover {
    background-color: #999;
  }
}

@media (max-width: 767px) {
  footer .left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    margin-bottom: 15px;
  }
  footer .right {
    width: 100%;
    padding-left: 0;
  }
  /*main*/
  .mainArea .cotentBox {
    padding: 20px 0;
  }
  .mainArea .titleBox h2 em {
    display: block;
    margin: 0;
  }
  /*footer*/
  ul.classLink {
    display: none;
  }
  .m_classLink {
    display: block;
    position: relative;
  }
  .m_classLink a.main {
    display: block;
    font-size: 16px;
    color: #fff;
    position: relative;
    padding: 10px;
    background-color: #8d6748;
    /* IE6-9 */
  }
  .m_classLink a.main i {
    display: block;
    font-size: 15px;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -6px;
  }
  .m_classLink a.main b {
    font-weight: 400;
  }
  .m_classLink ul {
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 99;
    display: none;
    width: 100%;
    background-color: #fff;
    border: 1px solid #eee;
    max-height: 235px;
    overflow-y: auto;
  }
  .m_classLink ul li {
    padding: 0;
  }
  .m_classLink ul li a {
    display: block;
    font-size: 13px;
    padding: 12px 10px;
    border-top: 1px solid #d1d1d1;
  }
  .m_classLink ul li:first-child a {
    border: none;
  }
}

/*640*/
@media (max-width: 640px) {
  .marqueeArea h2,
  .marqueeArea ul li .date {
    display: none;
  }
  .mainArea .titleBox h2 {
    float: 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%;
  }
  .footerInfo {
    width: 100%;
    margin-bottom: 15px;
  }
  .downMenu {
    width: 100%;
  }
  .social {
    width: 100%;
  }
}

/***Hover效果1: 放大淡出***/
.imh_opacity {
  background-color: #f9eee5;
  overflow: hidden;
}

.imh_opacity img {
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.imh_opacity:hover img {
  opacity: 0.8;
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

/***Hover效果1: 放大淡出Detail***/
.imh_detail {
  background-color: #000;
  overflow: hidden;
}

.imh_detail img {
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  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: #fff;
  border: 2px solid #fff;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.imh_detail:hover a:before {
  opacity: 1;
  margin-top: -20px;
}

.imh_detail:hover img {
  opacity: 0.3;
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

/***Hover效果1: 放大淡出zoom***/
.imh_zoom {
  position: relative;
  background-color: #000;
  overflow: hidden;
}

.imh_zoom img {
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-backface-visibility: hidden;
}

.imh_zoom a:before {
  content: "\f002";
  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: #fff;
  font-family: FontAwesome;
  text-align: center;
  background-color: #000;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.imh_zoom:hover a:before {
  top: 50%;
}

.imh_zoom:hover img {
  opacity: 0.3;
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

/*--最新消息icon--*/
.newIcon {
  /*分類小圖示*/
  display: inline-block;
  margin-right: 3px;
  padding: 3px 5px;
  border-radius: 3px;
  font-size: 12px;
  font-weight: 400;
  font-family: '微軟正黑體';
  color: #fff;
}

/****圖示顏色****/
.newIcon_green {
  background: #abd85d;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjYWJkODVkIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzgxYjYyNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: -moz-linear-gradient(-45deg, #abd85d 0%, #81b625 100%);
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #abd85d), color-stop(100%, #81b625));
  background: -webkit-linear-gradient(-45deg, #abd85d 0%, #81b625 100%);
  background: -o-linear-gradient(-45deg, #abd85d 0%, #81b625 100%);
  background: -ms-linear-gradient(-45deg, #abd85d 0%, #81b625 100%);
  background: -webkit-linear-gradient(315deg, #abd85d 0%, #81b625 100%);
  background: -o-linear-gradient(315deg, #abd85d 0%, #81b625 100%);
  background: linear-gradient(135deg, #abd85d 0%, #81b625 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#abd85d', endColorstr='#81b625', GradientType=1);
}

.newIcon_brown {
  background: #ed842e;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjZWQ4NDJlIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2QyNmYxZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: -moz-linear-gradient(-45deg, #ed842e 0%, #d26f1e 100%);
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #ed842e), color-stop(100%, #d26f1e));
  background: -webkit-linear-gradient(-45deg, #ed842e 0%, #d26f1e 100%);
  background: -o-linear-gradient(-45deg, #ed842e 0%, #d26f1e 100%);
  background: -ms-linear-gradient(-45deg, #ed842e 0%, #d26f1e 100%);
  background: -webkit-linear-gradient(315deg, #ed842e 0%, #d26f1e 100%);
  background: -o-linear-gradient(315deg, #ed842e 0%, #d26f1e 100%);
  background: linear-gradient(135deg, #ed842e 0%, #d26f1e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ed842e', endColorstr='#d26f1e', GradientType=1);
}

.newIcon_pink {
  background: #f48daf;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjZjQ4ZGFmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VmNDk4NCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: -moz-linear-gradient(-45deg, #f48daf 0%, #ef4984 100%);
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #f48daf), color-stop(100%, #ef4984));
  background: -webkit-linear-gradient(-45deg, #f48daf 0%, #ef4984 100%);
  background: -o-linear-gradient(-45deg, #f48daf 0%, #ef4984 100%);
  background: -ms-linear-gradient(-45deg, #f48daf 0%, #ef4984 100%);
  background: -webkit-linear-gradient(315deg, #f48daf 0%, #ef4984 100%);
  background: -o-linear-gradient(315deg, #f48daf 0%, #ef4984 100%);
  background: linear-gradient(135deg, #f48daf 0%, #ef4984 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f48daf', endColorstr='#ef4984', GradientType=1);
}

.newIcon_blue {
  background: #00b7ea;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjMDBiN2VhIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwOWVjMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: -moz-linear-gradient(-45deg, #00b7ea 0%, #009ec3 100%);
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #00b7ea), color-stop(100%, #009ec3));
  background: -webkit-linear-gradient(-45deg, #00b7ea 0%, #009ec3 100%);
  background: -o-linear-gradient(-45deg, #00b7ea 0%, #009ec3 100%);
  background: -ms-linear-gradient(-45deg, #00b7ea 0%, #009ec3 100%);
  background: -webkit-linear-gradient(315deg, #00b7ea 0%, #009ec3 100%);
  background: -o-linear-gradient(315deg, #00b7ea 0%, #009ec3 100%);
  background: linear-gradient(135deg, #00b7ea 0%, #009ec3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00b7ea', endColorstr='#009ec3', GradientType=1);
}

.newIcon_navy {
  background: #3f4c6b;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjM2Y0YzZiIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzNmNGM2YiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: -moz-linear-gradient(-45deg, #3f4c6b 0%, #3f4c6b 100%);
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #3f4c6b), color-stop(100%, #3f4c6b));
  background: -webkit-linear-gradient(-45deg, #3f4c6b 0%, #3f4c6b 100%);
  background: -o-linear-gradient(-45deg, #3f4c6b 0%, #3f4c6b 100%);
  background: -ms-linear-gradient(-45deg, #3f4c6b 0%, #3f4c6b 100%);
  background: -webkit-linear-gradient(315deg, #3f4c6b 0%, #3f4c6b 100%);
  background: -o-linear-gradient(315deg, #3f4c6b 0%, #3f4c6b 100%);
  background: linear-gradient(135deg, #3f4c6b 0%, #3f4c6b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3f4c6b', endColorstr='#3f4c6b', GradientType=1);
}

.newIcon_orange {
  background: #ffa84c;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjZmZhODRjIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmN2IwZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: -moz-linear-gradient(-45deg, #ffa84c 0%, #ff7b0d 100%);
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #ffa84c), color-stop(100%, #ff7b0d));
  background: -webkit-linear-gradient(-45deg, #ffa84c 0%, #ff7b0d 100%);
  background: -o-linear-gradient(-45deg, #ffa84c 0%, #ff7b0d 100%);
  background: -ms-linear-gradient(-45deg, #ffa84c 0%, #ff7b0d 100%);
  background: -webkit-linear-gradient(315deg, #ffa84c 0%, #ff7b0d 100%);
  background: -o-linear-gradient(315deg, #ffa84c 0%, #ff7b0d 100%);
  background: linear-gradient(135deg, #ffa84c 0%, #ff7b0d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffa84c', endColorstr='#ff7b0d', GradientType=1);
}

.newIcon_gold {
  background: #eab92d;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjZWFiOTJkIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2M3OTgxMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: -moz-linear-gradient(-45deg, #eab92d 0%, #c79810 100%);
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #eab92d), color-stop(100%, #c79810));
  background: -webkit-linear-gradient(-45deg, #eab92d 0%, #c79810 100%);
  background: -o-linear-gradient(-45deg, #eab92d 0%, #c79810 100%);
  background: -ms-linear-gradient(-45deg, #eab92d 0%, #c79810 100%);
  background: -webkit-linear-gradient(315deg, #eab92d 0%, #c79810 100%);
  background: -o-linear-gradient(315deg, #eab92d 0%, #c79810 100%);
  background: linear-gradient(135deg, #eab92d 0%, #c79810 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eab92d', endColorstr='#c79810', GradientType=1);
}

.newIcon_burgundyRed {
  background: #a90329;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2E5MDMyOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ0JSIgc3RvcC1jb2xvcj0iIzhmMDIyMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM2ZDAwMTkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #a90329 0%, #8f0222 44%, #6d0019 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #a90329), color-stop(44%, #8f0222), color-stop(100%, #6d0019));
  background: -webkit-linear-gradient(top, #a90329 0%, #8f0222 44%, #6d0019 100%);
  background: -o-linear-gradient(top, #a90329 0%, #8f0222 44%, #6d0019 100%);
  background: -ms-linear-gradient(top, #a90329 0%, #8f0222 44%, #6d0019 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#a90329), color-stop(44%, #8f0222), to(#6d0019));
  background: linear-gradient(to bottom, #a90329 0%, #8f0222 44%, #6d0019 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a90329', endColorstr='#6d0019', GradientType=0);
}

.newIcon_purple {
  background: #cb60b3;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2NiNjBiMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2FkMTI4MyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkZTQ3YWMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #cb60b3 0%, #ad1283 50%, #de47ac 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #cb60b3), color-stop(50%, #ad1283), color-stop(100%, #de47ac));
  background: -webkit-linear-gradient(top, #cb60b3 0%, #ad1283 50%, #de47ac 100%);
  background: -o-linear-gradient(top, #cb60b3 0%, #ad1283 50%, #de47ac 100%);
  background: -ms-linear-gradient(top, #cb60b3 0%, #ad1283 50%, #de47ac 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#cb60b3), color-stop(50%, #ad1283), to(#de47ac));
  background: linear-gradient(to bottom, #cb60b3 0%, #ad1283 50%, #de47ac 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cb60b3', endColorstr='#de47ac', GradientType=0);
}
