@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Noto+Serif+TC:wght@200..900&display=swap');
@import url('https://fonts.cdnfonts.com/css/century-gothic-paneuropean');

:root {
    --main-font-size: clamp(1rem, 2.5vw, 2rem);
    --min-font-size: 16px;
}

html {
    height: 100%;
    overflow: scroll;
}

html,
body {
    padding: 0px;
    margin: 0px;
    font-family: 'Century Gothic Paneuropean', "Noto Sans TC", "Noto Sans";
    /* font-family: 'Century Gothic Paneuropean', Arial, "Noto Serif TC", "Noto Sans TC", "Noto Sans", sans-serif; */
    font-optical-sizing: auto;
    font-weight: 400;
    color: #ffffff;
    letter-spacing: .1rem;
    font-size: var(--main-font-size);
    line-height: 1.4rem;

}

p,
.row,
.row>* {
    margin: 0;
    padding: 0;
}

a {
    color: #ffffff !important;
    text-decoration: none;
}
.brand-inde{
    top: -4.3em;
    max-width: 4.5em;
    right: 0px;
    z-index: 99;
}

.fw-100 {
    font-weight: 100;
}

.fw-900 {
    font-weight: 900;
}


.ff-Serif {
    font-family: 'Century Gothic Paneuropean', "Noto Serif TC";
}

.f-color-y {
    color: #b5a212 !important
}

.fs-reg,
p {
    font-size: clamp(.8rem, 1.5vw, 1.5vw);
}

.bg-deep-d {
    background-color: #ffffff66;
}



.container-fluid.out-box-sest {
    padding: 1rem 1rem;
    padding-bottom: 0;
}

img.logo {
    min-width: 250px;
    max-width: 450px;
    width: 100%;
}

.navbar.menu {
    font-weight: 400;
    font-size: .6rem;
}

.navbar.menu .active {

    color: #645800 !important;
}

.navbar.menu .nav-link {
    padding-top: 0;
    padding-bottom: 0;
}

.hero-banner-box {
    background: rgb(116, 116, 116);
    background: linear-gradient(0deg, rgb(255 255 255 / 52%) 0%, rgba(50, 50, 50, 0) 100%);
}

.hero-banner-box .hero-banner {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

    height: 250px;
}

.brand-mark {
    background: rgb(228, 228, 228);
    background: linear-gradient(0deg, rgba(228, 228, 228, 1) 0%, rgba(255, 255, 255, 1) 48%);
    color: #000000;
}

.brand-mark span {
    font-size: .3rem;
    line-height: .3rem;
}


.core-text .core-icon-box {
    margin-bottom: 25px;
    margin-top: 25px;
    padding: 5px 0;
    border: 5px solid #ffffff;
    background: rgb(228, 228, 228);
    background: radial-gradient(circle, rgba(228, 228, 228, 0.3281906512605042) 0%, rgba(0, 0, 0, 0) 19%);
}

.core-text .core-icon-item img {
    max-height: 99px;
    margin: 0px 20px;
}

.work-thumbnail-box .work-thumbnail {
    height: 300px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    transition: all .5s;

}

.work-thumbnail-box:hover .work-thumbnail::before,
.work-thumbnail-box:focus .work-thumbnail::before {
    display: block;
}

.work-thumbnail-box:hover .work-thumbnail,
.work-thumbnail-box:focus .work-thumbnail {
    transform: scale(1.2);
}

.work-thumbnail-box .work-thumbnail::before {
    content: "";
    display: none;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(52, 73, 94, 0.75);

}


.work-list-box .work_title_block {
    background-color: #00000089;
}

.thinking-list-box .thinking-thumbnail {
    height: 200px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.page-item.active .page-link {
    background-color: #ffffff !important;
    border-color: #ffffff !important;
    color: #333333 !important;
}

.article-date {
    font-size: 12px;
    line-height: .8rem;
}

.project_links {
    display: block;
}

.w-fit-c {
    width: fit-content !important;
}

.category-tag {
    background-color: #cacaca;
    border: 1px solid #aaaaaa;
    border-radius: 90px;
    color: #888888;
    font-size: .5rem;
    width: fit-content;
    padding: 2px 15px;
    text-align: center;
    padding-top: 4px;
    display: inline-block;
    line-height: 1rem;
}

.category-tag a {
    color: #888888 !important;
}
.fs-16{
    font-size:16px !important;
}
.fs-12{
    font-size:12px !important;
}
.footer-logo {
    max-width: 500px;

}

.copyright {
    font-size: .5rem;
    padding-bottom: 20px;
    padding-top: 10px;
}

.line-qrcode {
    max-width: 100px;
    border-radius: 10px;
}

.mobile_nav {
    display: none;
}

.mobile_nav nav {
    position: fixed;
    bottom: 0;
    z-index: 99;

}

.navbar-toggler-icon.bi {
    background-image: none;
    padding-top: 3px;
}

.work-category {
    font-size: .6rem;
}

.work-category-item.active {
    color: #b5a212 !important;
}

.page-item .page-link,
.page-item.disabled .page-link {
    background-color: transparent;
    border-radius: 99px !important;
    padding: 21px 22px;
    line-height: 1rem;
    border: 2px solid #ffffff;
}

.page-item.page-num .page-link {
    border: 0;
}

.thinking_category_box .nav-link {
    text-align: left;
    border-radius: 0;
    border-left: 1px solid #000000;
    line-height: 1rem;
    background: rgb(0, 0, 0);
    background: linear-gradient(207deg, rgba(0, 0, 0, 0) 88%, rgba(255, 255, 255, 0.23295255602240894) 100%);

}

.thinking_category_box .nav-link.active {
    background-color: transparent;
    border-left: 10px solid #000000;
    font-weight: 700;
    color: #000000 !important;
    background: rgb(0, 0, 0);
    background: linear-gradient(195deg, rgba(0, 0, 0, 0) 72%, rgba(255, 255, 255, 1) 100%);
}

.bottom_gradient {
    height: 20px;
    background: rgb(0, 0, 0);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.5690870098039216) 0%, rgba(116, 116, 116, 0) 100%);
}

.bt-back {
    border: 1px solid #ffffff;
    padding: 5px 20px;
    border-radius: 99px;
    padding-top: 10px;
}

.bt-back i {
    margin-right: 5px;
}

.project_sz_box {
    width: 100%;
    height: 300px;
    overflow: hidden;
    display: block
}

blockquote {

    border: 1px solid #cccccc;
    padding: 1rem;
}

@media screen and (max-width: 768px) {
    .brand-mark span {
        font-size: .6rem;
        line-height: .6rem;
    }

    .mobile_nav {
        display: block;
    }

    .mobile_nav .navbar-nav {
        text-align: center;
        padding: 20px 10px;
    }



    .mobile_nav .navbar-nav li {
        line-height: 5rem;
        font-size: 2rem;
        border-bottom: 1px solid #262626;
    }

    nav.navbar {
        position: fixed;
        bottom: 0px;
        width: 100%;
        border: 0px;
        z-index: 99;
        background: rgb(7, 52, 88);
        background: linear-gradient(180deg, rgb(58 58 58) 0%, rgb(24 24 24) 100%);
    }

    .brand-mark .h6 {
        font-size: 1.5rem !important;
    }

    .core-text .fs-6,
    .brand-mark .h6 {
        font-size: 1.5rem !important;
    }

    .fs-reg,
    p {
        font-size: clamp(.8rem, 3vw, 4.3vw);
    }

}