/* Type8 호남향우회뉴스 커스텀 css*/
.templete-type7 .common-nav {
    position: inherit;
}


@media (min-width: 768px) {
    .templete-type7 .common-nav {
        max-width: 100%;
    }

    .templete-type7 .topnav-wrap ul > li > a {
        min-width: 75px;
    }
}

@media (min-width: 1180px) {
    .templete-type7 .common-nav {
        max-width: 1180px;
    }

    .templete-type7 .topnav-wrap ul > li > a {
        min-width: 90px;
    }
}
