@charset "UTF-8";
#section-location {
  padding: 0;
  margin: 0;
  overflow: hidden;
}
#section-location .section-landmarks {
  position: relative;
  min-height: 1080px;
}
@media (max-width: 991px) {
  #section-location .section-landmarks {
    min-height: 560px;
  }
}
#section-location .section-landmarks .wrapper {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow-y: hidden;
  background: transparent;
  -webkit-overflow-scrolling: touch;
}
@media (min-width: 1880px) {
  #section-location .section-landmarks .wrapper {
    overflow: hidden;
  }
}
@media (max-width: 991px) {
  #section-location .section-landmarks .wrapper {
    overflow: unset;
    overflow-y: hidden !important;
  }
}
#section-location .section-landmarks .wrapper .landscape {
  display: flex;
  flex-direction: column;
  position: absolute;
  left: 0;
  right: 0;
  width: 1920px;
  height: 1080px;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
}
#section-location .section-landmarks .wrapper .landscape::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 15%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.724) 0%, transparent 100%);
}
@media (max-width: 991px) {
  #section-location .section-landmarks .wrapper .landscape {
    width: 1080px;
    height: 560px;
  }
}
#section-location .section-landmarks .wrapper .landscape ul {
  flex: 1 0 0;
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
  position: relative;
  opacity: 0;
}
#section-location .section-landmarks .wrapper .landscape ul li {
  writing-mode: vertical-rl;
  display: inline-block;
  position: absolute;
  padding: 10px;
  color: #fff;
  text-orientation: upright;
  white-space: nowrap;
}
#section-location .section-landmarks .wrapper .landscape ul li span {
  font-weight: 700;
  color: #f5ea0a;
}
#section-location .section-landmarks .gestures {
  pointer-events: none;
  position: absolute;
  width: 100vw;
  text-align: center;
  bottom: 25px;
  left: 0;
  z-index: 10;
  opacity: 1;
  transform: scale(0.6);
  transition: margin-top 0.2s cubic-bezier(0, 0, 0.18, 1) 0s, opacity 0.2s cubic-bezier(0, 0, 0.18, 1) 0s;
  animation: gestures-flick 2s ease-in-out infinite alternate;
}
@media (min-width: 991px) {
  #section-location .section-landmarks .gestures {
    opacity: 0;
  }
}
#section-location .section-landmarks .gestures img {
  height: 1.5rem;
}

@keyframes gestures-flick {
  0% {
    margin-left: -15px;
  }
  100% {
    margin-left: 15px;
  }
}
@media (max-width: 991px) {
  footer {
    padding-bottom: 80px;
  }
}
footer .decoTxt {
  background: #D0121B;
  color: #fff;
  text-align: center;
  padding: 1rem 0;
}
@media (max-width: 767px) {
  footer .decoTxt {
    padding: 10px 0;
  }
}
footer .decoTxt span {
  letter-spacing: 5px;
  padding-left: 5px;
}
footer .topBox {
  padding: 3% 10%;
}
@media (max-width: 991px) {
  footer .topBox {
    padding: 0%;
  }
}
footer .topBox .contactList {
  padding: 3% 0 5% 0;
  justify-content: center;
}
@media (max-width: 991px) {
  footer .topBox .contactList {
    padding: 12% 3% 10% 3%;
  }
}
footer .topBox .contactList .Txt {
  text-align: center;
  color: #D0121B;
}
footer .topBox .contactList .Txt h2 {
  font-weight: 600;
}
@media (max-width: 767px) {
  footer .topBox .contactList .Txt h2 {
    font-size: 1.5rem;
  }
}
footer .topBox .contactList .Txt h2 span {
  font-size: 2.5rem;
  margin-right: 3px;
}
@media (max-width: 767px) {
  footer .topBox .contactList .Txt h2 span {
    font-size: 1.8rem;
  }
}
footer .topBox .contactList .CaseInfo {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: 1.5;
  border-top: 1px solid rgba(96, 59, 27, 0.537254902);
}
@media (max-width: 991px) {
  footer .topBox .contactList .CaseInfo {
    line-height: 1.7;
  }
}
footer .topBox .contactList .CaseInfo li {
  width: 50%;
  display: block;
  padding: 1rem 0;
  border-bottom: 1px solid rgba(96, 59, 27, 0.537254902);
}
@media (max-width: 991px) {
  footer .topBox .contactList .CaseInfo li {
    width: 100%;
    padding: 0.5rem 0;
  }
}
footer .topBox .contactList .CaseInfo li span::after {
  content: "：";
}
footer .topBox .contactList .CaseInfo a {
  color: #000;
}
footer .topBox .contactList .form-check-box {
  max-width: 500px;
  display: flex;
}
footer .copyright {
  display: block;
}
@media (max-width: 991px) {
  footer .copyright span {
    display: block;
  }
}

.form-control {
  border-radius: 0;
  background-color: rgba(255, 255, 255, 0.596);
  border-radius: 5px;
}
.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: transparent;
  outline: 0;
  box-shadow: 0 0 10px 3px rgba(182, 54, 60, 0.3529411765);
}

::-moz-placeholder {
  color: #212529 !important;
}

::placeholder {
  color: #212529 !important;
}

.navbar {
  padding: 0;
  width: 100%;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  background-color: rgba(252, 252, 252, 0.571);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
  color: #000;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: space-between;
  /* Sticky */
  opacity: 0;
  transform: translateY(-10px);
  transition: all 0.5s;
}
.navbar .navbar-brand {
  padding: 5px 2%;
}
.navbar .navbar-brand img {
  height: 3.5rem;
}
.navbar .navbar-Link {
  display: flex;
}
.navbar .navbar-Link .btn {
  flex: 1;
  font-size: 1.2rem;
  min-width: 140px;
  color: #603b1b;
  padding: 18px 0;
  text-align: center;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.navbar .navbar-Link .btn:hover, .navbar .navbar-Link .btn:active {
  border-color: transparent;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  background-color: rgba(255, 255, 255, 0.6666666667);
}
.navbar .navbar-Link .btn i {
  display: none;
}
.navbar .navbar-Link .btn span {
  display: block;
  font-size: 1rem;
}
.navbar.Sticky {
  opacity: 1;
  transform: translateY(0px);
  transition: all 0.5s;
}
@media (max-width: 991px) {
  .navbar {
    box-shadow: 0px -6px 20px rgba(0, 0, 0, 0.1);
    bottom: 0;
    top: auto;
  }
  .navbar .navbar-brand {
    display: none;
  }
  .navbar .navbar-Link {
    width: 100%;
  }
  .navbar .navbar-Link .btn {
    min-width: auto;
    font-size: 14px;
    padding: 10px 0;
    padding-bottom: 20px;
  }
  .navbar .navbar-Link .btn i {
    display: block;
  }
  .navbar .navbar-Link .btn span {
    display: none;
  }
}

/*
黑體
font-family: 'Noto Sans TC', sans-serif;

明體
font-family: 'Noto Serif TC', serif;

英文襯線
font-family:'Times New Roman', serif;  

*/
*,
*::before,
*::after {
  position: relative;
  box-sizing: border-box;
  /*border: 1px solid red;*/
}

body {
  font-size: 1rem;
  font-family: "Noto Sans TC", sans-serif;
  background-image: url(../images/img/page-layer.jpeg);
  background-size: contain;
  background-repeat: repeat;
  background-attachment: fixed;
}
@media (max-width: 991px) {
  body {
    background-image: url(../images/img/page-layer-m.jpeg);
    background-attachment: scroll;
    font-size: 0.9rem;
  }
}

/*文字樣式*/
a,
.btn {
  text-decoration: none;
  border-radius: 0;
}
a:hover,
.btn:hover {
  text-decoration: none;
}

a:focus,
button:focus {
  outline: none !important;
}

.font-MT {
  font-family: "Noto Serif TC", serif;
}

/*圖片樣式*/
.Img a {
  display: block;
}
.Img .innerImg {
  width: 100%;
  padding-top: 65%;
}
.Img .innerImg .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.infoImg {
  position: absolute;
  right: 0;
  bottom: 0;
  color: #fff;
  width: 100%;
  text-align: right;
  padding: 3px;
  font-size: 0.7rem;
  z-index: 3;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.678);
}
@media (max-width: 991px) {
  .infoImg {
    font-size: 0.5rem;
    letter-spacing: 0;
  }
}

/*主色系調整區*/
.text-primary {
  color: #D0121B !important;
}

.bg-primary {
  background-color: #D0121B !important;
}

.bg-light {
  background: url(../images/img/bg-light.jpg) !important;
}

.bg-gray {
  background-color: #d2d2d2 !important;
}

.form-check-input:checked {
  background-color: #D0121B !important;
  border-color: #D0121B !important;
}

.btn-primary {
  color: #fff;
  background-color: #D0121B;
  border-color: #D0121B;
}
.btn-primary:hover {
  background-color: #ab151d;
  border-color: #ab151d;
}
.btn-primary.focus, .btn-primary:focus {
  background-color: #ab151d;
  border-color: #ab151d;
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
  background-color: #ab151d;
  border-color: #ab151d;
}

.slick-prev {
  left: 0px;
  z-index: 10;
}
.slick-prev:before {
  content: "\f284";
}

.slick-next {
  right: 0px;
}
.slick-next:before {
  content: "\f285";
}

.slick-next,
.slick-prev {
  width: auto;
  height: auto;
}

.slick-prev:before,
.slick-next:before {
  display: inline-block;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -0.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 3rem;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.678);
}
@media (max-width: 991px) {
  .slick-prev:before,
  .slick-next:before {
    font-size: 2.5rem;
  }
}

.slick-dots li button:before {
  font-size: 10px;
  color: #c4baaf;
  opacity: 1;
}
.slick-dots li.slick-active button:before {
  color: #cd121b;
  opacity: 1;
}

/*fancybox 跳出選單箭頭設定高度*/
.fancybox-navigation {
  height: 100vh;
}

.fancybox-infobar {
  display: none;
}

@media (max-width: 991px) {
  .fancybox-caption__body {
    font-size: 0.7rem;
  }
}

.stage {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.stage .layer {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.bannerArea {
  overflow: hidden;
  min-height: 100vh;
}
@media (max-width: 991px) {
  .bannerArea {
    min-height: 0;
  }
}
.bannerArea .slogan {
  position: absolute;
  opacity: 0;
}
.bannerArea .bannerBox {
  min-height: 65vh;
  justify-content: end;
  align-items: end;
}
@media (max-width: 991px) {
  .bannerArea .bannerBox {
    min-height: 0;
    padding: 128% 0 10% 0;
  }
}
.bannerArea .title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
}
@media (max-width: 991px) {
  .bannerArea .title {
    display: block;
  }
}
.bannerArea .title small {
  writing-mode: vertical-lr;
  color: #603b1b;
  font-weight: 800;
}
@media (max-width: 991px) {
  .bannerArea .title small {
    font-size: 11px;
  }
}
.bannerArea .title b {
  color: #cf121b;
  font-weight: 900;
  font-size: 6.8rem;
  font-family: "Noto Serif TC", serif;
}
@media (max-width: 991px) {
  .bannerArea .title b {
    font-size: 5.2rem;
  }
}
.bannerArea .title b span {
  font-size: 3.8rem;
  color: #603b1b;
}
@media (max-width: 991px) {
  .bannerArea .title b span {
    font-size: 2.2rem;
  }
}
.bannerArea .title h2 {
  padding-left: 1rem;
  line-height: 1.1;
  margin-left: 2rem;
  color: #cf121b;
  font-weight: 800;
  font-size: 2.5rem;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .bannerArea .title h2 {
    font-size: 1.5rem;
    padding-left: 0;
    margin-left: 0;
    padding-top: 5px;
    margin-top: -1rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.bannerArea .title h2::after {
  content: "";
  width: 1.5px;
  height: 100%;
  background: #603b1b;
  position: absolute;
  top: 50%;
  left: -10px;
  transform: translateY(-50%);
}
@media (max-width: 991px) {
  .bannerArea .title h2::after {
    width: 286px;
    height: 1px;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0%);
  }
}
.bannerArea .title h2 span {
  font-size: 3.2rem;
  margin: 0 2px 0 5px;
}
@media (max-width: 991px) {
  .bannerArea .title h2 span {
    font-size: 2rem;
    margin-bottom: 3px;
  }
}
.bannerArea .title h2 small {
  display: none;
}
@media (max-width: 991px) {
  .bannerArea .title h2 small {
    display: inline-block;
    writing-mode: horizontal-tb;
    font-size: 1rem;
    line-height: 1;
    color: #cf121b;
  }
}
.bannerArea .decoTxt {
  color: #603b1b;
  font-family: "Noto Serif TC", serif;
  font-size: 0.7rem;
  font-weight: 600;
  display: block;
  text-align: center;
}
@media (max-width: 991px) {
  .bannerArea .decoTxt {
    font-size: 0.4rem;
  }
}

.page {
  padding: 5% 0 3% 0;
}
@media (max-width: 991px) {
  .page {
    padding: 3rem 3% 0 3%;
    overflow: hidden;
  }
}
.page .title h2 {
  color: #cd121b;
  font-weight: 600;
  text-align: center;
  padding: 2rem 0 6rem 0;
}
@media (max-width: 991px) {
  .page .title h2 {
    padding: 5rem 0;
  }
}
.page .title h2::after {
  content: "";
  background-image: url(../images/img/deco-pic.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 165px;
  height: 250px;
  position: absolute;
  top: -27%;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 991px) {
  .page .title h2::after {
    width: 135px;
    height: 230px;
    top: 4%;
  }
}
@media (max-width: 991px) {
  .page .Txt {
    margin-bottom: 2rem;
  }
}
.page .Txt h2 {
  font-weight: 600;
}
.page .Txt p {
  text-align: justify;
  -moz-text-align-last: center;
       text-align-last: center;
  width: 90%;
  margin: 0 auto;
  line-height: 2;
}
@media (max-width: 1700px) {
  .page .Txt p {
    width: 90%;
  }
}
@media (max-width: 991px) {
  .page .Txt p {
    width: 100%;
    -moz-text-align-last: left;
         text-align-last: left;
  }
}

.page01 {
  padding-bottom: 5%;
}
.page01 .imgSlick::after {
  content: "";
  width: 180px;
  height: 200px;
  background-image: url(../images/img/page01-deco-pic.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: -20%;
  right: -5%;
}
@media (max-width: 991px) {
  .page01 .imgSlick::after {
    width: 80px;
    height: 100px;
    top: -23%;
    r: -3%;
  }
}

.page02 {
  background: #015cac;
  padding-top: 7%;
  margin-bottom: 3%;
}
@media (max-width: 991px) {
  .page02 {
    padding-top: 47%;
  }
}
.page02 .Txt {
  padding-top: 5%;
  color: #fff;
  z-index: 3;
}
@media (max-width: 991px) {
  .page02 .Txt {
    padding: 3rem 3% 0 3%;
  }
}
@media (max-width: 991px) {
  .page02 .Txt h2 {
    text-align: center;
  }
}
.page02 .Txt p {
  line-height: 2;
  margin-top: 1.5rem;
}
@media (max-width: 991px) {
  .page02 .Txt p {
    text-align: justify;
  }
}

.page03 {
  overflow: hidden;
}
@media (max-width: 991px) {
  .page03 {
    padding-bottom: 0;
  }
}
.page03 .Img .innerImg {
  padding-top: 60%;
}
@media (max-width: 991px) {
  .page03 .Img .innerImg {
    padding-top: 57%;
  }
}

.page03 .Txt, .page06 .Txt, .page07 .Txt {
  margin-bottom: 2rem;
}
.page03 .item, .page06 .item, .page07 .item {
  padding: 0 5px;
}

@media (max-width: 991px) {
  .page04 .Txt {
    padding-bottom: 4rem;
  }
}
@media (max-width: 991px) {
  .page04 .imgSlick::after {
    content: "";
    width: 111px;
    height: 116px;
    background-image: url(../images/img/page04-deco-pic.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: -5.5rem;
    right: -3%;
    z-index: 10;
  }
}

.page05 {
  padding-bottom: 0;
}
.page05 .TxtBox {
  padding-top: 20%;
}
@media (max-width: 991px) {
  .page05 .TxtBox {
    padding-top: 0;
  }
}
.page05 .Txt img {
  display: block;
  margin: 2rem auto 0 auto;
  width: 70%;
}
@media (max-width: 991px) {
  .page05 .Txt img {
    display: none;
  }
}

.page06 .TxtBox {
  padding-bottom: 2.5rem;
}
@media (max-width: 991px) {
  .page06 .TxtBox {
    padding-bottom: 0;
  }
}
.page06 .TxtBox::after {
  content: "";
  width: 111px;
  height: 200px;
  background-image: url(../images/img/page06-deco-pic.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  left: 11%;
  z-index: -1;
}
@media (max-width: 991px) {
  .page06 .TxtBox::after {
    width: 55px;
    height: 100px;
    left: -2%;
    bottom: 7rem;
  }
}

.page07 .TxtBox {
  padding-bottom: 2.5rem;
}
@media (max-width: 991px) {
  .page07 .TxtBox {
    padding-bottom: 0;
  }
}
.page07 .TxtBox::after {
  content: "";
  width: 174px;
  height: 200px;
  background-image: url(../images/img/page07-deco-pic-1.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  left: 7%;
  z-index: -1;
}
@media (max-width: 991px) {
  .page07 .TxtBox::after {
    width: 87px;
    height: 100px;
    left: -2%;
    bottom: 5.5rem;
  }
}
.page07 .TxtBox::before {
  content: "";
  width: 85px;
  height: 200px;
  background-image: url(../images/img/page07-deco-pic-2.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  right: 7%;
  z-index: -1;
}
@media (max-width: 991px) {
  .page07 .TxtBox::before {
    width: 44px;
    height: 100px;
    right: 3%;
    bottom: 13rem;
  }
}

.page08 .row {
  padding-bottom: 5rem;
}
@media (max-width: 991px) {
  .page08 .row {
    padding-bottom: 0;
  }
}
.page08 .row::after {
  content: "";
  width: 176px;
  height: 250px;
  background-image: url(../images/img/page08-deco-pic.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  left: -7%;
  z-index: 1;
}
@media (max-width: 1500px) {
  .page08 .row::after {
    width: 156px;
    height: 220px;
    left: -2%;
  }
}
@media (max-width: 1400px) {
  .page08 .row::after {
    left: -5%;
  }
}
@media (max-width: 1250px) {
  .page08 .row::after {
    left: -3%;
  }
}
@media (max-width: 1200px) {
  .page08 .row::after {
    left: -7%;
  }
}
@media (max-width: 991px) {
  .page08 .row::after {
    width: 88px;
    height: 125px;
    bottom: -6px;
    left: auto;
    right: 6%;
  }
}
@media (max-width: 991px) {
  .page08 .imgSlick3 {
    padding: 0 3.3%;
    margin-top: 5px;
  }
}
.page08 .imgSlick3 .item {
  padding: 0 5px;
}
@media (max-width: 991px) {
  .page08 .imgSlick3 .item {
    padding: 0;
  }
}
.page08 .imgSlick3 .Img .innerImg {
  padding-top: 56%;
}

.page09 {
  overflow: hidden;
}
@media (max-width: 991px) {
  .page09 {
    padding-bottom: 4rem;
  }
}

@media (min-width: 1921px) {
  .container {
    max-width: 1680px !important;
  }
}/*# sourceMappingURL=all.css.map */