/*************날씨이미지***************/
/*맑음_낮*/
.weaimg_01 {
	background:url(/images/ico_weather_l.png) no-repeat;
	background-position: -4px 0;	
}
/*구름조금_낮*/
.weaimg_02 {
	background:url(/images/ico_weather_l.png) no-repeat;
	background-position: -80px 0;
}

/*구름많음_낮*/
.weaimg_03 {
	background:url(/images/ico_weather_l.png) no-repeat;
	background-position: -150px 0;
}

/*흐림*/
.weaimg_04 {
	background:url(/images/ico_weather_l.png) no-repeat;
	background-position: -221px 0;
}

/*흐린 후 갬*/
.weaimg_05 {
	background:url(/images/ico_weather_l.png) no-repeat;
	background-position:-4px -57px;
}

/*점차 흐려짐*/
.weaimg_06 {
	background:url(/images/ico_weather_l.png) no-repeat;
	background-position: -80px -57px
}

/*소나기07, 오전소나기08, 오후소나기09*/
.weaimg_07, .weaimg_08, .weaimg_09 {
	background:url(/images/ico_weather_l.png) no-repeat;
	background-position: -150px -57px;
}

/*비10, 오전비11, 오후비12*/
.weaimg_10, .weaimg_11, .weaimg_12 {
	background:url(/images/ico_weather_l.png) no-repeat;
	background-position: -4px -113px;
}

/*흐려져 비13, 흐려져 오후비14*/
.weaimg_13, .weaimg_14 {
	background:url(/images/ico_weather_l.png) no-repeat;
	background-position: -222px -57px;
}

/*비후 갬15, 오전 비 후 갬16, 오후 비 후 갬17*/
.weaimg_15, .weaimg_16, .weaimg_17 {
	background:url(/images/ico_weather_l.png) no-repeat;
	background-position: -79px -113px;
}

/*눈18, 오전눈19, 오후눈20*/
.weaimg_18, .weaimg_19, .weaimg_20 {
	background:url(/images/ico_weather_l.png) no-repeat;
   background-position: -152px -113px;
}

/*흐려져 눈21, 흐려져 오후 눈22*/
.weaimg_21, .weaimg_22 {
	background:url(/images/ico_weather_l.png) no-repeat;
	background-position: -222px -110px;
}

/*눈 후 갬23, 눈 후 오전갬24, 눈 후 오후갬25*/
.weaimg_23, .weaimg_24, .weaimg_25 {
	background:url(/images/ico_weather_l.png) no-repeat;
	background-position:-280px -168px;
}


/*비또는 눈26, 오전 비또는 눈27, 오후 비또는 눈28*/
.weaimg_26, .weaimg_27, .weaimg_28, .weaimg_31, .weaimg_32, .weaimg_33 {
	background:url(/images/ico_weather_l.png) no-repeat;
    background-position: -79px -169px;
}

/*흐려져 비또는 눈29, 흐려져 비또는 눈30, 흐려져 눈또는 비34, 흐려져 눈또는 비35*/
.weaimg_29, .weaimg_30, .weaimg_34, .weaimg_35 {
	background:url(/images/ico_weather_l.png) no-repeat;
	background-position: -151px -169px;
}

/*눈또는비후갬36, 오전 눈또는비후갬37, 오후 눈또는비후갬38*/
.weaimg_36, .weaimg_37, .weaimg_38 {
	background:url(/images/ico_weather_l.png) no-repeat;
    background-position: -220px -169px;
}

/*뇌우*/
.weaimg_39{
	background:url(/images/ico_weather_l.png) no-repeat;
	background-position: -5px -226px;
}

/*안개*/
.weaimg_40 {
	background:url(/images/ico_weather_l.png) no-repeat;
	background-position: -80px -226px;
}

/* common */
.table_typeA tbody th{background-color: #fff !important;}
.weather_table td{text-align: center;}
.wea_timetxt{font-size: 1.6rem;}		
.wea_info{display:flex;align-items: center;justify-content:center;}
.temp_now{font-size: 2.5rem;line-height: 2.5rem;}
.temp_now span{font-size: 1rem;}
.temp_box{display:flex; text-align: left;}
.weatherpage h4{margin-top: 50px;}
.wea_img {display: inline-block;width: 60px;margin: 0 0;}
.wea_img p {display: block;width: 62px;height: 60px;margin: 0 auto;background-size: 400px;zoom:1;}

@media (max-width:768px){
	.wea_timetxt{font-size: 1rem;}	
	.temp_now{font-size: 1rem;line-height: 1rem;}
	.temp_box{display:block;}
}
.red {color:#fb343a !important;}
.blue {color:#4a92ec !important;}