:root {
    --site-width: 100%;
    /* --site-width:100%; */
    /* --site-max-width:1920px; */
    --site-max-width: 100%;
    --site-min-width: unset;
    --site-padding: 0 30px;
    --image-scale: 1.2;
    --transition-time: all .5s;
    --hd-height: 70px;
}

#logo img {
    height: 70px
}


#gnb #gnb_1dul .gnb_1dli {
    display: none;
}

#gnb #gnb_1dul .gnb_1dli.gnb_mnal {
    display: flex;
}


/********************************************************************************************/
/* 시범도시 알아보기 ***************************************************************************/
/********************************************************************************************/
.city-summary {
    flex-direction: column;
}