
	.weather a{
		text-decoration: none;
    	cursor: context-menu !important;
	}
	
    
	.weather table{
	    margin: 0 auto;
	    border-spacing: 0;
		border-top: solid 2px #82939c;
		table-layout: fixed;
		width: 490px;
 	}
	.weather table td{
		text-align: center;
		border-right: solid 1px #cdd3d8;
		border-bottom: solid 1px #cdd3d8;
	}
	.weather table td {
		background: #fff;
		text-align: center;
		font-weight: bold;
		border-right: solid 1px #cdd3d8;
		border-bottom: solid 1px #cdd3d8;
		font-size: 13px;
		font-family: "Dotum";
		color: #3e4858;
		overflow: hidden;
	    text-overflow: ellipsis;
	    white-space: nowrap;
		padding: 14px;
		vertical-align: middle;
	}
	.weather table td img{
		width: 55px;
	}
	.weather table th {
		text-align: center;
	    font-weight: bold;
	    border-right: solid 1px #cdd3d8;
	    border-bottom: solid 1px #CDD3D8;
	    font-size: 12px;
	    height: 21px;
	    color: #526789;
	}
	.weather table th {
		background: #f0f2f3;
	}
	.weather{
		position: absolute;
	    /* top: 0px; */
	    bottom: 60px;
	    right: 50px;
	    background: rgba(0, 0, 0, 0.7);
	    color: #fff;
	    padding: 19px;
	    border-radius: 33px;
	    display: none;
	    z-index: 99999999;
	    width: 490px;
	  font-family: sans-serif;
}
	table.tbweather{
		display:none;
	}
	
	.daysBtn input
	{
		width: 33.333%;
	    border: none;
	    background: #eee;
	    outline: none;
	    height: 40px;
	    font-size: 16px;
	}
	.daysBtn input.active
	{
	   	background:#d6d6d6;
	    color: #4c4c4c;
	    font-weight: bold;
	}
	.weather .addr{
		position: absolute;
	    left: 30px;
	    font-weight: bold;
	    font-size:14px;
	}
	.weather .tm{
		position: absolute;
	    right: 30px;
	    font-weight: bold;
	    font-size:14px;
	    display:none;
	}
	.weather .temp{
		position: relative;
	    top: -30px;
	    font-size: 26px;
	    line-height: 54px;
	    display: inline-block;
	    vertical-align: middle;
	    font-weight: bold;
	}
	.weather .leftTxt{
		color: rgba(117, 117, 117, 1);
		font-size: 11px;
	}
	.weather .rightTxt{
	    color: rgba(091, 091, 091, 1);
	    font-weight: bold;
	}
	
	.weather .air
	{
	    padding-left: 10px;
    	padding-top: 13px;
	}
	
	.weather .air a{
		font-size: 13px;
		font-weight: bold;
	}
	.weather .air a.icon{
		color: #fff;
	    border-radius: 12px;
	    padding: 3px 7px;
	    display: inline-block;
	    text-align: center;
	    margin-left:5px;
	}
	
	.weather .pty{
		text-align: center;
		height: 70px;
	}
	
	@media (max-width:779px){
		.weather table tr td{
			display:none;
			padding:0;
		}
		.weather table tr td:nth-child(1){
			display:table-cell;
		}
		.weather table tr td:nth-child(2){
			display:table-cell;
		}
		
		.weather .air a:nth-child(5){
			display:none;
		}
		.weather .air a:nth-child(4){
			display:none;
		}
		.weather .air a:nth-child(7){
			display:none;
		}
		.weather .air a:nth-child(8){
			display:none;
		}
		.weather .air span:nth-child(3){
			display:none;
		}
		.weather .air span:nth-child(6){
			display:none;
		}
		
		.weather{
		    padding: 7px;
		    border-radius: 0px;
		    width: 250px;
		}
		.weather table{
			width:250px;
			margin-top:7px !important;
		}
		
		.weather table tr td .wind{
			display:none;
		}
		
		.weather table tr td .pop{
		    height: unset !important;
		}
		
		.weather .addr{
			left: unset;
			font-size:11px;
		}
		.weather .air{
			padding-left:0px;
			padding-top:0px;
		}
		.weather .air a{
			font-size:11px;
		}
		
		.weather .pty{
			text-align: center;
			height: 50px;
		}
	}