@charset "UTF-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0; }

html, body {
  height: 100%; }

.contents {
  margin: 0 auto;
  height: 100%;
  position: relative;
  display: table; }
  .contents .cw-news {
    padding: 21px 0;
    display: table-cell;
    vertical-align: middle;
    max-width: 360px;
    text-align: center; }
    .contents .cw-news .location-container {
      position: absolute;
      top: 16px;
      text-align: left; }
      .contents .cw-news .location-container img {
        height: 16px; }
      .contents .cw-news .location-container #locationText {
        font-size: 16px;
        font-weight: 500;
        color: #666666; }
    .contents .cw-news .title {
      margin-bottom: 35px;
      font-size: 22px;
      font-weight: bold; }
      .contents .cw-news .title .weather-text {
        font-size: 20px;
        font-weight: bold;
        line-height: 0.9; }
    .contents .cw-news .temp:after {
      content: '°'; }
    .contents .cw-news .img-container img {
      margin: 0 auto; }
    .contents .cw-news .weather-info {
      margin-top: 3px; }
      .contents .cw-news .weather-info .temp-now {
        margin-right: 10px;
        display: inline-block;
        font-size: 48px;
        font-weight: 500;
        text-align: right; }
      .contents .cw-news .weather-info .temp-detail {
        display: inline-block;
        text-align: left; }
        .contents .cw-news .weather-info .temp-detail .temp-range {
          font-size: 14px;
          line-height: 1.29;
          color: #666666; }
        .contents .cw-news .weather-info .temp-detail .info-text {
          font-size: 14px;
          font-weight: 500; }
    .contents .cw-news .dust-container {
      padding: 16px 0 20px 0; }
      .contents .cw-news .dust-container .dust-item {
        display: inline-block;
        width: 140px;
        font-size: 16px;
        font-weight: bold; }
        .contents .cw-news .dust-container .dust-item:first-child {
          border-right: 1px solid #f5f5f5; }
        .contents .cw-news .dust-container .dust-item .dust-image {
          margin: 6px auto 3px;
          display: block;
          width: 48px;
          height: 48px; }
        .contents .cw-news .dust-container .dust-item label {
          margin-top: 8px;
          display: block;
          padding: 1px 11px;
          font-size: 14px;
          color: #cccccc; }
          .contents .cw-news .dust-container .dust-item label.good {
            color: #0090ff; }
          .contents .cw-news .dust-container .dust-item label.normal {
            color: #03C73D; }
          .contents .cw-news .dust-container .dust-item label.bad {
            color: #f5a623; }
          .contents .cw-news .dust-container .dust-item label.terrible {
            color: #FF4141; }

.footer {
  position: relative;
  margin: 0 auto;
  padding-top: 20px;
  height: 63px;
  text-align: center;
  background-color: #ececec; }
  .footer p {
    color: #999999;
    font-size: 12px;
    margin-top: 10px; }
    .footer p:first-child {
      margin: 0; }
  .footer .weather-planet {
    width: 83px; }
  .footer .weather-i {
    width: 63px;
    margin-bottom: -3px;}
