@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@200..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cormorant:ital,wght@0,300..700;1,300..700&family=Noto+Serif+TC:wght@200..900&display=swap");
@media (min-width: 1024px) {
  footer.footerArea {
    display: none;
  }
  footer.footerAreaPC {
    overflow: hidden;
    z-index: 2;
    height: auto;
    display: flex;
    align-items: center;
    flex-direction: column;
    background-color: #2c4c47;
    position: relative;
    overflow: hidden;
    border-radius: 142px 0 0 0;
  }
  footer.footerAreaPC .wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    max-width: 1400px;
    padding: 0 20px;
    overflow: hidden;
  }
  footer.footerAreaPC .firstBox {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    margin-top: 100px;
    margin-bottom: 35px;
  }
  footer.footerAreaPC .firstBox .logoBox {
    width: 240px;
    height: 170px;
  }
  footer.footerAreaPC .firstBox .logoBox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  footer.footerAreaPC .secondBox {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    margin-left: 112px;
    margin-bottom: 170px;
  }
  footer.footerAreaPC .secondBox .footerNav {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    line-height: 50px;
    padding-bottom: 85px;
  }
  footer.footerAreaPC .secondBox .footerNav .nav-links {
    display: grid;
    grid-template-columns: repeat(4, 220px);
    grid-template-rows: 50px 50px 50px;
  }
  footer.footerAreaPC .secondBox .footerNav .nav-links li {
    width: 100%;
    display: flex;
    align-items: center;
    position: relative;
  }
  footer.footerAreaPC .secondBox .footerNav .nav-links li::before {
    content: "";
    position: absolute;
    left: -18px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #fff;
    transition: opacity 0.5s ease-in-out;
    opacity: 0;
  }
  footer.footerAreaPC .secondBox .footerNav .nav-links li:hover::before {
    opacity: 1;
  }
  footer.footerAreaPC .secondBox .footerNav .nav-links li:hover a[data-en]::before {
    opacity: 1;
    transform: translateX(0);
    color: #dcd9d2;
    font-size: inherit;
  }
  footer.footerAreaPC .secondBox .footerNav .nav-links li:hover a span {
    transform: translateX(100%);
    opacity: 0;
  }
  footer.footerAreaPC .secondBox .footerNav .nav-links li a {
    width: 100%;
    position: relative;
    overflow: visible;
    font-family: "Noto Serif TC", "Cormorant", serif;
    display: inline-block;
    min-width: 100%;
  }
  footer.footerAreaPC .secondBox .footerNav .nav-links li a span {
    display: inline-block;
    transform: translateX(0);
    transition: transform 0.5s ease-in-out, opacity 0.2s ease-in-out;
    opacity: 1;
    white-space: nowrap;
  }
  footer.footerAreaPC .secondBox .footerNav .nav-links li a[data-en]::before {
    content: attr(data-en);
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    min-width: 100%;
    opacity: 0;
    transform: translateX(-20px);
    transition: opacity 0.3s ease-in-out, transform 0.5s ease-in-out;
    text-transform: uppercase;
    white-space: nowrap;
  }
  footer.footerAreaPC .secondBox .footerNav .nav-links li a:hover[data-en]::before {
    opacity: 1;
    transform: translateX(0);
    color: #dcd9d2;
  }
  footer.footerAreaPC .secondBox .footerNav .nav-links li a:hover span {
    transform: translateX(100%);
    opacity: 0;
  }
  footer.footerAreaPC .secondBox .footerNav a {
    font-size: 24px;
    color: #dcd9d2;
    text-decoration: none;
    font-family: "Noto Serif TC", "Cormorant", serif;
    text-transform: uppercase;
  }
  footer.footerAreaPC .thirdBox {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 65px;
  }
  footer.footerAreaPC .thirdBox .contactBox {
    font-family: "Noto Serif TC", "Cormorant", serif;
    color: #dcd9d2;
    display: flex;
    flex-direction: column;
    width: 44%;
  }
  footer.footerAreaPC .thirdBox .contactBox .add {
    font-size: 18px;
    display: flex;
    flex-direction: column;
    margin-bottom: 8px;
    gap: 8px;
  }
  footer.footerAreaPC .thirdBox .contactBox .tel {
    font-size: 18px;
  }
  footer.footerAreaPC .thirdBox .contactBox .tel a {
    text-decoration: none;
    color: #dcd9d2;
  }
  footer.footerAreaPC .thirdBox .inner {
    width: 56%;
    flex-shrink: 0;
    display: flex;
    justify-content: space-between;
  }
  footer.footerAreaPC .thirdBox .socialBox {
    display: flex;
    margin-right: auto;
  }
  footer.footerAreaPC .thirdBox .socialBox .outer {
    display: flex;
    align-items: center;
  }
  footer.footerAreaPC .thirdBox .socialBox .follow {
    color: #dcd9d2;
    letter-spacing: 2.25px;
    font-size: 18px;
    font-weight: 500;
    font-family: "Cormorant", "Noto Serif TC", serif;
  }
  footer.footerAreaPC .thirdBox .socialBox .iconBox {
    display: flex;
    margin-left: 15px;
    gap: 5px;
  }
  footer.footerAreaPC .thirdBox .socialBox .iconBox a {
    margin-right: 5px;
    text-decoration: none;
  }
  footer.footerAreaPC .thirdBox .socialBox .iconBox img {
    width: 22px;
    height: 22px;
  }
  footer.footerAreaPC .thirdBox .copyright {
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
  }
  footer.footerAreaPC .thirdBox .copyright p {
    color: #dcd9d2;
    font-family: "Noto Serif TC", "Cormorant", serif;
  }
  footer.footerAreaPC .thirdBox .copyright p:nth-child(1) {
    font-size: 14px;
  }
  footer.footerAreaPC .thirdBox .copyright p:nth-child(2) {
    font-size: 12px;
  }
  footer.footerAreaPC .deco-left {
    position: absolute;
    bottom: 30%;
    left: 0;
    z-index: 1;
  }
  footer.footerAreaPC .deco-left img {
    width: 100%;
    object-fit: cover;
  }
  footer.footerAreaPC .deco-right {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
  }
  footer.footerAreaPC .deco-right img {
    width: 100%;
    object-fit: cover;
  }
}
@media (max-width: 1024px) {
  footer.footerAreaPC {
    display: none;
  }
  footer.footerArea {
    height: auto;
    display: flex;
    align-items: center;
    flex-direction: column;
    background-color: #2c4c47;
    position: relative;
    overflow: hidden;
  }
  footer.footerArea .wrap {
    max-width: 1440px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 65px 0;
  }
  footer.footerArea .imgBox {
    padding-bottom: 45px;
  }
  footer.footerArea .footerNav {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    line-height: 50px;
    padding-bottom: 85px;
  }
  footer.footerArea .footerNav .nav-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 45px;
    width: 100%;
  }
  footer.footerArea .footerNav .nav-links li {
    display: flex;
    align-items: center;
    position: relative;
  }
  footer.footerArea .footerNav .nav-links li::before {
    content: "";
    position: absolute;
    left: -18px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #fff;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
  }
  footer.footerArea .footerNav .nav-links li:hover::before {
    opacity: 1;
  }
  footer.footerArea .footerNav .nav-links li.active::before {
    opacity: 1;
  }
  footer.footerArea .footerNav .nav-links li.active a span {
    transform: translateX(100%);
    opacity: 0;
  }
  footer.footerArea .footerNav .nav-links li.active a[data-en]::before {
    opacity: 1;
    transform: translateX(0);
    color: #dcd9d2;
  }
  footer.footerArea .footerNav .nav-links li a {
    position: relative;
    overflow: visible;
    font-family: "Noto Serif TC", "Cormorant", serif;
    display: inline-block;
    min-width: 100%;
    font-size: 18px;
  }
  footer.footerArea .footerNav .nav-links li a span {
    display: inline-block;
    transform: translateX(0);
    transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
    opacity: 1;
    white-space: nowrap;
  }
  footer.footerArea .footerNav .nav-links li a[data-en]::before {
    content: attr(data-en);
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    min-width: 100%;
    opacity: 0;
    transform: translateX(-20px);
    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
    text-transform: uppercase;
    white-space: nowrap;
  }
  footer.footerArea .footerNav .nav-links li:hover a span {
    transform: translateX(100%);
    opacity: 0;
  }
  footer.footerArea .footerNav .nav-links li:hover a[data-en]::before {
    opacity: 1;
    transform: translateX(0);
    color: #dcd9d2;
  }
  footer.footerArea .footerNav a {
    font-size: 18px;
    color: #dcd9d2;
    text-decoration: none;
    font-family: "Noto Serif TC", serif;
    text-transform: uppercase;
  }
  footer.footerArea .socialBox {
    display: flex;
    margin-right: auto;
    padding-left: 40px;
    margin-bottom: 25px;
  }
  footer.footerArea .socialBox .outer {
    display: flex;
    align-items: center;
  }
  footer.footerArea .socialBox .follow {
    color: #dcd9d2;
    letter-spacing: 2.25px;
    font-size: 17px;
    font-weight: 500;
    font-family: "Cormorant", serif;
  }
  footer.footerArea .socialBox .iconBox {
    display: flex;
    margin-left: 15px;
    gap: 5px;
  }
  footer.footerArea .socialBox .iconBox a {
    margin-right: 5px;
    text-decoration: none;
  }
  footer.footerArea .socialBox .iconBox img {
    width: 22px; /* 或其他適合的大小 */
    height: 22px;
  }
  footer.footerArea .contactBox {
    font-family: "Noto Serif TC", serif;
    color: #dcd9d2;
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
    margin-right: auto;
    padding-left: 40px;
  }
  footer.footerArea .add {
    font-size: 13px;
    display: flex;
    flex-direction: column;
    margin-bottom: 8px;
    gap: 8px;
  }
  footer.footerArea .tel {
    font-size: 13px;
  }
  footer.footerArea .tel a {
    text-decoration: none;
    color: #dcd9d2;
  }
  footer.footerArea .copyright {
    display: flex;
    flex-direction: column;
    margin-right: auto;
    padding-left: 40px;
    gap: 10px;
  }
  footer.footerArea .copyright p {
    color: #dcd9d2;
    font-family: "Noto Serif TC", serif;
  }
  footer.footerArea .copyright p:nth-child(1) {
    font-size: 11px;
  }
  footer.footerArea .copyright p:nth-child(2) {
    font-size: 6px;
  }
  footer.footerArea .deco {
    position: absolute;
    bottom: -5px;
    right: 0;
    z-index: 1;
  }
  footer.footerArea .deco img {
    width: 100%;
  }
}
@media (max-width: 575px) {
  footer.footerArea .footerNav .nav-links {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding-left: 60px;
  }
}