@charset "UTF-8";
/* CSS Document */
@import url(help/reset.css);
@import url(font-awesome-4.7.0/font-awesome.min.css);
@import url(help/rwdgrid.css);
@import url(textEditor.css);
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+TC:300,400|Noto+Serif+TC:400,700|Oswald: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: #212121;
  font-family: Arial, 'Noto Sans TC', '微軟正黑體', Heiti TC, "メイリオ", sans-serif;
  font-size: 13px;
}

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

a:hover {
  color: #f0831e;
}

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

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

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

.col-1 {
  width: 100%;
}

.col-2 {
  width: 50%;
}

.col-3 {
  width: 33.33%;
}

.col-4 {
  width: 25%;
}

.col-5 {
  width: 20%;
}

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;
  z-index: 0;
  overflow-x: hidden;
  opacity: 0;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  background-image: url("../images/bg2.jpg");
}

.outerWrap.show {
  opacity: 1;
}

.outerWrap.hide {
  opacity: 0;
}

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

@media (max-width: 1220px) {
  .wrap {
    padding-left: 20px;
    padding-right: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}

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

.moduleBox2 {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 995;
  width: 100%;
  height: 100vh;
  overflow-y: auto;
  overflow-x: hidden;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}

.moduleBox2 .insArea {
  position: relative;
  z-index: 1000;
  width: 100%;
  min-height: 90vh;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 100vh;
  -webkit-transition: all 1.2s ease-in-out;
  -o-transition: all 1.2s ease-in-out;
  transition: all 1.2s ease-in-out;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.moduleBox2 .insArea::after {
  content: '';
  display: block;
  width: 100%;
  height: 100px;
  background-image: url("../images/lightBottomBg.png");
  background-repeat: no-repeat;
  background-position: center top;
}

.moduleBox2 .wrap {
  display: inline-block;
  width: 100%;
  max-width: 100%;
  padding-top: 60px;
  padding-left: 40px;
  padding-right: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-image: url("../images/bg.jpg");
}

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

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

.moduleBox2.show .insArea {
  margin-top: 10vh;
}

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

.moduleMask2 {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 993;
  background-color: rgba(0, 0, 0, 0.3);
  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;
}

.moduleCloseStyle {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 5;
  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;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  padding: 0;
  border: none;
  background-color: #242427;
  cursor: pointer;
}

.moduleCloseStyle:focus {
  outline: none;
}

.moduleCloseStyle .icon {
  position: relative;
  width: 34px;
  height: 34px;
}

.moduleCloseStyle .icon::before, .moduleCloseStyle .icon::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -1px;
  margin-left: -17px;
  width: 34px;
  height: 2px;
  background-color: #fff;
}

.moduleCloseStyle .icon::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.moduleCloseStyle .icon::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.moduleCloseStyle .text {
  font-weight: 500;
  font-family: "Oswald", "Noto Sans TC", "微軟正黑體", sans-serif;
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
}

/***↓↓↓購物車↓↓↓***/
.cartArea {
  width: 360px !important;
  border: 5px solid #d8d8d8;
  background-color: #fff;
}

.cartArea .wrap {
  position: relative;
  width: auto;
  padding: 40px 10px;
}

.cartArea .countBox {
  margin-top: 10px;
  font-size: 13px;
  color: #333;
  text-align: center;
}

.cartArea .countBox b {
  font-size: 18px;
  color: #7ea830;
}

.cartArea .countBox b em {
  font-weight: 400;
  font-size: 12px;
  color: #7ea830;
}

.cartArea .countBox a.btn_pay {
  display: inline-block;
  padding: 7px 15px;
  font-size: 13px;
  color: #fff;
}

.cartArea .goto_pay_btn {
  margin-left: 15px;
}

.cartArea .cart {
  clear: both;
  max-height: 250px;
  overflow-y: auto;
}

.cartArea .cart li {
  position: relative;
  padding: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #eee;
  text-align: left;
}

.cartArea .cart li i {
  cursor: pointer;
  display: block;
  float: right;
  font-size: 18px;
  color: #949494;
}

.cartArea .cart .Img {
  float: left;
  margin-right: 15px;
  width: 50px;
  height: 50px;
  overflow: hidden;
}

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

.cartArea .cart .Txt {
  overflow: hidden;
}

.cartArea .cart .Txt strong {
  display: block;
  margin-bottom: 10px;
}

.cartArea .cart .Txt strong a {
  display: block;
  width: 90%;
  font-size: 15px;
  color: #272727;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.cartArea .cart .Txt b {
  display: inline-block;
  padding-right: 10px;
  font-weight: 400;
  font-size: 12px;
}

.cartArea .cart .Txt b.price {
  font-size: 15px;
  color: #e83336;
}

/*訂單查詢*/
.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 {
  left: 0;
  top: 0;
  width: 100%;
  z-index: 50;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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: 60px;
  padding-right: 60px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

header .logo {
  width: 68px;
}

header .logo a {
  display: block;
  width: 100%;
  text-indent: -9999px;
}

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

header .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

header .link > li {
  position: relative;
  margin-left: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}

header .link > li > 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;
  color: #fff;
  font-size: 12px;
  letter-spacing: .05em;
}

header .link > li svg {
  margin-right: 5px;
}

header.original {
  position: absolute;
  padding-top: 20px;
  padding-bottom: 20px;
}

header.original .logo {
  width: 68px;
}

header.original .logo a {
  height: 96px;
  background: url("../images/logo.svg") no-repeat;
  background-size: contain;
}

header.sticky {
  position: fixed;
  top: -100px;
  opacity: 1;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  padding-top: 0;
  padding-bottom: 0;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}

header.sticky .wrap {
  background-image: url("../images/headerBg.jpg");
  background-size: cover;
}

header.sticky.show {
  opacity: 1;
  top: 0;
}

header.sticky .logo {
  width: 143px;
}

header.sticky .logo a {
  height: 39px;
  background-image: url("../images/logo2.svg");
  background-size: contain;
}

header.sticky .menu > li > a {
  padding-top: 30px;
  padding-bottom: 30px;
}

header.current {
  opacity: 1;
  top: 0;
}

.brandLogo1,
.brandLogo2 {
  background-color: #bebebe;
  text-indent: -9999px;
  overflow: hidden;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

@media (max-width: 414px) {
  .brandLogo1,
  .brandLogo2 {
    width: 110px;
  }
}

.brandLogo1 {
  width: 101px;
  height: 35px;
  -webkit-mask-image: url("../images/brand_logo1.svg");
  mask-image: url("../images/brand_logo1.svg");
}

.brandLogo1:hover {
  background-color: #AF935C;
}

.brandLogo2 {
  width: 113px;
  height: 35px;
  -webkit-mask-image: url("../images/brand_logo2.svg");
  mask-image: url("../images/brand_logo2.svg");
}

.brandLogo2:hover {
  background-color: #015C95;
}

.fMenuAra {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 10;
  display: none;
  width: 100%;
  background-image: url("../images/headerBg.jpg");
  border-top: 2px solid #f0831e;
}

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

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

.fMenuList li {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
  border-right: 1px solid #292929;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.fMenuList li > a {
  display: block;
  text-align: center;
  color: #fff;
  height: 50px;
  line-height: 50px;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.fMenuList .shareBtn.show .icon a {
  -webkit-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  transform: translateY(-50px);
  opacity: 1;
  pointer-events: auto;
}

.fMenuList .shareBtn.show .icon a:nth-of-type(1) {
  -webkit-transition-delay: .2s;
  -o-transition-delay: .2s;
  transition-delay: .2s;
}

.fMenuList .shareBtn.show .icon a:nth-of-type(2) {
  -webkit-transition-delay: .3s;
  -o-transition-delay: .3s;
  transition-delay: .3s;
}

.fMenuList .icon {
  position: absolute;
  left: 50%;
  margin-left: -45px;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 90px;
  pointer-events: none;
}

.fMenuList .icon a {
  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: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 15px;
  background-color: #f0831e;
  color: #fff;
  opacity: 0;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.fMenuList .icon .icon-line {
  width: 20px;
  height: 20px;
  fill: #fff;
}

/*menu*/
.menu > li:hover .submenu,
header .link > li:hover .submenu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  top: 100%;
}

.menu > li > a,
header .link > li > a {
  padding-top: 20px;
  padding-bottom: 20px;
}

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

.menu .submenu a,
header .link .submenu a {
  position: relative;
  display: block;
  padding: 15px 10px;
  font-size: 14px;
  letter-spacing: .08em;
  color: #fff;
  background-color: #474747;
}

.menu .submenu a::after,
header .link .submenu a::after {
  content: '';
  position: absolute;
  left: 10px;
  bottom: 0;
  width: calc(100% - 20px);
  height: 1px;
  background-color: #5d5d5d;
}

.menu .submenu a:last-child::after,
header .link .submenu a:last-child::after {
  display: none;
}

.menu .submenu a:hover,
header .link .submenu a:hover {
  color: #f0831e;
}

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

.menu > li > a {
  position: relative;
  display: block;
  font-weight: 300;
  font-size: 14px;
  padding-left: 12px;
  padding-right: 12px;
  letter-spacing: .08em;
  color: #fff;
}

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

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

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

.bannerArea::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 3;
  width: 100%;
  height: 190px;
  background-image: url("../images/bannerBottomBg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  pointer-events: none;
}

@media (max-width: 767px) {
  .bannerArea::after {
    height: 150px;
  }
}

@media (max-width: 640px) {
  .bannerArea::after {
    height: 120px;
  }
}

.bannerTxtBox {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  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;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  text-align: center;
}

@media (max-width: 767px) {
  .bannerTxtBox {
    top: 35%;
  }
}

.bannerTxtBox::before {
  content: '';
  position: absolute;
  top: -80px;
  left: 50%;
  margin-left: -68.5px;
  width: 137px;
  height: 75px;
  background-image: url("../images/titleBg2.png");
  background-repeat: no-repeat;
  background-size: contain;
}

@media (max-width: 767px) {
  .bannerTxtBox::before {
    width: 100px;
    height: 55px;
    margin-left: -50px;
    top: -60px;
  }
}

.bannerTxtBox .title {
  font-weight: 400;
  font-family: "Noto Serif TC", "微軟正黑體", serif;
  font-size: 30px;
  letter-spacing: .1em;
  color: #fafafa;
  line-height: 1;
}

@media (max-width: 767px) {
  .bannerTxtBox .title {
    font-size: 22px;
  }
}

.bannerTxtBox .en {
  color: #f0831e;
  font-size: 53px;
  letter-spacing: .04em;
  font-family: "Oswald", "Noto Sans TC", "微軟正黑體", sans-serif;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .bannerTxtBox .en {
    font-size: 36px;
  }
}

.bannerTxtBox .text {
  margin-bottom: 40px;
  font-family: "Noto Serif TC", "微軟正黑體", serif;
  font-size: 17px;
  letter-spacing: .14em;
  color: #e1e1e1;
  line-height: 1.6;
}

@media (max-width: 767px) {
  .bannerTxtBox .text {
    font-size: 14px;
  }
}

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

@media (max-width: 960px) {
  .cardImgBox {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.cardImgBox .Img,
.cardImgBox .right {
  width: 50%;
}

@media (max-width: 960px) {
  .cardImgBox .Img,
  .cardImgBox .right {
    width: 100%;
  }
}

.cardImgBox .Img {
  border: 6px solid #d2d2d2;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

.cardImgBox .right {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media (min-width: 961px) {
  .cardImgBox .right {
    padding-left: 40px;
  }
}

@media (max-width: 960px) {
  .cardImgBox .right {
    padding-top: 20px;
  }
}

.cardImgBox .title {
  margin-bottom: 5px;
  font-size: 26px;
  letter-spacing: .1em;
  color: #333;
  font-family: "Noto Serif TC", "微軟正黑體", serif;
}

.cardImgBox .en {
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: .04em;
  color: #e27c1e;
  font-family: "Oswald", "Noto Sans TC", "微軟正黑體", sans-serif;
  line-height: 1.6;
  text-transform: uppercase;
}

.cardImgBox .text {
  line-height: 1.7;
  font-size: 15px;
  letter-spacing: .04em;
  color: #666;
}

/*文字跑馬燈*/
.marqueeArea {
  padding: 15px 0;
  background-color: #061540;
}

.marqueeArea h2 {
  float: left;
  margin-right: 20px;
  font-weight: 400;
  font-size: 15px;
  color: #fff;
}

.marqueeArea h2 em {
  margin-left: 5px;
}

.marqueeArea .marqueeBox {
  max-height: 30px;
  overflow: hidden;
}

.marqueeArea ul {
  overflow: hidden;
}

.marqueeArea li {
  line-height: 20px;
}

.marqueeArea .date {
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
  font-size: 13px;
  color: #dbdbdb;
}

.marqueeArea h3 {
  display: inline-block;
  vertical-align: top;
}

.marqueeArea h3 a {
  display: block;
  width: 100%;
  font-size: 15px;
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

/*頁尾資訊*/
footer {
  position: relative;
  z-index: 1;
  margin-top: -50px;
  padding-top: 100px;
  padding-bottom: 55px;
  min-height: 337px;
  background-image: url("../images/footerBg.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media (max-width: 767px) {
  footer {
    padding-bottom: 102px;
  }
}

footer .wrap {
  position: relative;
}

footer .wrap::before, footer .wrap::after {
  content: '';
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
}

footer .wrap::before {
  left: -100px;
  top: -30px;
  width: 74px;
  height: 76px;
  background-image: url("../images/footerLeaf.png");
}

footer .wrap::after {
  right: -125px;
  bottom: 50px;
  width: 73px;
  height: 64px;
  background-image: url("../images/footerLeaf2.png");
}

footer .top,
footer .bottom {
  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: 960px) {
  footer .top,
  footer .bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

footer .top {
  padding-bottom: 25px;
  margin-bottom: 30px;
  background-image: url("../images/footerLine.png");
  background-repeat: repeat-x;
  background-position: left bottom;
}

footer .top .rightBox h2 {
    margin-bottom: 20px;
    font-size: 17px;
    font-weight: 400;
    color: #c2c2c2;
    text-align: right;
    letter-spacing: 1.5px;
}
@media (max-width: 1180px){
	footer .top .rightBox h2 {
		text-align: center;
	}
}

footer .top .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

footer .top .right a {
  margin-left: 25px;
}

@media (max-width: 767px) {
  footer .top .right a {
    margin-left: 15px;
    margin-right: 15px;
  }
}

footer .bottom .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 50%;
}

@media (max-width: 960px) {
  footer .bottom .left {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

footer .bottom .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  color: #e4e4e4;
  width: 50%;
}

@media (max-width: 960px) {
  footer .bottom .right {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
}

footer .bottom .link {
  position: relative;
  color: #e4e4e4;
  letter-spacing: .04em;
  margin-right: 15px;
  padding-right: 15px;
}

footer .bottom .link::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -7px;
  width: 1px;
  height: 14px;
  background-color: #808180;
}

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

@media (max-width: 960px) {
  .linkListBox {
    margin-bottom: 15px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.linkListBox a {
  margin-right: 18px;
  padding: 8px 20px;
  border: 1px solid #595959;
  font-size: 13px;
  letter-spacing: .04em;
  color: #e4e4e4;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media (max-width: 960px) {
  .linkListBox a {
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
  }
}

.linkListBox a:hover {
  background-color: #e4e4e4;
  color: #595959;
}

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

@media (max-width: 960px) {
  .socialLink {
    margin-bottom: 15px;
  }
}

.socialLink a {
  position: relative;
  height: 30px;
  margin-right: 15px;
  text-align: center;
  color: #c9c9c9;
  fill: #c9c9c9;
  font-size: 20px;
  overflow: hidden;
}

.socialLink a img {
  width: auto;
  height: 100%;
  opacity: 0;
}

@media (max-width: 960px) {
  .socialLink a {
    margin-right: 5px;
    margin-left: 5px;
  }
}

.socialLink a:hover {
  color: #f0831e;
  fill: #f0831e;
}

.socialLink a:hover::before {
  opacity: 0;
}

.socialLink a:hover::after {
  opacity: 1;
}

.socialLink a::before, .socialLink a::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.socialLink a::before {
  z-index: 2;
}

.socialLink a::after {
  z-index: 1;
  opacity: 0;
}

.socialLink .fb::before {
  background-image: url("../images/fb_icon_a.png");
}

.socialLink .fb::after {
  background-image: url("../images/fb_icon.png");
}

.socialLink .ig::before {
  background-image: url("../images/ig_icon_a.png");
}

.socialLink .ig::after {
  background-image: url("../images/ig_icon.png");
}

.socialLink .line::before {
  background-image: url("../images/line_icon_a.png");
}

.socialLink .line::after {
  background-image: url("../images/line_icon.png");
}

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

.downLogo {
  width: 160px;
  -webkit-mask-image: url("../images/downLogo.svg");
  mask-image: url("../images/downLogo.svg");
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background-color: #fff;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.downLogo:hover {
  background-color: #F0831E;
}

.downLogo a {
  display: block;
}

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

.downLogo img {
  display: block;
  width: 100%;
  opacity: 0;
}

.downMenu {
  display: inline-block;
  vertical-align: top;
  width: 40%;
  margin-right: -4px;
}

.downMenu li {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  margin-right: -4px;
  margin-bottom: 20px;
}

.downMenu li a {
  display: block;
  padding-right: 10px;
  font-size: 14px;
}

/*share*/
.social {
  display: inline-block;
  vertical-align: middle;
  width: 50%;
  margin-right: -4px;
}

.social a {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  margin: 0 5px;
  font-size: 19px;
  color: #929292;
  text-align: center;
}

.social a:hover {
  opacity: 0.8;
}

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

.translateIbest {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 100%;
  margin-top: 10px;
  text-align: right;
  font-family: "Oswald", "Noto Sans TC", "微軟正黑體", sans-serif;
  color: #6d6d6d;
}

@media (max-width: 960px) {
  .translateIbest {
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.translateIbest .design {
  /*網頁設計‧愛貝斯*/
  position: relative;
  display: block;
  padding-left: 7px;
  margin-left: 5px;
  line-height: 22px;
  font-size: 12px;
  color: #6d6d6d;
}

.translateIbest .design::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -7px;
  width: 1px;
  height: 14px;
  background-color: #696969;
}

.translateIbest .design a {
  /*網頁設計‧愛貝斯*/
  color: #6d6d6d;
  text-decoration: none;
}

.translateIbest .design a:hover {
  text-decoration: underline;
}

.dotsBox {
  width: 100%;
}

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

.dotsBox .dots li {
  display: inline-block;
  width: 22px;
  margin-right: 3px;
  margin-left: 3px;
}

.dotsBox .dots li.slick-active button {
  border-color: #f0831e;
}

.dotsBox .dots li.slick-active button::after {
  background-color: #f0831e;
}

.dotsBox .dots li button {
  position: relative;
  display: block;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 1px solid transparent;
  border-radius: 50%;
  background: none;
  font-size: 0;
  line-height: 0;
  padding: 0;
  text-indent: -9999px;
  cursor: pointer;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.dotsBox .dots li button::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 6px;
  height: 6px;
  background-color: #a2a2a2;
  border-radius: 50%;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

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

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

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

.bannerArea.ins .bannerBox img {
  min-height: 440px;
  -o-object-fit: cover;
  object-fit: cover;
}

.mainArea {
  padding-bottom: 80px;
}

.titleBox {
  position: relative;
}

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

.titleBox .title {
  font-family: "Noto Serif TC", "微軟正黑體", serif;
  font-size: 29px;
  letter-spacing: .1em;
  color: #333;
}

.titleBox .en {
  line-height: 1.2;
  font-size: 48px;
  font-weight: 500;
  font-family: "Oswald", "Noto Sans TC", "微軟正黑體", sans-serif;
  color: #f0831e;
}

.titleBox .text {
  padding-top: 10px;
  font-size: 17px;
  letter-spacing: .1em;
  color: #1e1e1f;
  line-height: 1.5;
}

.titleBox .enBg {
  display: inline-block;
  width: 195px;
  height: 54px;
  background-image: url("../images/titleBg.svg");
  background-repeat: no-repeat;
  background-size: contain;
  font-size: 28px;
  font-weight: 500;
  color: #fff;
  font-family: "Oswald", "Noto Sans TC", "微軟正黑體", sans-serif;
}

.titleBox .enBg h3 {
  -webkit-transform: rotate(-8deg) translateY(3px);
  -ms-transform: rotate(-8deg) translateY(3px);
  transform: rotate(-8deg) translateY(3px);
}

.titleBox .line {
  position: relative;
  display: inline-block;
}

.titleBox .line::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -10px;
  width: calc(100% + 30px);
  height: 3px;
  background-image: url("../images/dotLine.png");
  background-repeat: repeat-x;
}

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

.titleBox2 .en {
  position: relative;
  font-size: 20px;
  font-family: "Oswald", "Noto Sans TC", "微軟正黑體", sans-serif;
  font-weight: 500;
  color: #f0831e;
  text-transform: uppercase;
}

.titleBox2 .en::before {
  content: '';
  position: absolute;
  top: -42px;
  left: 50%;
  margin-left: -106.5px;
  width: 213px;
  height: 76px;
  background-image: url("../images/dotTop.png");
  background-repeat: no-repeat;
  background-position: center top;
}

.titleBox2 .en::after {
  content: '';
  position: absolute;
  top: -20px;
  left: 50%;
  margin-left: -7px;
  width: 14px;
  height: 14px;
  background-image: url("../images/icon_screw.png");
  background-repeat: no-repeat;
  background-size: contain;
}

.titleBox2 .tw {
  font-family: "Noto Serif TC", "微軟正黑體", serif;
  font-size: 22px;
  letter-spacing: .1em;
  color: #1e1e1f;
}

.titleBox3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 22px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-image: url("../images/icon_screw.png");
  background-repeat: no-repeat;
  background-position: left 6px;
  background-size: 12px 12px;
  line-height: 1;
}

.titleBox3 .title {
  margin-right: 5px;
  font-family: "Noto Serif TC", "微軟正黑體", serif;
  font-size: 20px;
  letter-spacing: .1em;
  color: #333;
}

.titleBox3 .en {
  font-size: 22px;
  color: #dc781e;
  font-family: "Oswald", "Noto Sans TC", "微軟正黑體", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
}

.titleBoxIns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.titleBoxIns.center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.titleBoxIns .enBg {
  display: inline-block;
  width: 261px;
  height: 72px;
  background-image: url("../images/titleBg.svg");
  background-repeat: no-repeat;
  background-size: contain;
  font-size: 38px;
  font-weight: 500;
  color: #fff;
  font-family: "Oswald", "Noto Sans TC", "微軟正黑體", sans-serif;
}

.titleBoxIns .enBg .en {
  -webkit-transform: rotate(-7deg) translateY(3px);
  -ms-transform: rotate(-7deg) translateY(3px);
  transform: rotate(-7deg) translateY(3px);
}

.titleBoxIns .title {
  font-family: "Noto Serif TC", "微軟正黑體", serif;
  font-weight: 400;
  font-size: 30px;
  letter-spacing: .1em;
  color: #f4f4f4;
}

.goTop.pc {
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 10;
  width: 70px;
  height: 70px;
  background-image: url("../images/goTop.png");
  background-size: contain;
  text-indent: -9999px;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}

.goTop.pc.show {
  opacity: 1;
  pointer-events: auto;
}

@media (max-width: 767px) {
  .goTop.pc {
    display: none;
  }
}

.goTop.mobile {
  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;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1.2;
}

.bread {
  font-weight: 300;
  font-size: 12px;
  letter-spacing: .04em;
  color: #e3e3e3;
}

.bread a {
  color: #e3e3e3;
}

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

.mainArea .contentBox {
  clear: both;
}

.arrows {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  background-color: #585858;
  color: #c6c6c6;
  overflow: hidden;
}

.arrows:hover {
  background-color: #f0831e;
  color: #fff;
}

.arrows::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/btnBg2.png");
  background-position: 50% 50%;
  opacity: 0.18;
}

.arrows.prevArrow .arrow1 {
  -webkit-transform: translate(-50%, -50%) scaleX(-1);
  -ms-transform: translate(-50%, -50%) scaleX(-1);
  transform: translate(-50%, -50%) scaleX(-1);
}

.arrows.nextArrow .arrow1 {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.arrows .arrow1 {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 22px;
  height: 12px;
}

.articleTitle {
  /*文章標題*/
  clear: both;
  margin-bottom: 25px;
  padding: 10px 0;
  border-bottom: 1px solid #7d7d7d;
  font-weight: 400;
  font-size: 19px;
  color: #2f2f2f;
}

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

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

.classNote {
  margin-bottom: 20px;
  line-height: 1.6;
  color: #555;
  background-color: #eee;
  padding: 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.classBox {
  padding-bottom: 50px;
}

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

.classLink a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 15px;
  padding: 10px 25px;
  font-size: 15px;
  letter-spacing: .08em;
  color: #444;
  border: 1px solid #7d7d7d;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.classLink a:hover, .classLink a.current {
  color: #fff;
  background-color: #dc781e;
  border-color: #dc781e;
}

/*標籤*/
.tagBox {
  padding: 20px 0;
}

.tagBox b {
  display: inline-block;
  margin-right: 10px;
}

.tagBox ul {
  display: inline-block;
}

.tagBox li {
  display: inline-block;
  margin-bottom: 5px;
}

.tagBox a {
  position: relative;
  display: block;
  margin: 0 3px;
  padding: 5px 10px;
  border: 1px solid #51649A;
  font-size: 13px;
  color: #51649A;
}

.tagBox a:hover {
  color: #fff;
  background-color: #51649A;
}

.tagBox a.current {
  color: #fff;
  background-color: #51649A;
}

.tagBox a.current:before {
  content: "\f00d";
  margin-right: 5px;
  font-family: FontAwesome;
  font-size: 12px;
}

/*側邊標題字*/
.sectionTitle {
  margin-bottom: 20px;
  font-weight: 400;
}

.sectionTitle strong {
  display: block;
  position: relative;
  font-family: "Oswald", "Noto Sans TC", "微軟正黑體", sans-serif;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: .08em;
  color: #f0831e;
}

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

/******頁籤*******/
.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;
}

/*--分享--*/
.shareBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.shareBox b {
  padding-right: 15px;
  font-size: 15px;
  letter-spacing: .08em;
  font-family: "Oswald", "Noto Sans TC", "微軟正黑體", sans-serif;
  font-weight: 500;
  color: #333;
  text-transform: uppercase;
}

.shareBox a {
  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: 50px;
  height: 50px;
  border: 1px solid #4f4f50;
  margin-right: 10px;
  font-size: 18px;
  font-family: "Oswald", "Noto Sans TC", "微軟正黑體", sans-serif;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #b8b8b8;
  fill: #b8b8b8;
  background-color: #242427;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.shareBox a::before {
  content: '';
  position: absolute;
  left: 1px;
  top: 1px;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  background-image: url("../images/icon_screw.png"), url("../images/icon_screw.png"), url("../images/icon_screw.png"), url("../images/icon_screw.png");
  background-position: left top, right top, right bottom, left bottom;
  background-size: 9px 9px;
  background-repeat: no-repeat;
}

.shareBox a::after {
  content: '';
  position: absolute;
  left: 5px;
  top: 5px;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  border: 1px solid #4f4f50;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.shareBox .icon-line {
  width: 20px;
  height: 20px;
}

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

.side_menu li {
  position: relative;
  border-bottom: 1px solid #e1e1e1;
}

.side_menu li > a {
  display: block;
  padding: 10px 15px;
  font-size: 14px;
}

.side_menu li > a.current {
  color: #fff;
  background-color: #8c8c8c;
}

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

.side_menu dl {
  padding-left: 25px;
}

.side_menu dl a {
  display: block;
  padding: 10px 15px;
  font-size: 14px;
}

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

/*側邊_相簿*/
.side_album {
  margin-top: 30px;
  margin-bottom: 30px;
  margin-right: -10px;
}

.side_album li {
  float: left;
  width: 33.33%;
  padding: 0 10px 10px 0;
}

.side_album a {
  display: block;
  -webkit-box-shadow: 2px 2px 5px #c3c3c3;
  box-shadow: 2px 2px 5px #c3c3c3;
}

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

/*側邊_線上訂房*/
.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: 40px;
  height: 40px;
  line-height: 40px;
  margin-right: 8px;
  border-radius: 50%;
  font-size: 16px;
  color: #fff;
  background-color: #343434;
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px 0;
}

.side_share b {
  margin-right: 15px;
  font-size: 16px;
  font-weight: 500;
  font-family: "Oswald", "Noto Sans TC", "微軟正黑體", sans-serif;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.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: 18px;
  border-radius: 50%;
  background-color: #f0831e;
  color: #fff;
  margin-right: 10px;
}

.side_share .icon-line {
  width: 20px;
  height: 20px;
  fill: #fff;
}

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

.side_news .sectionTitle {
  padding-bottom: 12px;
  border-bottom: 1px solid #ccc;
}

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

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

@media (max-width: 767px) {
  .side_news li {
    width: 50%;
    margin-bottom: 15px;
  }
}

.side_news .Img {
  margin-bottom: 10px;
}

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

.side_news .newsDate strong {
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
}

.side_news .Txt {
  overflow: hidden;
}

.side_news .Txt a {
  display: block;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
}

.side_news .Txt a:hover {
  text-decoration: underline;
}

.side_news .Txt b {
  display: block;
  margin-top: 5px;
  font-weight: 400;
  font-size: 12px;
  color: #999;
}

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

.captchaArea.unlocking .sliderBtn {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

.captchaArea .note {
  position: absolute;
  top: 17px;
  right: 16px;
  z-index: 1;
  font-size: 15px;
  text-align: center;
  font-family: '微軟正黑體';
  color: #7d7d7d;
  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: #f0831e;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -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;
}

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

.btn1.right {
  text-align: right;
}

.btn1 a {
  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;
  min-width: 220px;
  min-height: 70px;
  border: 1px solid #313131;
  font-size: 15px;
  font-family: "Oswald", "Noto Sans TC", "微軟正黑體", sans-serif;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #e5e5e5;
  background-color: #242427;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.btn1 a::before {
  content: '';
  position: absolute;
  left: 1px;
  top: 1px;
  z-index: 1;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  background-image: url("../images/icon_screw.png"), url("../images/icon_screw.png"), url("../images/icon_screw.png"), url("../images/icon_screw.png");
  background-position: left top, right top, right bottom, left bottom;
  background-size: 9px 9px;
  background-repeat: no-repeat;
}

.btn1 a::after {
  content: '';
  position: absolute;
  left: 5px;
  top: 5px;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  border: 1px solid #4f4f50;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

@media (min-width: 1181px) {
  .btn1 a:hover {
    background-color: #f0831e;
    color: #fff;
    letter-spacing: .12em;
  }
  .btn1 a:hover::after {
    border-color: rgba(255, 255, 255, 0.3);
  }
}

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

.btn2 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: 80px;
  height: 80px;
  background-color: #f0831e;
  border-radius: 50%;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  font-family: "Oswald", "Noto Sans TC", "微軟正黑體", sans-serif;
  overflow: hidden;
}

.btn2 a::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  overflow: hidden;
  background-image: url("../images/btnBg.png");
  background-position: 50% 50%;
  opacity: 0.3;
  pointer-events: none;
}

@media (min-width: 1181px) {
  .btn2 a:hover {
    background-color: #333;
  }
}

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

.btn3 a {
  display: inline-block;
  min-width: 180px;
  padding: 12px 40px;
  border: 1px solid #c5c5c5;
  font-family: "Oswald", "Noto Sans TC", "微軟正黑體", sans-serif;
  font-weight: 500;
  font-size: 15px;
  color: #888;
  letter-spacing: .08em;
  text-transform: uppercase;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.btn3 a:hover {
  background-color: #f0831e;
  border-color: #f0831e;
  color: #fff;
}

/**********適應性**********/
/************************/
@media (max-width: 1180px) {
  /*1160+20(卷軸寬度)*/
  .outerWrap {
    padding-top: 60px;
  }
  header {
    display: none;
  }
  /*手機menu*/
  .m_menu {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    display: block;
    width: 100%;
  }
  .m_menu .mask {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    display: none;
    background-color: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    padding-bottom: 60px;
  }
  .m_menu .m_logo {
    margin-left: 20px;
  }
  .m_menu .m_logo img {
    display: block;
    width: 150px;
    padding-top: 8px;
  }
  .m_menu .m_logo,
  .m_menu a.main {
    -webkit-transition: all .5;
    -o-transition: all .5;
    transition: all .5;
  }
  .m_menu .controlBox {
    position: relative;
    z-index: 99;
    height: 60px;
    background-image: url("../images/headerBg.jpg");
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
  }
  .m_menu .controlBox.out {
    top: -60px;
  }
  .m_menu .controlBox a.main {
    position: absolute;
    right: 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: #fff;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .m_menu .controlBox a.main span:before, .m_menu .controlBox a.main span:after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #fff;
    -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);
  }
  .m_menu .controlBox .btn_cart {
    display: inline-block;
    vertical-align: middle;
  }
  .m_menu .controlBox .right {
    float: right;
    line-height: 60px;
    margin-right: 10px;
  }
  .m_menu .controlBox .right a {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-left: 8px;
    font-size: 13px;
    color: #fff;
  }
  .m_menu .controlBox .right a em {
    display: none;
  }
  .m_menu .controlBox .right i {
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 20px;
    color: #fff;
    text-align: center;
    border-radius: 100%;
    background: #799A1B;
  }
  .m_menu .controlBox .right b {
    position: absolute;
    top: 6px;
    right: -5px;
    display: block;
    border-radius: 5px;
    line-height: normal;
    padding: 3px 5px;
    font-size: 13px;
    color: #fff;
    background-color: #C40000;
  }
  .m_menu .controlBox .language:hover .submenu {
    display: block;
  }
  .m_menu .m_logo2 {
    width: 143px;
    margin-bottom: 25px;
  }
  .m_menu .m_logo2 img {
    display: block;
    width: 100%;
  }
  .m_menu .hideBox {
    /*手機menu內容*/
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 11;
    width: 100%;
    -webkit-overflow-scrolling: touch;
    background-image: url("../images/mobileBg.jpg");
    background-size: cover;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
  }
  .m_menu .hideBox.show {
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
  }
  .m_menu .hideBox.show .hideIns {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s;
  }
  .m_menu .hideBox .sp {
    display: none;
    padding: 10px;
    font-size: 13px;
    color: #fff;
    background-color: #c80303;
  }
  .m_menu .hideIns {
    position: relative;
    width: calc(100% - 50px);
    height: calc(100% - 150px);
    margin: 25px;
    background-image: url("../images/bg.jpg");
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
    -webkit-transition: all .7s;
    -o-transition: all .7s;
    transition: all .7s;
  }
  .m_menu .hideIns::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -100px;
    width: 100%;
    height: 100px;
    background-image: url("../images/aboutInsBg.png");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
  }
  .m_menu .hideInsScroll {
    overflow-y: auto;
    height: 100%;
    padding: 35px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .m_menu .mobileClose {
    position: absolute;
    right: 30px;
    top: 20px;
    width: 44px;
    height: 44px;
    border: none;
    background: #242427;
  }
  .m_menu .mobileClose:focus {
    outline: none;
  }
  .m_menu .mobileClose::before, .m_menu .mobileClose::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -1px;
    margin-left: -13px;
    width: 26px;
    height: 2px;
    background-color: #d3d3d4;
  }
  .m_menu .mobileClose::before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .m_menu .mobileClose::after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .m_menu .nav li {
    border-bottom: 1px solid #e5e5e5;
  }
  .m_menu .nav li > a {
    position: relative;
    display: block;
    padding: 15px 8px;
    font-size: 14px;
    letter-spacing: .08em;
    color: #444;
  }
  .m_menu .nav li > a:hover {
    color: #f0831e;
  }
  .m_menu .nav li > a:hover::after {
    background-image: -webkit-gradient(linear, left top, right top, to(#f0831e)), -webkit-gradient(linear, left top, right top, to(#f0831e));
    background-image: -webkit-linear-gradient(left, #f0831e 100%), -webkit-linear-gradient(left, #f0831e 100%);
    background-image: -o-linear-gradient(left, #f0831e 100%), -o-linear-gradient(left, #f0831e 100%);
    background-image: linear-gradient(to right, #f0831e 100%), linear-gradient(to right, #f0831e 100%);
  }
  .m_menu .nav .dropDown > a {
    position: relative;
  }
  .m_menu .nav .dropDown > a.open::after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .m_menu .nav .dropDown > a::after {
    content: '';
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -6.5px;
    width: 13px;
    height: 13px;
    background-image: -webkit-gradient(linear, left top, right top, to(#acacac)), -webkit-gradient(linear, left top, right top, to(#acacac));
    background-image: -webkit-linear-gradient(left, #acacac 100%), -webkit-linear-gradient(left, #acacac 100%);
    background-image: -o-linear-gradient(left, #acacac 100%), -o-linear-gradient(left, #acacac 100%);
    background-image: linear-gradient(to right, #acacac 100%), linear-gradient(to right, #acacac 100%);
    background-repeat: no-repeat;
    background-size: 100% 1px, 1px 100%;
    background-position: 0 50%, 50% 0;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
  }
  .m_menu .nav .submenu {
    display: none;
  }
  .m_menu .nav .submenu a {
    display: inline-block;
    margin-bottom: 12px;
    margin-right: 5px;
    padding: 8px 20px;
    font-size: 13px;
    letter-spacing: .08em;
    color: #777;
    border: 1px solid #d3d3d3;
  }
  .m_menu .nav .submenu a:hover {
    border-color: #f0831e;
    color: #f0831e;
  }
  .m_menu .navBottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 60px;
    margin-bottom: 30px;
  }
  .m_menu .navBottom a {
    display: inline-block;
    margin-right: 7px;
    margin-bottom: 7px;
    padding: 8px 18px;
    border: 1px solid #d3d3d3;
    font-size: 13px;
    letter-spacing: .04em;
    color: #777;
  }
  .m_menu .navBottom a:hover {
    border-color: #f0831e;
    color: #f0831e;
  }
  .m_menu .mobileLink {
    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;
  }
  .m_menu .mobileLink a {
    position: relative;
    display: inline-block;
    padding-right: 12px;
    margin-right: 12px;
    font-size: 13px;
    letter-spacing: .04em;
    color: #888;
  }
  .m_menu .mobileLink a::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -7px;
    width: 1px;
    height: 14px;
    background-color: #8f8f8f;
  }
  .m_menu .mobileLink .socialLink {
    font-size: 15px;
  }
  .m_menu .footerInfo {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 18px;
    font-size: 13px;
    letter-spacing: .04em;
    color: #888;
  }
  .m_menu .mobileOtherLogo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px;
  }
  .m_menu .mobileOtherLogo a {
    margin-right: 20px;
  }
  .m_menu .translateIbest {
    text-align: left;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    color: #c5c5c5;
  }
  .m_menu .translateIbest .design {
    color: #c5c5c5;
  }
  .m_menu .translateIbest .design::before {
    background-color: #c5c5c5;
  }
}

@media (max-width: 960px) {
  .bookingArea .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 15px 20px;
  }
  .bookingArea .title {
    display: none;
  }
  .bookingArea .bookingList,
  .bookingArea .btn {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .bookingArea .bookingList {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
  }
  .bookingArea .bookingList li {
    margin-bottom: 15px;
  }
  .bookingArea .bookingList li:not(:first-child) {
    margin-left: 0;
  }
  .bookingArea input,
  .bookingArea select {
    width: 100%;
  }
  .bookingArea .btn a {
    padding: 12px;
  }
}

@media (max-width: 767px) {
  /*bread*/
  .mainArea .titleBox .bread {
    display: none;
  }
  /*main*/
  .mainArea .cotentBox {
    padding: 20px 0;
  }
  .mainArea .titleBox h2 em {
    display: block;
    margin: 0;
  }
}

/*640*/
@media (max-width: 640px) {
  .marqueeArea h2,
  .marqueeArea ul li .date {
    display: none;
  }
  .mainArea .titleBox h2 {
    float: none;
  }
  ul.classLink {
    display: none;
  }
  .m_classLink {
    display: block;
    position: relative;
  }
  .m_classLink a.main {
    display: block;
    font-size: 15px;
    letter-spacing: .05em;
    color: #fff;
    position: relative;
    padding: 12px;
    background: #f0831e;
    /* IE6-9 */
  }
  .m_classLink a.main i {
    display: block;
    font-size: 15px;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -6px;
  }
  .m_classLink ul {
    padding: 0;
    list-style: none;
    display: none;
    width: 100%;
    background: #FFF;
    border: 1px solid #d1d1d1;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 99;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .m_classLink ul li {
    padding: 0;
  }
  .m_classLink ul li a {
    display: block;
    padding: 15px 10px;
    border-top: 1px solid #d1d1d1;
  }
  .m_classLink ul li:first-child a {
    border: none;
  }
}

/*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%;
  }
  .downMenu {
    width: 100%;
  }
  .social {
    width: 100%;
  }
  .copyright {
    width: 100%;
    text-align: left;
  }
}

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

.imh_opacity img {
  -webkit-transition: all .8s ease-in-out;
  -o-transition: all .8s ease-in-out;
  transition: all .8s ease-in-out;
  -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);
}

.itemOpacity .Img {
  background-color: #333;
  overflow: hidden;
}

.itemOpacity .Img img {
  -webkit-transition: all .8s ease-in-out;
  -o-transition: all .8s ease-in-out;
  transition: all .8s ease-in-out;
}

.itemOpacity:hover .Img img {
  opacity: 0.7;
  -webkit-transform: scale(1.08);
  -ms-transform: scale(1.08);
  transform: scale(1.08);
}

.itemOpacity:hover h3 a {
  color: #f0831e;
}

/***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);
}
