@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&family=Figtree:wght@100;300;400;500;700&family=Noto+Sans+TC:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@300;400;500;600;700&display=swap');

* {
    box-sizing: border-box;
    scroll-behavior: smooth;

}

body {
    font-family: 'Figtree', 'Noto Sans TC', sans-serif;
}

body.active {
    overflow: hidden;
}

.show-xs {
    display: none;
}

.w-100 {
    width: 100% !important;
}

.mr-2 {
    margin-right: 20px !important;
}

.mt-2 {
    margin-top: 30px !important;
}

.mt-3 {
    margin-top: 40px !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mb-2 {
    margin-bottom: 24px !important;
}

.p-0 {
    padding: 0 !important;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.text-center {
    text-align: center !important;
}

.show-pad {
    display: none !important;
}
.tab-container{
    text-align: center;
    margin-bottom: 24px;
}
.search-tab{
    display: inline-flex;
    border-radius:  2px;
border: 1px solid  #F5F5F5;
overflow: hidden;
}
.search-tab li{
    width: 120px;
    height: auto !important;
    border-left: 1px solid  #F5F5F5;
    margin-left: -1px;
}
.search-tab li a{
    display: flex;
    align-items: center;
    justify-content: center;
color: #959595;
text-align: center;
font-size: 14px;
font-weight: 400;
letter-spacing:0.08em;
text-decoration: none;
height: 38px;
}
.search-tab li a.active{
   background-color: #002349;
   color: #fff;
}
.collect-share {
    display: inline-block;
    position: absolute;
    top: 12px;
    left: 12px;
    z-index: 4;
}
.collect-share-btn{
    border-radius: 2px;
    height: 24px;
    background-color: rgba(111, 111, 111, 0.20);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    display: inline-flex;
    align-items: center;
    padding: 0 4px;
    background-image: url(../images/share-1.svg);
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: center left 4px;
    padding-left: 24px;
    color: #FFF;
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.1em;
    text-decoration: none;
}
.collect-share-box {
    display: none;
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    z-index: 9;
    border-radius: 4px;
    background-color: #FFF;
    box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.25);
    padding: 8px;
}

.collect-share.active .collect-share-box {
    display: inline-flex;
}

.collect-share-box::before {
    content: '';
    display: inline-block;
    width: 28px;
    height: 28px;
    position: absolute;
    top: -8px;
    left: 0;
    background-image: url(../images/tri.png);
    background-size: cover;
}

.collect-share-box li {
    display: inline-block;
    width: 40px;
}

.collect-share-box li a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #959595;
    font-size: 12px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0.1em;
    text-decoration: none;
}

.collect-share-box li a img {
    width: 24px;
}

.page-flex {
    max-width: 1440px;
    width: 100%;
    padding: 80px 40px 0 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
}

.page-flex .back-btn {
    display: inline-block !important;
    color: #646464;
    background-image: url(../images/back-2.svg);
    margin-bottom: 0;
}

.page-flex .breadcrumbs {
    margin-bottom: 0 !important;
}

.page-flex.fix {
    max-width: none;
    width: 100%;
    padding: 0;
    margin: 0 auto 40px 0;
}

.page-flex.fix-1 {
    max-width: none;
    width: 100%;
    padding: 0;
    margin: 0 auto 0 0;
}

.footer-menu {
    padding: 60px 0;
    background-color: #646464;
    position: relative;
}

.hot-box {
    display: flex;
}

.area-type {
    list-style-type: none;
    margin: 0 12px 0 0;
    padding: 0;
    display: inline-flex;
}

.area-type li {
    display: inline-block;
    padding: 0 12px;
    color: #A7A7A7;
    font-size: 16px;
    font-weight: 400;
    line-height: 34px;
    letter-spacing: 0.08em;
    cursor: pointer;
}

.area-type li.active {
    color: #2B2B2B;
}

.area-type li:first-child {
    border-right: solid 1px #B6B6B6;
}

.slider-container {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.slider-group {
    padding-left: 48px;
    width: 100%;
    max-width: 600px;
}

.slider-track {
    width: 100%;
    height: 3px;
    background: #F5F5F5;
    position: relative;
    margin: 20px 0 10px 0;
}

.slider-range {
    height: 100%;
    background: #B89745;
    position: absolute
}

.slider-input {
    position: absolute;
    top: -8px;
    width: 100%;
    height: 20px;
    background: transparent;
    appearance: none;
    pointer-events: none;
    margin: 0;
}

.slider-input::-webkit-slider-thumb {
    appearance: none;
    width: 20px;
    height: 20px;
    background: #f5f5f5;
    border: 1px solid #B89745;
    border-radius: 50%;
    pointer-events: all;
    cursor: pointer
}

.tooltip {
    position: absolute;
    border-radius: 2px;
    background-color: #424242;
    color: #fff;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.1em;
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 12px;
    white-space: nowrap;
    top: -36px;
    transform: translateX(-50%);
    display: none;
    z-index: 10;
}

.min-slider:hover+.min-tooltip,
.max-slider:hover+.max-tooltip {
    display: block;
}

.value-inputs {
    display: inline-flex;
    align-items: center;
}

.value-group {
    width: 240px;
    position: relative;
}

.input-dash {
    display: inline-block;
    width: 15px;
    height: 1px;
    background-color: #fff;
    margin: 0 12px;
}

.value-input {
    width: 100%;
    height: 42px;
    border-radius: 2px;
    background-color: #FFF;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0.08em;
    text-align: center;
    padding: 0 40px 0 100px;
    text-align: center;
    border: none;
    outline: none;
}



.value-group.fix .value-input {
    padding:0 70px;
}

.value-group span {
    color: #A7A7A7;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0.08em;
    display: inline-block;
}

.v-cash {
    position: absolute;
    top: 50%;
    left: 8px;
    transform: translateY(-50%);
    z-index: 1;
}

.v-unit {
    position: absolute;
    top: 50%;
    right: 8px;
    transform: translateY(-50%);
    z-index: 1;
}

.hot-col {
    width: 50%;
}

.hot-link {
    list-style-type: none;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    list-style: none;
    padding: 0;
    margin: 0 0 -8px 0;
}

.hot-link li {
    width: 100%;
    display: block;
    margin-bottom: 8px;
    padding-right: 16px;
}

.hot-link li a {
    color: #FFF;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.03em;
    text-decoration: none;
}

.hot-link li a:hover {
    color: #B89745;
}

.banner-swiper .banner-pagination-box {
    visibility: hidden;
}

.loading-box {
    width: 100%;
    height: 100dvh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: rgba(215, 215, 215, 0.80);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.loading-logo {
    width: 330px;
    margin-bottom: 40px;
}

.loading-animation {
    width: 60px;
    transform-origin: center center;
    animation: loading 1s forwards infinite linear;
}

@keyframes loading {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.cookie-mask {
    content: '';
    position: fixed;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100dvh;
    z-index: 99999;
    top: 0;
    left: 0;
    background: rgba(14, 14, 14, 0.60);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    display: none;
    overflow: hidden;
}

.cookie-mask.active {
    display: flex;
}

.cookie-card {
    border-radius: 4px;
    background-color: #F5F5F5;
    padding: 40px 24px;
    width: calc(100% - 48px);
    max-width: 464px;
}

.cookie-card-text {
    color: #2B2B2B;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.7;
    letter-spacing: 0.01em;
    padding-bottom: 40px;
}

.cookie-card-btn {
    display: flex;
}

.cookie-card-btn a {
    width: 50%;
    font-size: 14px;
    padding: 0 16px;
    justify-content: center;
}

.cookie-card-btn a:nth-child(1) {
    margin-right: 8px;
}

.cookie-card-btn a:nth-child(2) {
    margin-left: 8px;
}

.go-top {
    display: inline-block;
    width: 48px;
    height: 48px;
    background-color: #fff;
    background-image: url(../images/top.svg);
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 2px;
    position: absolute;
    right: 40px;
    bottom: -56px;
    z-index: 9;
    color: #424242;
    text-decoration: none;
}

.go-top.fix {
    bottom: auto;
    top: -82px;
}

.go-top::after {
    content: 'TOP';
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 1.28px;
    display: inline-block;
    width: 100%;
    text-align: center;
    position: absolute;
    left: 0;
    top: 100%;
}

.go-top:hover {
    background-image: url(../images/top-1.svg);
    color: #959595;
}

.swiper-button-disabled {
    display: none !important;
}

.swiper:hover .button-next,
.swiper:hover .button-prev {
    visibility: visible;
}

.check-container {
    position: relative;
    display: block;
    cursor: pointer;
}

.check-container input {
    position: absolute;
    opacity: 0;
    z-index: -1;
    cursor: pointer;
}

.check-container-check {
    display: block;
    text-align: center;
    width: 100%;
    border-radius: 2px;
    border: 1px solid rgba(208, 208, 208, 0.70);
    padding: 6px;
    color: #646464;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0.1em;
}

.check-container input:checked~.check-container-check {
    background-color: #B89745;
    color: #fff;
}

.pagination-nav {
    padding-top: 12px;
    text-align: center;
}

.pagination {
    display: inline-flex;
    align-items: center;
}

.pagination li {
    display: inline-block;
}

.pagination li a {
    display: inline-flex;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    color: #A7A7A7;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #A7A7A7;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0.08em;
}

.pagination li a.active,
.pagination li a:hover {
    background-color: #F5F5F5;
    color: #646464;
}

.pg-prev {
    background-image: url(../images/pg-prev.svg);
    background-repeat: no-repeat;
    background-position: center center;
    margin-right: 8px;
}

.pg-next {
    background-image: url(../images/pg-next.svg);
    background-repeat: no-repeat;
    background-position: center center;
    margin-left: 8px;
}

.container-box {
    width: 100%;
    max-width: 1440px;
    padding: 0 40px;
    margin: 0 auto;
    position: relative;
}

.container-box.fix-1 {
    padding: 0;
}

.container-title {
    color: #000;
    font-size: 36px;
    font-weight: 400;
    line-height: 1.1;
    letter-spacing: 0.05em;
    padding-bottom: 22px;
    margin-bottom: 40px;
    position: relative;
}

.container-title.fix {
    color: #fff;
}

.container-title.fix-1 {
    display: flex;
    align-items: center;
}

.container-title.fix-2 {
    text-align: center;
}

.container-title span {
    display: inline-block;
}

.container-title i {
    display: inline-block;
    color: #424242;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0.1em;
    margin-left: 20px;
}

.container-title::after {
    content: '';
    display: inline-block;
    width: 72px;
    height: 2px;
    background-color: #B89745;
    position: absolute;
    left: 0;
    bottom: 0;
}
.container-title.fix-2::after {
    content: '';
    display: inline-block;
    width: 72px;
    height: 2px;
    background-color: #B89745;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}
.side-bar {
    position: fixed;
    bottom: 72px;
    right: 0;
    display: inline-flex;
    z-index: 97;
    align-items: stretch;
}

.side-right {
    width: 59px;
    background-color: #424242;
    display: flex;
    align-items: center;
    border-radius: 4px 0 0 4px;
    padding: 6px 12px;
}

.social {
    width: 100%;
    display: block;
}

.social li {
    display: block;
    width: 100%;
    padding: 6px 0;
}

.social li a {
    display: block;
    width: 100%;
    height: 35px;
}

.call {
    background-image: url(../images/call.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 35px;
}

.whats-app {
    background-image: url(../images/whats-app.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 35px;
}

.wechat {
    background-image: url(../images/wechat.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 35px;
}

.line {
    background-image: url(../images/line.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 35px;
}

.collect-check-container {
    display: inline-block;
    position: absolute;
    z-index: 3;
    top: 18px;
    left: 12px;
}

.collect-check-container input {
    width: 0;
    height: 0;
    opacity: 0;
    position: absolute;
}

.collect-check-box {
    display: inline-block;
    width: 24px;
    height: 24px;
    border-radius: 2px;
    border: 1px solid #FFF;
    background-color: rgba(255, 255, 255, 0.80);
}

.collect-check-container input:checked~.collect-check-box {
    background-color: #000;
    background-image: url(../images/check.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 16px;
}

.collect-mask {
    content: '';
    position: fixed;
    width: 100%;
    height: 100dvh;
    z-index: 1001;
    top: 0;
    left: 0;
    background: rgba(14, 14, 14, 0.60);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    display: none;
    overflow: hidden;
}

.collect-mask.active {
    display: block;
}

.collect-box {
    background-color: #fff;
    width: 900px;
    height: 100%;
    position: absolute;
    top: 0;
    right: -100%;
}

.collect-mask.active .collect-box {
    animation: collect 0.5s forwards ease-in-out;
}

@keyframes collect {
    0% {
        right: -100%;
    }

    100% {
        right: 0;
    }
}

.collect-head {
    padding: 20px 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #000;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0.1em;
    border-bottom: 1px solid #F5F5F5;
}

.collect-close {
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url(../images/close.svg);
    background-size: cover;
}

.collect-function {
    padding: 24px 40px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.collect-function a {
    color: #000;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0.1em;
}

.collect-function a:hover {
    color: #A7A7A7;
}

.collect-function span {
    color: #B6B6B6;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0.08em;
}

.collect-body {
    padding: 0 40px 92px 40px;
    height: calc(100dvh - 136px);
    overflow: auto;
}

.collect-row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -8px;
}

.collect-col {
    width: 25%;
    padding: 0 8px;
    margin-bottom: 40px;
}

.recent-card {
    display: block;
    text-decoration: none;
    position: relative;
}

.recent-image {
    width: 100%;
    height: 0;
    padding-top: 75%;
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 100%;
    background-color: #fff;
}

.recent-function {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0);
    transition: background-color 0.5s ease-in-out;
}

.recent-card:hover .recent-function {
    background-color: rgba(0, 0, 0, 0.40);
}

.card-url {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 2;
    top: 0;
    left: 0;
}

.add-heart {
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: rgba(94, 94, 94, 0.20);
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
    background-image: url(../images/add-heart.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 24px;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 3;
}

.collect-col .add-heart {
    top: 12px;
    right: 12px;
}

.add-heart.active,
.add-heart:hover {
    background-image: url(../images/add-heart-1.svg);
}

.agent-tag {
    display: inline-flex;
    align-items: center;
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0.1em;
    padding: 6px 6px 6px 8px;
    border-radius: 2px;
    background: #B89745;
    position: absolute;
    top: 24px;
    left: 20px;
}

.agent-tag img {
    width: 24px;
    margin-right: 6px;
}

.add-video {
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.20);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    background-image: url(../images/add-video.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 24px;
    position: absolute;
    bottom: 20px;
    right: 20px;
}

.tags-box {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 60px 20px 20px;
}

.tag {
    padding: 6px;
    color: #FFF;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0.1em;
    display: inline-block;
    border-radius: 2px;
    background-color: rgba(111, 111, 111, 0.30);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    margin-right: 8px;
}

.recent-info {
    padding-top: 24px;
}

.recent-info.fix {
    padding-top: 12px;
}

.recent-name {
    color: #000;
    font-size: 22px;
    font-weight: 400;
    line-height: 1.3;
    letter-spacing: 0.1em;
    height: 1.3em;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.recent-name.fix {
    color: #fff;
}

.recent-name.fix-1 {
   font-size: 14px;
}

.recent-card:hover .recent-name {
    color: #646464;
}

.recent-card:hover .recent-name.fix {
    color: #B6B6B6;
}

.recent-area {
    color: #646464;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0.08em;
}

.recent-area.fix {
    color: #B6B6B6;
}

.recent-area.fix-1 {
   font-size: 12px;
}

.recent-area span {
    color: #B89745 !important;
    font-weight: 700;
}

.recent-data {
    color: #646464;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0.05em;
    padding-top: 10px;
}

.contact-btn {
    padding-top: 8px;
    text-align: center;
}

.collect-bottom {
    position: absolute;
    width: 100%;
    padding: 24px 40px;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 9;
}

.button-container {
    display: none;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    width: auto;
    height: 48px;
    border-radius: 2px;
    color: #fff;
    background-color: #002349;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0.1em;
    padding: 0 40px;
    border: solid 1px #002349;
    box-sizing: border-box;
    text-decoration: none;
    align-self: auto;
}

.btn:hover {
    color: #002349;
    background-color: #F5F5F5;
}

.btn:focus {
    color: #002349;
    background-color: #F5F5F5;
    box-shadow: none;
}

.btn-outline {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    width: auto;
    height: 48px;
    border-radius: 2px;
    color: #002349;
    background-color: #F5F5F5;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0.1em;
    padding: 0 40px;
    border: solid 1px #002349;
    box-sizing: border-box;
    text-decoration: none;
    align-self: auto;
}

.btn-outline:hover {
    color: #fff;
    background-color: #002349;
}

.btn-outline.fix:hover {
    border: solid 1px #fff;
}


footer {
    padding: 80px 0;
    background-color: #2B2B2B;
    position: relative;
    z-index: 1;
}

.footer-up {
    display: flex;
}

.footer-col {
    width: 33.3%;
    padding-right: 20px;
}

.footer-title {
    color: #B6B6B6;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.03em;
    margin-bottom: 8px;
}

.footer-up p {
    color: #FFF;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: 0.03em;
    margin-bottom: 16px;
}

.footer-up a {
    color: #FFF;
    text-decoration: none;
}

.footer-dw {
    padding-top: 80px;
    display: flex;
    justify-content: space-between;
}

.footer-service {
    display: inline-flex;
}

.copy-right {
    display: inline-flex;
    align-items: center;
    color: #FFF;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0.05em;
}

.service-link {
    display: inline-block;
    margin-right: 32px;
}

.service-link li {
    display: inline-block;
    margin-right: 8px;
}

.service-link li a {
    display: inline-block;
}

.service-link li a img {
    width: 31px;
}

.privacy {
    display: inline-block;
}

.privacy li {
    display: inline-block;
    margin-right: 20px;
}

.privacy li a {
    display: block;
    color: #FFF;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0.05em;
}

.close-box {
    border-top: 1px solid #D7D7D7;
    padding: 16px;
    text-align: center;
    margin-top: 92px;
}

.close-btn {
    display: inline-block;
    text-decoration: none;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0.08em;
}

.close-btn img {
    width: 12px;
    margin-left: 8px;
}

.close-btn::before {
    content: '關閉';
}

.keyword-box {
    text-align: center;
}

.keyword-box a {
    display: inline-block;
    color: #000;
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.1em;
    padding: 8px 12px;
    margin: 0 4px 8px 4px;
    border: 1px solid #B6B6B6;
    text-decoration: none;
}

.keyword-box a:hover {
    background-color: #F5F5F5;
}

.search-icon {
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url(../images/search.svg);
    background-size: cover;
    position: absolute;
    right: 12px;
    top: 12px;
}

.form-control::placeholder {
    color: #B6B6B6;
}

.form-control {
    width: 100%;
    height: 48px;
    padding: 0 12px;
    background: #F5F5F5;
    border: 1px solid #F5F5F5;
    border-radius: 2px;
    color: #000;
    font-size: 12px;
    letter-spacing: 0.1em;
    font-weight: 400;
}

.form-control:disabled,
input.form-control:read-only {
    color: #ebe6e6;
    cursor: default;
    pointer-events: none;
}

.form-control:active,
.form-control:focus {
    border: 1px solid #888;
    outline: none;
}

.form-control.error {
    border: 1px solid #fc0000;
    color: #fc0000;
}

.search-box {
    width: 100%;
    background-color: #fff;
    padding: 0;
    position: fixed;
    top: 100px;
    left: 0;
    z-index: 1001;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease-in-out;
}

.search-box.active {
    max-height: 100vh;
}

.search-container {
    padding-top: 100px;
    padding-left: 24px;
    padding-right: 24px;
}

.input-group {
    position: relative;
    margin-bottom: 24px;
}

.search-box .input-group {
    width: 100%;
    max-width: 720px;
    margin: 0 auto 24px auto;
}

header {
    width: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.00) 5.65%, #000 163.91%);
    height: 100px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0 28px;
    color: #fff;
}

header.active,
header:hover {
    background: #fff;
}

header.active::after,
header:hover::after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: #D7D7D7;
    position: absolute;
    left: 0;
    bottom: 0;
}

select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    font: inherit;
    color: inherit;
    background-color: transparent;
    width: 100%;
    cursor: pointer;
}

select:focus {
    outline: none;
}

select option {
    background-color: #f0f0f0;
    color: #333;
}

.menu-select {
    height: 24px;
    color: #fff;
    background-image: url(../images/tri-w.svg);
    background-repeat: no-repeat;
    background-position: center right 12px;
    background-size: 12px;
    padding: 0 28px 0 12px;
}

header.active .menu-select,
header:hover .menu-select {
    color: #000;
    background-image: url(../images/tri.svg);
}

.unit-select {
    color: #000;
    background-image: url(../images/tri.svg);
    background-repeat: no-repeat;
    background-position: center right 12px;
    background-size: 12px;
    padding: 8px 36px 8px 20px;
    width: 100%;
}

.sub-menu-box {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #fff;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease-in-out;
}

.sub-menu-row {
    display: flex;
    align-items: stretch;
    width: 100%;
    min-height: 382px;
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 28px;
}

.sub-info-col {
    width: 320px;
    padding: 40px 0;
}

.sub-link-col {
    width: 280px;
    padding: 40px 20px 40px 80px;
    border-right: solid 1px #D7D7D7;
}

.sub-link-col.fix-1 {
    width: 360px;
}

.sub-link-col:last-child {
    border-right: none;
}

.sub-info-text {
    color: #959595;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0.08em;
    margin-bottom: 20px;
}

.sub-info-title {
    color: #2B2B2B;
    font-size: 48px;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0.01em;
}

.sub-menu {
    display: block;
}

.sub-link-col.fix-1 .sub-menu {
    display: flex;
    flex-wrap: wrap;
}

.sub-menu li:first-child {
    width: 100% !important;
}

.sub-menu li {
    display: block;
    color: #959595;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0.08em;
    margin-bottom: 12px;
}

.sub-link-col.fix-1 .sub-menu li {
    width: 50%;
}

.sub-menu a {
    display: inline-block;
    color: #000;
    text-decoration: none;
    padding-right: 16px;
    letter-spacing: 0.05em;
}

.sub-menu a.active,
.sub-menu a:hover {
    color: #B89745;
    background-image: url(../images/link.svg);
    background-repeat: no-repeat;
    background-position: center right;
    background-size: 12px;
}

.header-menu li:hover>.sub-menu-box {
    max-height: 100vh;
}

.menu-mask {
    content: '';
    position: fixed;
    width: 100%;
    height: 100dvh;
    z-index: 99;
    top: 0;
    left: 0;
    background: rgba(14, 14, 14, 0.60);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    display: none;
}

.menu-mask.active {
    display: block;
}

.header-menu {
    display: inline-flex;
}

.header-unit {
    display: inline-flex;
    background-color: #fff;
    margin-left: 12px;
}

.header-unit li:first-child {
    border-right: solid 1px #D7D7D7;
}

.header-function {
    display: inline-flex;
}

.header-function li {
    display: inline-block;
    height: 24px;
}

.favorites {
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url(../images/heart-w.svg);
    background-repeat: no-repeat;
    background-size: 24px;
    margin: 0 12px;
}

header.active .favorites,
header:hover .favorites {
    background-image: url(../images/heart.svg);
}

.search-btn {
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url(../images/search-w.svg);
    background-repeat: no-repeat;
    background-size: 24px;
    margin: 0 12px;
}

header.active .search-btn,
header:hover .search-btn {
    background-image: url(../images/search.svg);
}

.header-menu>li {
    height: 100px;
    padding: 0 12px;
    display: flex;
    align-items: center;
}

.header-menu>li>a {
    display: block;
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0.08em;
    text-decoration: none;
    position: relative;
}

header.active .header-menu>li>a,
header:hover .header-menu>li>a {
    color: #000;
}

.header-menu>li:hover>a::after,
.header-menu>li>a.current::after {
    content: '';
    display: inline-block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #fff;
    position: absolute;
    left: 50%;
    bottom: -9px;
    transform: translateX(-50%);
}

header.active .header-menu>li:hover>a::after,
header.active .header-menu>li>a.current::after,
header:hover .header-menu>li:hover>a::after,
header:hover .header-menu>li>a.current::after {
    background-color: #000;
}

.logo {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 28px;
    transform: translateY(-50%);
    z-index: 3;
}

.logo img {
    width: 228px;
}

.logo-b {
    display: none;
}

header.active .logo-b,
header:hover .logo-b {
    display: block;
}

header.active .logo-w,
header:hover .logo-w {
    display: none;
}

.service-col.fix {
    display: none;
}

.button-next {
    width: 30px;
    height: 172px;
    border-radius: 2px;
    background-color: rgba(68, 68, 68, 0.40);
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
    background-image: url(../images/next.svg);
    background-size: 7px auto;
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    z-index: 9;
    cursor: pointer;
    visibility: hidden;
}

.button-prev {
    width: 30px;
    height: 172px;
    border-radius: 2px;
    background-color: rgba(68, 68, 68, 0.40);
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
    background-image: url(../images/prev.svg);
    background-size: 7px auto;
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: 9;
    cursor: pointer;
    visibility: hidden;
}

.swiper .banner-pagination-box {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 22px;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
}

.swiper .banner-pagination-box .banner-pagination {
    width: 150px;
    display: flex;
}

.banner-pagination-box .banner-pagination .swiper-pagination-bullet {
    border-radius: 0;
    background: #F5F5F5;
    opacity: 0.3;
    width: 100%;
    height: 4px;
    margin: 0;
}

.banner-pagination-box .banner-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1;
}

.pagination-num {
    color: #F5F5F5;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0.08em;
    display: inline-block;
    margin-left: 8px;
}

.banner-pagination-box.fix .banner-pagination .swiper-pagination-bullet {
    background: #424242;
}

.banner-pagination-box.fix .banner-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1;
}

.banner-pagination-box.fix .pagination-num {
    color: #424242;
}

@media (max-width:1440px) {
    .collect-box {
        width: 760px;
    }

    .collect-col {
        width: 33.3%;
    }
}

@media (max-width:1264px) {

    header.active .header-menu>li:hover>a::after,
    header.active .header-menu>li>a.current::after,
    header:hover .header-menu>li:hover>a::after,
    header:hover .header-menu>li>a.current::after {
        display: none;
    }

    .check-container-check {
        padding: 6px 8px;
    }

    .hide {
        display: none !important;
    }

    .search-container {
        padding-top: 96px;
        padding-bottom: 100px;
    }

    .close-btn::before {
        content: '';
    }

    .close-btn img {
        width: 20px;
        margin-left: 0;
    }

    .close-box {
        width: 100%;
        border-top: none;
        border-bottom: 1px solid #D7D7D7;
        padding: 0 24px;
        height: 72px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-top: 0;
        position: absolute;
        top: 0;
        left: 0;
    }

    .close-box::before {
        content: '搜尋';
        color: #000;
        font-size: 16px;
        font-weight: 400;
        line-height: 140%;
        letter-spacing: 1.28px;
    }

    .search-box {
        top: 0;
        height: auto;
    }

    header {
        height: 72px;
        padding: 0 24px;
    }

    .logo {
        left: 24px;
    }

    .logo img {
        width: 155px;
    }

    .header-menu {
        width: 100%;
        background-color: #fff;
        height: calc(100dvh - 72px);
        position: fixed;
        z-index: 999;
        top: 72px;
        left: auto;
        right: -100%;
        flex-direction: column;
        padding-bottom: 70px;
        overflow: auto;
        transition: right 0.3s ease-in-out;
    }

    .header-menu.active {
        right: 0;
    }

    .header-menu>li {
        height: auto;
        padding: 0;
        display: block;
        border-bottom: solid 1px #ECECEC;
    }

    .header-menu>li>a {
        color: #424242;
        padding: 16px 24px;
        background-image: url(../images/plus.svg);
        background-repeat: no-repeat;
        background-size: 24px;
        background-position: center right 24px;
    }

    .header-menu>li>a.active {
        background-image: url(../images/minus.svg);
    }

    .header-menu>li.fix>a {
        background-image: none !important;
    }

    .header-menu>li>a.active::after {
        content: '';
        display: none;
    }

    .sub-menu-box {
        position: relative;
        top: auto;
        left: auto;
        width: 100%;
        background-color: #fff;
        max-height: none;
        overflow: hidden;
        transition: none;
        display: none;
    }

    .sub-menu-box.active {
        display: block;
        max-height: 0;
        animation: slideToggle 0.5s forwards ease-in-out;
    }

    @keyframes slideToggle {
        0% {
            max-height: 0;
        }

        100% {
            max-height: 100dvh;
        }
    }

    .header-menu li:hover>.sub-menu-box {
        max-height: none;
    }

    .sub-menu-row {
        display: flex;
        flex-wrap: wrap;
        padding: 16 24px;
        background-color: #F5F5F5;
        min-height: 0;
    }

    .sub-info-col {
        display: none;
    }

    .sub-link-col {
        width: 50%;
        padding: 16px 4px 0 4px;
        border-right: none;
        border-bottom: solid 1px #D7D7D7;
        margin-bottom: -1px;
    }

    .sub-link-col.fix-1,
    .sub-link-col.fix-2 {
        width: 100%;
    }

    .sub-link-col.fix-2 .sub-menu {
        display: flex;
        flex-wrap: wrap;
    }

    .sub-link-col.fix-2 .sub-menu li {
        width: 50%;
    }

    .sub-link-col.fix {
        border-bottom: none;
    }

    .sub-menu li {
        font-size: 14px;
    }

    .header-unit {
        width: 100%;
        margin-left: 0;
        position: fixed;
        bottom: 0;
        left: auto;
        right: -100%;
        z-index: 999;
        transition: right 0.3s ease-in-out;
    }

    .header-unit.active {
        right: 0;
    }

    .header-unit li {
        width: 50%;
    }

    .unit-select {
        font-size: 14px;
        padding: 8px 36px 8px 24px;
        background-image: url(../images/tri-r.svg);
        background-size: 24px;
    }

    .header-unit .unit-select {
        width: 100%;
    }

    .header-unit::before {
        display: block;
        content: '其他設定';
        color: #959595;
        font-size: 14px;
        font-weight: 400;
        line-height: 1.6;
        letter-spacing: 0.08em;
        position: absolute;
        left: 0;
        top: -28px;
        background-color: #fff;
        width: calc(100% - 48px);
        padding: 6px 24px;
    }

    .menu-select {
        font-size: 14px;
        background-position: center right 6px;
        background-size: 12px;
        padding: 0 22px 0 6px;
    }

    .favorites,
    .search-btn {
        margin: 0 6px;
    }

    .button-container {
        display: inline-block;
        position: relative;
        height: 24px;
        width: 16px;
        cursor: pointer;
        margin-left: 6px;
    }


    .button-container.active .top {
        -webkit-transform: translateY(4px) translateX(0) rotate(45deg);
        transform: translateY(4px) translateX(0) rotate(45deg);
    }

    .button-container.active .bottom {
        -webkit-transform: translateY(-4px) translateX(0) rotate(-45deg);
        transform: translateY(-4px) translateX(0) rotate(-45deg);
    }

    .button-container span {
        border: none;
        height: 1px;
        width: 100%;
        position: absolute;
        top: 8px;
        left: 0;
        transition: all .35s ease;
        background-color: #fff;
    }

    header.active .button-container span {
        background-color: #000;
    }

    header:hover .button-container span {
        background-color: #000;
    }

    .button-container span:nth-of-type(2) {
        top: 15px;
    }
}

@media (max-width:1024px) {
    .area-type li:first-child {
        padding-left: 0;
    }

    .slider-group {
        padding-left: 24px;
        padding-right: 24px;
        margin-top: 10px;
    }

    .area-type li {
        line-height: 30px;
    }

    .area-type {
        margin: 0 0 12px 0;
    }

    .slider-container {
        flex-direction: column;
        align-items: center;
        margin-bottom: 12px;
    }

    .hot-box {
        flex-direction: column;
        margin-bottom: 0;
    }

    .hot-col {
        width: 100%;
        margin-bottom: 40px;
    }

    .hot-link li a {
        font-size: 14px;
    }

    .hide-pad {
        display: none !important;
    }

    .show-pad {
        display: flex !important;
    }

    .banner-swiper .banner-pagination-box {
        visibility: visible;
    }

    .footer-up {
        flex-direction: column;
    }

    .footer-title {
        font-size: 13px;
    }

    .footer-up p {
        color: #FFF;
        font-size: 14px;
        margin-bottom: 8px;
    }

    .footer-col {
        width: 100%;
        padding-right: 0;
    }

    .footer-col.fix-1 {
        display: none;
    }

    .footer-col.fix {
        display: flex;
        flex-wrap: wrap;
    }

    .service-col {
        width: 50%;
        margin-bottom: 20px;
    }

    .service-col:nth-child(3) p {
        margin-bottom: 0;
    }

    .service-col.fix {
        display: block;
    }

    .footer-dw {
        padding-top: 40px;
        flex-direction: column;
    }

    .footer-service {
 flex-direction: column;
        width: 100%;
        margin-bottom: 12px;
    }
.footer-service-col.fix{
    margin-bottom: 12px;
}
    .copy-right {
        flex-direction: column;
        align-items: flex-start;
    }

    .privacy {
        width: 100%;
        margin-bottom: 12px;
    }

    .button-next {
        visibility: visible;
    }

    .button-prev {
        visibility: visible;
    }
     .collect-box {
        width: 600px;
    }

}

@media (max-width:568px) {
    .area-type {
        width: 100%;
        margin: 0 0 12px 0;
    }
    .value-inputs.fix .value-group {
    width: 100% !important;
}
    .value-input {
        width: 100%;
    padding: 0 !important;
}
.value-group.fix .value-input {
    padding: 0;
    text-align: center;
}
    .search-tab {
    width: 100%;
}
    .search-tab li{
    width: 33.3%;
}
    .page-flex {
        padding: 40px 24px 0 24px;
    }

    .footer-menu {
        padding: 40px 0 0 0;
    }

    .value-group.fix {
        width: 100%;
    }

    .slider-container {
        margin-top: 12px;
        margin-bottom: 12px;
    }

    .value-inputs {
        flex-direction: column;
        align-items: center;
        width: 100%;
    }

    .input-dash {
        width: 1px;
        height: 15px;
        background-color: #B6B6B6;
        margin: 12px 0;
    }

    .value-group {
        width: 100%;
    }

    .cookie-card {
        padding: 16px 40px;
    }

    .cookie-card-text {
        padding-bottom: 24px;
    }

    .cookie-card-btn {
        flex-direction: column-reverse;
    }

    .cookie-card-btn a {
        width: 100%;
    }

    .cookie-card-btn a:nth-child(1) {
        margin-right: 0;
    }

    .cookie-card-btn a:nth-child(2) {
        margin-left: 0;
        margin-bottom: 16px;
    }

    .button-next {
        width: 24px;
        height: 150px;
        background: linear-gradient(-90deg, rgba(167, 167, 167, 0.40) -168.75%, rgba(83, 83, 83, 0.00) 100%), url(../images/next-1.svg);
        background-size: cover, 7px auto;
        background-position: center center, center center;
        background-repeat: no-repeat, no-repeat;
        visibility: visible;
    }

    .button-prev {
        width: 24px;
        height: 150px;
        border-radius: 2px;
        background: linear-gradient(90deg, rgba(167, 167, 167, 0.40) -168.75%, rgba(83, 83, 83, 0.00) 100%), url(../images/prev-1.svg);
        background-size: cover, 7px auto;
        background-position: center center, center center;
        background-repeat: no-repeat, no-repeat;
        visibility: visible;
    }

    footer {
        padding: 40px 0 0;
        padding-bottom: env(safe-area-inset-bottom);
    }

    .footer-dw {
        padding-bottom: 94px;
    }

    footer.fix .footer-dw {
        padding-bottom: 155px;
    }

    .header-menu {
        width: 100%;
    }

    .header-unit {
        width: 100%;
    }

    .keyword-box {
        text-align: left;
        width: calc(100% + 8px);
        margin-left: -4px;
    }

    .recent-info {
        padding-top: 20px;
    }

    .recent-name {
        font-size: 18px;
    }

    .recent-area {
        font-size: 14px;
    }

    .collect-box {
        width: 100%;
    }

    .collect-col {
        width: 50%;
    }

    .collect-head {
        padding: 20px 24px;
        font-size: 16px;
    }

    .collect-function {
        padding: 20px 24px;
    }

    .collect-body {
        padding: 0 24px 92px 24px;
        height: calc(100dvh - 132px);
        overflow: auto;
    }

    .container-box {
        padding: 0 24px;
    }

    .container-title {
        font-size: 28px;
        margin-bottom: 28px;
    }

    .side-bar {
        width: 100%;
        position: fixed;
        bottom: 0;
        right: 0;
        display: block;
        z-index: 99;
        transform: translateX(0);
        transition: none;
        padding-bottom: env(safe-area-inset-bottom);
        background-color: rgba(0, 0, 0, 0.40);
        backdrop-filter: blur(20px);
        -webkit-backdrop-filter: blur(20px);
    }

    .side-bar.fix {
        display: block;
    }

    .side-left {
        display: none;
    }

    .side-right {
        width: 100%;
        display: block;
        border-radius: 0;
        padding: 8px 0;
        background-color: transparent;
    }

    .social {
        width: 100%;
        display: flex;
        align-items: center;
    }

    .social li {
        display: inline-block;
        width: 25%;
        padding: 0;
        border-right: 1px solid rgba(183, 183, 183, 0.10);
    }

    .social li:last-child {
        border-right: none;
    }

    .social li.fix {
        display: inline-flex;
    }

    .social li a {
        display: flex;
        flex-direction: column;
        width: 100%;
        height: auto;
        align-items: center;
        text-decoration: none;
    }

    .call::before {
        content: '';
        display: inline-block;
        width: 24px;
        height: 24px;
        background-image: url(../images/call.svg);
        background-size: cover;
    }

    .call::after {
        content: 'Call';
        color: #F5F5F5;
        font-size: 12px;
        font-weight: 400;
        line-height: 1;
        letter-spacing: 0.05em;
    }

    .whats-app::before {
        content: '';
        display: inline-block;
        width: 24px;
        height: 24px;
        background-image: url(../images/whats-app-1.svg);
        background-size: cover;
    }

    .whats-app::after {
        content: 'WhatsApp';
        color: #F5F5F5;
        font-size: 12px;
        font-weight: 400;
        line-height: 1;
        letter-spacing: 0.05em;
    }

    .wechat::before {
        content: '';
        display: inline-block;
        width: 24px;
        height: 24px;
        background-image: url(../images/wechat-1.svg);
        background-size: cover;
    }

    .wechat::after {
        content: 'WeChat';
        color: #F5F5F5;
        font-size: 12px;
        font-weight: 400;
        line-height: 1;
        letter-spacing: 0.05em;
    }

    .line::before {
        content: '';
        display: inline-block;
        width: 24px;
        height: 24px;
        background-image: url(../images/line-1.svg);
        background-size: cover;
    }

    .line::after {
        content: 'LINE';
        color: #F5F5F5;
        font-size: 12px;
        font-weight: 400;
        line-height: 1;
        letter-spacing: 0.05em;
    }

    .call {
        background-image: none;
    }

    .whats-app {
        background-image: none;
    }

    .wechat {
        background-image: none;
    }

    .line {
        background-image: none;
    }

    .go-top {
        right: 24px;
    }

    .loading-logo {
        width: 252px;
        margin-bottom: 20px;
    }

    .loading-animation {
        width: 50px;
    }

    .show-xs {
        display: block;
    }

    .hide-xs {
        display: none;
    }
}

@media (max-width:340px) {
    .logo img {
        width: 110px;
    }
}