#project-detail-content .title span {
    color: #27272A;
    font-size: clamp(20px, 2vw, 24px);
    font-weight: 700;
    font-family: 'Charmonman', cursive;
}

#project-detail-content .title strong {
    font-family: 'Charmonman', cursive;
    font-size: clamp(35px, 5vw, 80px);
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 20px;
    text-shadow: 0 0 6px #000;
    color: #fff;
}

#project-detail-content .text-content {
    color: #52525B;
    font-size: clamp(12px, 1vw, 16px);
    line-height: 24px;
}

#project-detail-content .maps-title {
    color: #18181B;
    font-size: clamp(16px, 2vw, 31px);
    font-weight: 700;
}

#project-detail-content .detail-box {
    height: 85px;
}

#project-detail-content .detail-box span {
    font-weight: 700;
    color: #18181B;
    font-size: clamp(16px, 2vw, 31px);
}

#project-detail-content .detail-box small {
    color: #71717A;
    font-size: clamp(12px, 1vw, 16px);
    font-weight: 400;
}

#project-detail-content .detail-title {
    font-size: clamp(16px, 2vw, 25px);
    font-weight: 700;
}

#project-detail-content .technical-title {
    font-size: clamp(16px, 1.5vw, 20px);
    font-weight: 700;
}

#detail-slider .swiper-slide {
    background: #E4E4E7;
    filter: brightness(0.5);
}

#detail-slider .swiper-slide.swiper-slide-active {
    filter: brightness(1);
    -webkit-filter: brightness(1);
}

.tips>span {
    color: #A1A1AA;
    font-size: clamp(12px, 1.5vw, 16px);
    font-style: normal;
    font-weight: 500;
    height: 41px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: normal;
    border-radius: 48px;
    border: 1.2px solid #D4D4D8;
    width: 100px;
    cursor: pointer;
}

.tips>span.active,
.tips>span:hover {
    background-color: black;
    border-color: black;
    color: white;
}

.scrolled .tips>span.active,
.scrolled .tips>span:hover {
    background-color: white;
    border-color: white;
    color: black !important;
}

.scrolled .home-detail {
    background-color: black;
}

.scrolled .home-detail * {
    color: white !important;
    border-color: white !important;
    font-size: clamp(12px, 1vw, 15px);
    
}
.scrolled .home-detail .dowland{
    filter:invert(1);
}

.photo-galery label {
    border-radius: 66px;
    border: 1.2px solid #E4E4E7;
    background: #F4F4F5;
    height: 45px;
    display: flex;
    align-items: center;
    color: #27272A;
}

.photo-galery span {
    color: #18181B;
    font-size: 16px;
    font-weight: 700;
}

.photo-galery strong {
    font-size: 25px;
    font-weight: 700;
}

.outdoor-content,
.interior-content {
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}

.outdoor-content img,
.interior-content img {
    margin-bottom: 10px;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    cursor: pointer;
}

.outdoor-content:not(.active),
.interior-content:not(.active) {
    display: none !important;
    opacity: 0;
}

.border-radius-30 {
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}

@media screen and (min-width: 1201px) {
    .home-detail {
        padding-left: 10% !important;
    }
}

@media screen and (min-width: 768px) {
    .outdoor-content img:hover {
        filter: brightness(.8);
        -webkit-filter: brightness(.8);
    }
}

@media screen and (max-width: 768px) {
    #project-detail-content .detail-box {
        height: 42px;
    }
    .tips>span {
        width: 60px;
        height: 30px;
    }
}