@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Comfortaa:wght&display=swap");
html {
  font: 16px/1.2 "Comfortaa", system-ui, -apple-system, "微軟正黑體", "Microsoft JhengHei", "游明朝体", YuMincho, "游明朝", "Yu Mincho", "Hiragino Kaku Gothic Pro", Meiryo, "MS PGothic", sans-serif;
  -webkit-text-size-adjust: 100%;
}

*, *:before, *:after {
  box-sizing: border-box;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

body {
  margin: 0 auto;
  background: #fff;
  color: #333;
  letter-spacing: 0.03em;
}

main {
  display: block;
}

h1 {
  font-size: 36px;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  margin: 1.25em 0;
  border: solid #eaebeb;
  border-width: 1px 0 0;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
  font-family: Consolas, monospace;
}

a {
  background-color: transparent;
  color: #2c3b50;
  text-decoration: none;
  transition: color 350ms, background 300ms ease;
}
a:hover {
  color: #b49c52;
}
a:not([href]):not([tabindex]), a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}

abbr[title] {
  cursor: help;
  border-bottom: 1px dotted;
}

b, strong, .b, .strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  vertical-align: middle;
  border-style: none;
}

button {
  background: none;
  border: none;
}
button:focus {
  outline: 0;
}

button, input, optgroup, select, textarea {
  margin: 0;
  color: inherit;
  font: inherit;
}

button, input {
  overflow: visible;
}
button[disabled], input[disabled] {
  cursor: not-allowed;
}

button, select {
  text-transform: none;
}

button,
[type=button],
[type=reset], [type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring, [type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[hidden], template {
  display: none;
}

dd {
  margin: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  max-width: 100%;
  background-color: #fff;
}
table.fixed {
  table-layout: fixed;
  word-wrap: break-word;
  word-break: break-all;
}

th, td {
  text-align: center;
  vertical-align: middle;
  border: 1px solid #eaebeb;
  border-width: 0 0 1px;
  padding: 0.5em 1.2em;
}

thead, tbody:nth-last-child(n+2) {
  border-bottom: 2px solid #eaebeb;
}

thead th, thead td {
  border-width: 0;
}

.table-bordered {
  border: 1px solid #eaebeb;
}
.table-bordered th, .table-bordered td {
  border-width: 1px;
}

.striped tr:nth-child(even),
.striped-tbody tbody:nth-child(even) {
  background-color: #f8f9fa;
}

.table-hover tr, .table-hover th, .table-hover td {
  transition: 300ms;
}
.table-hover tbody:hover > tr > [rowspan],
.table-hover tbody > tr:hover {
  background-color: #f0ebdc;
}
.table-hover tbody > tr:hover th, .table-hover tbody > tr:hover td {
  background-color: transparent !important;
}

.text-hide {
  text-indent: 101%;
  overflow: hidden;
  white-space: nowrap;
  padding: 0;
}

#footer::after, #header::after, .container::after, .clearfix::after {
  content: "";
  display: table;
  clear: both;
}

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

.clear {
  clear: both;
}

.rest {
  overflow: hidden;
}

.inline {
  display: inline;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.img-center {
  display: block;
  margin: auto;
  max-width: 100%;
}

.container, .center {
  margin-left: auto;
  margin-right: auto;
}

.circle {
  border-radius: 50%;
}

.hidden {
  display: none;
}

.disabled {
  cursor: not-allowed;
}

.full {
  width: 100%;
}

.max-full {
  max-width: 100%;
}

.w-auto {
  width: auto;
}

.align-top {
  vertical-align: top;
}

.align-middle {
  vertical-align: middle;
}

.align-bottom {
  vertical-align: bottom;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

@media (min-width: 35.5em) {
  .text-xs-left {
    text-align: left;
  }

  .text-xs-right {
    text-align: right;
  }

  .text-xs-center {
    text-align: center;
  }
}
@media (min-width: 48em) {
  .text-sm-left {
    text-align: left;
  }

  .text-sm-right {
    text-align: right;
  }

  .text-sm-center {
    text-align: center;
  }
}
@media (min-width: 64em) {
  .text-md-left {
    text-align: left;
  }

  .text-md-right {
    text-align: right;
  }

  .text-md-center {
    text-align: center;
  }
}
@media (min-width: 75em) {
  .text-lg-left {
    text-align: left;
  }

  .text-lg-right {
    text-align: right;
  }

  .text-lg-center {
    text-align: center;
  }
}
.hover-white, .text-white {
  color: #fff;
}

.bg-white {
  background: #fff;
}

.hover-white:hover, .hover-white:focus {
  color: #d9d9d9;
}

.font-tiny {
  font-size: 0.75rem;
}

.font-sm {
  font-size: 0.88rem;
}

.font-md {
  font-size: 0.94rem;
}

.font-lg {
  font-size: 1.13rem;
}

.font-xl {
  font-size: 1.5rem;
}

.font-xxl {
  font-size: 2rem;
}

.m-0 {
  margin: 0;
}

.mt-0 {
  margin-top: 0;
}

.mr-0 {
  margin-right: 0;
}

.mb-0 {
  margin-bottom: 0;
}

.ml-0 {
  margin-left: 0;
}

.mx-0 {
  margin-right: 0;
  margin-left: 0;
}

.my-0 {
  margin-top: 0;
  margin-bottom: 0;
}

.m-s {
  margin: 0.5rem;
}

.mt-s {
  margin-top: 0.5rem;
}

.mr-s {
  margin-right: 0.5rem;
}

.mb-s {
  margin-bottom: 0.5rem;
}

.ml-s {
  margin-left: 0.5rem;
}

.mx-s {
  margin-right: 0.5rem;
  margin-left: 0.5rem;
}

.my-s {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.m-m {
  margin: 1rem;
}

.mt-m {
  margin-top: 1rem;
}

.mr-m {
  margin-right: 1rem;
}

.mb-m {
  margin-bottom: 1rem;
}

.ml-m {
  margin-left: 1rem;
}

.mx-m {
  margin-right: 1rem;
  margin-left: 1rem;
}

.my-m {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.m-l {
  margin: 1.5rem;
}

.mt-l {
  margin-top: 1.5rem;
}

.mr-l {
  margin-right: 1.5rem;
}

.mb-l {
  margin-bottom: 1.5rem;
}

.ml-l {
  margin-left: 1.5rem;
}

.mx-l {
  margin-right: 1.5rem;
  margin-left: 1.5rem;
}

.my-l {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.m-2 {
  margin: 0.13rem;
}

.mt-2 {
  margin-top: 0.13rem;
}

.mr-2 {
  margin-right: 0.13rem;
}

.mb-2 {
  margin-bottom: 0.13rem;
}

.ml-2 {
  margin-left: 0.13rem;
}

.mx-2 {
  margin-right: 0.13rem;
  margin-left: 0.13rem;
}

.my-2 {
  margin-top: 0.13rem;
  margin-bottom: 0.13rem;
}

.m-10 {
  margin: 0.63rem;
}

.mt-10 {
  margin-top: 0.63rem;
}

.mr-10 {
  margin-right: 0.63rem;
}

.mb-10 {
  margin-bottom: 0.63rem;
}

.ml-10 {
  margin-left: 0.63rem;
}

.mx-10 {
  margin-right: 0.63rem;
  margin-left: 0.63rem;
}

.my-10 {
  margin-top: 0.63rem;
  margin-bottom: 0.63rem;
}

.p-0 {
  padding: 0;
}

.pt-0 {
  padding-top: 0;
}

.pr-0 {
  padding-right: 0;
}

.pb-0 {
  padding-bottom: 0;
}

.pl-0 {
  padding-left: 0;
}

.px-0 {
  padding-right: 0;
  padding-left: 0;
}

.py-0 {
  padding-top: 0;
  padding-bottom: 0;
}

.p-s {
  padding: 0.5rem;
}

.pt-s {
  padding-top: 0.5rem;
}

.pr-s {
  padding-right: 0.5rem;
}

.pb-s {
  padding-bottom: 0.5rem;
}

.pl-s {
  padding-left: 0.5rem;
}

.px-s {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.py-s {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.p-m {
  padding: 1rem;
}

.pt-m {
  padding-top: 1rem;
}

.pr-m {
  padding-right: 1rem;
}

.pb-m {
  padding-bottom: 1rem;
}

.pl-m {
  padding-left: 1rem;
}

.px-m {
  padding-right: 1rem;
  padding-left: 1rem;
}

.py-m {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.p-l {
  padding: 1.5rem;
}

.pt-l {
  padding-top: 1.5rem;
}

.pr-l {
  padding-right: 1.5rem;
}

.pb-l {
  padding-bottom: 1.5rem;
}

.pl-l {
  padding-left: 1.5rem;
}

.px-l {
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}

.py-l {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.p-2 {
  padding: 0.13rem;
}

.pt-2 {
  padding-top: 0.13rem;
}

.pr-2 {
  padding-right: 0.13rem;
}

.pb-2 {
  padding-bottom: 0.13rem;
}

.pl-2 {
  padding-left: 0.13rem;
}

.px-2 {
  padding-right: 0.13rem;
  padding-left: 0.13rem;
}

.py-2 {
  padding-top: 0.13rem;
  padding-bottom: 0.13rem;
}

.p-10 {
  padding: 0.63rem;
}

.pt-10 {
  padding-top: 0.63rem;
}

.pr-10 {
  padding-right: 0.63rem;
}

.pb-10 {
  padding-bottom: 0.63rem;
}

.pl-10 {
  padding-left: 0.63rem;
}

.px-10 {
  padding-right: 0.63rem;
  padding-left: 0.63rem;
}

.py-10 {
  padding-top: 0.63rem;
  padding-bottom: 0.63rem;
}

.list-inline, .list-unstyled {
  list-style: none;
  padding-left: 0;
}

.list-inline > li {
  display: inline-block;
}
.list-inline > li:not(:last-child) {
  margin-right: 8px;
}

.border {
  border: 1px solid #eaebeb;
}
.border-double {
  border: 2px solid #eaebeb;
}
.border-none {
  border-width: 0;
}

html, body {
  height: 100%;
}

#wrapper {
  min-height: 100%;
  margin-bottom: -125px;
  padding-bottom: 155px;
}
.ContactUs #wrapper, .Renewal #wrapper {
  padding-bottom: 125px;
}

.container {
  max-width: 1420px;
}
@media (max-width: 90.75em) {
  .container {
    padding-right: 16px;
    padding-left: 16px;
  }
}
@media (min-width: 64em) {
  .container.small {
    max-width: 1020px;
  }
}

#header {
  background: #2b384b;
  position: relative;
  z-index: 2;
}

.logo {
  cursor: pointer;
  float: left;
  color: #fff;
  font-size: 1.5em;
  font-weight: normal;
  background: url(../images/logo.png) 0 0 no-repeat;
  padding: 16px 0 0 53px;
  margin: 7px 0;
  min-height: 71px;
}
.logo small {
  font-size: 0.54em;
  letter-spacing: 0.17em;
}

@media (max-width: 63.94em) {
  .menu {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    overflow-y: auto;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    transition: 350ms ease, opacity 200ms;
    padding: 85px 16px 20px;
    background: rgba(27, 30, 36, 0.8);
  }
  .menu.open {
    padding-bottom: 30px;
    opacity: 1;
    visibility: visible;
  }
}
@media (min-width: 64em) {
  .menu {
    float: right;
    margin-top: 30px;
  }
}

.nav-link {
  display: block;
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
}
@media (max-width: 63.94em) {
  .nav-link {
    font-size: 1.5em;
    border-bottom: 1px solid #4d4d4d;
    padding: 20px 0;
  }
  .nav-link:hover, .nav-link:active, .nav-link.active {
    background: colo(secondary);
  }
}
@media (min-width: 64em) {
  .nav-link {
    display: inline-block;
    vertical-align: middle;
    margin: 0 12px;
    position: relative;
    font-size: 1.13em;
  }
  .nav-link:hover, .nav-link:active {
    color: #cebf8f;
  }
  .nav-link.active::after {
    display: block;
    content: "";
    width: 12px;
    height: 12px;
    border: solid #fff;
    border-width: 2px 2px 0 0;
    border-radius: 1px;
    margin-left: -6px;
    position: absolute;
    left: 50%;
    bottom: -14px;
    transform: rotate(135deg);
  }
}

.mobile-toggle {
  cursor: pointer;
  display: none;
  transition: 600ms;
  z-index: 100;
  color: #fff;
  font-size: 1.88em;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 22px;
  right: 16px;
}
.mobile-toggle:hover, .mobile-toggle.active {
  background: #2c3b50;
}
.mobile-toggle.active:before {
  content: "\ea11";
}
@media (max-width: 63.94em) {
  .mobile-toggle {
    display: block;
  }
}

#footer {
  min-height: 125px;
  border-top: 4px solid #b49c52;
  background: #161e29;
  text-align: center;
  padding-top: 16px;
}
@media (min-width: 35.5em) {
  #footer {
    padding-top: 20px;
  }
}

.copyright {
  color: #c1c5c8;
  font-size: 0.81em;
  letter-spacing: 0.19em;
  display: inline-block;
  background: url(../images/logo.png) no-repeat center 0;
  padding-top: 85px;
}
@media (min-width: 35.5em) {
  .copyright {
    background-position: 0 center;
    padding: 37px 0 0 55px;
    min-height: 72px;
  }
}

.gotop {
  background: rgba(180, 156, 82, 0.5);
  border-radius: 50%;
  text-align: center;
  display: block;
  width: 45px;
  height: 45px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 100;
  transition: 300ms;
  visibility: hidden;
  opacity: 0;
}
.gotop.fadein {
  visibility: visible;
  opacity: 1;
}
.gotop::before {
  color: #fff;
  font-size: 1.25em;
  line-height: 45px;
}
.gotop:hover {
  background: #476082;
}

input.btn {
  border: none;
}

.btn {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  white-space: nowrap;
  transition: 350ms, letter-spacing 500ms;
  -webkit-appearance: none;
  color: #fff;
  letter-spacing: 0.13em;
  background: #465e80;
  padding: 1.25em 1.5em;
  min-width: 180px;
}
.btn:focus {
  outline: 0;
}
.btn[disabled] {
  cursor: not-allowed;
}
.btn.white {
  background: #fff;
  color: #465e80;
}
.btn:hover, .btn:active, .btn.active {
  color: #fff;
  letter-spacing: 0.25em;
  background: #b49c52;
}
.btn.success {
  background: #74839c;
}
.btn.success:hover, .btn.success:active {
  background: #667389;
}
.btn.info {
  background: #465e80;
}
.btn.info:hover, .btn.info:active {
  background: #41536e;
}
.btn.warning {
  background: #d6ba62;
}
.btn.warning:hover, .btn.warning:active {
  background: #c6a94d;
}
.btn.cancel {
  background: #eaebeb;
}
.btn.cancel:hover, .btn.cancel:active {
  background: #cdcfcf;
}
.btn.cancel {
  color: #8b8e8e;
}

button[class*=hover-] {
  padding: 0;
  text-align: inherit;
  transition: 300ms;
}

.text-primary, .hover-primary {
  color: #2c3b50;
}

.hover-primary:hover, .hover-primary:focus {
  color: #26303d;
}

.bg-primary {
  background: #2c3b50;
}

.text-secondary, .hover-secondary {
  color: #b49c52;
}

.hover-secondary:hover, .hover-secondary:focus {
  color: #8a7a48;
}

.bg-secondary {
  background: #b49c52;
}

.text-info, .hover-info {
  color: #465e80;
}

.hover-info:hover, .hover-info:focus {
  color: #3d4c62;
}

.bg-info {
  background: #465e80;
}

.text-success, .hover-success {
  color: #74839c;
}

.hover-success:hover, .hover-success:focus {
  color: #5e697b;
}

.bg-success {
  background: #74839c;
}

.text-warning, .hover-warning {
  color: #d6ba62;
}

.hover-warning:hover, .hover-warning:focus {
  color: #b79b42;
}

.bg-warning {
  background: #d6ba62;
}

.text-danger, .hover-danger {
  color: #fa4b65;
}

.hover-danger:hover, .hover-danger:focus {
  color: #e12340;
}

.bg-danger {
  background: #fa4b65;
}

.text-muted, .hover-muted {
  color: #eaebeb;
}

.hover-muted:hover, .hover-muted:focus {
  color: #babdbd;
}

.bg-muted {
  background: #eaebeb;
}

.bgwall {
  background: url(../images/bgwall.jpg) no-repeat center/cover;
}

.link {
  font-size: 1.13em;
  letter-spacing: 0.19em;
  transition: 500ms;
}
.link.secondary {
  color: #c3b075;
}
.link:hover, .link:active {
  letter-spacing: 0.44em;
}

.headline, .subtitle {
  font-weight: 400;
  letter-spacing: 0.18em;
}

.headline {
  color: #74839c;
  font-size: 3.38em;
  position: relative;
  padding-bottom: 0.26em;
}
.headline::after {
  border-top: 3px solid #eaebeb;
  width: 1.5em;
  bottom: 0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.headline::after {
  content: "";
  display: block;
}

.subtitle {
  color: #2c3b50;
  font-size: 2.38em;
}
@media (max-width: 35.5em) {
  .subtitle {
    font-size: 1.88em;
  }
}

.newsitem {
  margin-bottom: 40px;
}
.newsitem p {
  font-size: 1.06em;
  line-height: 1.8;
  margin-top: 0;
}

.newstitle {
  font-size: 1.38em;
  font-weight: normal;
  line-height: 1.45;
  margin-bottom: 0.7em;
  margin-top: 0.45em;
}

.newsdate {
  color: #6d7c95;
  font-size: 1.06em;
  letter-spacing: 0.19em;
}
.newsdate em {
  font-size: 1.47em;
}
.newsdate em:after {
  content: "/";
  font-weight: 100;
  margin-left: -2px;
}

.activity {
  background: #34465f;
  padding: 1px 0 30px;
  color: #fff;
}

.actitle {
  font-size: 2.38em;
  font-weight: normal;
  letter-spacing: 0.13em;
}

.card {
  cursor: pointer;
  margin: 0 0 20px;
}
.card p {
  font-size: 0.94em;
  line-height: 1.85;
  margin: 0 0 30px;
}
.card hr {
  border-color: rgba(0, 0, 0, 0.1);
}
.activity .card hr {
  border-color: rgba(255, 255, 255, 0.1);
}
.card:hover img {
  min-width: 110%;
}
.card:hover .card-title {
  color: #c9ac50;
}
.activity .card:hover .card-title {
  color: #efe3c0;
}

.card-img {
  margin: 0 0 14px;
  overflow: hidden;
  position: relative;
  height: 210px;
  width: 100%;
  background: url(../images/logo-gray.png) no-repeat center, url(../images/bgwall.jpg) no-repeat 0 0;
}
.activity .card-img {
  height: 170px;
}
.card-img img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  transition: 350ms;
}

.card-date {
  color: #999999;
  letter-spacing: 0.25em;
  font-size: 0.88em;
}

.card-title {
  font-size: 1.19em;
  font-weight: normal;
  line-height: 1.5;
  margin: 5px 0 8px;
  transition: 420ms;
}

.card-link {
  color: inherit;
}

.headtitle {
  background: url(../images/bgwall.jpg) no-repeat center/cover;
  padding: 1px 16px;
}
.headtitle-d {
  color: #fff;
  background: #1f242c url(../images/banner-re.jpg) no-repeat center;
  padding: 1px 16px 32px;
}
.AboutUs .headtitle-d {
  background-image: url(../images/banner-ab.jpg);
}
.Service .headtitle-d {
  background-image: url(../images/banner-ser.jpg);
}
.Partner .headtitle-d {
  background-image: url(../images/banner-par.jpg);
}
.ContactUs .headtitle-d {
  background-image: url(../images/banner-con.jpg);
}
.headtitle-d .headline {
  color: inherit;
}
.headtitle-d .headline:after {
  border-color: #d6ba62;
}
.headtitle .btn {
  margin: 0 10px 15px;
}

.pb-40 {
  padding-bottom: 40px;
}

.mb-54 {
  margin-bottom: 54px;
}

.th {
  background: #74839c;
  color: #fff;
}

.table-list th {
  white-space: nowrap;
  width: 30%;
}
.table-list tr:hover {
  background-color: #f0ebdc;
}
.table-list tr:hover, .table-list tr:hover th {
  transition: 300ms;
}
.table-list tr:hover th {
  background: #8996ab;
}

@media (max-width: 48em) {
  .table-rwd tr, .table-rwd td {
    display: block;
  }
  .table-rwd thead, .table-rwd .empty, .table-rwd th {
    display: none;
  }
  .table-rwd td {
    text-align: left;
  }
  .table-rwd [data-th]:before {
    color: #b49c52;
    content: attr(data-th) "：";
    display: block;
  }
}

.grid {
  margin-bottom: 50px;
}
@media (min-width: 48em) {
  .grid {
    display: flex;
    flex-wrap: wrap;
  }
}
.grid .col {
  margin: 0 1% 48px;
}
@media (min-width: 48em) {
  .grid .col {
    width: 48%;
  }
}
@media (min-width: 64em) {
  .grid .col {
    width: 31%;
  }
}

.thumbinfo, .thumbnail {
  transition: 350ms;
}

.thumbnail {
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  overflow: hidden;
  margin: 0 0 42px;
}
.thumbnail:hover {
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.3);
}
.thumbnail:hover .thumbinfo {
  background: #465e80;
}
.thumbnail:hover img {
  filter: brightness(1.2);
  width: 110%;
}

.thumbinfo {
  background: #bfaa6a;
  padding: 16px;
  color: #fff;
  font-size: 1.13em;
}

.thumbimg {
  position: relative;
  overflow: hidden;
  height: 210px;
  text-align: center;
  background: url(../images/logo-gray.png) no-repeat center, url(../images/bgwall.jpg) no-repeat 0 0;
}
.thumbimg img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  min-height: 100%;
  transition: 400ms;
}

.thumbdate {
  font-style: normal;
  font-size: 0.83em;
  display: block;
  margin-top: 5px;
}

.renew-title {
  font-weight: normal;
  font-size: 2em;
  letter-spacing: 0.06em;
}
.renew-info {
  padding: 54px 0;
  font-size: 1.19em;
  line-height: 2;
}
.renew-img {
  margin: 0 0 30px;
}
.renew-img img {
  width: 100%;
}
.renew-subtitle {
  margin: 0 0 -10px;
  font-size: 0.94em;
}
.renew-data {
  padding: 1px 0 100px;
}

.schedule {
  margin-bottom: 100px;
}

.faqs {
  counter-reset: sn;
}

.faq-title, .faq-content {
  line-height: 1.85;
}
.faq-title {
  background: #f4f0e5;
  color: #3a4d69;
  counter-increment: sn;
  padding: 8px 10px 8px 65px;
  position: relative;
}
.faq-title::before {
  color: #c3b075;
  content: counter(sn);
  font-size: 1.31em;
  font-weight: normal;
  text-align: center;
  line-height: 42px;
  display: block;
  background: #fff;
  border-radius: 50%;
  width: 42px;
  height: 42px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 10px;
}
.faq-content {
  margin-bottom: 32px;
}

.aboutinfo {
  font-size: 1.31em;
  line-height: 1.8;
}

.aboutimg {
  margin: 0 0 16px;
}
@media (min-width: 48em) {
  .aboutimg {
    float: right;
    width: 45%;
    margin-left: 24px;
  }
}

.gallery {
  margin: 30px 0;
}
@media (min-width: 35.5em) {
  .gallery {
    display: flex;
    flex-wrap: wrap;
  }
}
.gallery img {
  max-width: 100%;
  padding: 1px;
  border: 3px solid #eaebeb;
  transition: 100ms, box-shadow 550ms 100ms;
}
.gallery-link {
  display: block;
  margin-bottom: 16px;
}
.gallery-link:hover img {
  border: 4px solid #d6ba62;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
}
@media (min-width: 23.44em) {
  .gallery-link {
    flex: 0 0 49%;
    margin: 0.5%;
  }
}
@media (min-width: 48em) {
  .gallery-link {
    flex-basis: 32%;
  }
}
@media (min-width: 64em) {
  .gallery-link {
    flex-basis: 24%;
  }
}

.link-border {
  border: 2px solid #eaebeb;
  display: inline-block;
  padding: 10px;
  margin: 10px 5px;
  font-size: 1.19em;
  line-height: 1.5;
  transition: 300ms;
}
.link-border:hover {
  border-color: #bac1ce;
}
.link-border img {
  max-height: 80px;
}

.form {
  margin-bottom: 50px;
}
.form label {
  color: #465e80;
  font-size: 1.06em;
}

@media (max-width: 63.94em) {
  .submitbar {
    text-align: center;
  }
}

.help {
  cursor: help;
  color: #fa4b65;
}

.input-underline {
  transition: border-color ease-in-out 300ms, box-shadow ease-in-out 300ms;
  vertical-align: middle;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-bottom: 1px solid #eaebeb;
  font-size: 1.19em;
  margin: 8px 0 32px;
}
.input-underline::-ms-expand {
  background-color: transparent;
  border: 0;
  display: none;
}
.input-underline:focus {
  outline: 0;
  border-color: #b49c52;
}

@media (max-width: 63.94em) {
  .contacts {
    text-align: center;
  }
}

.coinfo {
  font-size: 1.06em;
  line-height: 1.8;
  letter-spacing: 0.13em;
  margin: 0 0 30px;
}
.coinfo .t, .coinfo .f {
  display: inline;
  margin: 0 5px;
}

.map iframe {
  width: 100%;
  height: 420px;
}

.title {
  color: #2c3b50;
  font-size: 1.69em;
  font-weight: normal;
  letter-spacing: 0.06em;
  margin-bottom: 0.44em;
}

.editor {
  line-height: 1.8;
}

.back {
  margin: 50px 0;
}
