#wechat-pop-up {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  display: none;
  padding: 20px;
  position: fixed;
  text-align: center;
  z-index: 999;
  cursor: pointer;
}
#wechat-pop-up:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: '';
  background-color: #000000;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=72);
  filter: alpha(opacity=72);
  -moz-opacity: 0.72;
  -khtml-opacity: 0.72;
  opacity: 0.72;
}
#wechat-pop-up .popup-wrapper {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 370px;
  text-align: left;
  box-sizing: border-box;
  padding: 20px 25px;
  background-color: #fff;
}
#wechat-pop-up .popup-wrapper img {
  width: 100%;
}
#wechat-pop-up .popup-wrapper p {
  text-align: left;
  font-size: 17px;
  color: #000;
}
.contact_box {
  position: fixed;
  bottom: 120px;
  right: 20px;
  width: 90px;
  height: 90px;
}
@media screen and (max-width: 767px) {
  .contact_box {
    width: 76px;
    height: 76px;
    bottom: 180px;
    right: 12px;
  }
}
.contact_box .contact_op {
  cursor: pointer;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: #71c375;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
  -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
  box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
  position: relative;
}
@media screen and (max-width: 767px) {
  .contact_box .contact_op {
    width: 76px;
    height: 76px;
  }
}
.contact_box .contact_op .contact_op1 {
  border-radius: 50%;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background: url(img/chat-bubble.svg) no-repeat center center #71c375;
  background-size: 70% auto;
  opacity: 1;
  transform: rotate(0deg) scale(1);
  transition: transform .16s linear 0s, opacity .08s linear 0s;
  position: absolute;
}
@media screen and (max-width: 767px) {
  .contact_box .contact_op .contact_op1 {
    background-size: 61% auto;
  }
}
.contact_box .contact_op .contact_op2 {
  border-radius: 50%;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background: url(img/close-icon.svg) no-repeat center center #71c375;
  background-size: 70% auto;
  color: #fff;
  font-weight: 300;
  font-size: 25px;
  transform: rotate(-30deg);
  transition: transform .16s linear 0s, opacity .08s linear 0s;
  opacity: 0;
  position: absolute;
}
@media screen and (max-width: 767px) {
  .contact_box .contact_op .contact_op2 {
    background-size: 61% auto;
  }
}
.contact_box .contact_main {
  position: absolute;
  box-sizing: border-box;
  padding: 0 5px;
  bottom: 90px;
}
@media screen and (max-width: 767px) {
  .contact_box .contact_main {
    bottom: 76px;
    padding: 0 2px;
  }
}
.contact_box .contact_main.hiden {
  pointer-events: none;
}
.contact_box .contact_main .contact_inner {
  margin-bottom: 10px;
  opacity: 0;
  position: relative;
  cursor: pointer;
}
.contact_box .contact_main .contact_inner .img_outer {
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
  -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
  box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
  width: 80px;
  height: 80px;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .contact_box .contact_main .contact_inner .img_outer {
    width: 72px;
    height: 72px;
  }
}
.contact_box .contact_main .contact_inner .img_outer img {
  width: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.contact_box .contact_main .contact_inner .label {
  border: 3px solid #e5e5e5;
  border-radius: 25px;
  position: absolute;
  right: 88px;
  top: 20px;
  overflow: hidden;
  display: none;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .contact_box .contact_main .contact_inner .label {
    right: 82px;
    top: 16px;
  }
}
.contact_box .contact_main .contact_inner .label .label_inner {
  line-height: 28px;
  background: #fff;
  font-size: 15px;
  color: #575656;
  box-sizing: border-box;
  letter-spacing: 1.1px;
  padding: 4px 25px 2px;
}
.contact_box .contact_main .contact_inner .mobile {
  display: none;
}
@media screen and (max-width: 767px) {
  .contact_box .contact_main .contact_inner .desktop,
  .contact_box .contact_main .contact_inner .tablet {
    display: none;
  }
  .contact_box .contact_main .contact_inner .mobile {
    display: block;
  }
}
.contact_box .contact_main .contact_inner:hover .img_outer {
  transform: scale(1.1);
}
.contact_box .contact_main .contact_inner:hover .label {
  display: block;
}
.contact_box .contact_main .contact_inner.tel .img_outer {
  background: #56b95a;
}
.contact_box .contact_main .contact_inner.whatsapp .img_outer {
  background: #29b63f;
}
.contact_box .contact_main .contact_inner.wechat {
  cursor: pointer;
}
.contact_box .contact_main .contact_inner.wechat .img_outer {
  background: #00c526;
}
.fade_out {
  animation: fade_out_animation .5s both;
}
.fade_in {
  animation: fade_in_animation .5s both;
}
.hiden_loop {
  animation: hiden_loop_animation .3s both;
}
.shown_loop {
  animation: shown_loop_animation .3s both;
}
.animating {
  pointer-events: none;
}
@keyframes fade_out_animation {
  0% {
    opacity: 1;
    transform: rotate(0deg);
    transition: transform .5s linear 0s, opacity .5s linear 0s;
  }
  100% {
    opacity: 0;
    transform: rotate(-60deg);
    transition: transform .5s linear 0s, opacity .5s linear 0s;
  }
}
@keyframes fade_in_animation {
  0% {
    opacity: 0;
    transform: rotate(-60deg);
    transition: transform .5s linear 0s, opacity .5s linear 0s;
  }
  100% {
    opacity: 1;
    transform: rotate(0deg);
    transition: transform .5s linear 0s, opacity .5s linear 0s;
  }
}
@keyframes shown_loop_animation {
  0% {
    transform: translateY(100px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes hiden_loop_animation {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(100px);
    opacity: 0;
  }
}
body {
  font-family: 'Roboto', 'Microsoft JhengHei', '微軟正黑體', 'Arial';
  font-size: 12px;
  min-width: 480px;
  position: relative;
}
header,
#content,
footer {
  width: 100%;
  float: left;
  clear: both;
}
.container {
  max-width: 980px;
  margin: auto;
  position: relative;
}
header {
  background: url('img/header-bg.png') repeat-x bottom center;
  height: 123px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}
header .container {
  height: 100%;
}
header .container .header {
  width: 100%;
  height: 100%;
  position: relative;
}
header .container .header .header-logo-section {
  position: absolute;
  top: 12px;
  left: 0;
}
header .container .header .header-logo-section .logo-set .logo {
  width: 231px;
  height: 48px;
  display: block;
}
header .container .header .header-menu-section {
  position: absolute;
  top: 85px;
  left: 189px;
}
header .container .header .header-menu-section .menu-general .menu-item {
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding-top: 2px;
  margin-left: 20px;
  margin-right: 19px;
}
header .container .header .header-menu-section .menu-general .menu-item .hover-border {
  width: 100%;
  height: 2px;
  position: absolute;
  top: 0;
  left: 0;
}
header .container .header .header-menu-section .menu-general .menu-item a {
  display: block;
  color: #575656;
  font-size: 13px;
  line-height: 23px;
  padding-left: 1px;
  padding-right: 1px;
}
header .container .header .header-menu-section .menu-general .menu-item.selected .hover-border,
header .container .header .header-menu-section .menu-general .menu-item:hover .hover-border {
  background: url('img/menu-rollover.png') no-repeat center;
  background-color: #6e4c3e;
}
header .container .header .header-menu-section .menu-general .menu-item.selected a,
header .container .header .header-menu-section .menu-general .menu-item:hover a {
  color: #6e4c3e;
}
header .container .header .header-tablet-menu-section {
  display: none;
  width: 100%;
  position: absolute;
  left: 0px;
  bottom: 7px;
  text-align: center;
}
header .container .header .header-tablet-menu-section .tablet-menu-bar {
  background: url('img/tablet/menu-btn-out.png') no-repeat center;
  width: 400px;
  height: 34px;
  display: inline-block;
  vertical-align: top;
}
header .container .header .header-tablet-menu-section .tablet-menu-bar.open,
header .container .header .header-tablet-menu-section .tablet-menu-bar:hover {
  background: url('img/tablet/menu-btn-over.png') no-repeat center;
}
header .container .header .header-tablet-menu-section .tablet-menu {
  display: none;
  background-color: #6E4D3E;
  width: 100%;
  position: absolute;
  top: 34px;
  left: 0;
  text-align: left;
  padding-top: 30px;
}
header .container .header .header-tablet-menu-section .tablet-menu .member-set {
  margin-top: -9px;
  margin-bottom: -9px;
}
header .container .header .header-tablet-menu-section .tablet-menu .member-set .member-btn {
  background-color: #C5B8B2;
  height: 36px;
  display: block;
  color: #575656;
  font-size: 18px;
  font-weight: 500;
  line-height: 36px;
  padding-top: 9px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 9px;
}
header .container .header .header-tablet-menu-section .tablet-menu .member-set .sub-menu {
  display: none;
}
header .container .header .header-tablet-menu-section .tablet-menu .member-set .sub-menu .sub-menu-item > a {
  display: block;
  color: #ffffff;
  font-size: 15px;
  line-height: 30px;
  padding-top: 12px;
  padding-left: 40px;
  padding-right: 10px;
  padding-bottom: 12px;
}
header .container .header .header-tablet-menu-section .tablet-menu .member-set .sub-menu .sub-menu-item > a:hover {
  color: #cba496;
}
header .container .header .header-tablet-menu-section .tablet-menu .member-set .sub-menu .sub-menu-item.selected > a {
  color: #cba496;
}
header .container .header .header-tablet-menu-section .tablet-menu .member-set.selected > a {
  color: #cba496;
}
header .container .header .header-tablet-menu-section .tablet-menu .member-set.open .sub-menu {
  display: block;
}
header .container .header .header-tablet-menu-section .tablet-menu .menu-item-set {
  margin-top: 5px;
}
header .container .header .header-tablet-menu-section .tablet-menu .menu-item-set .menu-item > a {
  display: block;
  color: #ffffff;
  font-size: 15px;
  line-height: 30px;
  padding-top: 12px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 12px;
}
header .container .header .header-tablet-menu-section .tablet-menu .menu-item-set .menu-item > a:hover {
  color: #cba496;
}
header .container .header .header-tablet-menu-section .tablet-menu .menu-item-set .menu-item .sub-menu {
  display: none;
}
header .container .header .header-tablet-menu-section .tablet-menu .menu-item-set .menu-item .sub-menu .sub-menu-item > a {
  display: block;
  color: #ffffff;
  font-size: 15px;
  line-height: 30px;
  padding-top: 12px;
  padding-left: 40px;
  padding-right: 10px;
  padding-bottom: 12px;
}
header .container .header .header-tablet-menu-section .tablet-menu .menu-item-set .menu-item .sub-menu .sub-menu-item > a:hover {
  color: #cba496;
}
header .container .header .header-tablet-menu-section .tablet-menu .menu-item-set .menu-item .sub-menu .sub-menu-item.selected > a {
  color: #cba496;
}
header .container .header .header-tablet-menu-section .tablet-menu .menu-item-set .menu-item.selected > a {
  color: #cba496;
}
header .container .header .header-tablet-menu-section .tablet-menu .menu-item-set .menu-item.open .sub-menu {
  display: block;
}
header .container .header .header-mobile-menu-section {
  display: none;
  position: absolute;
  top: 15px;
  right: 5px;
}
header .container .header .header-mobile-menu-section .mobile-menu-btn {
  background: url('img/mobile/menu-btn-out.png') no-repeat;
  width: 60px;
  height: 60px;
  display: inline-block;
  vertical-align: top;
}
header .container .header .header-mobile-menu-section .mobile-menu-btn.open,
header .container .header .header-mobile-menu-section .mobile-menu-btn:hover {
  background: url('img/mobile/menu-btn-over.png') no-repeat;
}
header .container .header .header-member-section {
  position: absolute;
  top: 67px;
  left: -56px;
}
header .container .header .header-member-section .member-set .member-btn {
  background: url('img/client-login-bg.png') no-repeat;
  width: 209px;
  height: 64px;
  display: block;
  color: #575656;
  font-size: 15px;
  font-weight: 500;
  line-height: 64px;
  text-align: center;
}
header .container .header .header-member-section .member-set .member-btn.selected {
  background: url('img/client-login-bg-selected.png') no-repeat;
  color: #6e4c3e;
}
header .container .header .header-lang-section {
  position: absolute;
  top: 90px;
  right: 0;
}
header .container .header .header-lang-section .lang-set {
  background: url('img/language-sep.png') no-repeat center;
  padding-right: 1px;
  margin-right: -1px;
}
header .container .header .header-lang-section .lang-set .lang {
  color: #a1a0a0;
  font-family: 'Microsoft JhengHei', '微軟正黑體', 'Arial';
  font-size: 12px;
  line-height: 18px;
  display: inline-block;
  vertical-align: top;
}
header .container .header .header-lang-section .lang-set .lang.selected,
header .container .header .header-lang-section .lang-set .lang:hover {
  color: #6e4c3e;
}
header .container .header .header-lang-section .lang-set #lang-1 {
  margin-right: 11px;
}
header .container .header .header-lang-section .lang-set #lang-2 {
  margin-left: 10px;
}
header.tablet .container .header .header-menu-section,
header.mobile .container .header .header-menu-section {
  display: none;
}
header.tablet .container .header .header-logo-section {
  left: 40px;
}
header.tablet .container .header .header-member-section {
  left: -16px;
}
header.tablet .container .header .header-tablet-menu-section {
  display: block;
}
header.tablet .container .header .header-lang-section {
  right: 20px;
}
header.mobile {
  height: 97px;
}
header.mobile .container .header .header-logo-section {
  top: 22px;
  left: 10px;
}
header.mobile .container .header .header-member-section {
  display: none;
}
header.mobile .container .header .header-mobile-menu-section {
  display: block;
}
header.mobile .container .header .header-lang-section {
  display: none;
}
#mobile-menu-section {
  display: none;
  width: 60%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 999;
  overflow-x: hidden;
}
#mobile-menu-section .mobile-menu {
  background-color: #6E4D3E;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: -100%;
}
#mobile-menu-section .mobile-menu .lang-set {
  padding-top: 30px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 30px;
}
#mobile-menu-section .mobile-menu .lang-set .lang {
  color: #969696;
  font-size: 18px;
  line-height: 30px;
  display: inline-block;
  vertical-align: middle;
}
#mobile-menu-section .mobile-menu .lang-set .lang.selected,
#mobile-menu-section .mobile-menu .lang-set .lang:hover {
  color: #ffffff;
}
#mobile-menu-section .mobile-menu .lang-set #lang-1 {
  margin-right: 20px;
}
#mobile-menu-section .mobile-menu .lang-set #lang-2 {
  margin-left: 20px;
}
#mobile-menu-section .mobile-menu .lang-set .sep {
  background-color: #ffffff;
  width: 2px;
  height: 30px;
  display: inline-block;
  vertical-align: middle;
}
#mobile-menu-section .mobile-menu .member-set {
  margin-top: -9px;
  margin-bottom: -9px;
}
#mobile-menu-section .mobile-menu .member-set .member-btn {
  background: url('img/mobile/client-login-bg.png') repeat-x center;
  height: 66px;
  display: block;
  color: #575656;
  font-size: 20px;
  font-weight: 500;
  line-height: 66px;
  padding-top: 9px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 9px;
}
#mobile-menu-section .mobile-menu .member-set .sub-menu {
  display: none;
}
#mobile-menu-section .mobile-menu .member-set .sub-menu .sub-menu-item > a {
  display: block;
  color: #ffffff;
  font-size: 18px;
  line-height: 30px;
  padding-top: 22px;
  padding-left: 40px;
  padding-right: 10px;
  padding-bottom: 22px;
}
#mobile-menu-section .mobile-menu .member-set .sub-menu .sub-menu-item > a:hover {
  color: #cba496;
}
#mobile-menu-section .mobile-menu .member-set .sub-menu .sub-menu-item.selected > a {
  color: #cba496;
}
#mobile-menu-section .mobile-menu .member-set.selected > a {
  color: #cba496;
}
#mobile-menu-section .mobile-menu .member-set.open .sub-menu {
  display: block;
}
#mobile-menu-section .mobile-menu .menu-item-set {
  margin-top: 5px;
}
#mobile-menu-section .mobile-menu .menu-item-set .menu-item > a {
  display: block;
  color: #ffffff;
  font-size: 18px;
  line-height: 30px;
  padding-top: 22px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 22px;
}
#mobile-menu-section .mobile-menu .menu-item-set .menu-item > a:hover {
  color: #cba496;
}
#mobile-menu-section .mobile-menu .menu-item-set .menu-item .sub-menu {
  display: none;
}
#mobile-menu-section .mobile-menu .menu-item-set .menu-item .sub-menu .sub-menu-item > a {
  display: block;
  color: #ffffff;
  font-size: 18px;
  line-height: 30px;
  padding-top: 22px;
  padding-left: 40px;
  padding-right: 10px;
  padding-bottom: 22px;
}
#mobile-menu-section .mobile-menu .menu-item-set .menu-item .sub-menu .sub-menu-item > a:hover {
  color: #cba496;
}
#mobile-menu-section .mobile-menu .menu-item-set .menu-item .sub-menu .sub-menu-item.selected > a {
  color: #cba496;
}
#mobile-menu-section .mobile-menu .menu-item-set .menu-item.selected > a {
  color: #cba496;
}
#mobile-menu-section .mobile-menu .menu-item-set .menu-item.open .sub-menu {
  display: block;
}
#content {
  position: relative;
  z-index: 25;
  padding-top: 116px;
}
#content .content-shadow {
  background: url('img/banner-bottom-bar-shadow.png') repeat-x center bottom;
  width: 100%;
  height: 7px;
  padding-top: 171px;
}
#content .content-wrapper {
  background: url('img/inner-page-content-bg-top.png') repeat-x center top;
}
#content .content-wrapper .container .content {
  position: relative;
}
#content .content-wrapper .container .content .page-menu-section {
  background: url('img/submenu-bg.png') repeat-y;
  width: 200px;
  height: 100%;
  position: absolute;
  left: -20px;
}
#content .content-wrapper .container .content .page-menu-section .page-menu {
  padding-top: 11px;
}
#content .content-wrapper .container .content .page-menu-section .page-menu .page-menu-item {
  display: block;
  cursor: pointer;
}
#content .content-wrapper .container .content .page-menu-section .page-menu .page-menu-item .item-top {
  width: 100%;
  height: 2px;
  display: block;
}
#content .content-wrapper .container .content .page-menu-section .page-menu .page-menu-item .item-middle {
  width: 100%;
  min-height: 36px;
  display: block;
}
#content .content-wrapper .container .content .page-menu-section .page-menu .page-menu-item .item-middle .blank-div {
  min-height: 36px;
}
#content .content-wrapper .container .content .page-menu-section .page-menu .page-menu-item .item-middle .item-name {
  color: #575656;
  font-size: 13px;
  line-height: 23px;
  word-wrap: break-word;
  display: inline-block;
  vertical-align: middle;
  padding-left: 40px;
}
#content .content-wrapper .container .content .page-menu-section .page-menu .page-menu-item .item-bottom {
  width: 100%;
  height: 2px;
  display: block;
}
#content .content-wrapper .container .content .page-menu-section .page-menu .page-menu-item.selected .item-top,
#content .content-wrapper .container .content .page-menu-section .page-menu .page-menu-item:hover .item-top {
  background: url('img/submenu-rollover-top.png') no-repeat;
}
#content .content-wrapper .container .content .page-menu-section .page-menu .page-menu-item.selected .item-middle,
#content .content-wrapper .container .content .page-menu-section .page-menu .page-menu-item:hover .item-middle {
  background: url('img/submenu-rollover-repeat.png') repeat-y;
}
#content .content-wrapper .container .content .page-menu-section .page-menu .page-menu-item.selected .item-middle .item-name,
#content .content-wrapper .container .content .page-menu-section .page-menu .page-menu-item:hover .item-middle .item-name {
  color: #ffffff;
}
#content .content-wrapper .container .content .page-menu-section .page-menu .page-menu-item.selected .item-bottom,
#content .content-wrapper .container .content .page-menu-section .page-menu .page-menu-item:hover .item-bottom {
  background: url('img/submenu-rollover-bottom.png') no-repeat;
}
#content .content-wrapper .container .content .page-title-section {
  background: url('img/inner-page-title-bg.png') no-repeat left top;
  width: 100%;
  height: 65px;
  position: absolute;
  top: -55px;
  left: -20px;
}
#content .content-wrapper .container .content .page-title-section .page-title {
  padding-left: 40px;
}
#content .content-wrapper .container .content .page-title-section .page-title span {
  color: #6e4c3e;
  font-size: 20px;
  font-weight: 500;
  line-height: 65px;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
}
#content .content-wrapper .container .content .page-content-section {
  min-height: 410px;
  margin-left: 180px;
}
#content .content-wrapper .container .content .page-content-section .page-content {
  padding-top: 20px;
  padding-left: 20px;
  padding-bottom: 20px;
}
#content .content-wrapper .container .content .page-content-section .page-content .content-search {
  position: relative;
  z-index: 2;
}
#content .content-wrapper .container .content .page-content-section .page-content .content-search form .row .field {
  display: inline-block;
  vertical-align: top;
}
#content .content-wrapper .container .content .page-content-section .page-content .content-search form .row .field .field-input {
  margin-right: 3px;
  margin-bottom: 10px;
}
#content .content-wrapper .container .content .page-content-section .page-content .content-search form .row .field .field-input .input-parent {
  width: 100%;
  position: relative;
  display: inline-block;
  vertical-align: top;
}
#content .content-wrapper .container .content .page-content-section .page-content .content-search form .row .field .field-input .input-parent .input-left {
  background: url('img/desktop/form-field-bg-A-left.png') no-repeat;
  width: 6px;
  height: 27px;
  position: absolute;
  top: 0;
  left: 0;
}
#content .content-wrapper .container .content .page-content-section .page-content .content-search form .row .field .field-input .input-parent .input {
  background: url('img/desktop/form-field-bg-A-repeat.png');
  width: auto;
  height: 27px;
  padding-left: 4px;
  padding-right: 4px;
  margin-left: 6px;
  margin-right: 6px;
}
#content .content-wrapper .container .content .page-content-section .page-content .content-search form .row .field .field-input .input-parent .input .text {
  background: none;
  width: 308px;
  height: 23px;
  font-size: 12px;
  line-height: 23px;
  border: none;
  margin-top: 2px;
  margin-bottom: 2px;
}
#content .content-wrapper .container .content .page-content-section .page-content .content-search form .row .field .field-input .input-parent .input .selectbox {
  width: 160px;
  cursor: pointer;
}
#content .content-wrapper .container .content .page-content-section .page-content .content-search form .row .field .field-input .input-parent .input .selectbox .select-input {
  background: url('img/desktop/form-list-arrow.png') no-repeat right center;
  width: 100%;
  height: 23px;
  color: #575656;
  font-size: 12px;
  line-height: 23px;
  padding-top: 2px;
  padding-bottom: 2px;
  overflow: hidden;
}
#content .content-wrapper .container .content .page-content-section .page-content .content-search form .row .field .field-input .input-parent .input .selectbox .select-container {
  display: none;
  background-color: #ffffff;
  width: 176px;
  border: 2px solid #D1D1D1;
  margin-top: 5px;
  margin-left: -10px;
}
#content .content-wrapper .container .content .page-content-section .page-content .content-search form .row .field .field-input .input-parent .input .selectbox .select-container > div {
  height: 23px;
  color: #575656;
  font-size: 12px;
  line-height: 23px;
  padding-left: 10px;
  padding-right: 10px;
}
#content .content-wrapper .container .content .page-content-section .page-content .content-search form .row .field .field-input .input-parent .input .selectbox .select-container > div:hover {
  background-color: #6e4c3e;
  color: #ffffff;
}
#content .content-wrapper .container .content .page-content-section .page-content .content-search form .row .field .field-input .input-parent .input-right {
  background: url('img/desktop/form-field-bg-A-right.png') no-repeat;
  width: 6px;
  height: 27px;
  position: absolute;
  top: 0;
  right: 0;
}
#content .content-wrapper .container .content .page-content-section .page-content .content-search form .row .submit-parent {
  position: relative;
  display: inline-block;
  vertical-align: top;
}
#content .content-wrapper .container .content .page-content-section .page-content .content-search form .row .submit-parent .button-left {
  background: url('img/desktop/form-btn-left.png') no-repeat;
  width: 7px;
  height: 27px;
  position: absolute;
  top: 0;
  left: 0;
}
#content .content-wrapper .container .content .page-content-section .page-content .content-search form .row .submit-parent .button {
  background-color: #6E4D3E;
  width: auto;
  height: 27px;
  margin-left: 7px;
  margin-right: 7px;
}
#content .content-wrapper .container .content .page-content-section .page-content .content-search form .row .submit-parent .button .submit {
  background: none;
  width: 56px;
  height: 27px;
  color: #ffffff;
  font-size: 12px;
  line-height: 27px;
  border: none;
  padding-left: 4px;
  padding-right: 4px;
}
#content .content-wrapper .container .content .page-content-section .page-content .content-search form .row .submit-parent .button-right {
  background: url('img/desktop/form-btn-right.png') no-repeat;
  width: 7px;
  height: 27px;
  position: absolute;
  top: 0;
  right: 0;
}
#content .content-wrapper .container .content .page-content-section .page-content .content-title {
  color: #6e4c3e;
  font-size: 16px;
  line-height: 30px;
  word-wrap: break-word;
  border-bottom: 1px solid #6e4c3e;
}
#content.tablet .content-wrapper .container,
#content.mobile .content-wrapper .container {
  padding-right: 20px;
}
#content.tablet .content-wrapper .container .content .page-menu-section,
#content.mobile .content-wrapper .container .content .page-menu-section {
  display: none;
}
#content.tablet .content-wrapper .container .content .page-title-section,
#content.mobile .content-wrapper .container .content .page-title-section {
  background-position: right top;
  padding-right: 40px;
}
#content.tablet .content-wrapper .container .content .page-content-section,
#content.mobile .content-wrapper .container .content .page-content-section {
  margin-left: 0px;
}
#content.mobile .editor img {
  width: 100%;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 20px;
}
footer {
  min-height: 180px;
  position: relative;
  z-index: 50;
  margin-top: -7px;
}
footer #footer-shadow {
  background: url('img/banner-bottom-bar-shadow.png') repeat-x center top;
  width: 100%;
  height: 7px;
}
footer #footer-upper {
  background: url('img/homepage-content-bg.png');
  width: 100%;
  min-height: 133px;
}
footer #footer-upper .container .footer-upper {
  text-align: right;
}
footer #footer-upper .container .footer-upper .footer-award-section,
footer #footer-upper .container .footer-upper .footer-subscribe-section,
footer #footer-upper .container .footer-upper .footer-media-icon-section {
  text-align: left;
  display: inline-block;
  vertical-align: top;
}
footer #footer-upper .container .footer-upper .footer-award-section .section-title span,
footer #footer-upper .container .footer-upper .footer-subscribe-section .section-title span,
footer #footer-upper .container .footer-upper .footer-media-icon-section .section-title span {
  font-size: 14px;
  line-height: 42px;
}
footer #footer-upper .container .footer-upper .footer-award-section .section-title .first-word,
footer #footer-upper .container .footer-upper .footer-subscribe-section .section-title .first-word,
footer #footer-upper .container .footer-upper .footer-media-icon-section .section-title .first-word {
  color: #6e4c3e;
}
footer #footer-upper .container .footer-upper .footer-award-section .section-title .other-words,
footer #footer-upper .container .footer-upper .footer-subscribe-section .section-title .other-words,
footer #footer-upper .container .footer-upper .footer-media-icon-section .section-title .other-words {
  color: #575656;
}
footer #footer-upper .container .footer-upper .footer-award-section .subscribe-set,
footer #footer-upper .container .footer-upper .footer-award-section .award-set,
footer #footer-upper .container .footer-upper .footer-award-section .media-icon-set,
footer #footer-upper .container .footer-upper .footer-subscribe-section .subscribe-set,
footer #footer-upper .container .footer-upper .footer-subscribe-section .award-set,
footer #footer-upper .container .footer-upper .footer-subscribe-section .media-icon-set,
footer #footer-upper .container .footer-upper .footer-media-icon-section .subscribe-set,
footer #footer-upper .container .footer-upper .footer-media-icon-section .award-set,
footer #footer-upper .container .footer-upper .footer-media-icon-section .media-icon-set {
  display: inline-block;
  vertical-align: middle;
}
footer #footer-upper .container .footer-upper .footer-award-section {
  width: 400px;
  margin-right: 37px;
}
footer #footer-upper .container .footer-upper .footer-award-section .award-set {
  width: 100%;
}
footer #footer-upper .container .footer-upper .footer-award-section .award-set .award {
  display: inline-block;
  vertical-align: top;
  margin-right: 5px;
  margin-bottom: 5px;
}
footer #footer-upper .container .footer-upper .footer-award-section .award-set .award .image-mobile {
  display: none;
}
footer #footer-upper .container .footer-upper .footer-award-section.mobile {
  display: none;
}
footer #footer-upper .container .footer-upper .footer-subscribe-media-icon-section {
  display: inline-block;
  vertical-align: top;
}
footer #footer-upper .container .footer-upper .footer-subscribe-media-icon-section .footer-subscribe-section {
  width: 278px;
  margin-right: 37px;
}
footer #footer-upper .container .footer-upper .footer-subscribe-media-icon-section .footer-subscribe-section .subscribe-set {
  width: 100%;
}
footer #footer-upper .container .footer-upper .footer-subscribe-media-icon-section .footer-subscribe-section .subscribe-set form .row .field .input-parent {
  width: 100%;
  position: relative;
  display: inline-block;
  vertical-align: top;
}
footer #footer-upper .container .footer-upper .footer-subscribe-media-icon-section .footer-subscribe-section .subscribe-set form .row .field .input-parent .input-left {
  background: url('img/desktop/form-field-bg-A-left.png') no-repeat;
  width: 6px;
  height: 27px;
  position: absolute;
  top: 0;
  left: 0;
}
footer #footer-upper .container .footer-upper .footer-subscribe-media-icon-section .footer-subscribe-section .subscribe-set form .row .field .input-parent .input {
  background: url('img/desktop/form-field-bg-A-repeat.png');
  width: auto;
  height: 27px;
  margin-left: 6px;
  margin-right: 6px;
}
footer #footer-upper .container .footer-upper .footer-subscribe-media-icon-section .footer-subscribe-section .subscribe-set form .row .field .input-parent .input .text {
  background: none;
  width: 185px;
  height: 23px;
  font-size: 12px;
  line-height: 23px;
  border: none;
  margin-top: 2px;
  margin-bottom: 2px;
}
footer #footer-upper .container .footer-upper .footer-subscribe-media-icon-section .footer-subscribe-section .subscribe-set form .row .field .input-parent .input-right {
  background: url('img/desktop/form-field-bg-A-right.png') no-repeat;
  width: 6px;
  height: 27px;
  position: absolute;
  top: 0;
  right: 0;
}
footer #footer-upper .container .footer-upper .footer-subscribe-media-icon-section .footer-subscribe-section .subscribe-set form .row .field .input-parent.error .input-left {
  background: url('img/desktop/form-field-bg-A-left-error.png') no-repeat;
}
footer #footer-upper .container .footer-upper .footer-subscribe-media-icon-section .footer-subscribe-section .subscribe-set form .row .field .input-parent.error .input {
  background: url('img/desktop/form-field-bg-A-repeat-error.png');
}
footer #footer-upper .container .footer-upper .footer-subscribe-media-icon-section .footer-subscribe-section .subscribe-set form .row .field .input-parent.error .input-right {
  background: url('img/desktop/form-field-bg-A-right-error.png') no-repeat;
}
footer #footer-upper .container .footer-upper .footer-subscribe-media-icon-section .footer-subscribe-section .subscribe-set form .row .field .input-parent .input-btn {
  background: url('img/desktop/form-btn-right.png') no-repeat right center;
  width: 76px;
  height: 27px;
  position: absolute;
  top: 0;
  right: 0;
  padding-right: 7px;
}
footer #footer-upper .container .footer-upper .footer-subscribe-media-icon-section .footer-subscribe-section .subscribe-set form .row .field .input-parent .input-btn .subscribe-submit {
  background-color: #6e4c3e;
  width: 100%;
  height: 27px;
  color: #ffffff;
  font-size: 12px;
  line-height: 27px;
  text-align: center;
  border: none;
  padding-left: 7px;
  cursor: pointer;
  -webkit-appearance: none;
  border-radius: 0;
}
footer #footer-upper .container .footer-upper .footer-subscribe-media-icon-section .footer-subscribe-section .subscribe-set form .footer-showmsg {
  margin-top: 10px;
}
footer #footer-upper .container .footer-upper .footer-subscribe-media-icon-section .footer-subscribe-section .subscribe-set form .footer-showmsg > div {
  color: #ff0000;
  font-size: 13px;
  line-height: 23px;
}
footer #footer-upper .container .footer-upper .footer-subscribe-media-icon-section .footer-media-icon-section {
  width: 228px;
}
footer #footer-upper .container .footer-upper .footer-subscribe-media-icon-section .footer-media-icon-section .media-icon-set {
  margin-left: -9px;
}
footer #footer-upper .container .footer-upper .footer-subscribe-media-icon-section .footer-media-icon-section .media-icon-set .media-icon {
  width: auto;
  height: 28px;
  display: inline-block;
  vertical-align: top;
  margin-left: 9px;
}
footer #footer-upper .container .footer-upper .footer-subscribe-media-icon-section .footer-media-icon-section .media-icon-set .media-icon .icon {
  display: block;
}
footer #footer-upper .container .footer-upper .footer-subscribe-media-icon-section .footer-media-icon-section .media-icon-set .media-icon .icon-hover {
  display: none;
}
footer #footer-upper .container .footer-upper .footer-subscribe-media-icon-section .footer-media-icon-section .media-icon-set .media-icon .icon-mobile {
  display: none;
}
footer #footer-upper .container .footer-upper .footer-subscribe-media-icon-section .footer-media-icon-section .media-icon-set .media-icon .icon-mobile-hover {
  display: none;
}
footer #footer-upper .container .footer-upper .footer-subscribe-media-icon-section .footer-media-icon-section .media-icon-set .media-icon:hover .icon {
  display: none;
}
footer #footer-upper .container .footer-upper .footer-subscribe-media-icon-section .footer-media-icon-section .media-icon-set .media-icon:hover .icon-hover {
  display: block;
}
footer #footer-lower {
  background: url('img/footer-bg.png');
  width: 100%;
  min-height: 40px;
}
footer #footer-lower .container .footer-lower {
  text-align: center;
  padding: 12px 0;
}
footer #footer-lower .container .footer-lower .footer-content {
  margin-bottom: 6px;
}
footer #footer-lower .container .footer-lower .footer-copyright span,
footer #footer-lower .container .footer-lower .footer-copyright a {
  color: #787878;
  font-size: 12px;
  line-height: 16px;
  display: inline-block;
  vertical-align: top;
}
footer #footer-lower .container .footer-lower .footer-copyright *,
footer #footer-lower .container .footer-lower .footer-copyright *:hover,
footer #footer-lower .container .footer-lower .footer-copyright *:link,
footer #footer-lower .container .footer-lower .footer-copyright *:visited {
  color: #787878;
}
footer.tablet #footer-upper .container .footer-upper .footer-award-section.mobile,
footer.mobile #footer-upper .container .footer-upper .footer-award-section.mobile {
  display: inline-block;
  vertical-align: top;
}
footer.tablet #footer-upper .container .footer-upper .footer-award-section.desktop,
footer.mobile #footer-upper .container .footer-upper .footer-award-section.desktop {
  display: none;
}
footer.tablet #footer-lower,
footer.mobile #footer-lower {
  background: none;
  background-color: #C5C5C5;
}
footer.tablet {
  min-height: 223px;
}
footer.tablet #footer-upper {
  min-height: 183px;
}
footer.tablet #footer-upper .container {
  padding-left: 20px;
  padding-right: 20px;
}
footer.tablet #footer-upper .container .footer-upper {
  text-align: left;
  padding-left: 20px;
}
footer.tablet #footer-upper .container .footer-upper .footer-award-section {
  width: 49%;
  margin-right: 0px;
}
footer.tablet #footer-upper .container .footer-upper .footer-award-section .award-set {
  width: 240px;
}
footer.tablet #footer-upper .container .footer-upper .footer-subscribe-media-icon-section {
  width: 50%;
}
footer.tablet #footer-upper .container .footer-upper .footer-subscribe-media-icon-section .footer-subscribe-section {
  padding-left: 18px;
  margin-right: 0px;
}
footer.tablet #footer-upper .container .footer-upper .footer-subscribe-media-icon-section .footer-media-icon-section {
  padding-left: 18px;
}
footer.mobile #footer-upper .container {
  padding-left: 20px;
  padding-right: 20px;
}
footer.mobile #footer-upper .container .footer-upper {
  padding-bottom: 40px;
}
footer.mobile #footer-upper .container .footer-upper .footer-award-section .section-title,
footer.mobile #footer-upper .container .footer-upper .footer-subscribe-section .section-title,
footer.mobile #footer-upper .container .footer-upper .footer-media-icon-section .section-title {
  margin-bottom: 10px;
}
footer.mobile #footer-upper .container .footer-upper .footer-award-section .section-title span,
footer.mobile #footer-upper .container .footer-upper .footer-subscribe-section .section-title span,
footer.mobile #footer-upper .container .footer-upper .footer-media-icon-section .section-title span {
  font-size: 24px;
  line-height: 30px;
}
footer.mobile #footer-upper .container .footer-upper .footer-award-section {
  width: 100%;
  padding-top: 20px;
  margin-right: 0px;
}
footer.mobile #footer-upper .container .footer-upper .footer-award-section .award-set {
  margin-right: -1%;
}
footer.mobile #footer-upper .container .footer-upper .footer-award-section .award-set .award {
  width: 18.5%;
  margin-right: 1%;
}
footer.mobile #footer-upper .container .footer-upper .footer-award-section .award-set .award .image-desktop {
  display: none;
}
footer.mobile #footer-upper .container .footer-upper .footer-award-section .award-set .award .image-mobile {
  display: block;
  width: 100%;
  height: auto;
}
footer.mobile #footer-upper .container .footer-upper .footer-subscribe-media-icon-section {
  width: 100%;
  padding-top: 7px;
}
footer.mobile #footer-upper .container .footer-upper .footer-subscribe-media-icon-section .footer-subscribe-section {
  width: 100%;
  padding-top: 20px;
  margin-right: 0px;
}
footer.mobile #footer-upper .container .footer-upper .footer-subscribe-media-icon-section .footer-subscribe-section .subscribe-set form .row .field .input-parent .input-left {
  background: url('img/mobile/form-field-bg-A-left.png') no-repeat;
  height: 47px;
}
footer.mobile #footer-upper .container .footer-upper .footer-subscribe-media-icon-section .footer-subscribe-section .subscribe-set form .row .field .input-parent .input {
  background: url('img/mobile/form-field-bg-A-repeat.png');
  height: 47px;
}
footer.mobile #footer-upper .container .footer-upper .footer-subscribe-media-icon-section .footer-subscribe-section .subscribe-set form .row .field .input-parent .input .text {
  background: none;
  width: 65%;
  height: 43px;
  font-size: 18px;
  line-height: 43px;
  padding-left: 10px;
  margin-top: 4px;
  margin-bottom: 4px;
}
footer.mobile #footer-upper .container .footer-upper .footer-subscribe-media-icon-section .footer-subscribe-section .subscribe-set form .row .field .input-parent .input-right {
  background: url('img/mobile/form-field-bg-A-right.png') no-repeat;
  height: 47px;
}
footer.mobile #footer-upper .container .footer-upper .footer-subscribe-media-icon-section .footer-subscribe-section .subscribe-set form .row .field .input-parent.error .input-left {
  background: url('img/mobile/form-field-bg-A-left-error.png') no-repeat;
}
footer.mobile #footer-upper .container .footer-upper .footer-subscribe-media-icon-section .footer-subscribe-section .subscribe-set form .row .field .input-parent.error .input {
  background: url('img/mobile/form-field-bg-A-repeat-error.png');
}
footer.mobile #footer-upper .container .footer-upper .footer-subscribe-media-icon-section .footer-subscribe-section .subscribe-set form .row .field .input-parent.error .input-right {
  background: url('img/mobile/form-field-bg-A-right-error.png') no-repeat;
}
footer.mobile #footer-upper .container .footer-upper .footer-subscribe-media-icon-section .footer-subscribe-section .subscribe-set form .row .field .input-parent .input-btn {
  background: url('img/mobile/form-btn-right.png') no-repeat right center;
  width: 127px;
  height: 47px;
  padding-right: 5px;
}
footer.mobile #footer-upper .container .footer-upper .footer-subscribe-media-icon-section .footer-subscribe-section .subscribe-set form .row .field .input-parent .input-btn .subscribe-submit {
  height: 47px;
  font-size: 18px;
  line-height: 47px;
  padding-left: 5px;
}
footer.mobile #footer-upper .container .footer-upper .footer-subscribe-media-icon-section .footer-subscribe-section .subscribe-set form .footer-showmsg > div {
  font-size: 18px;
}
footer.mobile #footer-upper .container .footer-upper .footer-subscribe-media-icon-section .footer-media-icon-section {
  width: 100%;
  padding-top: 20px;
}
footer.mobile #footer-upper .container .footer-upper .footer-subscribe-media-icon-section .footer-media-icon-section .media-icon-set .media-icon {
  height: 46px;
}
footer.mobile #footer-upper .container .footer-upper .footer-subscribe-media-icon-section .footer-media-icon-section .media-icon-set .media-icon .icon {
  display: none;
}
footer.mobile #footer-upper .container .footer-upper .footer-subscribe-media-icon-section .footer-media-icon-section .media-icon-set .media-icon .icon-hover {
  display: none;
}
footer.mobile #footer-upper .container .footer-upper .footer-subscribe-media-icon-section .footer-media-icon-section .media-icon-set .media-icon .icon-mobile {
  display: block;
}
footer.mobile #footer-upper .container .footer-upper .footer-subscribe-media-icon-section .footer-media-icon-section .media-icon-set .media-icon .icon-mobile-hover {
  display: none;
}
footer.mobile #footer-upper .container .footer-upper .footer-subscribe-media-icon-section .footer-media-icon-section .media-icon-set .media-icon:hover .icon {
  display: none;
}
footer.mobile #footer-upper .container .footer-upper .footer-subscribe-media-icon-section .footer-media-icon-section .media-icon-set .media-icon:hover .icon-hover {
  display: none;
}
footer.mobile #footer-upper .container .footer-upper .footer-subscribe-media-icon-section .footer-media-icon-section .media-icon-set .media-icon:hover .icon-mobile {
  display: none;
}
footer.mobile #footer-upper .container .footer-upper .footer-subscribe-media-icon-section .footer-media-icon-section .media-icon-set .media-icon:hover .icon-mobile-hover {
  display: block;
}
footer.mobile #footer-lower {
  min-height: 90px;
}
footer.mobile #footer-lower .container {
  padding-left: 20px;
  padding-right: 20px;
}
footer.mobile #footer-lower .container .footer-lower {
  text-align: left;
}
footer.mobile #footer-lower .container .footer-lower .footer-copyright span {
  display: block;
}
footer.mobile #footer-lower .container .footer-lower .footer-copyright span,
footer.mobile #footer-lower .container .footer-lower .footer-copyright a {
  font-size: 18px;
  line-height: 32px;
}
.pager .first,
.pager .last {
  background-color: #e6e6e6;
  min-width: 15px;
  height: 24px;
  color: #828282;
  font-size: 12px;
  line-height: 24px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  padding-left: 5px;
  padding-right: 5px;
}
.pager .first.current,
.pager .first:hover,
.pager .last.current,
.pager .last:hover {
  background-color: #6e4c3e;
  color: #ffffff;
}
.pager .last {
  margin-right: 9px;
}
.pager .prev {
  width: 20px;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 3px;
  margin-right: 6px;
}
.pager .prev.off {
  width: auto;
}
.pager .item {
  background-color: #e6e6e6;
  min-width: 15px;
  height: 24px;
  color: #828282;
  font-size: 12px;
  line-height: 24px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  padding-left: 5px;
  padding-right: 5px;
  margin-right: 5px;
}
.pager .item.current,
.pager .item:hover {
  background-color: #6e4c3e;
  color: #ffffff;
}
.pager .next {
  width: 20px;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 1px;
  margin-right: 3px;
}
.pager .next.off {
  width: auto;
}
.pager .goto {
  background-color: #e6e6e6;
  width: 23px;
  height: 16px;
  color: #000000;
  font-size: 12px;
  line-height: 24px;
  display: inline-block;
  vertical-align: middle;
  padding-top: 4px;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 4px;
}
.colorbox-gallery {
  text-align: center;
  padding-left: 30px;
  padding-right: 30px;
}
.colorbox-gallery .gallery-show {
  margin-bottom: 8px;
}
.colorbox-gallery .preview-set {
  width: 460px;
  display: inline-block;
  vertical-align: top;
  padding-right: 10px;
  margin-left: auto;
  margin-right: auto;
}
.colorbox-gallery .preview-set .preview {
  display: inline-block;
  vertical-align: top;
  border: 1px solid #c6c6c6;
  margin-top: 10px;
  margin-left: 10px;
}
.colorbox-gallery .preview-set .preview.selected {
  border: 1px solid #6e4c3e;
}
.colorbox-map {
  width: 920px;
  height: 571px;
}
.oneline {
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
}
.clear {
  clear: both;
  float: left;
}
.inline-block {
  display: inline-block;
}
.blank-div {
  width: 0px;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
.words {
  word-wrap: break-word;
}
#content .content-background {
  height: 651px;
  position: relative;
}
#content .content-background #background-cycle {
  width: 100%;
  height: 100%;
}
#content .content-background #background-cycle .background {
  width: 100%;
  height: 100%;
}
#content .content-background #background-cycle .background .background-image {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 0;
}
#content .content-background #background-cycle .background .background-photo {
  display: none;
}
#content .content-background #background-cycle .background .background-project {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  overflow: hidden;
}
#content .content-background #background-cycle .background .background-project .background-project-detail {
  background: url('img/footer-bg.png');
  width: 180px;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
}
#content .content-background #background-cycle .background .background-project .background-project-detail .project-title {
  color: #575656;
  font-size: 16px;
  font-weight: bold;
  line-height: 23px;
  padding-top: 50px;
  margin-bottom: 30px;
}
#content .content-background #background-cycle .background .background-project .background-project-detail .project-area {
  color: #575656;
  font-size: 13px;
  line-height: 23px;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  margin-bottom: 30px;
}
#content .content-background #background-cycle .background .background-link {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  z-index: 1;
}
#content .content-background #background-cycle .background-control {
  background: url('img/banner-bottom-bar-bg.png') center bottom;
  width: 100%;
  height: 32px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 101;
}
#content .content-background #background-cycle .background-control .container .background-prev,
#content .content-background #background-cycle .background-control .container .background-next {
  display: none;
  width: 51px;
  height: 651px;
  position: absolute;
  top: -619px;
}
#content .content-background #background-cycle .background-control .container .background-prev {
  background: url('img/banner-arrow-left.png') no-repeat center;
  right: 100%;
}
#content .content-background #background-cycle .background-control .container .background-next {
  background: url('img/banner-arrow-right.png') no-repeat center;
  left: 100%;
}
#content .content-background #background-cycle .background-control .container .cycle-pager {
  text-align: center;
  margin-top: -10px;
}
#content .content-background #background-cycle .background-control .container .cycle-pager .background-pager {
  background: url('img/banner-slide-off.png') no-repeat;
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: top;
  margin-left: 1px;
  margin-right: 1px;
}
#content .content-background #background-cycle .background-control .container .cycle-pager .background-pager.cycle-pager-active {
  background: url('img/banner-slide-on.png') no-repeat;
}
#content.tablet .content-background #background-cycle .background-control .container .background-prev {
  background: url('img/banner-arrow-left.png') no-repeat center;
  right: auto;
  left: 20px;
}
#content.tablet .content-background #background-cycle .background-control .container .background-next {
  background: url('img/banner-arrow-right.png') no-repeat center;
  left: auto;
  right: 20px;
}
#content.mobile {
  padding-top: 90px;
}
#content.mobile .content-background #background-cycle .background .background-project .background-project-detail {
  width: 120px;
}
#content.mobile .content-background #background-cycle .background-control .container .background-prev {
  display: none;
}
#content.mobile .content-background #background-cycle .background-control .container .background-next {
  display: none;
}
