@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+TC:300,400,500,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Josefin+Sans:300,400,600&display=swap");
* {
  position: relative;
  font-family: "Noto Sans", "Noto Sans CJK TC", "Noto Sans CJK SC", "Noto Sans CJK", "Source Han Sans TC", "Source Han Sans SC", "Source Han Sans CN", "Source Han Sans", "Noto Sans TC", "微軟正黑體", sans-serif;
  font-size: 0.16rem;
  font-weight: 400;
  letter-spacing: 0.018rem;
  -webkit-font-smoothing: antialiased;
  color: #464646;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  *::-moz-selection {
    color: #fff;
    background: #bd9713; }
  *::selection {
    color: #fff;
    background: #bd9713; }
  *::-moz-selection {
    color: #fff;
    background: #bd9713; }

html, body {
  font-size: calc(16px * 100 / 16);
  width: 100%;
  margin: 0; }

#hover-mobile {
  position: fixed;
  width: 100%;
  height: 100vh;
  left: 0;
  top: 0;
  overflow: auto;
  z-index: -9999; }
  #hover-mobile .hover-bg {
    display: inline-block;
    width: 100%;
    height: 100%; }

/* ----------------------------------- */
/* ------ Labels ------ */
/* ----------------------------------- */
a {
  display: inline-block;
  text-decoration: none !important;
  color: inherit; }
  a:hover {
    color: inherit; }

button:focus {
  outline: 0; }

img {
  width: 100%;
  max-width: 100%; }

ul {
  list-style: none;
  padding: 0;
  margin: 0; }

table {
  max-width: 100%; }

hr {
  margin: 0.1rem 0; }

i:not(.dropdown-toggle) {
  margin-right: 5px; }

.fa, .fab, .fal, .far, .fas {
  display: inline; }

/* ----------------------------------- */
/* ------ Fonts ------ */
/* ----------------------------------- */
h1, h2, h3, h4, h5, h6 {
  font-weight: 500; }

h1, h2, h3, h4, h5, h6, p {
  margin: 0; }

h3.title-small {
  font-size: 0.18rem;
  letter-spacing: 0.05rem;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  color: #bd9713; }

h3.title-small.inner {
  -webkit-writing-mode: initial;
  -ms-writing-mode: initial;
  writing-mode: initial;
  letter-spacing: 0.04rem;
  line-height: 1.6;
  margin: 0.5rem 0 0.3rem; }

h3.title-small.inner.first {
  margin-top: 0; }

p {
  letter-spacing: 0.04rem; }

p.small {
  font-size: 0.14rem;
  letter-spacing: 0.016rem; }

.p-btn {
  font-size: 0.17rem;
  letter-spacing: 0.018rem;
  color: #fff; }

.p-footer, p.scroll {
  font-size: 0.15rem;
  letter-spacing: 0.015rem;
  line-height: 1.6;
  color: #fff; }

.btn-more a {
  font-size: 0.14rem;
  letter-spacing: 0.03rem; }

.deco-text {
  font-family: "Josefin Sans", "Noto Sans TC", "微軟正黑體", sans-serif;
  font-size: 1.5rem;
  font-weight: 300;
  letter-spacing: 0.14rem;
  line-height: 1.4;
  color: #f8f8f9;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

@media (max-width: 1200px) {
  .deco-text {
    font-size: 1.2rem; } }

@media (max-width: 700px) {
  h3.title-small {
    -webkit-writing-mode: initial;
    -ms-writing-mode: initial;
    writing-mode: initial; }
  p {
    letter-spacing: 0.02rem; }
  p.small {
    font-size: 0.1rem;
    letter-spacing: 0.01rem;
    line-height: 1.4; }
  .deco-text {
    font-size: 14vw; } }

@media (max-width: 575px) {
  h3.title-small {
    font-size: 0.17rem; }
  h3.title-small.inner {
    margin: 10vw 0 4vw; } }

/* ----------------------------------- */
/* ------ Adjustments ------ */
/* ----------------------------------- */
/* -- scrolldown -- */
.scrolldown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  right: 0.42rem;
  bottom: 1.2rem;
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  cursor: pointer; }

@-webkit-keyframes scrolling {
  0% {
    left: 0;
    opacity: 0; }
  20% {
    opacity: 1; }
  80% {
    opacity: 1; }
  100% {
    left: calc(100% - 14px);
    opacity: 0; } }

@keyframes scrolling {
  0% {
    left: 0;
    opacity: 0; }
  20% {
    opacity: 1; }
  80% {
    opacity: 1; }
  100% {
    left: calc(100% - 14px);
    opacity: 0; } }
  .scrolldown .animation:before {
    content: '';
    display: block;
    position: absolute;
    width: 14px;
    height: 4px;
    left: 0;
    top: 0;
    -webkit-transform: translateY(-1.5px);
    -ms-transform: translateY(-1.5px);
    transform: translateY(-1.5px);
    background-color: #fff;
    -webkit-animation: scrolling 2.4s both infinite;
    animation: scrolling 2.4s both infinite; }
  .scrolldown .animation:after {
    content: '';
    display: block;
    position: absolute;
    width: 0.7rem;
    height: 1px;
    left: 0;
    top: 0;
    position: relative;
    background-color: #fff; }
  .scrolldown p.scroll {
    margin-right: 0.15rem; }

/* -- img.title -- */
img.title {
  width: 0.52rem; }

img.title-m {
  display: none;
  width: auto;
  height: 0.44rem; }

/* -- #fixed-links -- */
#fixed-links {
  position: fixed;
  right: 0;
  bottom: 10%;
  background-color: #fff;
  -webkit-box-shadow: 0 0 8px 0 rgba(44, 44, 44, 0.3);
  box-shadow: 0 0 8px 0 rgba(44, 44, 44, 0.3);
  opacity: 0;
  visibility: hidden;
  z-index: 100;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; }
  #fixed-links:hover {
    -webkit-box-shadow: 0 0 16px 0 rgba(44, 44, 44, 0.35);
    box-shadow: 0 0 16px 0 rgba(44, 44, 44, 0.35); }
  #fixed-links .link-wrapper {
    display: block;
    text-align: center;
    padding: 0.14rem; }
    #fixed-links .link-wrapper {
      border-bottom: 1px solid rgba(155, 155, 155, 0.3); }
    #fixed-links .link-wrapper:hover i {
      color: #bd9713; }
  #fixed-links i {
    display: block;
    margin-right: 0;
    margin-bottom: 0.05rem;
    font-size: 0.24rem;
    color: #1b4062;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s; }

#fixed-links.show {
  opacity: 1;
  visibility: visible; }

/* -- .btn-more -- */
.btn-more button {
  -webkit-writing-mode: initial;
  -ms-writing-mode: initial;
  writing-mode: initial;
  padding: 0 0.2rem 0.04rem 0;
  border: none;
  border-right: none;
  border-bottom: 1px solid #464646;
  background-color: transparent;
  cursor: pointer;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; }
  .btn-more button:hover {
    padding: 0 0.4rem 0.04rem 0;
    border-right: none;
    border-bottom: 1px solid #1b4062;
    color: #bd9713; }

.btn-more.vertical a {
  padding-right: 0.04rem;
  padding-top: 0.4rem;
  border-right: 1px solid #464646;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; }
  .btn-more.vertical a:hover {
    padding-top: 0.5rem;
    border-right: 1px solid #1b4062;
    color: #bd9713; }

.deco-text.inner {
  position: absolute;
  max-width: 100%;
  left: 0;
  top: 100%;
  overflow: hidden; }

.color-red {
  color: #bd1313; }

@media (max-width: 700px) {
  /* -- scrolldown -- */
  .scrolldown {
    right: 6vw;
    bottom: 5%; }
  @-webkit-keyframes scrolling {
    0% {
      left: 0;
      opacity: 0; }
    20% {
      opacity: 1; }
    80% {
      opacity: 1; }
    100% {
      left: calc(100% - 10px);
      opacity: 0; } }
  @keyframes scrolling {
    0% {
      left: 0;
      opacity: 0; }
    20% {
      opacity: 1; }
    80% {
      opacity: 1; }
    100% {
      left: calc(100% - 10px);
      opacity: 0; } }
    .scrolldown .animation:before {
      content: '';
      display: block;
      position: absolute;
      width: 10px;
      height: 3px;
      left: 0;
      top: 0;
      -webkit-transform: translateY(-1px);
      -ms-transform: translateY(-1px);
      transform: translateY(-1px);
      background-color: #fff;
      -webkit-animation: scrolling 2.4s both infinite;
      animation: scrolling 2.4s both infinite; }
    .scrolldown .animation:after {
      content: '';
      display: block;
      position: absolute;
      width: 0.5rem;
      height: 1px;
      left: 0;
      top: 0;
      position: relative;
      background-color: #fff; }
    .scrolldown p.scroll {
      font-size: 0.14rem;
      margin-right: 0.08rem; }
  /* -- img.title -- */
  img.title:not(.always) {
    display: none; }
  img.title {
    width: 0.42rem; }
  img.title-m {
    display: block;
    margin-bottom: 10vw; }
  /* -- .btn-more -- */
  .btn-more.vertical a {
    -webkit-writing-mode: initial;
    -ms-writing-mode: initial;
    writing-mode: initial;
    padding: 0 0.1rem 0.04rem 0;
    margin-top: 10vw;
    border-right: none;
    border-bottom: 1px solid #464646; }
    .btn-more.vertical a:hover {
      padding: 0 0.3rem 0.04rem 0;
      border-right: none;
      border-bottom: 1px solid #1b4062; }
  /* -- #fixed-links -- */
  #fixed-links {
    bottom: 8%; }
    #fixed-links .link-wrapper {
      padding: 0.08rem; }
    #fixed-links i {
      margin-bottom: 0.05rem;
      font-size: 0.18rem; } }

/* ----------------------------------- */
/* ------ Div ------ */
/* ----------------------------------- */
/* -- nav#navbar -- */
nav#navbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  width: 100%;
  height: 0.5rem;
  left: 0;
  bottom: 0;
  padding: 0.22rem 5vw;
  background-color: #1b4062;
  z-index: 99999;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; }
  nav#navbar a.logo-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 2.76rem;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s; }
  nav#navbar ul.btn-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    right: 50%;
    top: 50%;
    -webkit-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    white-space: nowrap;
    -webkit-transition: 0.8s;
    -o-transition: 0.8s;
    transition: 0.8s; }
    nav#navbar ul.btn-wrapper li {
      padding-right: 1.2vw;
      margin-right: 1.2vw; }
      nav#navbar ul.btn-wrapper li:last-child {
        padding-right: 0;
        margin-right: 0; }
        nav#navbar ul.btn-wrapper li:last-child:after {
          display: none; }
      nav#navbar ul.btn-wrapper li:after {
        content: '';
        display: block;
        position: absolute;
        width: 1px;
        height: 0.12rem;
        left: 100%;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        background-color: #fff; }
    nav#navbar ul.btn-wrapper a {
      -webkit-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s; }
      nav#navbar ul.btn-wrapper a:hover, nav#navbar ul.btn-wrapper a.active {
        color: #e6d08a; }

nav#navbar.fixed {
  position: fixed;
  height: 0.8rem;
  left: 0;
  top: 0; }
  nav#navbar.fixed a.logo-wrapper {
    opacity: 1;
    visibility: visible; }
  nav#navbar.fixed ul.btn-wrapper {
    right: 5vw;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%); }

html:not(.index) nav#navbar {
  position: fixed;
  height: 0.8rem;
  left: 0;
  top: 0; }
  html:not(.index) nav#navbar a.logo-wrapper {
    opacity: 1;
    visibility: visible; }
  html:not(.index) nav#navbar ul.btn-wrapper {
    right: 5vw;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%); }

/* -- header#header -- */
header#header .bg-banner {
  width: 100%;
  height: 100vh;
  background-image: url("../img/index-banner.jpg");
  background-size: cover;
  background-position: center center;
  overflow: hidden; }
  header#header .bg-banner:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.2); }

header#header .slogan-wrapper {
  position: absolute;
  width: 3.74rem;
  left: 50%;
  top: 46%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

header#header .slogan {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 0.4rem; }
  header#header .slogan h3.title-small {
    padding-right: 1vw;
    margin-right: 1vw;
    -webkit-writing-mode: initial;
    -ms-writing-mode: initial;
    writing-mode: initial;
    color: #fff;
    white-space: nowrap; }
    header#header .slogan h3.title-small:last-child {
      padding-right: 0;
      margin-right: 0; }
      header#header .slogan h3.title-small:last-child:after {
        display: none; }
    header#header .slogan h3.title-small:after {
      content: '';
      display: block;
      position: absolute;
      width: 0.06rem;
      height: 0.06rem;
      left: 100%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      border-radius: 50%;
      background-color: #fff; }

html:not(.index) header#header .bg-banner {
  height: 50vh;
  background-position: center 0; }

html:not(.index) header#header .slogan-wrapper.inner {
  width: auto;
  height: 0.3rem;
  top: 54%; }
  html:not(.index) header#header .slogan-wrapper.inner img {
    width: auto;
    height: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }

html:not(.index) header#header .slogan {
  margin-top: 0.2rem; }

/* -- section.section_about -- */
section.section_about {
  padding: 1.4rem 10vw 0;
  z-index: 10;
  overflow: hidden; }
  section.section_about .container {
    max-width: 1000px; }
  section.section_about .about-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    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: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl; }
  section.section_about img.title {
    margin-top: -0.6rem; }
  section.section_about h3.title-small {
    margin: 0 4vw;
    line-height: 2.2; }
  section.section_about p {
    line-height: 2.4; }
  section.section_about .btn-more {
    position: absolute;
    left: 0;
    bottom: 0.6rem; }
  section.section_about .deco-text {
    margin-right: 1.2rem;
    text-align: right;
    -webkit-writing-mode: initail;
    -ms-writing-mode: initail;
    writing-mode: initail; }

section.section_about.img {
  padding: 0;
  margin-top: -0.9rem; }
  section.section_about.img .img-mask {
    width: 60%;
    height: 4rem;
    background-image: url("../img/index-about.jpg");
    background-size: cover;
    background-position: center center; }

/* -- section.section_service -- */
section.section_service {
  padding: 1.6rem 10vw 0.9rem;
  margin-top: -0.4rem; }
  section.section_service:before {
    content: '';
    display: block;
    position: absolute;
    width: calc(100% - 8vw);
    height: 100%;
    left: auto;
    top: 0;
    right: 0;
    background-color: #f1f4f7; }
  section.section_service img.title {
    position: absolute;
    right: 14vw;
    top: -0.8rem; }
  section.section_service .col-md-12 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  section.section_service .card-area {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    left: -4vw; }
  section.section_service .card-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 3.4rem;
    padding: 0.7rem 0;
    background-color: #fff;
    -webkit-box-shadow: 0 0 8px rgba(70, 70, 70, 0.1);
    box-shadow: 0 0 8px rgba(70, 70, 70, 0.1); }
    section.section_service .card-wrapper:first-child {
      display: none;
      background-color: transparent;
      -webkit-box-shadow: none;
      box-shadow: none; }
    section.section_service .card-wrapper:nth-child(2) img, section.section_service .card-wrapper:last-child img {
      width: 1.2rem; }
    section.section_service .card-wrapper:nth-child(3) img {
      width: 0.95rem; }
    section.section_service .card-wrapper:hover h3.title-small {
      color: #bd9713; }
    section.section_service .card-wrapper:hover .img-mask {
      -webkit-transform: scale(1.06);
      -ms-transform: scale(1.06);
      transform: scale(1.06); }
    section.section_service .card-wrapper h3.title-small {
      position: absolute;
      right: 0.34rem;
      top: 0.4rem;
      color: #1b4062;
      -webkit-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s; }
    section.section_service .card-wrapper .img-mask {
      -webkit-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s; }
  section.section_service .deco-text {
    position: absolute;
    left: -0.4rem;
    top: 0.7rem; }

/* -- section.section_offers -- */
section.section_offers {
  padding-top: 1.5rem;
  overflow: hidden; }
  section.section_offers .container {
    max-width: 1000px; }
  section.section_offers .offer-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    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: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl; }
  section.section_offers img.title {
    margin-top: -0.6rem; }
  section.section_offers h3.title-small {
    margin-left: 1.2vw;
    line-height: 2.2; }
  section.section_offers .content-wrapper {
    margin: 0 5vw; }
    section.section_offers .content-wrapper .content {
      padding-bottom: 1.2rem; }
    section.section_offers .content-wrapper .content:first-child {
      padding-left: 3vw; }
    section.section_offers .content-wrapper .content:last-child {
      padding-right: 3vw;
      border-right: 1px solid rgba(155, 155, 155, 0.5); }
  section.section_offers p {
    line-height: 2.4; }
  section.section_offers .btn-more {
    -ms-flex-item-align: end;
    align-self: flex-end;
    margin-bottom: 0.4rem; }
  section.section_offers .deco-text {
    position: absolute;
    right: -0.4rem;
    bottom: -0.4rem;
    -webkit-writing-mode: initail;
    -ms-writing-mode: initail;
    writing-mode: initail; }

section.section_offers.img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 0.8rem 0 0; }
  section.section_offers.img .img-mask {
    width: 62%;
    height: 0.6rem;
    background-image: url("../img/index-offers.jpg");
    background-size: cover;
    background-position: 40% center; }

/* -- footer#footer -- */
footer#footer {
  padding: 0.8rem 8vw;
  background-color: #1b4062; }
  footer#footer * {
    color: #fff; }
  footer#footer .container {
    max-width: 1400px; }
  footer#footer .col-lg-6:last-child {
    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: end;
    -ms-flex-align: end;
    align-items: flex-end; }
  footer#footer .hotline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0.4rem; }
    footer#footer .hotline * {
      line-height: 1.8; }
    footer#footer .hotline h3.title-small {
      margin-right: 0.24rem;
      -webkit-writing-mode: initial;
      -ms-writing-mode: initial;
      writing-mode: initial; }
  footer#footer ul.info li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0.1rem; }
    footer#footer ul.info li:last-child {
      margin-bottom: 0; }
  footer#footer ul.info .p-footer.head {
    width: 1.2rem;
    -ms-flex-negative: 0;
    flex-shrink: 0; }
  footer#footer ul.info .p-footer.email {
    word-break: break-all; }
  footer#footer ul.info a {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s; }
    footer#footer ul.info a:hover {
      color: #e6d08a; }
  footer#footer ul.btn-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top: auto;
    margin-bottom: 0.3rem;
    -webkit-transition: 0.8s;
    -o-transition: 0.8s;
    transition: 0.8s; }
    footer#footer ul.btn-footer li {
      padding-left: 1vw;
      margin-left: 1vw; }
      footer#footer ul.btn-footer li:first-child {
        padding-left: 0;
        margin-left: 0; }
        footer#footer ul.btn-footer li:first-child:after {
          display: none; }
      footer#footer ul.btn-footer li:after {
        content: '';
        display: block;
        position: absolute;
        width: 1px;
        height: 0.12rem;
        left: auto;
        top: 58%;
        right: 100%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        background-color: #fff; }
    footer#footer ul.btn-footer a {
      -webkit-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s; }
      footer#footer ul.btn-footer a:hover, footer#footer ul.btn-footer a.active {
        color: #e6d08a; }
  footer#footer .logo-wrapper {
    width: 2.4rem;
    margin-top: 0.05rem; }
  footer#footer #copyright {
    text-align: right; }

/* ----------------------------------- */
/* ------ Div Inner ------ */
/* ----------------------------------- */
section.inner {
  padding: 1.2rem 6vw 0;
  margin-bottom: 1.4rem; }
  section.inner .container {
    max-width: 1280px; }
  section.inner p {
    letter-spacing: 0.018rem;
    line-height: 2; }

ul.service-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  ul.service-items li {
    margin-right: 2vw; }
    ul.service-items li:last-child {
      margin-right: 0; }

/* -- section.section_about_inner -- */
section.section_about_inner .container, section.section_offers_inner.inner .container {
  max-width: 960px; }

section.section_about_inner .deco-img, section.section_offers_inner.inner .deco-img {
  position: absolute;
  width: 20vw;
  min-width: 2.2rem;
  right: 0;
  bottom: -2.2rem; }

section.section_about_inner h3.title-small.inner {
  margin-bottom: 0.4rem; }

/* -- section.section_tax_inner -- */
section.section_tax_inner .img-mask {
  height: 2rem;
  margin: 0.6rem 0;
  background-image: url("../img/tax/tax.jpg");
  background-size: cover;
  background-position: center center; }

section.section_tax_inner ul.year-work li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

section.section_tax_inner ul.year-work p.mon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 0.7rem;
  color: #1b4062; }

section.section_tax_inner ul.year-work .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  section.section_tax_inner ul.year-work .content p:not(.exp) {
    width: 5.6rem; }
  section.section_tax_inner ul.year-work .content p.exp {
    color: #bd1313; }

/* -- section.section_land_inner -- */
section.section_land_inner ul.service-items {
  margin-top: -0.1rem; }
  section.section_land_inner ul.service-items li {
    margin-top: 0.1rem; }
  section.section_land_inner ul.service-items a {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s; }
    section.section_land_inner ul.service-items a:hover {
      color: #1b4062; }

section.section_land_inner .service-items-table ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px solid #e5e5e5; }
  section.section_land_inner .service-items-table ul:last-child {
    border-bottom: none; }
  section.section_land_inner .service-items-table ul:nth-child(odd) {
    background-color: #f1f4f7; }
  section.section_land_inner .service-items-table ul:nth-child(even) {
    background-color: #f8f8f9; }

section.section_land_inner .service-items-table li {
  width: 25%;
  padding: 0.1rem 2vw;
  border-right: 1px solid #e5e5e5; }
  section.section_land_inner .service-items-table li:last-child {
    border-right: none; }

section.section_land_inner .document-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -0.2rem -15px 0; }
  section.section_land_inner .document-wrapper .document {
    width: 33.333%;
    padding: 0 15px;
    margin-top: 0.2rem; }
  section.section_land_inner .document-wrapper p.head {
    padding-bottom: 0.08rem;
    margin-bottom: 0.1rem;
    border-bottom: 1px solid #1b4062;
    color: #1b4062; }

/* -- section.section_contact_inner -- */
section.section_contact_inner ul.service-items li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

section.section_contact_inner ul.service-items p, section.section_contact_inner ul.service-items a {
  line-height: 2.4; }

section.section_contact_inner ul.service-items a {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; }
  section.section_contact_inner ul.service-items a:hover {
    color: #bd9713; }

section.section_contact_inner ul.service-items .hotline {
  font-size: 0.18rem; }

@media (max-width: 1366px) {
  /* -- section.section_service -- */
  section.section_service img.title {
    right: 8vw; }
  section.section_service .card-area {
    left: -2vw; }
  section.section_service .card-wrapper {
    width: 3rem;
    padding: 0.65rem 0; }
    section.section_service .card-wrapper:nth-child(2) img, section.section_service .card-wrapper:last-child img {
      width: 1.1rem; }
    section.section_service .card-wrapper:nth-child(3) img {
      width: 0.85rem; } }

@media (max-width: 1200px) {
  html, body {
    font-size: calc(15px * 100 / 16); }
  /* -- nav#navbar -- */
  nav#navbar {
    padding: 0.21rem 5vw; }
    nav#navbar a.logo-wrapper {
      width: 2.6rem; }
  nav#navbar.fixed {
    height: 0.75rem; }
  html:not(.index) nav#navbar {
    height: 0.75rem; }
  /* -- section.section_about -- */
  section.section_about .container {
    max-width: 720px; }
  section.section_about .deco-text {
    margin-right: 2vw; }
  section.section_about.img .img-mask {
    height: 3.2rem; }
  /* -- section.section_service -- */
  section.section_service {
    padding: 1.4rem 10vw 0.9rem; }
    section.section_service img.title {
      right: 8vw; }
    section.section_service .card-area {
      left: -2vw; }
    section.section_service .card-wrapper {
      width: 2.8rem;
      padding: 0.6rem 0; }
      section.section_service .card-wrapper:nth-child(2) img, section.section_service .card-wrapper:last-child img {
        width: 1rem; }
      section.section_service .card-wrapper:nth-child(3) img {
        width: 0.8rem; } }

@media (max-width: 1024px) {
  html, body {
    font-size: calc(14px * 100 / 16); } }

@media (max-width: 991px) {
  /* -- nav#navbar -- */
  nav#navbar, html:not(.index) nav#navbar {
    position: fixed;
    height: 0.75rem;
    left: 0;
    top: 0; }
    nav#navbar a.logo-wrapper, html:not(.index) nav#navbar a.logo-wrapper {
      opacity: 1;
      visibility: visible; }
    nav#navbar ul.btn-wrapper, html:not(.index) nav#navbar ul.btn-wrapper {
      display: none; }
  /* -- header#header -- */
  header#header .slogan-wrapper {
    top: 50%; }
  /* -- section.section_service -- */
  section.section_service .card-area {
    left: 6vw; }
  section.section_service .card-wrapper {
    width: 2.9rem; }
    section.section_service .card-wrapper:first-child {
      display: block; }
  section.section_service .deco-text {
    left: -0.2rem;
    top: 1.8rem; }
  /* -- section.section_offers -- */
  section.section_offers .deco-text {
    right: -0.3rem;
    bottom: -0.5rem; }
  /* -- footer#footer -- */
  footer#footer .col-lg-6:last-child {
    display: block; }
  footer#footer ul.btn-footer {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
    footer#footer ul.btn-footer li {
      padding-left: 0;
      padding-right: 1.6vw;
      margin-left: 0;
      margin-right: 1.6vw; }
      footer#footer ul.btn-footer li:first-child:after {
        display: block; }
      footer#footer ul.btn-footer li:last-child {
        padding-right: 0;
        margin-right: 0; }
        footer#footer ul.btn-footer li:last-child:after {
          display: none; }
      footer#footer ul.btn-footer li:after {
        content: '';
        display: block;
        position: absolute;
        width: 1px;
        height: 0.12rem;
        left: 100%;
        top: 58%;
        right: auto; }
  footer#footer .logo-wrapper {
    margin: 0.8rem 0 0.4rem; }
  footer#footer #copyright {
    text-align: left; }
    footer#footer #copyright a.p-copyright {
      margin-left: 0;
      margin-right: 0.1rem; }
  /* ----------------------------------- */
  /* ------ Div Inner ------ */
  /* ----------------------------------- */
  /* -- section.section_land_inner -- */
  section.section_land_inner .document-wrapper .document {
    width: 50%; } }

@media (max-width: 700px) {
  /* -- header#header -- */
  header#header .bg-banner {
    height: 90vh; }
  header#header .slogan-wrapper {
    width: 60vw;
    max-width: 2.5rem;
    min-width: 2.2rem; }
  header#header .slogan {
    margin-top: 0.25rem; }
    header#header .slogan h3.title-small {
      font-size: 0.16rem;
      letter-spacing: 0.03rem;
      padding-right: 2vw;
      margin-right: 2vw; }
      header#header .slogan h3.title-small:after {
        content: '';
        display: block;
        position: absolute;
        width: 0.04rem;
        height: 0.04rem;
        left: 100%;
        top: 50%; }
  html:not(.index) header#header .slogan-wrapper.inner {
    height: 0.24rem;
    min-width: inherit;
    top: 52%; }
  /* -- section.section_about -- */
  section.section_about {
    padding: 16vw 12vw 0; }
    section.section_about .about-wrapper {
      display: block;
      -webkit-writing-mode: initial;
      -ms-writing-mode: initial;
      writing-mode: initial; }
    section.section_about h3.title-small {
      margin: 0;
      margin-bottom: 4vw;
      line-height: 1.8; }
    section.section_about p {
      line-height: 2; }
    section.section_about .btn-more {
      position: relative;
      bottom: 0;
      margin-bottom: 0; }
    section.section_about .deco-text {
      margin-right: -0.4rem;
      margin-top: 2vw; }
  section.section_about.img {
    margin-top: -8vw; }
    section.section_about.img .img-mask {
      width: 70%;
      height: 50vw; }
  /* -- section.section_service -- */
  section.section_service {
    padding: 16vw 8vw 12vw; }
    section.section_service img.title {
      right: 8vw;
      top: -1.2rem; }
    section.section_service .card-area {
      left: 3vw; }
    section.section_service .card-wrapper {
      width: 2.4rem;
      padding: 0.5rem 0; }
      section.section_service .card-wrapper h3.title-small {
        top: 0.3rem;
        -webkit-writing-mode: vertical-lr;
        -ms-writing-mode: tb-lr;
        writing-mode: vertical-lr; }
    section.section_service .deco-text {
      top: 1.4rem; }
  /* -- section.section_offers -- */
  section.section_offers {
    padding: 16vw 12vw 0; }
    section.section_offers .offer-wrapper {
      display: block;
      -webkit-writing-mode: initial;
      -ms-writing-mode: initial;
      writing-mode: initial; }
    section.section_offers h3.title-small {
      margin: 0;
      margin-bottom: 2vw;
      line-height: 1.8; }
    section.section_offers .content-wrapper {
      margin: 0; }
      section.section_offers .content-wrapper .content:first-child {
        padding-left: 0;
        padding-bottom: 6vw; }
      section.section_offers .content-wrapper .content:last-child {
        padding-right: 0;
        padding-top: 6vw;
        padding-bottom: 0;
        border-right: none;
        border-top: 1px solid rgba(155, 155, 155, 0.5); }
    section.section_offers p {
      line-height: 2; }
    section.section_offers .btn-more {
      position: relative;
      bottom: 0;
      margin-bottom: 0; }
    section.section_offers .deco-text {
      right: -0.4rem; }
  section.section_offers.img .img-mask {
    width: 70%;
    height: 0.5rem; }
  /* ----------------------------------- */
  /* ------ Div Inner ------ */
  /* ----------------------------------- */
  /* -- section.section_tax_inner -- */
  section.section_tax_inner ul.year-work .content p:not(.exp) {
    width: auto; }
  /* -- section.section_land_inner -- */
  section.section_land_inner .service-items-table ul:nth-child(odd) {
    background-color: none; }
  section.section_land_inner .service-items-table ul:nth-child(even) {
    background-color: none; }
  section.section_land_inner .service-items-table li {
    width: 50%; }
  section.section_land_inner .service-items-table li:nth-child(1), section.section_land_inner .service-items-table li:nth-child(2) {
    background-color: #f1f4f7; }
  section.section_land_inner .service-items-table li:nth-child(3), section.section_land_inner .service-items-table li:nth-child(4) {
    background-color: #f8f8f9; }
  /* -- section.section_offers_inner -- */
  section.section_offers_inner p.small {
    font-size: 0.14rem; } }

@media (max-width: 575px) {
  /* -- nav#navbar.fixed -- */
  nav#navbar, html:not(.index) nav#navbar {
    height: 0.56rem;
    padding: 0.16rem 5vw; }
    nav#navbar a.logo-wrapper, html:not(.index) nav#navbar a.logo-wrapper {
      width: 1.8rem; }
  nav#navbar.fixed {
    height: 0.56rem;
    padding: 0.16rem 5vw; }
  /* -- section.section_about -- */
  section.section_about {
    padding: 16vw 6vw 0; }
  /* -- section.section_service -- */
  section.section_service {
    padding: 28vw 6vw 12vw; }
    section.section_service img.title {
      right: 6vw;
      top: -0.6rem; }
    section.section_service .card-area {
      display: block;
      left: 0; }
    section.section_service .card-wrapper {
      width: 2.2rem;
      padding: 0.4rem 0; }
      section.section_service .card-wrapper:first-child {
        display: none; }
      section.section_service .card-wrapper:nth-child(2) img, section.section_service .card-wrapper:last-child img {
        width: 0.8rem; }
      section.section_service .card-wrapper:nth-child(3) img {
        width: 0.65rem; }
      section.section_service .card-wrapper h3.title-small {
        font-size: 0.17rem;
        right: 0.2rem;
        top: 0.2rem; }
    section.section_service .deco-text {
      left: -2vw;
      top: 16vw; }
  /* -- section.section_offers -- */
  section.section_offers {
    padding: 16vw 10vw 0; }
    section.section_offers .deco-text {
      right: -0.3rem;
      bottom: -6vw; }
  section.section_offers.img .img-mask {
    height: 0.4rem; }
  /* -- footer#footer -- */
  footer#footer {
    padding: 18vw 4vw; }
    footer#footer .hotline {
      margin-bottom: 6vw; }
    footer#footer ul.info .p-footer.head {
      width: 1rem; }
    footer#footer ul.btn-footer li {
      padding-right: 2.4vw;
      margin-right: 2.4vw; }
    footer#footer ul.btn-footer a {
      line-height: 2.2; }
    footer#footer .logo-wrapper {
      width: 1.8rem;
      margin: 16vw 0 10vw; }
  /* ----------------------------------- */
  /* ------ Div Inner ------ */
  /* ----------------------------------- */
  section.inner {
    padding: 14vw 2vw 0;
    margin-bottom: 16vw; }
  ul.service-items li {
    margin-right: 4vw; }
  /* -- section.section_about_inner -- */
  section.section_about_inner .deco-img, section.section_offers_inner.inner .deco-img {
    position: absolute;
    width: 1.4rem;
    min-width: 1.4rem;
    right: 0;
    bottom: -32vw; }
  section.section_about_inner h3.title-small.inner {
    margin-bottom: 8vw; }
  /* -- section.section_tax_inner -- */
  section.section_tax_inner .img-mask {
    height: 40vw;
    margin: 8vw 0; }
  section.section_tax_inner ul.year-work li {
    margin-top: 4vw; }
  section.section_tax_inner ul.year-work p.mon {
    width: 0.46rem; }
  /* -- section.section_land_inner -- */
  section.section_land_inner .service-items-table li {
    padding: 0.06rem 3vw; }
  section.section_land_inner .document-wrapper .document {
    width: 100%; }
  /* -- section.section_contact_inner -- */
  section.section_contact_inner ul.service-items li {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }

@media (max-width: 767px) and (orientation: landscape) {
  /* -- nav#navbar.fixed -- */
  nav#navbar, html:not(.index) nav#navbar {
    height: 0.56rem;
    padding: 0.16rem 5vw; }
  nav#navbar.fixed {
    height: 0.56rem;
    padding: 0.16rem 5vw; }
  /* -- header#header -- */
  header#header .bg-banner {
    height: 100vh; }
  header#header .slogan-wrapper {
    max-width: 2.5rem;
    min-width: 2.2rem;
    top: 52%; }
  html:not(.index) header#header .bg-banner {
    height: 60vh; }
  html:not(.index) header#header .slogan-wrapper.inner {
    height: 0.24rem;
    min-width: inherit;
    top: 52%; } }
