@charset "utf-8";

/* 테마 8 / 더리더스타임즈 커스텀 css */
.templete-type7 .header-top-md h1 a {
    width: 134px;
    margin-top: 6px;
    margin-left: 10px;
}

.templete-type7 .common-nav {
    top: 110px;
}

.topnav-wrap ul > li > a {
    min-width: 100px;
}

@media (min-width: 768px) {
    .search-type {
        height: 37px;
    }
}

.templete-type7 .header-search {
    top: 15px;
}



@media (min-width: 1180px) {
    .templete-type7 .common-nav {
        left: calc(((100% - 1180px) / 2) + 300px);
        max-width: calc(100% - 300px - (100% - 1180px) - 100px);
    }
}
