/* 공정미디어뉴스 Custom CSS Type-08 */

.templete-type7 .header-top-md h1 a {
    width: 140px;
    margin-left: 10px;
    margin-top: -10px;
}

.templete-type7 .common-nav {
    top: 110px;
}

.templete-type7 .topnav-wrap ul > li > a {
    padding: 10px 10px;
}

.topnav-wrap ul > li > a {
    min-width: 50px;
}

@media (min-width: 1180px) {
    .templete-type7 .common-nav {
        left: calc(((100% - 1180px) / 2) + 260px);
        max-width: calc(100% - 260px - (100% - 1180px) - 0px);
    }
}