﻿/* 메인 1-3 css*/

.common-nav {background-color: #145598;}
.topnav-wrap ul li:hover > a {background-color: #2f76ac;}
.button.btnico-menu{background-color: #145598;}
.snsLinkbutton {width: auto; position: absolute;top: 30px; right: 109px;}

.topnav-all-wrap {border-bottom: 3px solid #145598;}
.topnav-all-wrap .menu-one-depth > a {color: #145598;border-bottom: 2px solid #145598;}

.mylog-box {border-color: #145598;}
.updown_area button.btn_up {background: #145598;}
.updown_area button.btn_up:hover {background-color: #2f76ac;}

.cont-article .info-area .mid-space {padding: 0 20px 0 6px;}

.sort-label{background-color:#1375cf;}
.main-photo-inner .overlayer:after{background-color:#1375cf;}

/* 모바일만 */
@media all and (max-width: 768px) {
    .location-box {background-color: #145598;}
    .location ul li:first-child a {background: #2f76ac url('../../../images/mob/ico_home_md.png') no-repeat 70% center; background-size: 13px auto;}

    .main-left {display: block;}
}

/* 테블릿, PC */
@media all and (min-width: 768px) {
    .info-area strong {display: none;}
}


@media (min-width: 768px) {
    .today-list-type > li:nth-child(1) {width: 23%;}
    .today-list-type > li:nth-child(2) {width: 25%;}
    .today-list-type > li:nth-child(3) {width: 25.6%;}
    .today-list-type > li:nth-child(4) {width: 26.4%;}
}