body {background-color: #f5f5f5;}
#wrap {
    width: 440px; height: 956px;
    margin: 50px auto 0;
    background-image: url(../images/bg1.jpg);
    text-align: center;
}
#wrap #main_top {
    padding: 120px 0 0 0;
}
#wrap #main_top > * {margin-bottom: 14px;}
#wrap #main_top p {}
#wrap #main_top h1 {font-size: 2rem;}
#wrap #main_top h2 {
    font-size: 3.25rem; font-weight: 600;
}
#wrap #main_top p:nth-child(4) {font-size: 1.38rem;}/* 체감온도 : -9°C */
#wrap #main_top #temperature_top_low {}
#wrap #main_top #temperature_top_low p {display: inline-block; padding-bottom: 200px;}
#wrap #main_top #temperature_top_low p em {}
#wrap #main_top #temperature_top_low p:nth-child(1) em {}/* 최고 */
#wrap #main_top #temperature_top_low p:nth-child(2) em {}/* 최저 */
#wrap #notice {padding-bottom: 200px;}
#wrap #notice h2 {margin-bottom: 6px;}
#wrap #notice p {}
#wrap #notice p strong {font-weight: 600;}
#wrap #btm_time {}
#wrap #btm_time > p {
    font-size: 0.88rem;
    margin-bottom: 24px;
}
#wrap #btm_time #weather_time {
    background-color: #4784B3; display: block;
}
#wrap #btm_time #weather_time ol {
    padding: 20px 15px;
}
#wrap #btm_time #weather_time ol .data {
    display: inline-block;
    margin-right: 27px;
}
#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 {}
#wrap #btm_time #weather_time ol .data p img {}
#wrap #btm_time #weather_time ol .data p:nth-child(3) {}