.weather { width:200px; }
.weather p {display:inline-block;float:left;height: 59px;margin-right:20px;margin-top: 8px;}
.weather .md{font-size: 13px;margin-top: -6px;display: inline-block;position: absolute;top: 1px;}
.weather #t1h{color: #5166a1;display: inline-block;/* position: absolute; */}
.weather_dust{width: 454px;display: inline-block;/* float: left; */position: absolute;margin-top: -1px;font-size: 13px;}
/*헤더 검색*/
.search{
     width: 190px;
    border: 1px solid #dcdcdc;
}
.search input{
   height: 40px;
   padding: 0 0 0 10px;
   width: calc(100% - 48px);
    float: left;
}
.submit-search{
    height: 40px;
    background: url(../../../../../images/media/icon_search.gif) no-repeat 50% 50%;
    width: 38px;
    background-size: 25px;
    text-indent: -9999px;
}

.inbox01{border:1px solid #eee;}