#public_comment_urban_title {
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 37px;
    letter-spacing: 0em;
    text-align: left;
    color: black;
    margin-top: 2rem;
    margin-bottom: 2rem;
}

#search_filter {
    border-radius: 7px;
}

.filter-field-title {
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    color: black;
}

#filter_items {
    padding: 2rem 1rem 0;
}

#filter_items input::placeholder {
    font-family: 'Montserrat', normal;
    color: black;
    font-size: 13px;
    font-weight: 400;
}

#filter_items input:focus::placeholder {
    color: transparent;
}

.filter-btn .ag-lo-btn-red {
    margin-left: 1rem;
}

.ag-lo-filter-btns-row {
    display: flex;
    justify-content: space-around;
    margin: 1rem 0 1rem;
    padding: 1rem 0 0;
    border-bottom: 1px solid #F5F6F0;
    flex-wrap: wrap;
}

.ag-lo-filter-btns-col {
    text-align: center;
    padding: 1rem 0 1rem;
    border-bottom: 3px solid white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    font-weight: 400;
}

.ag-lo-filter-btns-col:hover {
    border-bottom: 3px solid #CAE58E;
    cursor: pointer;
}

.ag-lo-filter-btns-row .filter-active-col {
    border-bottom: 3px solid #CAE58E;
    cursor: pointer;
}

.active-element-number {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 17px;
    width: 45px;
    height: 45px;
    color: #CAE58E;
    border-radius: 50%;
    border: 4px solid #CAE58E;
    box-shadow: #CAE58E;
    background-color: #3D8060;
    margin-left: 1rem;
}
.pc-element-number{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 17px;
    color: #7A7B78;
    border-radius: 50%;
    border: 4px solid white;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    width: 45px;
    height: 45px;
    background-color: #F5F6F0;
    font-weight: 700;
    margin-left: .5rem;
}

.filter-result-card {
    display: flex;
    background-color: #F5F6F0;
    border-radius: 7px;
    margin-right: .5rem;
    margin-bottom: 2rem;
    width: 48%;
    /*padding-bottom: 2rem;*/
}

#templates {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}

.r_item_title {
    color: #17373A;
    padding: 1.5rem;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
}

.filter-result-card a:hover {
    text-decoration: none;
}

#ag-lo-filter-btns-container {
    margin-top: 1rem;
    margin-bottom: 2rem;
}

.r_item_row {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 1rem;
}

.item-name-block {
    font-size: 13px;
    font-weight: 400;
    color: #17373A;
    width: 100%;
}

.item-value-block {
    font-size: 15px;
    font-weight: 500;
    color: #17373A;
    width: 100%;
}

#r_item_btn_access-block {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    margin-bottom: 1rem;
    margin-top: 2rem;
}

.object-title-image-container {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.filter-result-object-container {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.object-card-content {
    display: flex;
    flex-wrap: wrap;
    flex-grow: 1;
}

.object-title {
    font-size: 30px;
    font-weight: 700;
    line-height: 36px;
    color: black;
    text-align: left;
}

#detail-urban-content-container {
    background-color: #F5F6F0;
    margin-left: 0;
    margin-right: 0;
}

.detail-object-info {
    padding: 3rem;
}
#urban-cover-photo{
    margin: 40px auto 2rem;
}
#detail-urban-content-container img{
    border-top: 5px solid white;
    border-bottom: 5px solid white;
}

.public-comment-urban-expand{
    margin-top: 1rem;
    border: none;
}
.pc-urban-expand-body{
    background-color: #F5F6F0;
}

.ag-lo-form-control {
    padding: .75rem .75rem;
    height: 49px;
    font-size: 14px;
    font-weight: 400;
    color: black;
}
.pc-urban-plan-group label{

}

@media (max-width: 380px) {
    .ag-lo-filter-btns-row{
        flex-direction: column;
    }
    .filter-result-card{
        width: 100%;
    }
    #ag-lo-filter-btns-container .filter-btn{
        margin-bottom: 1.5rem;
    }
}