@charset "UTF-8";
/*basci*/
/*Cis====================*/
/*text==================*/
/*header選單切換斷點*/
html, body {
  overflow-x: hidden;
}

body {
  width: 100%;
  font-size: 16px;
  font-family: "Noto Serif TC", serif;
  padding-top: 80px;
}

/*body::-webkit-scrollbar {
    display: none;
}*/
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a {
  cursor: pointer;
  text-decoration: none;
}

/*文字編輯器*/
.editBox {
  width: 100%;
  letter-spacing: 1px;
}
.editBox img {
  max-width: 100%;
}
.editBox h1, .editBox h2, .editBox h3, .editBox h4, .editBox h5, .editBox h6 {
  margin-bottom: 10px;
  line-height: 1.7;
  font-weight: 500;
}
.editBox h1 {
  font-size: 30px;
}
.editBox h2 {
  font-size: 26px;
}
.editBox h3 {
  font-size: 22px;
}
.editBox h4 {
  font-size: 18px;
}
.editBox h5 {
  font-size: 16px;
}
.editBox h6 {
  font-size: 14px;
}
.editBox p {
  line-height: 2em;
  margin-bottom: 1em;
}
.editBox strong {
  font-weight: 700;
}

/*標題*/
.block-title {
  width: 224px;
  height: 87px;
  max-width: 100%;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 4px;
  padding-left: 84px;
  padding-top: 40px;
}

.block-title.white {
  color: #fff;
  background: url(../images/title-img-white.png) no-repeat left top/100% auto;
}

.block-title.green {
  color: #3b5b4f;
  background: url(../images/title-img-green.png) no-repeat left top/100% auto;
}

.block-title.green2 {
  color: #00291b;
  background: url(../images/title-img-green2.png) no-repeat left top/100% auto;
}

.section-block1, .section-block2 {
  padding-left: 7.604166%;
  padding-right: 7.604166%;
}

/*go top*/
.gotop {
  width: 40px;
  height: 40px;
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  right: 15px;
  bottom: 15px;
  z-index: 99;
  font-size: 12px;
}
.gotop span {
  display: block;
  font-weight: 400px;
}

@media screen and (max-width: 1200px) {
  .section-block1, .section-block2 {
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media screen and (max-width: 992px) {
  body {
    padding-top: 70px;
  }
}
@media screen and (max-width: 768px) {
  .block-title {
    width: 156px;
    height: 60px;
    font-size: 18px;
    letter-spacing: 4px;
    padding-left: 56px;
    padding-top: 25px;
  }
}
@media screen and (max-width: 640px) {
  .section-block1, .section-block2 {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media screen and (max-width: 576px) {
  body {
    padding-top: 50px;
  }
  .section-block2 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
/*element*/
header {
  width: 100%;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #1b4544;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}
header a {
  color: #fff;
  display: block;
}
header nav {
  width: 100%;
}

.pcMenu {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.pcMenu li {
  display: inline-block;
  font-weight: 400;
  margin-left: 50px;
}

.mbMenu {
  width: 100%;
  height: calc(100vh - 70px);
  display: none;
  background-color: #1b4544;
  padding-top: 6vh;
  position: absolute;
  top: 70px;
  left: 0;
  z-index: 9999;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.mbMenu.open {
  display: block;
}
.mbMenu li {
  display: block;
  text-align: center;
  padding-left: 32px;
  padding-right: 32px;
}
.mbMenu li::after {
  content: "";
  display: block;
  width: 100%;
  height: 7px;
  background: url(../images/menu-line.png) no-repeat center center/auto;
}
.mbMenu li:last-child::after {
  display: none;
}
.mbMenu a {
  padding-top: 17px;
  padding-bottom: 20px;
}

.line-reserve {
  display: none;
  font-size: 16px;
  font-weight: 500;
  margin-right: 37px;
}

.menu-btn {
  display: none;
  width: 35px;
  height: 35px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.menu-btn span {
  display: block;
  width: 35px;
  height: 3px;
  border-radius: 1.5px;
  background-color: #fff;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.menu-btn span::before {
  content: "";
  display: block;
  width: 35px;
  height: 3px;
  border-radius: 1.5px;
  background-color: #fff;
  position: absolute;
  top: -10px;
  left: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.menu-btn span::after {
  content: "";
  display: block;
  width: 35px;
  height: 3px;
  border-radius: 1.5px;
  background-color: #fff;
  position: absolute;
  top: 10px;
  left: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.menu-btn.open span {
  background-color: transparent;
}
.menu-btn.open span::before {
  top: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.menu-btn.open span::after {
  top: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

@media screen and (max-width: 992px) {
  header {
    height: 70px;
  }
  nav {
    display: none;
  }
  .menu-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .line-reserve {
    display: inline-block;
  }
}
@media screen and (max-width: 486px) {
  header {
    height: 50px;
  }
  .mbMenu {
    top: 50px;
    height: calc(100vh - 50px);
  }
}
@media screen and (max-width: 311px) {
  .mbMenu li {
    padding-left: 10px;
    padding-right: 10px;
  }
  .mbMenu li::after {
    background: url(../images/menu-line.png) no-repeat center center/100% auto;
  }
}
/*首頁banner*/
.indexBanner {
  background-color: #00291b;
  padding-top: 5%;
  padding-bottom: 0;
  position: relative;
}
.indexBanner .banner-text {
  display: block;
  width: 4.89583%;
  height: 100%;
  overflow-y: hidden;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
}
.indexBanner .banner-text img {
  display: block;
  width: 100%;
  height: auto;
}
.indexBanner .banner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.indexBanner .imgR {
  width: 59.65%;
  padding-top: 67.752%;
  position: relative;
}
.indexBanner .imgBox {
  width: 100%;
  height: 117.315%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  background: url(../images/index-banner.jpg) no-repeat center top/cover;
}
.indexBanner .lgoBox {
  width: 72.908%;
  position: absolute;
  top: 0;
  left: -58.8%;
  z-index: 3;
}
.indexBanner .lgoBox img {
  display: block;
  width: 100%;
  height: auto;
}
.indexBanner .textBox {
  padding-left: 5.4%;
  padding-top: calc(38% + 62px);
  padding-bottom: 93px;
}
.indexBanner .block-title {
  margin-bottom: 16px;
}
.indexBanner .list {
  padding-left: 47px;
}
.indexBanner li {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 5px;
  color: #fff;
  line-height: 1.5;
  padding-left: 3px;
  margin-bottom: 15px;
}
.indexBanner li::before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 19px;
  background: url(../images/list-star.png) no-repeat center center/100% auto;
  margin-right: 11px;
}

@-webkit-keyframes flip-logo {
  0% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
    opacity: 0;
  }
  50% {
    -webkit-transform: rotateY(-60deg);
            transform: rotateY(-60deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
    opacity: 1;
  }
}

@keyframes flip-logo {
  0% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
    opacity: 0;
  }
  50% {
    -webkit-transform: rotateY(-60deg);
            transform: rotateY(-60deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
    opacity: 1;
  }
}
.flip-logo {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flip-logo;
  animation-name: flip-logo;
}

/*內頁banner*/
.innerBanner {
  position: relative;
  overflow: hidden;
}
.innerBanner img {
  display: block;
  width: 100%;
}
.innerBanner .bgBox {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.innerBanner .bannerBg {
  min-width: 100%;
  min-height: 100%;
  -webkit-animation: inner-banner 30s infinite;
          animation: inner-banner 30s infinite;
}

@-webkit-keyframes inner-banner {
  0% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes inner-banner {
  0% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@media screen and (max-width: 1200px) {
  .indexBanner .banner-text {
    width: 5%;
  }
  .indexBanner .lgoBox {
    width: 84%;
    left: -68%;
  }
  .indexBanner .textBox {
    padding-left: 0;
    padding-top: calc(44% + 62px);
  }
  .indexBanner .imgBox {
    height: 116%;
  }
}
@media screen and (max-width: 992px) {
  .indexBanner .banner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .indexBanner .imgR {
    width: 100%;
    padding-top: 79%;
  }
  .indexBanner .imgBox {
    width: 69%;
    height: 100%;
  }
  .indexBanner .lgoBox {
    width: 84%;
    left: 0;
  }
  .indexBanner .textBox {
    width: 100%;
    padding-top: 62px;
    padding-left: 0;
    padding-bottom: 91px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media screen and (max-width: 768px) {
  .indexBanner .textBox {
    padding-top: 39px;
    padding-bottom: 50px;
  }
  .indexBanner .block-title {
    margin-bottom: 15px;
  }
  .indexBanner .list {
    padding-left: 30px;
  }
  .indexBanner li {
    font-size: 16px;
    letter-spacing: 4px;
    margin-bottom: 12px;
  }
  .indexBanner li::before {
    width: 13px;
    height: 15px;
    margin-right: 8px;
  }
}
@media screen and (max-width: 640px) {
  .indexBanner .banner-text {
    width: 32px;
  }
  .indexBanner .imgR {
    padding-top: 80%;
  }
  .indexBanner .imgBox {
    width: 68.5%;
  }
}
@media screen and (max-width: 576px) {
  .indexBanner {
    padding-top: 30px;
  }
}
@media screen and (max-width: 375px) {
  .indexBanner .imgR {
    padding-top: 94.54%;
  }
  .indexBanner .imgBox {
    width: 63.03%;
    background: url(../images/index-banner-m.jpg) no-repeat center top/cover;
  }
  .indexBanner .lgoBox {
    width: 100.648%;
  }
  .indexBanner .list {
    padding-left: 14px;
  }
}
.tab-link {
  width: 100%;
}
.tab-link a {
  display: inline-block;
  padding: 16px 30px;
  background-color: #1b4544;
  color: #6f6f6f;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 2px;
  margin-right: 1px;
}
.tab-link a.active {
  background-color: #3b5b4f;
  color: #fff;
}
.tab-link a:first-child {
  border-radius: 15px 0 0 0;
}
.tab-link a:last-child {
  border-radius: 0 15px 0 0;
}

.tabBox {
  width: 100%;
  overflow: hidden;
  margin-top: 1px;
}

.tabcontent {
  width: 100%;
  background-color: #3b5b4f;
  color: #fff;
  border-radius: 0 30px 30px 30px;
  padding: 42px 30px 68px 30px;
}

@media screen and (max-width: 768px) {
  .tab-link a {
    font-size: 18px;
  }
  .tabcontent {
    line-height: 1.8;
    border-radius: 0 15px 15px 15px;
    padding: 32px;
  }
}
@media screen and (max-width: 420px) {
  .tab-link a {
    width: 100%;
    margin-bottom: 1px;
  }
  .tab-link a:first-child {
    border-radius: 15px 15px 0 0;
  }
  .tab-link a:last-child {
    border-radius: 0 0 0 0;
  }
  .tabcontent {
    border-radius: 0 0 15px 15px;
  }
}
footer {
  background-color: #3a5a4e;
  color: #fff;
  padding-top: 70px;
  padding-bottom: 70px;
}
footer a {
  color: #fff;
}
footer .content {
  width: 100%;
  max-width: 1548px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
footer img {
  display: block;
  max-width: 100%;
}
footer .company-name {
  font-size: 30px;
  font-weight: 700;
  color: #efd9b5;
  line-height: 2;
  padding-top: 0;
}
footer .company-name .ig_box {
  width: 25px;
  height: 25px;
  margin-left: 5px;
  display: none;
}
footer li {
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: 1px;
}
footer .info.pc .social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px;
}
footer .info.pc .social .ig_box {
  width: 25px;
  height: 25px;
  margin-left: 5px;
}
footer .tablet {
  display: none;
}

@media screen and (max-width: 1440px) {
  footer {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  footer .content {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  footer .pc {
    display: none;
  }
  footer .tablet {
    display: block;
  }
  footer .ft-logo {
    margin-right: 5%;
  }
  footer .company-name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  footer .company-name .ig_box {
    display: block;
    width: 28px;
    height: 28px;
  }
}
@media screen and (max-width: 921px) {
  footer.section-block1 {
    padding-left: 7%;
    padding-right: 7%;
  }
  footer .ft-logo {
    display: none;
  }
  footer .info {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  footer .ft-logo {
    margin-bottom: 10px;
  }
  footer img {
    width: 195px;
  }
  footer .company-name {
    font-size: 24px;
  }
  footer li {
    font-size: 14px;
  }
}
@media screen and (max-width: 576px) {
  footer.section-block1 {
    padding: 40px;
  }
}
@media screen and (max-width: 443px) {
  footer .company-name {
    line-height: 2.2;
  }
  footer li {
    line-height: 1.3;
    margin-bottom: 5px;
  }
}
/*page*/
.popWin {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 500;
  width: 100%;
  height: 100%;
  font-size: 15px;
  line-height: 1.8;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  transition: all 0.7s;
  -webkit-transition: all 0.7s;
  -o-transition: all 0.7s;
  -moz-transition: all 0.7s;
  overflow: hidden;
  opacity: 0;
  z-index: 99999999;
}
.popWin.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.popWin.show .inner_box {
  opacity: 1;
}
.popWin .mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7);
  transition: all 0.7s;
  -webkit-transition: all 0.7s;
  -o-transition: all 0.7s;
  -moz-transition: all 0.7s;
}
.popWin .inner_box {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  width: 80%;
  height: 86%;
}
.popWin .inner_box .close_btn {
  position: absolute;
  right: -21px;
  top: -21px;
  z-index: 1;
  width: 42px;
  height: 42px;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 50%;
}
.popWin .inner_box .close_btn::before {
  content: "";
  position: absolute;
  left: 9px;
  top: 21px;
  width: 25px;
  height: 2px;
  background-color: #49a9a7;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.popWin .inner_box .close_btn::after {
  content: "";
  position: absolute;
  left: 9px;
  top: 21px;
  width: 25px;
  height: 2px;
  background-color: #49a9a7;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.popWin .inner_box .popContent {
  position: relative;
  width: 100%;
  height: -webkit-fill-available;
}
.popWin .inner_box .popContent .video_box {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.video_wrapper {
  position: relative;
  width: 100%;
  height: 100vh;
}
.video_wrapper .video_box {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 1500px) {
  .popWin .inner_box {
    width: 90%;
    height: 550px;
  }
  .video_wrapper {
    height: 750px;
  }
}
@media (max-width: 1367px) {
  .popWin .inner_box {
    width: 80%;
    height: 670px;
  }
  .video_wrapper {
    height: 750px;
  }
}
@media (max-width: 1281px) {
  .popWin .inner_box {
    width: 90%;
    height: 700px;
  }
  .video_wrapper {
    height: 700px;
  }
}
@media (max-width: 1200px) {
  .popWin .inner_box {
    width: 90%;
    height: 550px;
  }
  .video_wrapper {
    height: 700px;
  }
}
@media (max-width: 1025px) {
  .popWin .inner_box {
    width: 77%;
    height: 428px;
  }
  .video_wrapper {
    height: 590px;
  }
}
@media (max-width: 964px) {
  .popWin .inner_box {
    width: 62%;
    height: 365px;
  }
  .video_wrapper {
    height: 590px;
  }
}
@media (max-width: 933px) {
  .popWin .inner_box {
    width: 77%;
    height: 372px;
  }
  .video_wrapper {
    height: 590px;
  }
}
@media (max-width: 899px) {
  .popWin .inner_box {
    width: 55%;
    height: 290px;
    top: 52%;
  }
  .video_wrapper {
    height: 500px;
  }
}
@media (max-width: 883px) {
  .popWin .inner_box {
    width: 66%;
    height: 312px;
    top: 52%;
  }
  .video_wrapper {
    height: 500px;
  }
}
@media (max-width: 854px) {
  .popWin .inner_box {
    width: 85%;
    height: 550px;
  }
  .video_wrapper {
    height: 550px;
  }
}
@media (max-width: 845px) {
  .popWin .inner_box {
    width: 75%;
    height: 338px;
  }
  .video_wrapper {
    height: 500px;
  }
}
@media (max-width: 821px) {
  .popWin .inner_box {
    width: 90%;
    height: 220px;
  }
  .video_wrapper {
    height: 490px;
  }
}
@media (max-width: 769px) {
  .popWin .inner_box {
    width: 90%;
    height: 350px;
  }
  .video_wrapper {
    height: 450px;
  }
}
@media (max-width: 600px) {
  .popWin .inner_box {
    width: 90%;
    height: 310px;
  }
  .video_wrapper {
    height: 320px;
  }
}
@media (max-width: 440px) {
  .popWin .inner_box {
    width: 90%;
    height: 220px;
    top: 40%;
  }
  .popWin .inner_box .close_btn {
    width: 36px;
    height: 36px;
    right: -16px;
    top: -18px;
  }
  .popWin .inner_box .close_btn::before {
    left: 7px;
    top: 18px;
    width: 22px;
    height: 2px;
  }
  .popWin .inner_box .close_btn::after {
    left: 7px;
    top: 18px;
    width: 22px;
    height: 2px;
  }
  .video_wrapper {
    height: 220px;
  }
}
@media (max-width: 400px) {
  .popWin .inner_box {
    width: 90%;
    height: 250px;
  }
  .video_wrapper {
    height: 240px;
  }
}
@media (max-width: 390px) {
  .popWin .inner_box {
    width: 90%;
    height: 210px;
  }
  .video_wrapper {
    height: 210px;
  }
}
@media (max-width: 376px) {
  .popWin .inner_box {
    width: 90%;
    height: 200px;
  }
  .video_wrapper {
    height: 210px;
  }
}
@media (max-width: 345px) {
  .popWin .inner_box {
    width: 90%;
    height: 170px;
  }
  .video_wrapper {
    height: 210px;
  }
}
/*index NEWs*/
.index-news {
  width: 100%;
  padding-top: 10%;
  padding-bottom: 254px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /*tab*/
}
.index-news .imgBox {
  width: 32.1%;
}
.index-news .L-img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-transition: all 1s cubic-bezier(0.11, 0.29, 0.62, 0.88) 0s;
  transition: all 1s cubic-bezier(0.11, 0.29, 0.62, 0.88) 0s;
}
.index-news .news-block {
  width: 67.9%;
  padding-top: 102px;
  padding-left: 8.3%;
}
.index-news .block-title {
  margin-bottom: 26px;
}
.index-news h1, .index-news h2, .index-news h3, .index-news h4, .index-news h5, .index-news h6, .index-news p {
  padding-left: 40px;
}
.index-news .img-line {
  display: block;
  max-width: 100%;
  margin-top: 22px;
  margin-bottom: 18px;
}
.index-news .note {
  color: #999;
  font-size: 14px;
  line-height: 1.3;
  margin-top: 22px;
}

/*index About*/
.index-about {
  width: 100%;
  background: #00291b url(../images/index-about.jpg) no-repeat center center/cover;
  padding-top: 100px;
  padding-bottom: 113px;
  text-align: center;
}
.index-about .about-list {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.index-about div.item:nth-child(2) {
  margin-top: -198px;
}
.index-about div.item:last-child {
  margin-top: 60px;
}
.index-about img {
  display: block;
}
.index-about .link-btn {
  display: inline-block;
  margin-top: 99px;
}

/*里森生活*/
.index-life {
  width: 100%;
  padding-top: 126px;
  padding-bottom: 126px;
}
.index-life .content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding-left: 5%;
}
.index-life .block-title {
  margin-bottom: 17px;
}
.index-life p {
  color: #3b5b4f;
  font-size: 14px;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 1px;
}
.index-life .textBox {
  width: 340px;
  padding-bottom: 30px;
}
.index-life .textBox img {
  display: block;
  width: 100%;
  max-width: 284px;
  margin-top: 20px;
  margin-bottom: 15px;
}
.index-life .text {
  padding-left: 40px;
}
.index-life .imgBox {
  width: calc(92.2% - 340px);
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.index-life .img-bg {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.index-life .img-bg img {
  display: block;
  width: 100%;
  -webkit-animation: index-life-bg 30s infinite;
          animation: index-life-bg 30s infinite;
}

@-webkit-keyframes index-life-bg {
  0% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  100% {
    text-transform: scale(1);
  }
}

@keyframes index-life-bg {
  0% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  100% {
    text-transform: scale(1);
  }
}
/*收費參考*/
.index-charge-block .mb {
  display: none;
  margin-left: 32px;
  margin-bottom: 20px;
}

.index-charge {
  background: url(../images/charge-bg.jpg) no-repeat fixed center center/cover;
  padding-left: 32px;
  padding-right: 32px;
  padding-bottom: 105px;
  color: #00291b;
}
.index-charge .content {
  width: 100%;
  max-width: 1460px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.index-charge .LBox {
  padding-top: 172px;
  width: 36.50689%;
  margin-right: 13.3%;
}
.index-charge .RBox {
  width: 42.19178%;
  background: url(../images/charge-bg-white.png) no-repeat center bottom/100% 100%;
  color: #00291b;
  padding: 14.7% 7%;
  margin-top: -2px;
  letter-spacing: 1px;
}
.index-charge .block-title {
  margin-bottom: 26px;
}
.index-charge .logo {
  display: block;
  width: 100%;
}
.index-charge .title {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 12px;
}
.index-charge p {
  line-height: 1.3;
  margin-bottom: 20px;
}
.index-charge .line {
  display: block;
  max-width: 100%;
  margin-bottom: 37px;
}
.index-charge .btn-more {
  background-color: #1b4544 !important;
  color: white !important;
  padding: 5px 30px;
  font-size: 16px;
}
.index-charge .line {
  margin-top: 20px;
}

/*里森生活-流程*/
.index-process {
  padding-top: 110px;
  padding-bottom: 76px;
  position: relative;
}
.index-process .block-title {
  margin-bottom: 63px;
}
.index-process .bg-Box {
  width: 1240px;
  height: 644px;
  border-radius: 322px 0 0 322px;
  overflow: hidden;
  position: absolute;
  top: 110px;
  right: 0;
  z-index: -1;
  background: url(../images/process-bg.jpg) no-repeat right center/cover;
}
.index-process .flex-box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.index-process .content {
  width: 100%;
  max-width: 1460px;
  padding-top: 50px;
}
.index-process .list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.index-process .item {
  width: 33.3333%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 71px;
}
.index-process .imgBox {
  width: 86px;
  margin-right: 12px;
}
.index-process .imgBox img {
  display: block;
  max-width: 100%;
}
.index-process .textBox {
  width: calc(100% - 98px);
}
.index-process .number {
  font-size: 35px;
  font-weight: 700;
  margin-bottom: 14px;
  color: #00291b;
}
.index-process h3 {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3;
  color: #00291b;
}
.index-process .link-btn {
  display: block;
}
.index-process .link-btn img {
  width: 304px;
  max-width: 100%;
}

/*index-Q&A*/
.index-QA {
  width: 100%;
  padding-top: 124px;
  padding-bottom: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #00291b;
  padding-right: 7.6%;
}
.index-QA .bgBox {
  width: 50.731%;
  padding-top: 33.031%;
  border-radius: 0 293px 293px 0;
  overflow: hidden;
  background: url(../images/QA-bg.jpg) no-repeat center center/cover;
  margin-right: 62px;
  position: relative;
}
.index-QA .bgBox::before, .index-QA .bgBox::after {
  content: "";
  display: block;
  width: 30px;
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 19.223%;
}
.index-QA .bgBox::after {
  margin-left: 12%;
}
.index-QA .RBox {
  width: calc(49.269% - 62px);
}
.index-QA .textBox {
  padding-left: 20px;
}
.index-QA .block-title {
  margin-bottom: 46px;
}
.index-QA .item {
  margin-bottom: 36px;
}
.index-QA .title {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 12px;
  letter-spacing: 6px;
  line-height: 36px;
}
.index-QA p {
  font-weight: 500;
  line-height: 1.3em;
  letter-spacing: 1px;
}
.index-QA .memo {
  display: block;
  font-size: 12px;
  font-weight: 500;
  color: #a67c52;
  line-height: 1.4em;
  margin-top: 10px;
}

/*口碑見證*/
.index-reviews {
  width: 100%;
  padding-top: 106px;
  padding-bottom: 125px;
  background: #00291b url(../images/index-reviews-bg.jpg) center bottom/cover;
}
.index-reviews .block-title {
  margin: 0 auto 51px auto;
}
.index-reviews .content {
  width: 100%;
  margin: 0 auto;
}
.index-reviews .reviews-slider {
  width: 100%;
}
.index-reviews .item {
  background-color: #213f34;
  padding: 54px 40px 48px 40px;
}
.index-reviews div.item:nth-child(even) {
  background-color: #0a3634;
  margin-top: 44px;
}
.index-reviews .photo {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 20px auto;
}
.index-reviews .photo img {
  display: block;
  width: 100%;
  height: 100%;
}
.index-reviews .name {
  text-align: center;
  font-size: 16px;
  letter-spacing: 1px;
  color: #e0c29b;
  line-height: 1.3;
  margin-bottom: 8px;
}
.index-reviews p {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 32px;
  color: #fff;
}
.index-reviews .link-block {
  text-align: center;
}
.index-reviews .link-btn {
  display: inline-block;
  margin: 52px auto 0 auto;
}
.index-reviews .link-btn img {
  display: block;
  max-width: 100%;
}

/*RWD======================================================*/
@media screen and (max-width: 1800px) {
  .index-QA {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .index-QA .bgBox {
    border-radius: 0 400px 400px 0;
  }
}
@media screen and (max-width: 1700px) {
  .index-charge .content {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 1660px) {
  .index-about {
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media screen and (max-width: 1600px) {
  .index-process .flex-box {
    padding-left: 7%;
  }
  .index-process .content {
    padding-top: 100px;
  }
}
@media screen and (max-width: 1560px) {
  .index-news {
    padding-bottom: 198px;
  }
  .index-about {
    padding-left: 45px;
    padding-right: 45px;
  }
  .index-about .item {
    width: 33.3333%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .index-about img {
    width: 100%;
  }
  .index-about .link-btn img {
    width: initial;
    max-width: 100%;
  }
}
@media screen and (max-width: 1400px) {
  .index-process .item {
    width: 30%;
  }
}
@media screen and (max-width: 1300px) {
  .index-about {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 1280px) {
  .index-process .flex-box {
    padding-right: 7%;
  }
}
@media screen and (max-width: 1262px) {
  .index-charge .LBox {
    margin-right: 6%;
  }
  .index-charge .RBox {
    padding: 9.7% 5%;
  }
}
@media screen and (max-width: 1240px) {
  .index-process .bg-Box {
    width: 100%;
  }
}
@media screen and (max-width: 1200px) {
  .index-news {
    padding-top: 5%;
  }
  .index-news .imgBox {
    display: none;
  }
  .index-news .news-block {
    width: 100%;
    padding-left: 0;
  }
  .index-about {
    padding-left: 5%;
    padding-right: 5%;
    background: #00291b url(../images/index-about-tablet.jpg) no-repeat center center/cover;
  }
  .index-about .about-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .index-about .item {
    width: 45%;
    padding-left: 0;
    padding-right: 0;
  }
  .index-about .link-btn {
    margin-top: 55px;
  }
}
@media screen and (max-width: 1024px) {
  .index-charge .LBox {
    width: 40%;
  }
  .index-charge .RBox {
    width: 54%;
  }
  .index-process .content {
    padding-top: 40px;
  }
  .index-process .item {
    width: 48%;
    margin-bottom: 50px;
  }
  .index-QA {
    padding: 64px 7% 89px 7%;
  }
  .index-QA .bgBox {
    display: none;
  }
  .index-QA .RBox {
    width: 100%;
  }
  .index-QA .textBox {
    padding-left: 48px;
    padding-right: 48px;
  }
}
@media screen and (max-width: 992px) {
  .index-news {
    padding-top: 91px;
  }
  .index-news .news-block {
    padding-top: 0;
  }
  .index-life {
    padding: 105px 11.6% 135px 11.6%;
  }
  .index-life .content {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .index-life .textBox {
    width: 100%;
    padding-bottom: 12%;
  }
  .index-life .text {
    padding-left: 0;
  }
  .index-life .imgBox {
    width: 100%;
    padding-top: 56%;
  }
  .index-charge .LBox {
    width: 39%;
    margin-right: 3%;
  }
  .index-charge .RBox {
    width: 58%;
    padding: 13.7% 5%;
  }
}
@media screen and (max-width: 900px) {
  .index-news {
    padding-bottom: 150px;
  }
  .index-about {
    padding-top: 0;
    padding-bottom: 0;
    background: #00291b url(../images/index-about-m2.jpg) no-repeat center center/cover;
  }
  .index-about .about-list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .index-about .item {
    width: 100%;
    max-width: 456px;
    margin-bottom: 38px;
  }
  .index-about div.item:first-child {
    margin-top: -50px;
  }
  .index-about div.item:nth-child(2) {
    margin-top: 0;
  }
  .index-about div.item:last-child {
    margin-top: 0;
    margin-bottom: -36px;
  }
  .index-about .link-btn {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .index-news {
    padding-top: 72px;
    padding-bottom: 124px;
    /*tab*/
  }
  .index-news .news-block {
    padding-top: 0;
  }
  .index-news .block-title {
    margin-bottom: 16px;
  }
  .index-news h1, .index-news h2, .index-news h3, .index-news h4, .index-news h5, .index-news h6, .index-news p {
    padding-left: 18px;
  }
  .index-about .link-btn {
    width: 166px;
  }
  .index-life {
    padding-bottom: 90px;
  }
  .index-charge-block .mb {
    display: block;
  }
  .index-charge .LBox {
    display: none;
  }
  .index-charge .RBox {
    width: 84%;
    max-width: 480px;
    padding: 21.7% 12%;
  }
  .index-charge .title {
    font-size: 24px;
  }
  .index-charge p {
    font-size: 14px;
  }
  .index-process {
    padding-top: 76px;
    padding-bottom: 95px;
  }
  .index-process .content {
    padding-top: 95px;
  }
  .index-process .block-title {
    margin-bottom: 34px;
  }
  .index-process .bg-Box {
    height: 530px;
  }
  .index-process .item {
    margin-bottom: 40px;
  }
  .index-process .imgBox {
    width: 60px;
    margin-right: 16px;
  }
  .index-process .textBox {
    width: calc(100% - 76px);
  }
  .index-process h3 {
    font-size: 15px;
  }
  .index-process .link-btn {
    display: block;
  }
  .index-process .link-btn img {
    width: 166px;
  }
  .index-QA {
    padding: 30px 7% 45px 7%;
  }
  .index-QA .block-title {
    margin-bottom: 24px;
  }
  .index-QA .textBox {
    padding-left: 34px;
    padding-right: 34px;
  }
  .index-QA .title {
    font-size: 24px;
    letter-spacing: 4px;
  }
  .index-QA p {
    font-size: 15px;
  }
  .index-reviews {
    padding-top: 88px;
    padding-bottom: 97px;
  }
  .index-reviews .block-title {
    margin-bottom: 36px;
  }
  .index-reviews .item {
    padding: 28px 25px;
  }
  .index-reviews .photo {
    width: 86px;
    height: 86px;
  }
  .index-reviews .link-btn {
    margin-top: 34px;
    width: 166px;
    max-width: 100%;
  }
}
@media screen and (max-width: 679px) {
  .index-reviews div.item:nth-child(even) {
    margin-top: 0;
  }
}
@media screen and (max-width: 640px) {
  .index-QA {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media screen and (max-width: 576px) {
  /*.index-news{
      h1, h2, h3, h4, h5, h6,p{padding-left: 0;}
  }*/
  .index-about {
    background: #00291b url(../images/index-about-m.jpg) no-repeat center center/cover;
  }
  .index-life .block-title {
    margin-bottom: 10px;
  }
  .index-charge .RBox {
    width: 100%;
  }
  .index-process {
    background: url(../images/process-bg.jpg) no-repeat left bottom/cover;
  }
  .index-process .bg-Box {
    display: none;
  }
  .index-process .flex-box {
    padding-left: 27px;
    padding-right: 27px;
  }
  .index-process .content {
    padding-top: 0;
  }
  .index-process .item {
    width: 100%;
  }
  .index-process .item:last-child {
    margin-bottom: 0;
  }
  .index-process .link-btn {
    margin: 0 auto 0 auto;
  }
  .index-QA {
    padding-top: 76px;
  }
  .index-QA .textBox {
    padding-left: 22px;
    padding-right: 22px;
  }
}
@media screen and (max-width: 446px) {
  .index-charge {
    padding-left: 0;
    padding-right: 0;
  }
  .index-charge .RBox {
    padding: 21.7% 40px;
  }
}
@media screen and (max-width: 375px) {
  .index-charge .RBox {
    padding-bottom: 28%;
  }
  .index-charge .line {
    margin-bottom: 18px;
  }
  .index-process {
    background: url(../images/process-bg-m.jpg) no-repeat left bottom/cover;
  }
  .index-reviews {
    background: #00291b url(../images/index-reviews-bg-m.jpg) center bottom/cover;
  }
}
/*NO Parallax for iphone*/
@media (max-width: 768px) {
  ::-webkit-full-page-media, :future, :root .index-charge {
    background-size: auto 100% !important;
    background-attachment: scroll !important;
  }
}
/*加入里森=============================*/
/*成為執事(PC、Laptop共用樣式)*/
.join-become {
  width: 100%;
  padding-top: 95px;
  padding-bottom: 50px;
  position: relative;
  overflow: hidden;
}
.join-become .laptop {
  display: none;
}
.join-become .star-line, .join-become .text-img {
  display: block;
  position: absolute;
}
.join-become .star-line {
  width: 33px;
  top: 50%;
  left: 7.604166%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.join-become .text-img {
  width: 4.6354%;
  top: 0;
  right: 7.604166%;
}
.join-become .content {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}
.join-become .block-title {
  margin: 0 auto 33px auto;
}
.join-become .list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 73px;
}
.join-become .item {
  width: 50%;
  min-height: 200px;
  border: 1px #3b5b4f solid;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.join-become .mb-460 {
  display: none;
}
.join-become div.list:nth-child(even) .item {
  border-right: 0;
  border-radius: 200px 0 0 200px;
}
.join-become div.list:nth-child(even) .item::before {
  content: "";
  display: block;
  width: 33px;
  height: 32px;
  background: url(../images/become-star.png) no-repeat center center/100% auto;
  position: absolute;
  top: 50%;
  left: -17px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.join-become div.list:nth-child(even) div.item:first-child {
  margin-left: 75px;
}
.join-become div.list:nth-child(even) div.item:last-child {
  margin-left: -60px;
}
.join-become div.list:nth-child(odd) .item {
  border-left: 0;
  border-radius: 0 200px 200px 0;
}
.join-become div.list:nth-child(odd) .item::after {
  content: "";
  display: block;
  width: 33px;
  height: 32px;
  background: url(../images/become-star.png) no-repeat center center/100% auto;
  position: absolute;
  top: 50%;
  right: -17px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.join-become div.list:nth-child(odd) div.item:first-child {
  margin-right: -75px;
}
.join-become div.list:nth-child(odd) div.item:first-child .imgBox {
  width: 148px;
}
.join-become div.list:nth-child(odd) div.item:last-child {
  padding-left: 70px;
}
.join-become .imgBox {
  width: 190px;
  margin-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.join-become .imgBox img {
  display: block;
  max-width: 100%;
}
.join-become .title {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.3;
  color: #a67c52;
  margin-bottom: 12px;
}
.join-become p {
  font-weight: 500;
  color: #00291b;
  line-height: 1.6;
}
.join-become strong {
  font-weight: 900;
}

/*我們是生活執事*/
.parallax-section {
  position: relative;
}
.parallax-section .logo-text {
  width: 4.32292%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}
.parallax-section .logo-text.fixed {
  position: fixed;
}

.parallax-wrapper section, .parallax-wrapper footer {
  position: relative;
}
.parallax-wrapper section {
  background-color: #fff;
}

.join-paragraph1 {
  width: 100%;
  padding-top: 135px;
  padding-bottom: 76px;
  background: #00281a url(../images/join-paragraph1-bg.jpg) no-repeat center center/cover;
  color: #fff;
  text-align: center;
  position: relative;
}
.join-paragraph1 .content {
  width: 100%;
  max-width: 566px;
  margin: 0 auto;
}
.join-paragraph1 p {
  line-height: 2;
  font-weight: 400;
}
.join-paragraph1 .logo, .join-paragraph1 .line {
  max-width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.join-paragraph1 .logo {
  margin-bottom: 62px;
}
.join-paragraph1 .line {
  margin-top: 34px;
  margin-bottom: 38px;
}
.join-paragraph1.fixed {
  position: fixed;
}

/*執事特質*/
.about-deacon, .about-deacon2 {
  color: #3b5b4f;
}
.about-deacon .content, .about-deacon2 .content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.about-deacon .LBox, .about-deacon .RBox, .about-deacon2 .LBox, .about-deacon2 .RBox {
  width: 50%;
}
.about-deacon .textBox, .about-deacon2 .textBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 7%;
}
.about-deacon ol, .about-deacon2 ol {
  padding-left: 36px;
}
.about-deacon li, .about-deacon2 li {
  list-style-type: decimal;
  font-weight: 300;
  line-height: 1.3;
  margin-bottom: 12px;
}
.about-deacon li:last-child, .about-deacon2 li:last-child {
  margin-bottom: 0;
}
.about-deacon .block-title, .about-deacon2 .block-title {
  margin-bottom: 19px;
}

.about-deacon .imgBox, .about-deacon2 .RBox {
  position: relative;
}
.about-deacon .imgBox::after, .about-deacon2 .RBox::after {
  content: "";
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  border: 1px #efd9b5 solid;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.about-deacon .LBox {
  background: url(../images/join-about-bg1.jpg) no-repeat center center/cover;
}
.about-deacon .RBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.about-deacon .RBox > div {
  width: 50%;
}
.about-deacon .imgBox {
  padding-top: 50%;
}
.about-deacon .imgBox1 {
  background: url(../images/join-about-bg2.jpg) no-repeat center center/cover;
}
.about-deacon .imgBox2 {
  background: url(../images/join-about-bg3.jpg) no-repeat center center/cover;
}

/**執事福利*/
.about-deacon2 .LBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.about-deacon2 .LBox > div {
  width: 50%;
}
.about-deacon2 .RBox {
  padding-top: 25.521%;
  background: url(../images/join-about-bg5.jpg) no-repeat center center/cover;
}
.about-deacon2 .imgBox3 {
  background: url(../images/join-about-bg4.jpg) no-repeat center center/cover;
}

/*執事福利文案*/
.welfare {
  width: 100%;
  padding-top: 167px;
}
.welfare .content {
  width: 100%;
  background: #00291b url(../images/welfare-bg.jpg) no-repeat center center/cover;
  color: #fff;
  padding-bottom: 79px;
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.welfare .imgBox {
  position: relative;
  border: 1px #efd9b5 solid;
}
.welfare .imgBox::before {
  content: "";
  display: block;
  width: 30px;
  height: 45px;
  background: url(../images/welfare-star.jpg) no-repeat center center/100% auto;
  position: absolute;
}
.welfare .img-bg {
  position: absolute;
  overflow: hidden;
  background: url(../images/welfare-img.jpg) no-repeat center center/cover;
}
.welfare .block-title {
  margin-bottom: 10px;
}
.welfare p {
  font-weight: 300;
  line-height: 36px;
}
.welfare .link-box {
  text-align: right;
}
.welfare a {
  display: block;
  margin-top: 30px;
}

/*RWD===============================================*/
@media screen and (min-width: 769px) {
  .welfare .content {
    padding-top: 113px;
  }
  .welfare .imgBox {
    width: 49.079%;
    padding-top: 36.697%;
    border-radius: 0 500px 500px 0;
    border-left: 0;
    margin-top: -217px;
    margin-right: 6%;
  }
  .welfare .imgBox::before {
    top: 50%;
    right: -18px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .welfare .img-bg {
    width: calc(100% - 12px);
    height: calc(100% - 24px);
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    border-radius: 0 500px 500px 0;
  }
  .welfare .textBox {
    width: 44.921%;
  }
}
@media screen and (max-width: 1700px) {
  .join-become .star-line {
    left: 5%;
  }
  .join-become .text-img {
    right: 5%;
  }
}
@media screen and (max-width: 1580px) {
  .join-become .star-line {
    left: 3%;
  }
  .join-become .text-img {
    right: 3%;
  }
}
@media screen and (min-width: 1527px) {
  .welfare .textBox {
    max-width: 640px;
  }
}
@media screen and (max-width: 1500px) {
  .join-become .star-line {
    left: 0;
  }
  .join-become .text-img {
    right: 0;
  }
  .about-deacon .LBox {
    display: none;
  }
  .about-deacon .RBox {
    width: 100%;
  }
  .about-deacon2 .LBox {
    width: 100%;
  }
  .about-deacon2 .RBox {
    display: none;
  }
  .about-deacon2 .imgBox3 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media screen and (min-width: 1201px) and (max-width: 1500px) {
  .about-deacon2 .textBox {
    padding-left: 13%;
  }
}
@media screen and (max-width: 1420px) {
  .join-become div.list:nth-child(even) div.item:first-child {
    margin-left: 0;
  }
  .join-become div.list:nth-child(even) div.item:last-child {
    margin-left: 0;
  }
  .join-become div.list:nth-child(odd) div.item:first-child {
    margin-right: 0;
  }
  .join-become div.list:nth-child(odd) div.item:last-child {
    padding-left: 0;
  }
  .join-become .textBox {
    padding-right: 32px;
  }
}
@media screen and (max-width: 1325px) {
  .join-become {
    padding-bottom: 83px;
  }
  .join-become .pc {
    display: none;
  }
  .join-become .laptop {
    display: block;
  }
  .join-become .content {
    max-width: 768px;
  }
  .join-become .text-img {
    width: 6.716981%;
  }
  .join-become .list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 0;
  }
  .join-become .item {
    width: 100%;
    min-height: 164px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 40px;
  }
  .join-become .textBox {
    padding-right: 0;
  }
  .join-become div.list:nth-child(even) div.item:first-child {
    border-left: 0;
    border-right: 1px #3b5b4f solid;
    border-radius: 0 200px 200px 0;
  }
  .join-become div.list:nth-child(even) div.item:first-child::before {
    left: auto;
    right: -17px;
  }
  .join-become div.list:nth-child(even) div.item:first-child .imgBox {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-right: 0;
    margin-left: 20px;
  }
  .join-become div.list:nth-child(odd) div.item:first-child .imgBox {
    width: 190px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-right: 0;
    margin-left: 20px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .join-become div.list:nth-child(odd) div.item:last-child {
    border-right: 0;
    border-left: 1px #3b5b4f solid;
    border-radius: 200px 0 0 200px;
  }
  .join-become div.list:nth-child(odd) div.item:last-child::after {
    right: auto;
    left: -17px;
  }
  .parallax-section .logo-text {
    width: 6.716981%;
  }
}
@media screen and (min-width: 701px) and (max-width: 1200px) {
  .about-deacon {
    padding-left: 6.716981%;
    padding-right: 6.716981%;
  }
  .about-deacon2 {
    padding-left: 6.716981%;
  }
  .about-deacon2 .LBox > div {
    width: 46.4%;
  }
  .join footer {
    padding-left: 6.716981%;
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
  .welfare .imgBox {
    width: 90%;
    padding-top: 60%;
    margin-right: 0;
  }
  .welfare .textBox {
    width: 100%;
    padding-left: 13%;
    padding-right: 7%;
    margin-top: 63px;
  }
}
@media screen and (max-width: 920px) {
  .join-become .content {
    max-width: 650px;
  }
}
@media screen and (max-width: 768px) {
  .join-become {
    padding-top: 57px;
    padding-bottom: 45px;
  }
  .join-become .content {
    max-width: 576px;
  }
  .join-become .block-title {
    margin-bottom: 20px;
  }
  .join-become .imgBox {
    width: auto;
  }
  .join-become .item {
    min-height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 22px;
  }
  .join-become div.list:nth-child(even) .item::before {
    width: 17px;
    height: 17px;
  }
  .join-become div.list:nth-child(even) div.item:first-child::before {
    right: -9px;
  }
  .join-become div.list:nth-child(even) div.item:last-child::before {
    left: -9px;
  }
  .join-become div.list:nth-child(odd) .item::after {
    width: 17px;
    height: 17px;
  }
  .join-become div.list:nth-child(odd) div.item:first-child::after {
    right: -9px;
  }
  .join-become div.list:nth-child(odd) div.item:last-child::after {
    left: -9px;
  }
  .join-become .title {
    font-size: 18px;
    margin-bottom: 3px;
  }
  .join-become p {
    font-size: 14px;
    line-height: 22px;
  }
  .join-become .icon1 {
    width: 67px;
  }
  .join-become .icon2 {
    width: 87px;
  }
  .join-become .icon3 {
    width: 97px;
  }
  .join-become .icon4 {
    width: 89px;
  }
  .join-become .icon5 {
    width: 70px;
  }
  .join-become .icon6 {
    width: 86px;
  }
  .join-paragraph1 {
    padding-top: 64px;
    padding-bottom: 60px;
  }
  .join-paragraph1 p {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 14px;
  }
  .join-paragraph1 .logo {
    margin-bottom: 24px;
  }
  .join-paragraph1 .line {
    width: 95%;
    margin-top: 18px;
    margin-bottom: 19px;
  }
  .about-deacon .block-title, .about-deacon2 .block-title {
    margin-bottom: 10px;
  }
  .about-deacon ol, .about-deacon2 ol {
    padding-left: 28px;
  }
  .about-deacon li, .about-deacon2 li {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .welfare {
    padding-top: 0;
  }
  .welfare .content {
    padding-right: 0;
    padding-bottom: 67px;
  }
  .welfare .block-title {
    margin-bottom: 7px;
  }
  .welfare .imgBox {
    width: 80%;
    padding-top: 80%;
    margin: 0 auto;
    border-left: 1px #efd9b5 solid;
    border-top: 0;
    border-radius: 0 0 500px 500px;
  }
  .welfare .imgBox::before {
    width: 24px;
    height: 18px;
    left: 50%;
    bottom: -9px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .welfare .img-bg {
    width: calc(100% - 24px);
    height: calc(100% - 12px);
    border-radius: 0 0 500px 500px;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .welfare .textBox {
    width: 77.419%;
    margin: 50px auto 0 auto;
  }
  .welfare p {
    line-height: 30px;
  }
  .welfare .link-box {
    text-align: center;
  }
  .welfare .link-btn {
    margin: 22px auto 0 auto;
  }
  .welfare .link-btn img {
    width: 166px;
  }
}
@media screen and (max-width: 700px) {
  .join-become .star-line, .join-become .text-img {
    display: none;
  }
  .join-paragraph1 {
    padding-left: 40px;
    padding-right: 40px;
  }
  .parallax-section .logo-text {
    display: none;
  }
}
@media screen and (max-width: 576px) {
  .about-deacon .imgBox, .about-deacon2 .imgBox {
    display: none;
  }
  .about-deacon .textBox, .about-deacon2 .textBox {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .about-deacon {
    padding: 0;
  }
  .about-deacon .RBox > div {
    width: 100%;
  }
  .about-deacon .textBox {
    height: 375px;
    padding-top: 75px;
    padding-left: 13%;
    padding-right: 13%;
  }
  .about-deacon .textBox1 {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    background: url(../images/join-about-bg1-m.jpg) no-repeat center center/cover;
  }
  .about-deacon .textBox2 {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    background: url(../images/join-about-bg2-m.jpg) no-repeat center bottom/cover;
  }
  .about-deacon li {
    font-size: 14px;
  }
  .about-deacon2 .LBox > div {
    width: 100%;
  }
  .about-deacon2 .textBox {
    height: 462px;
    padding-top: 67px;
    padding-left: 32px;
    padding-right: 32px;
    background: url(../images/join-about-bg5-m.jpg) no-repeat center center/cover;
  }
  .welfare .content {
    padding-left: 27px;
    padding-right: 27px;
  }
  .welfare .imgBox {
    width: 100%;
    padding-top: 100%;
  }
  .welfare .textBox {
    width: 100%;
    padding-left: 5px;
    padding-right: 5px;
  }
  .welfare p {
    font-size: 14px;
  }
}
@media screen and (max-width: 460px) {
  .join-become .star-line, .join-become .text-img {
    display: none;
  }
  .join-become .mb-460 {
    display: block;
  }
  .join-become .mb-460-hide {
    display: none;
  }
  .join-become div.list:nth-child(even) div.item:first-child {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .join-become div.list:nth-child(odd) div.item:first-child {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .join-become div.list:nth-child(odd) div.item:last-child {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .join-become .icon6 {
    margin-left: 15px;
  }
}
@media screen and (max-width: 450px) {
  .join-become .item6 {
    padding-left: 24px;
  }
}
@media screen and (max-width: 390px) {
  .join-become .item3 {
    padding-right: 22px;
  }
  .join-become div.list:nth-child(odd) div.item:last-child {
    padding-left: 24px;
  }
}
@media screen and (max-width: 375px) {
  .join-paragraph1 {
    background: #00281a url(../images/join-paragraph1-bg-m.jpg) no-repeat center center/cover;
  }
  .join-paragraph1 .line {
    width: 100%;
    margin-top: 18px;
    margin-bottom: 19px;
  }
  .about-deacon .textBox {
    padding-left: 32px;
    padding-right: 32px;
  }
}
body {
  margin: 0;
  background-color: #cfd1ce;
}

.bill_wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  background-color: #cfd1ce;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.bill_wrapper .bill_content {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 54px 10%;
}
.bill_wrapper .bill_content .palnt_bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.bill_wrapper .bill_content .palnt_bg .img-plant {
  position: absolute;
  top: -30px;
  left: -100px;
  width: 300px;
}
.bill_wrapper .bill_content .palnt_bg .img-desk {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 850px;
  height: auto;
}
.bill_wrapper .bill_content img {
  width: 100%;
}
.bill_wrapper .bill_content .tabs {
  margin-right: 6%;
}
.bill_wrapper .bill_content .tabs .tab-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 2px solid #ddd;
}
.bill_wrapper .bill_content .tabs .tab-btn {
  padding: 16px 30px;
  cursor: pointer;
  background: #f4f4f4;
  font-weight: 500;
  letter-spacing: 2px;
  padding: 10px 15px;
  font-size: 20px;
  border: none;
  border-right: 1px solid #ddd;
  font-family: "Noto Serif TC";
  color: #697e79;
  background: #1b4544;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.bill_wrapper .bill_content .tabs .tab-btn:first-of-type {
  border-radius: 15px 0 0 0;
}
.bill_wrapper .bill_content .tabs .tab-btn:last-of-type {
  border-radius: 0 15px 0 0;
  border-right: 0;
}
.bill_wrapper .bill_content .tabs .tab-btn.active {
  background: #3b5b4f;
  color: #caa874;
}
.bill_wrapper .bill_content .tabs .tab-content {
  display: none;
  padding: 20px 0;
  background-color: #3b5b4f;
  border-radius: 0 0 20px 20px;
  color: #f9f0e3;
  padding: 10px 40px;
  text-align: center;
  min-height: 758px;
}
.bill_wrapper .bill_content .tabs .tab-content .fonts {
  display: block;
  font-size: 1.5em;
  -webkit-margin-before: 0.83em;
          margin-block-start: 0.83em;
  -webkit-margin-after: 0.83em;
          margin-block-end: 0.83em;
  -webkit-margin-start: 0;
          margin-inline-start: 0;
  -webkit-margin-end: 0;
          margin-inline-end: 0;
  font-weight: bold;
  unicode-bidi: isolate;
  letter-spacing: 1px;
}
.bill_wrapper .bill_content .tabs .tab-content.active {
  display: block;
}
.bill_wrapper .bill_content .tabs .tab-content .link_s {
  width: 100%;
  height: 1px;
  margin-bottom: 30px;
  background: -webkit-gradient(linear, left top, right top, from(rgb(240, 220, 191)), color-stop(30%, rgb(240, 220, 191)), to(rgba(240, 220, 191, 0)));
  background: linear-gradient(to right, rgb(240, 220, 191) 0%, rgb(240, 220, 191) 30%, rgba(240, 220, 191, 0) 100%);
}
.bill_wrapper .bill_content .tabs .tab-content .job_name_box {
  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-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  color: #f0dcbf;
  margin-bottom: 28px;
}
.bill_wrapper .bill_content .tabs .tab-content .job_name_box .job_name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 20px;
  margin-bottom: 5px;
}
.bill_wrapper .bill_content .tabs .tab-content .job_name_box .job_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  text-align: left;
  padding: 0 10px;
  letter-spacing: 1px;
  line-height: 24px;
  color: #FFFFFF;
}
.bill_wrapper .bill_content .tabs .tab-content .job_name_box .job_content.list {
  -webkit-padding-start: 0;
          padding-inline-start: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-margin-after: 0;
          margin-block-end: 0;
  padding: 0 12px;
}
.bill_wrapper .bill_content .tabs .tab-content .job_name_box .job_content.list li {
  list-style-type: none;
  margin-bottom: 10px;
}
.bill_wrapper .bill_content .left_area {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.bill_wrapper .bill_content .right_area {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 58%;
  padding-top: 50px;
}
.bill_wrapper .bill_content .text_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  font-family: "Noto Serif TC";
  font-size: 15px;
  letter-spacing: 2px;
}
.bill_wrapper .bill_content .text_content .text_box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 22px;
}
.bill_wrapper .bill_content .text_content .text_box .title_icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  height: auto;
}
.bill_wrapper .bill_content .text_content .text_box .title {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  top: -10px;
  left: 22px;
  font-size: 30px;
  font-weight: 600;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.bill_wrapper .bill_content .text_content .text_box .content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  left: 22px;
  font-size: 19px;
  line-height: 22px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin-top: 20px;
}
.bill_wrapper .bill_content .text_content .text_box .content p {
  -webkit-margin-before: 0.1em;
          margin-block-start: 0.1em;
  -webkit-margin-after: 0.1em;
          margin-block-end: 0.1em;
}
.bill_wrapper .bill_content .text_content .green3 {
  color: #114543;
}
.bill_wrapper .bill_content .page-width {
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
  padding-left: 40px;
  padding-right: 40px;
}

@media (max-width: 1200px) {
  .bill_wrapper {
    overflow: auto;
  }
  .bill_wrapper .bill_content {
    padding: 30px 20px;
  }
  .bill_wrapper .bill_content .palnt_bg {
    display: none;
  }
  .bill_wrapper .bill_content .palnt_bg .img-desk {
    bottom: -40px;
  }
}
@media (max-width: 993px) {
  .bill_wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .bill_wrapper .bill_content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .bill_wrapper .bill_content .left_area,
  .bill_wrapper .bill_content .right_area {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  .bill_wrapper .bill_content .left_area {
    margin-right: 0;
    height: -webkit-fill-available;
  }
  .bill_wrapper .bill_content .right_area {
    margin-bottom: 30px;
    padding-top: 0 !important;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}
@media (max-width: 769px) {
  .bill_wrapper {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
  .bill_wrapper .bill_content {
    position: relative;
    min-height: 100vh;
  }
  .bill_wrapper .bill_content .palnt_bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
  }
  .bill_wrapper .bill_content .palnt_bg .img-desk {
    width: 535px;
    position: absolute;
    right: 0;
    bottom: 0;
  }
}
@media (max-width: 560px) {
  .bill_wrapper {
    overflow: visible;
  }
  .bill_wrapper .bill_content {
    padding: 30px 10px;
  }
  .bill_wrapper .bill_content .right_area {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .bill_wrapper .bill_content .right_area .text_box .title_icon {
    width: 84px;
  }
  .bill_wrapper .bill_content .right_area .text_box .title {
    font-size: 20px;
    letter-spacing: 1px;
  }
  .bill_wrapper .bill_content .right_area .text_box .content {
    font-size: 16px;
  }
  .bill_wrapper .bill_content .left_area .tab-buttons .tab-btn {
    font-size: 18px;
  }
  .bill_wrapper .bill_content .left_area .tab-content {
    padding: 10px 20px;
    min-height: 646px;
  }
  .bill_wrapper .bill_content .left_area .tab-content .fonts {
    font-size: 1.4em;
  }
  .bill_wrapper .bill_content .left_area .tab-content .job_name_box .job_name {
    font-size: 17px;
  }
  .bill_wrapper .bill_content .left_area .tab-content .job_name_box .job_content {
    font-size: 15px;
  }
}
.bill_wrapper .bill_content .tabs .tab-content .job_name_box .job_content.list li {
  margin-bottom: 6px;
}/*# sourceMappingURL=style.css.map */