
#skm-weather{
  border-bottom: 2px solid orange;
  width: 48%;
  position: absolute;
  bottom: 0;
  left: 0;
}

#skm-weather >div:first-child{
  display: inline-block;
  width: 67%;
}

#skm-weather >div:last-child{
  text-align: right;
  display: inline-block;
  width: 27%;
}

.skm_w_label{
  color: #2e739c;
  font-weight: bold;
  font-size: 0.8vw;
}

.skm_w_content{
  font-size: 0.85vw;
}

.skm_w_temp{
  font-size: 1vw;
}
