body {background-color:#f5f5f5;}
#wrap {
    width:440px; height:956px; margin:0 auto;
    background-image:url(../images/bg1.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
    text-align:center;
    padding-top:100px;
}
#wrap #main_top {}
#wrap #main_top > * {margin-bottom:12px;}
#wrap #main_top p {font-size:0.75rem;}
#wrap #main_top h1 {font-size:2.00rem;}
#wrap #main_top h2 {font-size:3.25rem;}
#wrap #main_top h2+p {font-size:1.50rem;} /* p:nth-child(4) */
#wrap #main_top #temperture_top_low {}
#wrap #main_top #temperture_top_low p {
    display:inline;
    margin-right:8px;
}
#wrap #main_top #temperture_top_low p em {}
#wrap #main_top #temperture_top_low p:nth-child(1) em {} /* 최고 */
#wrap #main_top #temperture_top_low p:nth-child(2) em {} /* 최저 */
#wrap #notice {padding-top:440px;}
#wrap #notice h2 {}
#wrap #notice p {}
#wrap #notice p strong {}
#wrap #btm_time {}
#wrap #btm_time > p {
    padding-bottom:15px;
    font-size:0.88rem;
}
#wrap #btm_time #weather_time {
    display:block;
    background-color:#304363;
}
#wrap #btm_time #weather_time ol {padding:25px 15px;}
#wrap #btm_time #weather_time ol .data {
    display:inline-block;
    margin-right:27px;
    font-size:0.88rem;
}
#wrap #btm_time #weather_time ol .data:last-child {margin:0}
#wrap #btm_time #weather_time ol .data h3, 
#wrap #btm_time #weather_time ol .data p {margin-bottom:8px;}
#wrap #btm_time #weather_time ol .data p img {}
#wrap #btm_time #weather_time ol .data p:nth-child(3) {}