@charset "utf-8";

#container {
    clear: both;
    width: 1100px;
    margin: 0 auto;
    border: 0;
    padding: 20px 0 0 0;
    overflow: hidden;
}

.cmn-tab {
	position: relative;
	width: 100%;
	height:31px;
	margin-bottom:12px;
	border-bottom: 1px solid #ddd;
}
.cmn-tab.cmn-tab-sm {
	height:29px;
	margin-bottom:10px;
}

.cmn-tab.cmn-tab-xs {
	height:21px;
	margin-bottom:10px;
	border-bottom: 0;
}

.cmn-tab li {
	float:left;
	display:inline-block;
	height:31px;
	vertical-align:bottom;
}

.cmn-tab li a {
	display:inline-block;
	font-size: 13px;
	font-weight: bold;
	line-height: 22px;
	height:25px;
	color: #888;
	border-top:1px solid #d7d7d7;
	border-right:1px solid #d7d7d7;
	border-bottom:0;
	border-left:1px solid #d7d7d7;
	background-color: #f5f5f5;
	text-decoration: none;
	margin-top:5px;
}
.cmn-tab.cmn-tab-sm li a {
	font-size: 13px;
	font-weight: bold;
	line-height: 20px;
	height:23px;
}

.cmn-tab.cmn-tab-xs li a {
	font-size: 11px;
	font-weight: bold;
	line-height: 16px;
	height:20px;
	border-bottom:1px solid #d7d7d7;
	margin-top:2px;
}

.cmn-tab li a span{
	border-top:1px solid #f5f5f5;
	border-left:1px solid #f5f5f5;
	border-right:1px solid #f5f5f5;
	display:block;
	padding: 0 30px 0 30px;
}

.cmn-tab.cmn-tab-xs li a span{
	border-top:1px solid #f5f5f5;
	border-left:1px solid #f5f5f5;
	border-right:1px solid #f5f5f5;
	border-bottom:1px solid #f5f5f5;
	display:block;
	padding: 0 30px 0 30px;
}

.cmn-tab.cmn-tab-sm li a span{
	padding: 0 15px 0 15px;
}
.cmn-tab.cmn-tab-xs li a span{
	padding: 0 15px 0 15px;
}
.cmn-tab.cmn-tab-md li a span{
	padding: 0 20px 0 20px;
}
.cmn-tab li a.active span,
.cmn-tab li a.active:hover span,
.cmn-tab li a:hover span {
	border-top:1px solid #fff;
	border-left:1px solid #fff;
	border-right:1px solid #fff;
	border-bottom:0;
}
.cmn-tab li a.active,
.cmn-tab li a.active:active,
.cmn-tab li a.active:hover,
.cmn-tab li a:active,
.cmn-tab li a:hover
{
	border-top:1px solid #4f94df;
	border-left:1px solid #4f94df;
	border-right:1px solid #4f94df;
	border-bottom:0;
	line-height: 28px;
	height:31px;
	color: #205a9a;
	background-color: #bdddff;
	background: linear-gradient(#a6d1ff, #daebff, #fcfeff);
	background: -webkit-linear-gradient(#a6d1ff, #daebff, #fcfeff);
	background: -o-linear-gradient(#a6d1ff, #daebff, #fcfeff);
	background: -moz-linear-gradient(#a6d1ff, #daebff, #fcfeff);
	text-decoration: none;
	margin-top:0px;
}
.cmn-tab.cmn-tab-sm li a.active,
.cmn-tab.cmn-tab-sm li a.active:active,
.cmn-tab.cmn-tab-sm li a.active:hover,
.cmn-tab.cmn-tab-sm li a:active,
.cmn-tab.cmn-tab-sm li a:hover {
	line-height: 26px;
	height:29px;
}

.cmn-tab.cmn-tab-xs li a.active,
.cmn-tab.cmn-tab-xs li a.active:active,
.cmn-tab.cmn-tab-xs li a.active:hover,
.cmn-tab.cmn-tab-xs li a.active:focus,
.cmn-tab.cmn-tab-xs li a:active,
.cmn-tab.cmn-tab-xs li a:hover {
	line-height: 17px;
	height:22px;
	border-bottom:1px solid #4f94df;
	background: #256aad;
	color: #fff;
}

.cmn-tab.cmn-tab-xs li a.active span,
.cmn-tab.cmn-tab-xs li a.active:active span,
.cmn-tab.cmn-tab-xs li a.active:hover span,
.cmn-tab.cmn-tab-xs li a.active:focus span,
.cmn-tab.cmn-tab-xs li a:active span,
.cmn-tab.cmn-tab-xs li a:hover span {
	border:1px solid #256aad;
}


.cmn-tab li a.active:hover,
.cmn-tab li a.active:focus,
.cmn-tab li a:hover,
.cmn-tab li a:focus {
	color: #002f62;
}

.cmn-tab li a span i{
	border-radius: 3px;
	background: #0159ae;
	color: #fff;
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
	line-height: 12px;
	padding:1px 2px 1px 2px ;
	margin-left:4px;
}

.cmn-tab-block li a{
	display:block;
}
.cmn-tab-block li span{
	text-align: center;
}


.fl		{ float:left !important; }
.fr		{ float:right !important; }
.fr02	{float:right !important; width:287px;}
.fr02_w	{float:right !important; width:283px;}
.cb		{ clear:both !important; }
.ac		{ text-align:center !important; }
.al		{ text-align:left !important; }
.ar		{ text-align:right !important; }
.vt		{ vertical-align:top !important; }
.vm		{ vertical-align:middle !important; }
.vb		{ vertical-align:bottom !important; }
.jf		{ text-align:justify !important; }
.oh		{ overflow:hidden !important; }
.cp		{ cursor:pointer !important; }
.di		{ display:inline !important; }
.dn		{ display:none !important; }
.db		{ display:block !important; }
.vv		{ visibility:visible !important; }
.vh		{ visibility:hidden !important; }
.bn		{ border:none !important; }
.bbn	{ border-bottom:none !important; }
.bTn	{ border-top:none !important; }
.bln	{ border-left:none !important; }
.brn	{ border-right:none !important; }
.bgn	{ background:none !important; } 
.bgn	li{ background:none !important; } 
.fb		{ font-weight:bold !important; }
.fnor	{ font-weight:normal !important; }
.fs01{ font-size:1em !important; }
.fs02{ font-size:0.95em !important; }
.fs03{font-size:1.05em !important;}
.fs04{font-size:1.2em !important;}
.fs05{font-size:0;}
.fs06{font-size:0.9em;}
.lh{line-height:0;}
.TU{text-decoration:underline !important;}

/* Margin */
.MN0 { margin:0 !important;}
.ML1 { margin-left:1px ; }
.ML2 { margin-left:2px ; }
.ML-4{margin-left:-4px;}
.ML-7{margin-left:-7px;}
.ML-10{margin-left:-10px;}
.ML-13{margin-left:-13px;}
.ML3 { margin-left:3px; }
.ML4 { margin-left:4px; }
.ML5 { margin-left:5px; }
.ML6{ margin-left:6px;}
.ML7{ margin-left:7px !important; }
.ML8 { margin-left:8px !important; }
.ML9 { margin-left:9px !important; }
.ML10 { margin-left:10px !important; }
.ML14{margin-left:14px !important;}
.ML15 { margin-left:15px  !important; }
.ML20 { margin-left:20px; }
.ML25{ margin-left:25px; }
.ML27 { margin-left:25px; }
.ML30 { margin-left:30px; }
.ML33 { margin-left:33px; }
.ML40 { margin-left:40px; }
.ML80 { margin-left:80px; }
.ML125 { margin-left:125px; }
.ML240{ margin-left:240px; }
.ML295 { margin-left:295px; }
.MR3{ margin-right:3px;}
.MR5{ margin-right:5px;}
.MR6{ margin-right:6px;}
.MR10 { margin-right:10px; }
.MR15 { margin-right:15px; }
.MR20 { margin-right:20px; }
.MR25 { margin-right:25px; }
.MR30 { margin-right:30px; }
.MT0{margin-top:0 !important;}
.MT5 { margin-top:5px !important; }
.MT8{margin-top:8px;}
.MT10 { margin-top:10px !important; }
.MT15 { margin-top:15px !important; }
.MT10B10 { margin-top:10px !important;  margin-bottom:10px !important;}
.ML10B10 { margin-left:10px !important;  margin-bottom:10px !important;}
.ML20T10 { margin-left:20px !important;  margin-top:10px !important;}
.MT14{margin-top:14px;}
.MT-10 { margin-top:-10px; }
.MT-20 { margin-top:-20px; }
.MT20 { margin-top:20px !important;}
.MT22 { margin-top:22px; }
.MT25 { margin-top:25px !important; }
.MT28 { margin-top:28px; }
.MT30 { margin-top:30px; }
.MT35 { margin-top:35px; }
.MT40 { margin-top:40px; }
.MT50 { margin-top:50px; }
.MT70 { margin-top:70px; }	 
.MT5L8 { margin:5px 0 0 8px; }
.MTL20 { margin:20px 0 0 20px; }
.MTB5 { margin:5px 0 5px 0; }
.MTB10 { margin:10px 0 10px 0; }
.MB0 { margin-bottom:0 !important;}
.MB5{ margin-bottom:5px;}
.MB10 { margin-bottom:10px; }
.MB15 { margin-bottom:15px !important; }
.MB20 { margin-bottom:20px !important; }
.MB30 { margin-bottom:30px; }
.MB50 { margin-bottom:50px;}

/* padding_top */
.PD0 { padding:0px !important;}
.PT5 { padding-top:5px !important;}
.PT7 { padding-top:7px;}
.PT10 { padding-top:10px;}
.PT14{ padding-top:14px;}
.PT20 { padding-top:20px;}
.PT30 { padding-top:30px;}
.PT50 { padding-top:50px;}
	
/* padding_left */	
.PL3 { padding-left:3px;}
.PL5 { padding-left:5px !important;}
.PL8 { padding-left:8px;}
.PL10 { padding-left:12px;}
.PL15 { padding-left:15px;}
.PL20 { padding-left:20px;}
.PL30 { padding-left:30px;}
.PL40{ padding-left:40px;}
.PL45{ padding-left:45px;}
.PL50{ padding-left:50px;}
.PL55{ padding-left:55px;}
.PL60 { padding-left:60px;}
.PL65 { padding-left:6px;}
.PL100 { padding-left:100px;}
.PL230 { padding-left:230px !important;}
.PL250 { padding-left:250px !important;}
.PL260 { padding-left:260px;}
.PL315 { padding-left:315px;}

/* padding_right */
.PR0 { padding-right:0 !important;}
.PR5 { padding-right:5px;}
.PR7 { padding-right:7px;}
.PR10 { padding-right:10px;}
.PR12 { padding-right:10px;}
.PR20 { padding-right:20px;}
.PR35 { padding-right:35px;}



/* padding_bottom */
.PB5{ padding-bottom:5px;}
.PB10 { padding-bottom:10px;}
.PB15 { padding-bottom:15px;}
.PB20 { padding-bottom:20px;}
.PB5 { padding-bottom:5px;}
.PB30 { padding-bottom:30px;}
.PB40 { padding-bottom:40px;}
.PB45 { padding-bottom:45px;}

.ib-auto { display: inline-block !important; width:auto !important;}
.blind{position:absolute; left:-9999px; top:-9999px; width:1px; height:1px; overflow:hidden; }

#container .btn_bg {text-align:right; margin-bottom:20px;}
#container .btn_bg span {display: inline-block; background: #103e93; height: 24px; border: 1px solid #0d3175; border-radius:4px;}
#container .btn_bg span a {display: inline-block;  height: 23px; padding: 3px 12px 0 12px; color: #fff; font-size: 100%; font-weight: bold; text-decoration: none; }
#container .btn_bg span a:link {color: #fff;}
/* 
	검색 폼
	- 특보/정보: 통보문 
*/
.distibution_search3{clear:both;width:870px;height:73px;background:url('../image/bg_summary_search2.gif') no-repeat 0 0; background-size: 100% 73px;margin-top:20px;}
.distibution_search3 form{margin:0;padding:10px 9px 0 17px; }
.distibution_search3 input{float:left; margin-right:3px; border:1px solid #d2d2d2; width:126px; height:21px; line-height:21px; font-size:0.95em;}
.distibution_search3 input.time{width:110px; float:left; text-align:center; padding-top:2px; height:15px;font-size:1em;}
.distibution_search3 input.inputbase{text-align:center; padding-top:2px; height:21px;}
.distibution_search3 input.btn{border:none; width:auto; height:19px; margin-left:3px;}
.distibution_search3 img.btn2{border:none; width:auto; height:19px; margin-left:65px;}
.distibution_search3 form .text{margin:0 3px 0 0;}
.distibution_search3 form .search_area{width:100px;height:19px;padding:0;margin:0 0 0 0;border-top:1px solid #abadb3;border-left:1px solid #e2e3ea;border-right:1px solid #dbdfe6;border-bottom:1px solid #e3e9ef;font-size:0.95em;vertical-align:top;}
.distibution_search3 form .search_area2{width:80px;height:19px;padding:0;margin:0 0 0 0;border-top:1px solid #abadb3;border-left:1px solid #e2e3ea;border-right:1px solid #dbdfe6;border-bottom:1px solid #e3e9ef;font-size:0.95em;vertical-align:top;}
.distibution_search3 form .search_area3{width:198px;height:19px;padding:0;margin:0 0 0 0;border-top:1px solid #abadb3;border-left:1px solid #e2e3ea;border-right:1px solid #dbdfe6;border-bottom:1px solid #e3e9ef;font-size:0.95em;vertical-align:top;}
.distibution_search3 form .area_search{width:127px;height:17px;padding:0;margin:0 0 0 1px;border:1px solid #d2d2d2;font-size:0.95em;vertical-align:top;}
.distibution_search3 form .town_search{margin:13px 0 0 0;}
.distibution_search3 form .ml{margin:0 0 0 7px;}
.distibution_search3 form .ml2{margin:0 0 0 2px;}
.distibution_search3 form input{vertical-align:top;}
.distibution_search3 form input.time{text-align:center; line-height:21px; height:21px; width:115px;}
.distibution_search3 form img{vertical-align:top;}
.distibution_search3 form select{float:left; font-size:0.95em;border:1px solid #D2D2D2;font-size:0.95em;height:21px; margin-right:3px;}
.distibution_search3 form .blind{ }
.distibution_search3 label {display:inline-block; float:left; margin-top:4px; padding-right:10px; font-weight:bold; font-size:0.95em; line-height:0.95em;}
.distibution_search3 label:after {
	content: "|";
	font-size:0.85em;
	line-height: 0.85em;
	padding: 0 1px 0 5px;
	color: #999;
}
label.right_anc:after {
	content: "";
}
.distibution_search3 p{display:block; float:left; margin-top:2px; padding-right:10px;}
.distibution_search3 p.no_ti{padding-right:5px !important;}
.distibution_search3 .ul_prev{float:left; font-size:0.95em;}
.distibution_search3 .ul_prev li{float:left; text-align:center; color:#fff; margin-left:5px; padding-top:1px; display:inline;}
.distibution_search3 .ul_prev li.bg_black{background:url('../image/bg_black.gif') no-repeat 0 0; width:63px; height:21px;}
.distibution_search3 .ul_prev li.bg_orange{background:url('../image/bg_orange.gif') no-repeat 0 0; width:46px; height:21px;}
.distibution_search3 .ul_prev li.bg_black a{ font-size: 12px; width:63px; height:21px; line-height:21px; color:#fff; display:block;}
.distibution_search3 .ul_prev li.bg_orange a{font-size: 12px; width:46px; height:21px; line-height:21px; color:#fff; display:block;}

.distibution_search3 .ul_prev2{float:left; font-size:0.95em;}
.distibution_search3 .ul_prev2 li{float:left; text-align:center; color:#fff; margin-left:2px; padding-top:1px;  display:inline;}
.distibution_search3 .ul_prev2 li.bg_black{background:url('../image/bg_black.gif') no-repeat 0 0; width:63px; height:21px;}
.distibution_search3 .ul_prev2 li.bg_orange{background:url('../image/bg_orange.gif') no-repeat 0 0; width:46px; height:21px;}
.distibution_search3 .ul_prev2 li.bg_black a{font-size: 12px; width:63px; height:21px; line-height:21px; color:#fff; display:block;}
.distibution_search3 .ul_prev2 li.bg_orange a{font-size: 12px; width:46px; height:21px; line-height:21px; color:#fff; display:block;}


/*
	검색 폼
	- 홈 > 날씨 > 특보·예보 > 육상예보 > 1개월전망
*/
.distibution_search{clear:both;width:822px;height:37px;background:url('../image/bg_summary_search6.gif') no-repeat 0 0;margin:14px 0 0 0;}
.distibution_search form{margin:0;padding:10px 9px 0 17px;}
.distibution_search form select {border-top:1px solid #abadb3;border-left:1px solid #e2e3ea;border-right:1px solid #dbdfe6;border-bottom:1px solid #e3e9ef;font-size:0.95em;vertical-align:top;}
.distibution_search form .text{margin:0 12px 0 0;}
.distibution_search form .search_area{width:100px;height:19px;padding:0;margin:0 0 0 0;border-top:1px solid #abadb3;border-left:1px solid #e2e3ea;border-right:1px solid #dbdfe6;border-bottom:1px solid #e3e9ef;font-size:0.95em;vertical-align:top;}
.distibution_search form .search_area2{width:80px;height:19px;padding:0;margin:0 0 0 0;border-top:1px solid #abadb3;border-left:1px solid #e2e3ea;border-right:1px solid #dbdfe6;border-bottom:1px solid #e3e9ef;font-size:0.95em;vertical-align:top;}
.distibution_search form .area_search{width:127px;height:17px;padding:0;margin:0 0 0 1px;border:1px solid #d2d2d2;font-size:0.95em;vertical-align:top;}
.distibution_search form .ml{margin:0 0 0 7px;}
.distibution_search form .ml2{margin:0 0 0 2px;}
.distibution_search form input{vertical-align:top;}
.distibution_search form img{vertical-align:top;}
.distibution_search label {display:inline-block; float:left; margin-top:4px; padding-right:10px; font-weight:bold; font-size:0.95em; line-height:0.95em;}
.distibution_search label:after {
	content: "|";
	font-size:0.85em;
	line-height:0.85em;
	padding: 0 1px 0 5px;
	color: #999;
}

.bx_summary{background:#fff;color:#5c5c5c;border:5px solid #dedede;padding:10px 22px 6px 22px; margin:0 0 16px 0; line-height:150%;}
.bx_summary .text{margin:0 0 2px 0;padding:0;}
.bx_summary strong{color:#0958a5;}
.bx_summary strong.gray{color:#555;}
.bx_summary span.blue{color:#0958a5;}
.bx_summary span.orange{color:#ff3300;}
.bx_summary span.line{text-decoration:underline;}
.bx_summary span.p_hypen{background:url(../image/bu_arrow_orangesmall.gif) no-repeat left 5px;padding-left:9px; }
.bx_summary dt{padding-bottom:3px;}
.bx_summary dd{line-height:1.4em;}
.bx_summary li{background:url(../image/bu_hyphen.gif) no-repeat left 7px;  padding-left:9px; }
.bx_summary li strong.orange{color:#ff7f01;}
.bx_summary li strong.orange span{font-size:0.95em;}
.bx_summary img{vertical-align:top;}
.bx_summary p.p_hypen{background:url(../image/bu_hyphen.gif) no-repeat left 7px;  padding-left:9px; font-weight:bold;}
.bx_summary p.fontsmall{background:none;font-size:0.95em;color:#424242;margin-bottom:0;}

.bx_summary.below { margin:20px 0 0 0;}

.comment_gray{padding:10px 22px; background:#ffffff; border:5px solid #ebebeb; margin-bottom:15px;}
.comment_gray dl.maT0{margin-top:0;}
.comment_gray dl{font-size:0.95em;}
.comment_gray dl dt{color:#1676cd; font-weight:bold;}
.comment_gray dl dd{margin-left:8px; padding-left:11px; background:url(../image/bu_hyphen.gif) no-repeat left 7px;}
.comment_gray p.maT10{margin-top:10px; font-size:0.95em;}
.comment_gray p strong{font-size:0.95em;}
.comment_gray p strong.spot{font-size:0.95em; font-weight:normal; color:#ff7f01;}
.comment_gray p.blue{font-size:0.95em; font-weight:normal; color:#0958a5;}
.comment_gray p span.bluebold{font-weight:bold; color:#0958a5;}
.comment_gray table{margin-left:10px; width:615px; border-left:1px solid #c8c8c8; border-top:2px solid #006ad0; }
.comment_gray table th{padding:6px 5px 3px 5px; background:#dce6ef; color:#333; border-right:1px solid #c8c8c8; border-bottom:1px solid #c8c8c8; }
.comment_gray table td{padding: 6px 10px 3px 10px; border-right:1px solid #c8c8c8; border-bottom:1px solid #c8c8c8;}


.table_photo {width: 100%; margin:0 auto;}
.table_photo thead th.top_line{border-top:2px solid #006ad0;}
.table_photo thead th{padding:5px 0 4px 0; background:url(../image/bg_observation_th.gif) repeat-x; border-right:1px solid #ccc; border-bottom:1px solid #ccc; color:#0958a5; font-size:1.4em; text-align:left;}
.table_photo thead th:first-child { border-left: 1px solid #ccc;} 
.table_photo thead th strong{padding-left:18px; background:url('../image/bul_bluearrow.gif') no-repeat 10px 7px;}
.table_photo tbody td{padding:12px 0; border-right:1px solid #ccc; border-bottom:1px solid #ccc; text-align:center;}
.table_photo tbody td:first-child { border-left: 1px solid #ccc;}
.table_photo tbody td dl{ }
.table_photo tbody td dl dt{margin-bottom:3px;}

.observation_form{background:url(../image/bx_gradation.gif) repeat-x left bottom; border:1px solid #dbdbdb; width:100%;height:41px; padding-top: 10px; line-height:1.4em; margin-bottom:15px;}
.observation_form p{float:left; padding-right:10px; padding-top:3px; padding-left:10px;}
.observation_form p.controlbox{float:left; margin-right:0; padding-top:0;}
.observation_form p.controlbox a{float:left; margin-right:1px;}
.observation_form label{float:left; margin-right:10px; padding-top:3px;}
.observation_form input{float:left; margin-right:3px; border:1px solid #d2d2d2; width:126px; height:17px; font-size:0.95em;}
.observation_form input.time{width:90px; text-align:center; padding-top:2px; height:15px;}
.observation_form input.tbox_02{text-align:center; padding-top:2px; height:15px;}
.observation_form input.btn{border:none; width:auto; height:19px;}
.observation_form select{float:left; margin-right:3px; border:1px solid #d2d2d2; height:19px; font-size:0.95em;}
.observation_form select.maR10{margin-right:20px;}
.observation_form select.wid40{width:45px;}
.observation_form select.wid50{width:65px;}
.observation_form select.wid55{width:55px;}
.observation_form select.wid65{width:65px;}
.observation_form select.wid85{width:111px;}
.observation_form select.wid110{width:110px;}
.observation_form select.wid130{width:130px;}
.observation_form select.wid220{width:220px;}

.observation_form label {display:inline-block; float:left; margin-left:5px; font-weight:bold; font-size:0.95em; line-height:0.95em;}
.observation_form label:after { content: "|"; font-size:0.85em; line-height: 0.85em; padding: 0 1px 0 5px; color: #999; }

.observation_form ul{float:left;}
.observation_form ul li{float:left; display:inline; margin-right:3px;}
.observation_form ul li a{display:block; padding-left:6px; width:44px; height:17px; border:1px solid #d2d2d2; color:#666; font-size:0.95em;}
.observation_form ul li a:hover{color:#666;}
.observation_form ul li.next a{color:#ff7f01;}
.observation_form ul li.next a:hover{color:#ff7f01;}
.observation_form ul.list_wid li a{width:80px;}


.observation_form #tab_wrap01{width:760px;}
.observation_form #tab_wrap01 li{line-height:1.2em; margin:0;}
.observation_form #tab_wrap01 li a{display:block;background:#ebebeb;width:77px;padding:3px 0 1px 0;border:1px solid #cccbcb;text-align:center;border-right:0;color:#4e4e4e;font-size:0.95em;}
.observation_form #tab_wrap01 li a.btn{border-top:none;}
.observation_form #tab_wrap01 li a.border{border-right:1px solid #cccbcb;}
.observation_form #tab_wrap01 li a:hover{display:block;color:#fff;background:#0958a4;text-decoration:none;border:1px solid #0958a5;border-right:0;}
.observation_form #tab_wrap01 li a.on{display:block;color:#fff;background:#0958a4;text-decoration:none;border:1px solid #0958a5;border-right:0;}

i.ann-time { font-weight: normal; font-style: normal; font-size:11px; line-height:12px; background: #0159ae; color: #fff; display:inline-block; padding:2px 4px 2px 4px; vertical-align:middle;}
.table_topinfo{width:100%; margin-bottom:7px; text-align:right; color:#343434; height:21px; clear:both; margin-top: 7px;}
.table_topinfo strong { color: #1874ce; display:inline-block; padding: 0 10px 0 10px; }
.table_topinfo img{margin-right:8px; vertical-align:middle;}

.table_develop{width:100%; border-left:1px solid #d0d0d0; border-top:2px solid #006ad0;}
.table_develop thead th.top_line{}
.table_develop thead th.top_line2{background:url(../image/bg_table_midterm_th.gif) repeat-x left bottom;}
.table_develop thead th.top_line2_blue{background:url(../image/bg_table_midterm_th.gif) repeat-x left bottom; color:#006ad0;}
.table_develop thead th{padding:5px 0 4px 0; border-right:1px solid #d0d0d0; border-bottom:1px solid #d0d0d0; background:#dce6ef; color:#333;}
.table_develop thead th.nm{font-weight:normal;}
.table_develop tbody th{padding:9px 0 4px 0; border-right:1px solid #d0d0d0; border-bottom:1px solid #d0d0d0; font-weight:normal; color:#0958a5; text-align:center;}
.table_develop tbody td{padding:9px 0 4px 0; border-right:1px solid #d0d0d0; border-bottom:1px solid #d0d0d0; text-align:center;}
.table_develop tbody td.align_left{padding-left:3px; text-align:left;}
.table_develop tbody td ul li{line-height:1.2em;}
.table_develop tbody td strong.morning{font-weight:normal;color:#0e74a7;}
.table_develop tbody td span.col_blue{font-weight:normal;color:#0e74a7;}
.table_develop tbody td strong.noon{font-weight:normal;color:#f21b2a;}
.table_develop tbody td span.col_orange{font-weight:normal;color:#f21b2a;}
.table_develop tbody td p.icon{margin-bottom:7px;}
.table_develop tbody td a{color:#333;}
.table_develop tbody td a:hover{color:#1a75ce;} 
.table_develop thead th.time{background:#eee; color:#333;height:15px;font-weight:normal;}
.table_develop tbody td.icon-weather { text-align:left; vertical-align: middle;}
.table_develop tbody td.icon-weather span {vertical-align: middle; line-height: 48px;}
.table_develop tbody td.icon-weather img { width: 48px; margin-left: 4px; margin-right: 4px;}
/*0925*/.table_develop tbody td span.blue{ color:#006ee1; }
/*0925*/.table_develop tbody td span.red{ color:#ff0034; }
/*반복되는 타이틀*/
.table_develop tbody th.repeat_title{background:#dce6ef;font-weight:bold;border:1px solid #c8c8c8; color:#333;}

/* popup_common *//* width+75px, height+125px */
h1.title_popup{padding:17px 0 13px 16px; background:#3574e3 url('../bg_memberpoptop.gif') no-repeat left top; color:#fff; font-size:1.2em;}
.contents{padding:20px 37px 20px 38px;}
.contents iframe { border:0; overflow:hidden;}
.ml10{margin-left:10px;}
.close_btn{width:61px; margin:0 auto; padding-bottom:20px;}
 
/* 관측자료 날씨 상황판 6화면 */
ul.map_list{overflow:hidden; width:100%;}
ul.map_list li{float:left; width:175px;}
ul.map_list li ul{float:left; width:100%; padding:8px 0 6px 0;}
ul.map_list li ul li{float:left; width:45px; margin-right:3px;}
ul.map_list li ul li img{vertical-align:top;}
ul.map_list li ul li.zoom_btn{width:19px; margin-left:22px;}

/* 관측자료 날씨 상황판 2화면 */
ul.map_list li.type2{width:263px;}
ul.map_list li.type2 .zoom_btn{margin-left:66px;}

/* 개발들어가는 테이블(날씨/관측자료테이블) */
.table_develop3{width:100%;border-collapse: collapse;}
.table_develop3 thead th.top_line{border-top:2px solid #006ad0;}
.table_develop3 thead th.top_line2{border-top:2px solid #006ad0; background:url(../image/bg_table_midterm_th.gif) repeat-x left bottom;}
.table_develop3 thead th.top_line2_blue{border-top:2px solid #006ad0; background:url(../image/bg_table_midterm_th.gif) repeat-x left bottom; color:#006ad0;}
.table_develop3 thead th{padding:3px 0 2px 0; border-top:none; border:1px solid #d0d0d0; background:#dce6ef; color:#333;}
.table_develop3 thead th.nm{font-weight:normal;}
.table_develop3 tbody th{padding:5px 0 3px 0; border-top:none; border:1px solid #d0d0d0; font-weight:normal; color:#0958a5; text-align:center;}
.table_develop3 tbody td{padding:5px 0 3px 0; border-top:none; border:1px solid #d0d0d0; text-align:center;}
.table_develop3 tbody td.align_left{padding-left:3px; text-align:left;}
.table_develop3 tbody td ul li{line-height:1.2em;}
.table_develop3 tbody td strong.morning{font-weight:normal;color:#16a7ef;}
.table_develop3 tbody td span.col_blue{font-weight:normal;color:#16a7ef;}
.table_develop3 tbody td strong.noon{font-weight:normal;color:#f21b2a;}
.table_develop3 tbody td span.col_orange{font-weight:normal;color:#f21b2a;}
.table_develop3 tbody td p.icon{margin-bottom:7px;}
.table_develop3 tbody td a{color:#1a75ce;}
.table_develop3 tbody td a:hover{color:#1a75ce;}


/* 
	Border가 없는 박스
*/
.bx_summary2{background:#ebf4ff;color:#333; padding:15px 27px 11px 27px; margin:0 0 16px 0;}
.bx_summary2 .text{margin:0 0 2px 0;padding:0;}
.bx_summary2 strong{color:#0958a5;}
.bx_summary2 span.blue{color:#0958a5;}
.bx_summary2 dt{padding-bottom:3px;}
.bx_summary2 dd{line-height:1.4em;}
.bx_summary2 li{background:url(../image/bu_hyphen.gif) no-repeat left 7px;  padding-left:9px; }
.bx_summary2 li strong.orange{color:#ff7f01;}
.bx_summary2 li strong.orange span{font-size:0.95em;}
.bx_summary2 img{vertical-align:top;}
.bx_summary2 p.p_hypen{background:url(../image/bu_hyphen.gif) no-repeat left 7px;  padding-left:9px; }
.bx_summary2 p.fontsmall{background:none;font-size:0.95em;color:#424242;margin-bottom:0;}

/*
	지역선택 검색 폼
	- 홈 > 날씨 > 특보·예보 > 육상예보 > 동네예보 > 예보요약
*/
.summary_search{clear:both;width:100%;height:37px;background:url('../image/bg_summary_search6.gif') no-repeat 0 0; background-size:100% 37px; padding:10px 9px 0 18px;}
.summary_search form{float:left;width:270px;height:23px;margin:0;padding:0;}
.summary_search form .search_area{height:19px;padding:0;margin:0 0 0 6px;border-top:1px solid #abadb3;border-left:1px solid #e2e3ea;border-right:1px solid #dbdfe6;border-bottom:1px solid #e3e9ef;font-size:0.95em;vertical-align:top;}
.summary_search form input{margin:0 0 0 2px;padding:0;vertical-align:top;}
.summary_search form img{margin:0;padding:0;vertical-align:top; width: auto; height: auto;}
.announcementtime{padding:0;color:#0958a5;float:right;width:272px;line-height:1em;height:15px;}
.announcementtime span{padding:2px 0 0 0;display:inline-block;}
.announcementtime img{padding:0 10px 0 0;vertical-align:top;}

.table_announcementtime{width:100%;margin:18px 0 0 0;padding:0; border-collapse: collapse;}
.table_announcementtime thead th.top_line{border-top:1px solid #0c5aa6;}
.table_announcementtime thead tr th{padding:5px 0 4px 0;  border-right:1px solid #c8c8c8; border-bottom:1px solid #c8c8c8; background:#f7f6f6; color:#0958a5;}
.table_announcementtime thead tr th:first-child{border-left:1px solid #c8c8c8; }
.table_announcementtime tbody tr td{padding:9px 13px 4px 13px; border-right:1px solid #c8c8c8; border-bottom:1px solid #c8c8c8; text-align:left;}
.table_announcementtime tbody tr td:first-child{border-left:1px solid #c8c8c8; }
.table_announcementtime tbody td .table_basic_2 th{text-align:center;border-right:1px solid #d0d0d0;border-bottom:1px solid #d0d0d0;}
.table_announcementtime tbody td .table_basic_2 td{text-align:center;padding: 9px 5px 4px 5px;}
.table_announcementtime tbody td .table_basic_2 td.no-border { border-left:0;}
.table_announcementtime tbody td .table_basic_2 td.border-left { border-left:1px solid #d0d0d0;}
.table_announcementtime tbody td .table_basic_2 td.border-top { border-top:1px solid #d0d0d0;}
.table_announcementtime tbody td .table_basic_2 th.no-border { border-left:0;}
.table_announcementtime tbody td .table_basic_2 th.border-left { border-left:1px solid #d0d0d0;} 
.table_announcementtime tbody td .table_basic_2 th.border-top { border-top:1px solid #d0d0d0;}
.txt_center{text-align:center;}

.mid_announcementtime{color:#666;line-height:1em;}
.mid_announcementtime i { font-weight: normal; font-style: normal; font-size:11px; background: #0159ae; color: #fff; display:inline-block; padding:2px 4px 2px 4px;}
.mid_announcementtime .pdr{vertical-align:top;padding:0 10px 0 0;}
.mid_announcementtime span{padding:3px 0 0 0;display:inline-block;}
.manfc {color:#0958a5;float:right;line-height:1.5em;height:19px;}
.manfc span{display:inline-block;}

.announce_time{margin-bottom:10px;line-height:1.3em; width:100%;}
.announce_time em{font-weight:normal;color:#666;display:inline-block;padding-top:1px;}
.announce_time img{padding-right:5px;vertical-align:top;}

.forecastNew{width:100%; color:#666666; clear:both; border-collapse:collapse}
.forecastNew img{font-size:0;}
.forecastNew .bgblue{background:#eff3f5; line-height:1.1em; font-weight:normal; color:#6e7071; width:86px !important; font-size:0.95em;}
.forecastNew .bgblue_bottom{background:#eff3f5; color:#6e7071; border-top:none; font-weight:normal; color:#6e7071; font-size:0.95em;}
.forecastNew th{color:#797676; text-align:center; border:1px solid #c7c7c7; border-right:none; height:17px;}
.forecastNew th.date{background:#eff3f5; width:85px; color:#6e7071; font-size:0.95em; padding:7px 0 5px 0; height:17px;}
.forecastNew th.tommorow{background:#f1fdf0; color:#797676;}
.forecastNew .none{border-left:none; border-right:none; width:1px;}
.forecastNew td{text-align:center; vertical-align:middle; border:1px solid #c7c7c7; font-size:0.95em; padding:5px 0; line-height:1.1em;}
.forecastNew td strong{font-size:0.95em;}
.forecastNew br{height:1px;}
.forecastNew .time{padding:5px 0 1px 0;}
.forecastNew .tm-hour { display:block; width:100%; margin-left: -50%;}
/* .forecastNew .time img{width:18px; height:20px;} */
.forecastNew .time img{position:relative; left:-50%; top:0px; width:18px; height:20px;}
.forecastNew .last_time img{position:relative;  left:-10px; top:0px;}
.forecastNew .time class{padding:50px 0 0px 0;}

.forecastNew  tr.rainfall{height:25px;}
.forecastNew  tr.rainfall td{ padding:3px 0 !important;}

.forecastNew .degree p{width:26px; height:19px; background:url(../image/bg_deg.gif) no-repeat left top; position:relative; left:50%; margin-left:10px; text-align:center; margin-top:2px; padding-top:2px;   font-size:0.95em; color:#fff; font-weight:bold;}
.forecastNew .degree2 p{width:26px; height:16px; background:url(../image/bg_deg.gif) no-repeat left top; position:relative; left:50%; margin-left:10px; text-align:center; padding-top:4px;   font-size:0.95em; font-size:0.95em; color:#fff; font-weight:bold;}
.forecastNew .degree3 p{width:26px; height:16px; background:url(../image/bg_deg.gif) no-repeat left top; position:relative; left:50%; margin-left:10px; text-align:center; padding-top:4px;   font-size:0.95em; font-size:0.95em; color:#fff; font-weight:bold;}
.forecastNew .degree4 p{width:26px; height:16px; background:url(../image/bg_deg.gif) no-repeat left top; position:relative; left:50%; margin-left:10px; text-align:center; padding-top:4px;  font-size:0.95em; font-size:0.95em; color:#fff; font-weight:bold;}
.forecastNew .degree p.content{width:26px; height:19px; background:url(../image/bg_deg.gif) no-repeat left top; position:relative; left:50%; margin-left:10px; text-align:center; margin:2px 0; padding-top:2px;  font-size:0.95em; color:#fff; font-weight:bold;}
.forecastNew .degree p.minus{width:26px; height:19px; background:url(../image/bg_wind.gif) no-repeat left top; position:relative; right:19px; text-align:center; margin:2px 0; padding-top:2px;  font-size:0.95em; color:#fff; font-weight:bold;}
.forecastNew .degree p.hidden{visibility:hidden;} /* 20100528 추가 */

.forecastNew .humidity p{width:26px; height:19px; background:url(../image/bg_hum.gif) no-repeat left top; position:relative; left:50%; margin-left:10px; text-align:center; margin:2px 0; padding-top:2px;  font-size:0.95em; color:#fff; font-weight:bold;}
.forecastNew .humidity2 p{width:26px; height:16px; background:url(../image/bg_hum.gif) no-repeat left top; position:relative; left:50%; margin-left:10px;  text-align:center; padding-top:4px;   font-size:0.95em;}
.forecastNew .humidity3 p{width:26px; height:16px; background:url(../image/bg_hum.gif) no-repeat left top; position:relative; left:50%; margin-left:10px; text-align:center; padding-top:4px;  font-size:0.95em;}
.forecastNew .humidity4 p{width:26px; height:16px; background:url(../image/bg_hum.gif) no-repeat left top; position:relative; left:50%; margin-left:10px; text-align:center; padding-top:4px;  font-size:0.95em;}
.forecastNew .humidity p.content{width:26px; height:19px; background:url(../image/bg_hum.gif) no-repeat left top; position:relative; left:50%; margin-left:10px; margin-top: 2px; text-align:center; padding-top:2px; font-size:0.95em; color:#fff; font-weight:bold;}

.forecastNew .wind p{width:26px; height:40px; background:url(../image/bg_wind.gif) no-repeat left 20px; position:relative; left:50%; margin-left:10px; text-align:center; padding-top:3px; padding-bottom:2px;  color:#3b3939; font-size:0.95em; color:#fff; font-weight:bold;}
.forecastNew .wind span{width:15px; height:15px; display:inline-block; padding-bottom:3px;}
.forecastNew .wind p.content{width:26px; height:40px; background:url(../image/bg_wind.gif) no-repeat left 20px; position:relative; left:18px; text-align:center; padding-top:3px; padding-bottom:2px;   color:#3b3939; font-size:0.95em; color:#fff; font-weight:bold;}
.forecastNew .wind2 p{width:26px; height:40px; background:url(../image/bg_wind2.gif) no-repeat left 20px; position:relative; left:50%; margin-left:10px; text-align:center; padding-top:3px; padding-bottom:2px;   color:#0a79cb; font-size:0.95em; font-weight:bold; line-height:normal;}
.forecastNew .wind2 span{width:15px; height:15px; display:inline-block; padding-bottom:3px;}
.forecastNew .wind2 p.content{width:26px; height:40px; background:url(../image/bg_wind.gif) no-repeat left 20px; position:relative; left:18px; text-align:center; padding-top:3px; padding-bottom:2px;  color:#3b3939; font-size:0.95em; color:#fff; font-weight:bold;}


.forecastNew .wind img{line-height:1px; font-size:0.1em; padding-bottom:3px;}
.forecastNew .last{border-right:none; border-top:none; border-bottom:none; width:1%;}

.forecastNew th.bg_blue{background:#e8eef2;}
.forecastNew td.bg_blue{background:#e8eef2;}

.forecastNew td.PD_none{padding:0 !important;}

.forecastNew td.bg_tomorrow{background:#f1fdf0;}
.forecastNew td.bg_left_today{background:url(../image/left_today.gif) no-repeat left top; border-right:none; border-left:none;}
.forecastNew td.bg_center_today{background:url(../image/center_today.gif) no-repeat left top; border-left:none; border-right:none;}


.forecastNew td.bg_last{background:url(../image/bg_last.gif) no-repeat left top; border:none;}
.forecastNew th.bg_last{background:url(../image/bg_last.gif) no-repeat left top; border:none;}

.forecastNew td span.low_deg{color:#1b7cf2; font-weight:bold; font-size:0.95em;}
.forecastNew td span.high_deg{color:#f1490e; font-weight:bold; font-size:0.95em;}
.forecastNew .wid32 { width: 32px; height: auto;}

.forecastNew3{width:98%; color:#666666; table-layout:fixed; clear:both; border-collapse: collapse}
.forecastNew3_Popwidth{width:685px}
.forecastNew3 img{font-size:0;}
.forecastNew3 .bgblue{background:#eff3f5; line-height:1.1em; font-weight:normal; color:#6e7071; width:86px !important; font-size:0.95em;}
.forecastNew3 .bgblue_bottom{background:#eff3f5; color:#6e7071; border-top:none; font-weight:normal; color:#6e7071; font-size:0.95em;}
.forecastNew3 th{color:#797676; text-align:center; border:1px solid #c7c7c7; border-right:none; height:19px;}
.forecastNew3 th.date{background:#eff3f5; width:70px;  color:#6e7071; font-size:0.95em; padding:7px 0 5px 0; height:17px;}
.forecastNew3 th.tommorow{background:#f4f7ff; color:#797676;}
.forecastNew3 .none{border-left:none; border-right:none; width:1px;}
.forecastNew3 td{text-align:center; vertical-align:middle; border:1px solid #c7c7c7; font-size:0.95em; padding:5px 0; line-height:1.1em;}
.forecastNew3 td strong{font-size:0.95em;}
.forecastNew3 br{height:1px;}
.forecastNew3 .time{padding:5px 0 1px 0;}
.forecastNew3 .time img{position:relative; left:-18px; top:0px; width:18px; height:20px;}
.forecastNew3 .last_time img{position:relative;  left:-10px; top:0px;}
.forecastNew3  tr.rainfall{height:30px;}
.forecastNew3  tr.rainfall td{ padding:3px 0 !important;}
.forecastNew3 .degree p{width:26px; height:19px;  position:relative; right:14px; text-align:center; margin:2px 0; padding-top:2px;  font-size:0.95em; color:#fff; font-weight:bold;}
.forecastNew3 .degree p.minus{width:26px; height:19px; position:relative; right:14px; text-align:center; margin:2px 0; padding-top:2px;   font-size:0.95em; color:#fff; font-weight:bold;}
.forecastNew3 .degree p.hidden{visibility:hidden;} /* 20100528 추가 */
.forecastNew3 .humidity p{width:26px; height:19px; background:url(../image/bg_hum.gif) no-repeat left top; position:relative; right:14px; text-align:center; margin:2px 0; padding-top:2px;   font-size:0.95em; color:#fff; font-weight:bold;}
.forecastNew3 .wind p{width:26px; height:40px; background:url(../image/bg_wind2.gif) no-repeat left 20px; position:relative; right:14px; text-align:center; padding-top:3px; padding-bottom:2px;  color:#0a79cb; font-size:0.95em; font-weight:bold; line-height:normal;}
.forecastNew3 .wind span{width:15px; height:15px; display:inline-block; padding-bottom:3px;}
.forecastNew3 .wind img{line-height:1px; font-size:0.1em; padding-bottom:3px;}
.forecastNew3 .last{border-right:none; border-top:none; border-bottom:none; width:1%;}
.forecastNew3 th.bg_blue{background:#e8eef2;}
.forecastNew3 td.bg_blue{background:#e8eef2;}
.forecastNew3 td.PD_none{padding:0 !important;}
.forecastNew3 td.bg_tomorrow{background:#f4f7ff;}
.forecastNew3 td.bg_left_today{ border-right:none; border-left:none;}
.forecastNew3 td.bg_center_today{ border-left:none; border-right:none;}

/* 20100528일 추가 실황 , 초단기 */ 
.forecastNew3 td.bg_present{background:#d8ebf9;}
.forecastNew3 td.bg_today{background:#f1f7fd;}
.forecastNew3 td.bg_last{ border:none;}
.forecastNew3 th.bg_last{ border:none;}
.forecastNew3 td span.low_deg{color:#1b7cf2; font-weight:bold; font-size:0.95em;}
.forecastNew3 td span.high_deg{color:#f1490e; font-weight:bold; font-size:0.95em;}

#tab_nav2{overflow:hidden; clear:left; width:100%; margin-bottom:20px; background:url(../image/bg_tab_nav2.gif) repeat-x left bottom; padding:0; height: 25px;}
#tab_nav2 li{float:left; margin-top: 2px;}
#tab_nav2 li img{vertical-align:top;}
#tab_nav2 li.pad{padding-top:1px;}


/*
	주말예보 지도
	- 홈 > 날씨 > 특보·예보 > 육상예보 > 주말예보
*/
.south_weekend{clear:both;overflow:hidden;width:100%;margin:15px 0 0 0;}
.south_weekend .map{float:left;width:280px;height:431px;background:url('../image/bg_southmap.gif') no-repeat 0 33px;position:relative;}
.south_weekend .map ul.area1{position:absolute;left:117px;top:50px;width:47px;height:56px;padding:4px 0 0 0;margin:0;line-height:1.1em;}
.south_weekend .map ul.area2{position:absolute;left:179px;top:52px;width:47px;height:56px;padding:3px 0 0 0;margin:0;line-height:1.1em;}
.south_weekend .map ul.area3{position:absolute;left:61px;top:77px;width:47px;height:56px;padding:4px 0 0 0;margin:0;line-height:1.1em;}
.south_weekend .map ul.area4{position:absolute;left:124px;top:136px;width:47px;height:56px;padding:4px 0 0 0;margin:0;line-height:1.1em;}
.south_weekend .map ul.area5{position:absolute;left:67px;top:164px;width:47px;height:56px;padding:4px 0 0 0;margin:0;line-height:1.1em;}
.south_weekend .map ul.area6{position:absolute;left:182px;top:194px;width:47px;height:56px;padding:4px 0 0 0;margin:0;line-height:1.1em;}
.south_weekend .map ul.area7{position:absolute;left:96px;top:232px;width:47px;height:56px;padding:4px 0 0 0;margin:0;line-height:1.1em;}
.south_weekend .map ul.area8{position:absolute;left:179px;top:270px;width:47px;height:56px;padding:4px 0 0 0;margin:0;line-height:1.1em;}
.south_weekend .map ul.area9{position:absolute;left:43px;top:287px;width:47px;height:56px;padding:4px 0 0 0;margin:0;line-height:1.1em;}
.south_weekend .map ul.area10{position:absolute;left:45px;top:369px;width:47px;height:56px;padding:4px 0 0 0;margin:0;line-height:1.1em;}
.south_weekend .map ul li{padding:0;margin:0;text-align:left;}
.south_weekend .map ul li.img img{vertical-align:top;}
.south_weekend .map ul li.lowhigh{color:#606060;font-size:0.95em;text-align:center;}
.south_weekend .map ul li.lowhigh .red{color:#ff2501;}
.south_weekend .map ul li.lowhigh .blue{color:#0958a5;}
.south_weekend .map ul li.name{color:#000;font-size:0.95em;text-align:center;}
.south_weekend .right_text{float:right;width:375px;}
.south_weekend .ampm{overflow:hidden; position:absolute; width:84px; height:22px; background:#999;}
.south_weekend .ampm li{text-align:center; float:left; margin-right:1px; width:42px; font-size:0.95em; border-right:1px solid #999; color:#fff; line-height:22px;}
.south_weekend .ampm .on{font-weight:bold;background-color:#6081e0; text-align:center; }
.south_weekend .ampm .off{font-weight:bold; text-align:center; } 
.south_weekend .ampm li a{color:#fff;}

/*
	기후 전망 컨텐츠
	홈 > 날씨 > 특보·예보 > 육상예보 > 기후전망
*/
.fore_season_01{clear:left;overflow:hidden;display:inline-block;}
.fore_season_01 img{vertical-align:top;}
.fore_season_01 .left{float:left;width:520px;}
.fore_season_01 .right{width:345px; padding:0 0 0 10px;float:left;}

/*
	각종 제목 - H 태그
*/
.h5{background:url(../image/bu_arrow_orange.gif) no-repeat left 1px top 2px;padding-left:19px;line-height:1em;margin-bottom:7px;clear:both; font-size:1.2em; text-align:left;font-weight: 600;}
.h6{background:url(../image/bu_arrow_orange.gif) no-repeat left 1px top 2px;padding-left:19px;line-height:1em;margin-bottom:7px;color:#444; font-size:1.2em; text-align:left;font-weight: 600;}
.h6cb{background:url(../image/bu_arrow_orange.gif) no-repeat left 1px center;padding-left:19px;line-height:1.2em;margin-bottom:7px;clear:both;font-weight: 600;font-size:1.05em;}
.h6_brown{background:url(../image/bu_arrow_brown.gif) no-repeat left 1px;display: inline-block;}
.h6NM{background:url(../image/bu_arrow_orange.gif) no-repeat left 1px center;padding-left:19px;line-height:1.2em;font-weight: 600;font-size:1.05em;}
.h6_PT10{background:url(../image/bu_arrow_orange.gif) no-repeat left 11px;line-height:1.4em;padding:10px 0 7px 19px;font-weight: 600;}
.h6_T10{background:url(../image/bu_arrow_orange.gif) no-repeat left 1px;padding-left:19px;line-height:1em;margin:10px 0 7px 0;color:#444; font-size:1.2em; text-align:left;font-weight: 600;}
.h6_T20{background:url(../image/bu_arrow_orange.gif) no-repeat left 1px;padding-left:19px;line-height:1em;margin:20px 0 7px 0;color:#444; font-size:1.2em; text-align:left;font-weight: 600;}
.h6_northkorea{background:url(../image/bu_arrow_orange.gif) no-repeat left 1px;padding-left:19px;line-height:1em;color:#444; float:left; width:100%; margin-bottom:10px; font-size:1.2em; text-align:left;font-weight: 600;}
.h6_northkorea .northkorea_h6{float:left;}
.h6_northkorea span{float:right;}

.wrap_h6_T20{overflow:hidden;}
.wrap_h6_T20 h6{margin-bottom:0; margin-top:1px;}

.bt_graph {width:50px; background-color:#0859ac; color:#ffffff !important; text-decoration:none !important; border-radius:2px; padding:2px; font-size:0.8em;}

.para { line-height: 160%;}
/*
	주간예보요약 박스
	-  홈 > 날씨 > 특보·예보 > 육상예보 > 중기예보 
*/
.bx_midterm{background:#fff;color:#5c5c5c;border:5px solid #ebebeb;padding:10px 20px 6px 20px;margin:8px 0 16px 0;letter-spacing:-1px;}
.bx_midterm .text{margin:0 0 2px 0;padding:0;}

.ul_square{padding-left:5px;}
.ul_square li{background:url(../image/bu_square_orange.gif) no-repeat left 4px;padding-left:15px;margin-bottom:20px;}
.ul_square li ul{margin-top:3px;}
.ul_square li ul li{background:url(../image/bu_arrow_orangesmall.gif) no-repeat left 5px;padding-left:9px;margin-bottom:0;}
.ul_square li ul li.bg_none{background:none;}
.ul_square li ul li.bg_none img{vertical-align:top;}
.ul_square li ul li ul li{background:url(../image/bu_hyphen.gif) no-repeat left 6px;  padding-left:9px; margin-bottom:0; }
.ul_square li ul li ul li.bg_none{background:none;}
.ul_square li ul li ul li ul li{background:none;padding-left:0;}
.ul_square li ol{margin-top:3px;}
.ul_square li ol li{background:url(../image/bu_arrow_orangesmall.gif) no-repeat left 6px;padding-left:9px;margin-bottom:0;}
.ul_square li ol li.bg_none{background:none;}
.ul_square li ol li ul li{background:url(../image/bu_hyphen.gif) no-repeat left 7px;  padding-left:9px; margin-bottom:0; }
.ul_square li ol li ul li.bg_none{background:none;}
.ul_square li ol li ul li ol li{background:none;padding-left:0;}

.ul_square_nopad{padding-left:5px;}
.ul_square_nopad li{background:url(../image/bu_square_orange.gif) no-repeat left 3px;padding-left:15px;margin-bottom:2px;}
.ul_square_nopad li.bg_none{background:none;}

.ul_arrow{}
.ul_arrow li{background:url(../image/bu_arrow_orangesmall.gif) no-repeat left 5px;padding-left:10px;}

.ul_arrow_T10{margin-top:10px;}
.ul_arrow_T10 li{background:url(../image/bu_arrow_orangesmall.gif) no-repeat left 5px;padding-left:10px;}

.ul_arrow_w{}
.ul_arrow_w li{background:url(../image/bu_arrow_orangesmall.gif) no-repeat left 6px;padding-left:10px;}

.ul_arrow_T10_w{margin-top:10px;}
.ul_arrow_T10_w li{background:url(../image/bu_arrow_orangesmall.gif) no-repeat left 7px;padding-left:10px;}


.distribution{clear:left;overflow:hidden;border-bottom:1px solid #c8c8c8;width:100%;margin-top:20px;}
.distribution dl{float:left;border-top:1px solid #0c5aa6;width:33%;text-align:center;}
.distribution dl dt{background:url(../image/bg_graygradation.gif) repeat-x left top;padding:7px 0 6px 0;border-bottom:1px solid #c8c8c8;border-left:1px solid #c8c8c8;}
.distribution dl dt a{font-size:120%;color:#0958a5;font-weight:bold;}
.distribution dl dt a:link{color:#0958a5;}
.distribution dl dt a:visited{color:#0958a5;}
.distribution dl dt a:hover{color:#ff7f01;}
.distribution dl dt a.on{font-size:120%;color:#0958a5;font-weight:bold;color:#ff7f01;text-decoration:underline;}
.distribution dl dd{border-left:1px solid #c8c8c8;padding:15px 0 23px 0; min-height: 324px;}
.distribution dl.border{border-right:1px solid #c8c8c8;}


.table_midterm{width:100%; margin-top:1px; border-top:2px solid #006ad0; border-collapse: collapse;}
.table_midterm caption.cap{text-align:left;font-weight:bold;}
.table_midterm thead th{padding:3px 2px 5px 2px; border-left:1px solid #d0d0d0; border-bottom:1px solid #d0d0d0; border-right:1px solid #d0d0d0;  background:#dce6ef; color:#333;text-align:center;}
.table_midterm thead th.top_line{border-top:2px solid #006ad0;}
.table_midterm thead th.top_line2{border-top:2px solid #006ad0; background:url(../image/bg_table_midterm_th.gif) repeat-x left bottom;}
.table_midterm thead th.top_line2_blue{border-top:2px solid #006ad0; background:url(../image/bg_table_midterm_th.gif) repeat-x left bottom; color:#006ad0;}
.table_midterm thead th.nm{font-weight:normal;}

.table_midterm thead th.time{background:#eee; color:#333;height:15px;font-weight:normal;}
.table_midterm thead th.time1{background:#eee; color:#333;height:15px;font-weight:normal;}

.table_midterm tbody th{padding:6px 3px 3px 3px; border:1px solid #d0d0d0; font-weight:normal; color:#0958a5;text-align:center;}
.table_midterm tbody th.bg_gray{background:#f2f2f2; font-weight:bold; color:#006ad0;}
.table_midterm tbody td{padding:5px 2px 2px 2px; border-top:none; border:1px solid #d0d0d0; text-align:center;}
.table_midterm tbody td.al{text-align:left;padding:6px 8px 3px 8px;}
.table_midterm tbody td .col_blue{color:#16a7ef;}
.table_midterm tbody td .col_orange{color:#f21b2a;}
.table_midterm tbody td img{vertical-align:top;}
.table_midterm tbody td.blue{color:#0958a5;}
.table_midterm tbody td.bg_gray{background:#fbfbfb;}
.table_midterm tbody td.bg_gray2{background:#f4f7ff;}
.table_midterm tbody td.bg_green{background:#f1fdf0 !important;}
.table_midterm tbody td ul{text-align:left;}
.table_midterm tbody td ul li{text-align:center;}
.table_midterm tbody.v_top{vertical-align:top;}
.table_midterm tbody th.top_line{border-top:1px solid #0c5aa6;}
.table_midterm tbody td.top_line{border-top:1px solid #0c5aa6;}
.table_midterm tfoot td{padding:6px 5px 3px 5px; border-top:none; border:1px solid #c8c8c8; text-align:center;}
.table_midterm tfoot th{padding:6px 5px 3px 5px; border-top:none; border:1px solid #c8c8c8; text-align:center;font-weight:normal;}

.table_basic{width:100%;border-collapse: collapse;}
.table_basic thead th{background:#dce6ef;color:#333;border:1px solid #d0d0d0;border-top:2px solid #006ad0; padding:6px 5px 3px 5px; font-size:1em;}
.table_basic_w thead th{background:#dce6ef;color:#333;border:1px solid #c8c8c8;border-top:2px solid #006ad0; padding:6px 5px 3px 5px; font-size:1em;}
.table_basic thead th.border_left{border-left:1px solid #d0d0d0;}
.table_basic thead th.border_right{border-right:1px solid #d0d0d0;}
.table_basic thead th.top_line{border-top:1px solid #d0d0d0;}
.table_basic thead tr.snb_title th{color:#787878;border-top:1px solid #c8c8c8;border-right:1px solid #c8c8c8;background:#d5e8fa;}
.table_basic thead tr.snb_title th.bl_gray{border-left:1px solid #c8c8c8;}
.table_basic thead tr.snb_title2 th{color:#006ad0;border-top:1px solid #c8c8c8;border-right:1px solid #c8c8c8;background:#f2f2f2;}
.table_basic thead tr.snb_title2 th.bl_gray{border-left:1px solid #c8c8c8;}
.table_basic tbody.align_center{text-align:center;}
.table_basic tbody th{border-right:1px solid #c8c8c8;border-bottom:1px solid #c8c8c8;border-left:1px solid #c8c8c8;font-weight:normal;padding:6px 5px 3px 5px;text-align:center;}
.table_basic tbody th.align_left{text-align:left;padding:6px 5px 3px 15px;}
.table_basic tbody td{border-right:1px solid #c8c8c8;border-bottom:1px solid #c8c8c8;border-left:1px solid #c8c8c8;padding:8px 5px 6px 5px;vertical-align:top;}
.table_basic tbody td ul.ul_hypen{text-align:left;line-height:1.4em;}
.table_basic tbody td ul.ul_hypen li{background:url(../image/bu_hyphen.gif) no-repeat left 6px; padding-left:9px;margin-bottom:1px;}
.table_basic tbody td img{vertical-align:top;}
.table_basic tbody td.align_center{text-align:center;}
.table_basic tbody td.v_middle{vertical-align:middle;}
.table_basic .bg_gray{background:#fff;}
.table_basic .bg_gray2{background:#f7f6f6;}
.table_basic td.vertical_m{vertical-align:middle !important;}
.table_basic tbody td dt{margin-bottom:5px;}
.table_basic tbody td dd{text-align:left;background:url(../image/bu_hyphen.gif) no-repeat left 6px;  padding-left:9px;margin:0 0 2px 7px;}
.table_basic tbody td.letter{letter-spacing:-1px;}

/*
	그래픽예보 요소별 상세보기
*/
.forecast_temper{width:100%;margin:8px 0 0 0;border-top:1px solid #0c5aa6;background:url('../image/bg_forecast_temper.gif') no-repeat 0 0;height:33px;border-left:1px solid #c8c8c8;border-right:1px solid #c8c8c8;border-bottom:1px solid #c8c8c8;float:left;}
.forecast_temper .temper{float:left;background:url('../image/bul_bluearrow.gif') no-repeat 10px 10px;padding:3px 0px 0 23px;font-size:1.4em;color:#0958a5;}
.forecast_temper .btn{float:right;padding:7px 13px 0 0;}
.forecast_temper_bottom{clear:both;border-left:1px solid #c8c8c8;border-right:1px solid #c8c8c8;border-bottom:1px solid #c8c8c8;width:100%; text-align:center;padding:25px 0 31px 0;}
.forecast_temper2{clear:left;overflow:hidden;margin:0 auto;padding:0;width:370px;text-align:center;}
.forecast_temper2 img{vertical-align:top;}
.forecast_temper2 .mapforecast{float:left;width:325px;}
.forecast_temper2 .table_forecast_temper2{width:45px;float:left;margin:1px 0 0 0;}
.forecast_temper2 .table_forecast_temper2 th{border:1px solid #cccccc;color:#0958a5;background:#f5f4f5;}
.forecast_temper2 .table_forecast_temper2 td{border:1px solid #cccccc;color:#0958a5;}
.forecast_temper2 .table_forecast_temper2 td.now{background:#f69434;}

.timeseries_subn{clear:left;overflow:hidden;display:inline-block;margin:0px 0 0 0;width:685px;padding:0;padding-top:15px;} 
.timeseries_subn .title{float:left;font-weight:bold;color:#444;margin:0;width:400px;}
.timeseries_subn .time{float:left;margin:0;width:282px;text-align:right;color:#0958a5;padding:0;line-height:1em;}
.timeseries_subn .time span{padding:2px 0 0 0;display:inline-block;}
.timeseries_subn .time img.pdr{margin:0 10px 0 0;vertical-align:top;padding:0;}

/* 기상청 > 예보/특보> 통보문 */
#weather_report{margin-top:20px;width:100%;}
#weather_report p.info{padding-bottom:7px;}
#weather_report p.info span{padding:0 3px;}
#weather_report p.info strong{color:#0958a5;}
#weather_report dl dt{border-top:2px solid #006ad0 !important; border:1px solid #c8c8c8;background:url(../image/bg_gradation.gif) repeat-x left bottom;font-weight:bold;font-size:120%;padding:8px 13px 6px 13px; color:#333;}
#weather_report dl dd{border-right:1px solid #c8c8c8;border-bottom:1px solid #c8c8c8;border-left:1px solid #c8c8c8;padding:17px 18px 13px 18px;}

#container select {-webkit-appearance: menulist;vertical-align:middle;}

#container .inner-container {margin:0; padding:0; position: relative; width:calc(100% - 220px); float:left}
#container .content-wrap { width: 870px; margin: 0px auto 20px auto;}
#container .content-wrap.narrow { width: 686px;}

#container .shortcut{margin:0; padding:0;float: left; width:220px;}
#container .shortcut .shortcut-menu { width: 180px; margin: 44px auto 10px auto; }
#container .shortcut .shortcut-menu h2 { height: 40px; line-height: 38px; padding-top:2px; font-size: 16px; padding-left: 16px; background-color: #58595a; color: #fff; font-weight: 600; }
#container .shortcut .shortcut-menu ul { overflow: hidden; margin-top: 2px;}
#container .shortcut .shortcut-menu ul li { background-color: #EDF2F7; }
#container .shortcut .shortcut-menu ul li a { display: block; padding: 10px 40px 10px 16px; font-size: 15px; font-weight: 600; color: #666;border: 2px solid #EDF2F7;}
#container .shortcut .shortcut-menu ul li:nth-child(1) a { background:url(../image/ic_rnb_01_off.png) no-repeat right 10px center; background-size: 26px auto;}
#container .shortcut .shortcut-menu ul li:nth-child(2) a { background:url(../image/ic_rnb_02_off.png) no-repeat right 10px center; background-size: 26px auto;}
#container .shortcut .shortcut-menu ul li:nth-child(3) a { background:url(../image/ic_rnb_03_off.png) no-repeat right 10px center; background-size: 26px auto;}
#container .shortcut .shortcut-menu ul li:nth-child(4) a { background:url(../image/ic_rnb_04_off.png) no-repeat right 10px center; background-size: 26px auto;}
#container .shortcut .shortcut-menu ul li:nth-child(5) a { background:url(../image/ic_rnb_05_off.png) no-repeat right 10px center; background-size: 26px auto;}
#container .shortcut .shortcut-menu ul li:nth-child(6) a { background:url(../image/ic_rnb_06_off.png) no-repeat right 10px center; background-size: 26px auto;}
#container .shortcut .shortcut-menu ul li:nth-child(7) a { background:url(../image/ic_rnb_07_off.png) no-repeat right 10px center; background-size: 26px auto;}
#container .shortcut .shortcut-menu ul li:nth-child(8) a { background:url(../image/ic_rnb_08_off.png) no-repeat right 10px center; background-size: 26px auto;}
#container .shortcut .shortcut-menu ul li:nth-child(9) a { background:url(../image/ic_rnb_09_off.png) no-repeat right 10px center; background-size: 26px auto;}
#container .shortcut .shortcut-menu ul li a:hover { border-color: #5171DF; color:#5171DF; -webkit-transition : border 200ms ease-out;-moz-transition : border 200ms ease-out;-o-transition : border 200ms ease-out;transition : border 200ms ease-out;}
#container .shortcut .shortcut-menu ul li:nth-child(1) a:hover { background:url(../image/ic_rnb_01_on.png) no-repeat right 10px center; background-size: 26px auto;}
#container .shortcut .shortcut-menu ul li:nth-child(2) a:hover { background:url(../image/ic_rnb_02_on.png) no-repeat right 10px center; background-size: 26px auto;}
#container .shortcut .shortcut-menu ul li:nth-child(3) a:hover { background:url(../image/ic_rnb_03_on.png) no-repeat right 10px center; background-size: 26px auto;}
#container .shortcut .shortcut-menu ul li:nth-child(4) a:hover { background:url(../image/ic_rnb_04_on.png) no-repeat right 10px center; background-size: 26px auto;}
#container .shortcut .shortcut-menu ul li:nth-child(5) a:hover { background:url(../image/ic_rnb_05_on.png) no-repeat right 10px center; background-size: 26px auto;}
#container .shortcut .shortcut-menu ul li:nth-child(6) a:hover { background:url(../image/ic_rnb_06_on.png) no-repeat right 10px center; background-size: 26px auto;}
#container .shortcut .shortcut-menu ul li:nth-child(7) a:hover { background:url(../image/ic_rnb_07_on.png) no-repeat right 10px center; background-size: 26px auto;}
#container .shortcut .shortcut-menu ul li:nth-child(8) a:hover { background:url(../image/ic_rnb_08_on.png) no-repeat right 10px center; background-size: 26px auto;}
#container .shortcut .shortcut-menu ul li:nth-child(9) a:hover { background:url(../image/ic_rnb_09_on.png) no-repeat right 10px center; background-size: 26px auto;}
#container .shortcut .shortcut-banner { width: 180px; margin: 0px auto 10px auto;}
#container .shortcut .shortcut-banner ul { overflow:hidden; margin-tpp: 2px;}
#container .shortcut .shortcut-banner ul li { background-color: #EDF2F7; height: 40px; text-align:center;}
#container .shortcut .shortcut-banner ul li a { display:block;}
#container .shortcut .shortcut-banner ul li img { width: 180px; height: 40px; border:0; line-height: 40px;}

#container #location{width:100%;  height:48px; background-color:#edf2f7; line-height: 48px; font-size: 16px; color: #666;}
#container #location .breadcrumb { float:left; display:inline-block;}
#container #location .breadcrumb a:hover { color:#0159ae;}
#container #location .breadcrumb a:first-child { margin-left:5px; margin-right:-7px; text-indent: -99999px; display:inline-block; width: 40px;background:url(../image/ic_home.png) no-repeat center center;}
#container #location .breadcrumb .divide { margin: 0 8px; font-size: 13px; color: #ccc;}
#container #location .breadcrumb strong{color:#0159ae;}
#container #location .breadcrumb a, 
	#container #location .breadcrumb span, 
	#container #location .breadcrumb strong { float: left; }
#container #location .util-box { display:inline-block; float:right;}
#container #location .util-box a { display:inline-block; padding: 0px 4px 0px 32px; margin: 0px 6px; font-size: 14px; color:#575859;}
#container #location .util-box a:hover { color: #000;}
#container #location .util-box a:last-child { margin-right:20px;}
#container #location .util-box a.help { background:url(../image/ic_question.png) no-repeat left 3px center; background-size: 24px auto;}
#container #location .util-box a.keyword { background:url(../image/ic_book.png) no-repeat left 3px center; background-size: 24px auto;}
#container #location .util-box a.print { background:url(../image/ic_print.png) no-repeat left 3px center; background-size: 24px auto;}

.k-btn {
	display: inline-block;
	margin-bottom: 0;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	touch-action: manipulation;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	white-space: nowrap;
	padding: 2px 6px;
	font-size: 13px;
	line-height: 1.42857143;
	border-radius: 2px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.k-btn i.down:after,
.k-btn.down:after {
	content: "▽";
	font-style: normal;
	font-size: 10px;
	font-weight: bold;
}
.k-btn i.up:after,
.k-btn.up:after {
	content: "△";
	font-style: normal;
	font-size: 10px;
	font-weight: bold;
}
.k-btn:focus,
.k-btn:active:focus,
.k-btn.active:focus,
.k-btn.focus,
.k-btn:active.focus,
.k-btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.k-btn:hover,
.k-btn:focus,
.k-btn.focus {
  color: #dedede;
  text-decoration: none;
}
.k-btn:active,
.k-btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.k-btn.disabled,
.k-btn[disabled],
fieldset[disabled] .k-btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.k-btn.disabled,
fieldset[disabled] a.k-btn {
  ;
}

.k-btn-default {
	color: #595858;
	border-color: #cecece;
	background-color: #f0f0f0;
	background: linear-gradient(#fefefe, #f0f0f0, #e6e6e6);
	background: -webkit-linear-gradient(#fefefe, #f0f0f0, #e6e6e6);
	background: -o-linear-gradient(#fefefe, #f0f0f0, #e6e6e6);
	background: -moz-linear-gradient(#fefefe, #f0f0f0, #e6e6e6);
}
.k-btn-default:focus,
.k-btn-default.focus,
.k-btn-default.focus:hover,
.k-btn-default:hover {
	color: #333;
	border-color: #cecece;
	background-color: #eee;
	background: linear-gradient(#fefefe, #e6e6e6, #eee);
	background: -webkit-linear-gradient(#fefefe, #e6e6e6, #eee);
	background: -o-linear-gradient(#fefefe, #e6e6e6, #eee);
	background: -moz-linear-gradient(#fefefe, #e6e6e6, #eee);
}
.k-btn-default:active,
.k-btn-default.active {
	color: #333;
	border-color: #cecece;
	background-color: #eee;
	background: linear-gradient(#fefefe, #e6e6e6, #eee);
	background: -webkit-linear-gradient(#fefefe, #e6e6e6, #eee);
	background: -o-linear-gradient(#fefefe, #e6e6e6, #eee);
	background: -moz-linear-gradient(#fefefe, #e6e6e6, #eee);
}
.k-btn-default:active:hover,
.k-btn-default.active:hover,
.k-btn-default:active:focus,
.k-btn-default.active:focus,
.k-btn-default:active.focus,
.k-btn-default.active.focus {
	color: #333;
	border-color: #cecece;
	background-color: #eee;
	background: linear-gradient(#fefefe, #e6e6e6, #eee);
	background: -webkit-linear-gradient(#fefefe, #e6e6e6, #eee);
	background: -o-linear-gradient(#fefefe, #e6e6e6, #eee);
	background: -moz-linear-gradient(#fefefe, #e6e6e6, #eee);
}
.k-btn-default:active,
.k-btn-default.active {
  background-image: none;
}

/* 플랫 */
.k-btn-flat {
	color: #595858;
	border-color: #cecece;
	background-color: #fefefe;
}
.k-btn-flat:focus,
.k-btn-flat.focus,
.k-btn-flat.focus:hover,
.k-btn-flat:hover {
	color: #333;
	border-color: #cecece;
	background-color: #eee;
}
.k-btn-flat:active,
.k-btn-flat.active {
	color: #333;
	border-color: #cecece;
	background-color: #eee;
}
.k-btn-flat:active:hover,
.k-btn-flat.active:hover,
.k-btn-flat:active:focus,
.k-btn-flat.active:focus,
.k-btn-flat:active.focus,
.k-btn-flat.active.focus {
	color: #333;
	border-color: #cecece;
	background-color: #eee;
}
.k-btn-flat:active,
.k-btn-flat.active {
  background-image: none;
}
/* 짙은 파랑 */
.k-btn-deepblue {
	color: #fff;
	border-color: #014c8f;
	background-color: #016cbf;
	background: linear-gradient(#016cbf, #0058a6, #005aab);
	background: -webkit-linear-gradient(#016cbf, #0058a6, #005aab);
	background: -o-linear-gradient(#016cbf, #0058a6, #005aab);
	background: -moz-linear-gradient(#016cbf, #0058a6, #005aab);
}
.k-btn-deepblue:focus,
.k-btn-deepblue.focus,
.k-btn-deepblue.focus:hover,
.k-btn-deepblue:hover {
	color: #fff;
	border-color: #0067c3;
	background-color: #0380e1;
	background: linear-gradient(#016cbf, #0058a6, #005aab);
	background: -webkit-linear-gradient(#016cbf, #0058a6, #005aab);
	background: -o-linear-gradient(#016cbf, #0058a6, #005aab);
	background: -moz-linear-gradient(#016cbf, #0058a6, #005aab);
}
.k-btn-deepblue:active,
.k-btn-deepblue.active {
	color: #fff;
	border-color: #0067c3;
	background-color: #0380e1;
	background: linear-gradient(#016cbf, #0058a6, #005aab);
	background: -webkit-linear-gradient(#016cbf, #0058a6, #005aab);
	background: -o-linear-gradient(#016cbf, #0058a6, #005aab);
	background: -moz-linear-gradient(#016cbf, #0058a6, #005aab);
}
.k-btn-deepblue:active:hover,
.k-btn-deepblue.active:hover,
.k-btn-deepblue:active:focus,
.k-btn-deepblue.active:focus,
.k-btn-deepblue:active.focus,
.k-btn-deepblue.active.focus {
	color: #fff;
	border-color: #0067c3;
	background-color: #0380e1;
	background: linear-gradient(#016cbf, #0058a6, #005aab);
	background: -webkit-linear-gradient(#016cbf, #0058a6, #005aab);
	background: -o-linear-gradient(#016cbf, #0058a6, #005aab);
	background: -moz-linear-gradient(#016cbf, #0058a6, #005aab);
}
.k-btn-deepblue:active,
.k-btn-deepblue.active {
  background-image: none;
}
/* 스몰 */
.k-btn-sm {
	font-size: 11px;
}
/* 엑스트라 스몰 */
.k-btn-xs {
	font-size: 10px;
	padding: 1px 5px 2px 5px;
}
/* 볼드 */
.k-btn-bld {
	font-weight: bold;
}

/* 링크 */
.k-btn-link {
  font-size:12px;
  color: #fff;
  background-color: transparent;
  border-color: transparent;
}
.k-btn-link:focus,
.k-btn-link.focus {
  color: #ddd;
  background-color: transparent;
  border-color: transparent;
}
.k-btn-link:hover {
  color: #ddd;
  background-color: transparent;
  border-color: transparent;
}
.k-btn-link:active,
.k-btn-link.active {
  color: #ddd;
  background-color: transparent;
  border-color: transparent;
}
.k-btn-link:active:hover,
.k-btn-link.active:hover,
.k-btn-link:active:focus,
.k-btn-link.active:focus,
.k-btn-link:active.focus,
.k-btn-link.active.focus {
  color: #ddd;
  background-color: transparent;
  border-color: transparent;
}
.k-btn-link:active,
.k-btn-link.active {
  background-image: none;
}

.k-btn-default.k-btn-unit {
 background:url(../image/k_btnbg.gif) no-repeat !important;
  /*background: #f2f2f2 !important;	
	border-radius: 0 !important;
	border-color: #d3d3d3 !important;*/
	margin-top: 1px;
	padding: 0px 0px;
	width: 40px;
	line-height: 17px;
	border:none;
	font-family: verdana;
}

.k-btn-deepblue.k-btn-unit {
     background:url(../image/k_btnbg_on.gif) no-repeat !important;
   /*background: #1565c0 !important;	
	border-radius: 0 !important;
	border-color: #d3d3d3 !important;*/
	margin-top: 1px;
	padding: 0px 0px;
	width: 40px;
	line-height: 17px;
	border:none;
	font-family: verdana;
}


.k-btn-rectangle {
  font-size:0px;
  color: #fff;
  background-color: transparent;
  border-color: #3a57a5;
  padding:0 !important;
  background: url(/m/images/2017_bg_btn.png) 0 0 ;
  background-size: auto 100%;
}
.k-btn-rectangle:focus,
.k-btn-rectangle.focus {
  color: #ddd;
	background: url(/m/images/2017_bg_btn.png) 0 0 ;
  border-color: #3a57a5;
}
.k-btn-rectangle:hover {
  color: #ddd;	
	background: url(/m/images/2017_bg_btn.png) 0 0 ;
  border-color: #3a57a5;
}
.k-btn-rectangle:active,
.k-btn-rectangle.active {
  color: #ddd;

  border-color: #3a57a5;
}
.k-btn-rectangle:active:hover,
.k-btn-rectangle.active:hover,
.k-btn-rectangle:active:focus,
.k-btn-rectangle.active:focus,
.k-btn-rectangle:active.focus,
.k-btn-rectangle.active.focus {
  color: #ddd;
	background: url(/m/images/2017_bg_btn.png) 0 0 ;
  border-color: #3a57a5;
}
.k-btn-rectangle:active,
.k-btn-rectangle.active {
	background: url(/m/images/2017_bg_btn.png) 0 0 ;
}

.k-btn-noround {
	border-radius: 0;
}

.k-btn-group{
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.k-btn-group > .k-btn {
  position: relative;
  float: left;
}
.k-btn-group > .k-btn:hover,
.k-btn-group > .k-btn:focus,
.k-btn-group > .k-btn:active,
.k-btn-group > .k-btn.active {
  z-index: 2;
}

.k-btn-group > .k-btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.k-btn-group > .k-btn:first-child {
  margin-left: 0;
}
.k-btn-group > .k-btn:first-child:not(:last-child) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.k-btn-group > .k-btn:last-child:not(:first-child){
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.k-btn-group > .k-btn-rectangle:last-child:not(:first-child){
	border-left-color: #77a1e0;
}

.k-btn-group > .k-btn-rectangle:not(:first-child):not(:last-child){
  border-left-color: #77a1e0;
}


.k-btn-group > .k-btn-group {
  float: left;
}
.k-btn-group > .k-btn-group:not(:first-child):not(:last-child) > .k-btn {
  border-radius: 0;
}
.k-btn-group > .k-btn-group:first-child:not(:last-child) > .k-btn:last-child {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.k-btn-group > .k-btn-group:last-child:not(:first-child) > .k-btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.k-btn-round {
	border-radius: 11px;
}


.season div.forecast_summary{border: 2px solid #6fa8df;/*height: 197px;*/overflow: hidden;padding: 4px 8px 4px 8px;margin: 0 9px 12px 9px;}
.season .fore_season_01 .right{padding: 10px;border: 1px solid #BFBFBF;margin: 0 0 0 15px;width:270px}
.season .fore_season_01 .left{width: 499px;padding-left: 9px;}
.season table.summary_chart{width: 97.5%; border-collapse: collapse;}
.season table.summary_chart thead th{border: 1px solid #BFBFBF;background: #dce6ef;color: #333;border: 1px solid #c8c8c8;border-top: 2px solid #006ad0;padding: 6px 5px 3px 5px;font-size: 1.1em;}
.season table.summary_chart tbody th{border-right: 1px solid #BFBFBF;padding:6px 5px 3px 5px;text-align:center;font-size: 1.1em;}
.season table.summary_chart td {height: 49px;overflow: hidden;vertical-align: bottom;border: 1px solid #BFBFBF;padding: 0 2.5% 0 0;}
.season table.summary_chart td.chart_summary {height: 54px;vertical-align: middle;text-align: center;padding-left:5px;padding-right:5px;}
.season table.summary_chart td.chart_comment{height:50px;line-height:50px;border: none;}
.season div.c_top {float: left;}
.season div.chart_grp_sep {float: left;padding: 3% 0 3% 0;width: 99%;vertical-align:middle;line-height:34.2px;}
.season div.chart_grp_sep div {display: inline-block;float:left;}

.season .barchart.btop{border-bottom:none;}
.season .barchart.bmiddle{border-top:none;border-bottom:none;}
.season .barchart.bbottom{border-top:none;}

.season .chart_ta .lowprep{ background:url(../image/longrange_temp_bg_low.jpg); }
.season .chart_ta .normalprep{background:#D9D9D9;}
.season .chart_ta .highprep{  background:url(../image/longrange_temp_bg_high.jpg); }
.season .chart_ta span.lowprep{}
.season .chart_ta span.normalprep{}
.season .chart_ta span.highprep{}
.season .chart_rn .lowprep{background:url(../image/longrange_river_bg_low.jpg); }
.season .chart_rn .normalprep{background:#D9D9D9;}
.season .chart_rn .highprep{background:url(../image/longrange_river_bg_high.jpg); }
.season .chart_rn span.lowprep{}
.season .chart_rn span.normalprep{}
.season .chart_rn span.highprep{}

.season .chart_comment{height:50px;line-height:50px;border: none;}
.season .chart_comment div{float:right;}
.season .chart_comment div div{margin-right:15px;float:left;}
.season .chart_comment span{width:39px;text-align: center;line-height: 25px;height: 25px;display: inline-block;}
.season .table_develop2 td{background-color: white;}
.season div div.detailView{width: 25%;float:right;height: 30px;text-align: center;}


/* popup */
.inner select {-webkit-appearance: menulist;vertical-align:middle;}
.table_popup2 {text-align:center;width:450px; border-collapse: collapse;}
.table_popup2 thead th{font-size:1em; color:#333333;background:#4293e2;color:#fff;border:1px solid #fff;border-top:2px solid #0c5aa6;padding:6px 5px 3px 5px;}
.table_popup2 thead th.border_left{border-left:1px solid #4293e2;}
.table_popup2 thead th.border_right{border-right:1px solid #4293e2;}
.table_popup2 tbody th{border-right:1px solid #c8c8c8;border-bottom:1px solid #c8c8c8;border-left:1px solid #c8c8c8;font-weight:normal;padding:6px 5px 3px 5px;text-align:center;}
.table_popup2 tbody td{border-right:1px solid #c8c8c8;border-bottom:1px solid #c8c8c8;border-left:1px solid #c8c8c8;padding:2px 10px 2px 15px;vertical-align:middle;}

.close_btn_buoy{width:61px; margin:0 auto; padding-bottom:20px; padding-top:20px;}
h1.title_popup{padding:17px 0 13px 16px; background:#3574e3 url('../image/bg_memberpoptop.gif') no-repeat left top; color:#fff; font-size:1.2em;} 
.contents{padding:20px 37px 20px 38px;}
.ml10{margin-left:10px;}
.close_btn{width:61px; margin:0 auto; padding-bottom:20px;}
 

/* 테이블 위 설명 */
.table_topinfo{width:100%; margin-bottom:7px; text-align:right; color:#343434; height:17px; clear:both;}
.table_topinfo img{margin-right:8px; vertical-align:middle;}

.table_topinfo02{margin-bottom:7px; height:19px;margin-top: 7px;}
.table_topinfo02 img{float:left;}
.table_topinfo02 .table_topinfo_L{float:left;}
.table_topinfo02 .table_topinfo_R{float:right; margin:2px 0 -2px 0; color:#666;}
.table_topinfo02 .table_topinfo_R img{margin-right:8px; vertical-align:middle;}

.table_topinfo03{margin-bottom:7px; height:17px;}
.table_topinfo03 strong{color:#0958a5; line-height:2em;}
.table_topinfo03 .table_topinfo_L{float:left;}
.table_topinfo03 .table_topinfo_R{float:right; margin:2px 0 -2px 0; color:#0958a5;}
.table_topinfo03 .table_topinfo_R img{margin-right:8px; vertical-align:middle;}

.table_topinfo04{width:100%; margin-bottom:7px; font-weight:bold;text-align:center; color:#0958a5; height:17px; clear:both;}
.table_topinfo img{margin-right:8px; vertical-align:middle;}


/*
	바다날씨 일일 검색 폼
	- 홈 > 날씨 > 특보·예보 > 바다예보 > 일일예보
*/
.search_finder{background:url(../image/bx_gradation.gif) repeat-x left bottom;background-size:100% 38px;width:100%;height:38px;padding:9px 0 0 19px; margin-bottom:20px; line-height:1.4em; border:1px solid #dbdbdb; /* float:left; */}
.search_finder img{padding:2px 5px 0 0;vertical-align:top;}
.search_finder select{font-size:0.95em;height:20px; padding-top:1px; border-top:1px solid #abadb3;border-right:1px solid #e2e3ea;border-left:1px solid #e2e3ea;border-bottom:1px solid #e2e3ea;vertical-align:top;}
.search_finder select.breadth1{width:90px;}
.search_finder select.breadth2{width:50px;}
.search_finder select.breadth3{width:40px;}
.search_finder input{margin-right:5px;}
.longtime{float: right;margin-right:10px;margin-top:10px;width:664px;text-align:right;display:inline-block;position:absolute;}

/*
	바다날씨 일일 컨텐츠
	- 홈 > 날씨 > 특보·예보 > 바다예보 > 일일예보
*/
.marine_daily_box{clear:left;overflow:hidden;width:100%;}

.marine_daily_right{float:left;width:calc(100% - 403px);}
.marine_daily_right h6{background:url(../image/bu_arrow_orange.gif) no-repeat left 2px;font-size:100%;padding-left:20px;line-height:1.4em;margin-bottom:7px;color:#333;}
.marine_daily_right table{width:100%;text-align:center;border-collapse: collapse;}
.marine_daily_right table thead th.top_line{border-top:2px solid #006ad0;}
.marine_daily_right table thead th{padding:5px 0 4px 0; border-top:none; border:1px solid #d0d0d0;background:#dce6ef; color:#333;}
.marine_daily_right tbody th{padding:9px 0 4px 0; border-top:none; border:1px solid #d0d0d0; font-weight:normal; color:#0958a5;}
.marine_daily_right tbody td{padding:9px 0 4px 0; border-top:none; border:1px solid #d0d0d0; text-align:center;}
.marine_daily_right .btn{text-align:right;margin-top:20px;}

.marine_daily_left{float:left;margin-right:15px;width:382px;}
.marine_daily_left p{font-size:0.95em;margin-bottom:5px;}
.marine_daily{width:376px;height:500px;position:relative;}
.marine_daily img{vertical-align:top;}
.marine_daily ul{line-height:0;}
.marine_daily ul li{font-size:0.95em;line-height:0;}
.marine_daily ul li img{vertical-align:top;}
.marine_daily ul li span{position:absolute; width:0; height:0; font-size:0; line-height:0; overflow:hidden; visibility:hidden;}


/* 바다예보 | 동그라미 영역 */
/*.southsea_west{position:absolute;left:123px;top:344px;  z-index:19;}*/
.southsea_west{position:absolute;left:117px;top:319px;  z-index:19;}
.southsea_west a{background:url(../image/btn_southsea_west.png) no-repeat left top;width:40px;height:40px;display:block;}
.southsea_west a:hover{background:url(../image/btn_southsea_west_on.png) no-repeat left top;width:40px;height:40px;display:block;}

.eastsea_middle{position:absolute;right:273px;top:63px;  z-index:19;}
.eastsea_middle a{background:url(../image/btn_eastsea_middle.png) no-repeat left top;width:40px;height:40px;display:block;}
.eastsea_middle a:hover{background:url(../image/btn_eastsea_middle_on.png) no-repeat left top;width:40px;height:40px;display:block;}

/*20141202*/
/*.jejusea{position:absolute;left:107px;top:443px;  z-index:19;}*/
.jejusea{position:absolute;left:140px;top:432px;  z-index:19;}
.jejusea a{background:url(../image/btn_jejusea.png) no-repeat left top;width:40px;height:40px;display:block;}
.jejusea a:hover{background:url(../image/btn_jejusea_on.png) no-repeat left top;width:40px;height:40px;display:block;}

.weastsea_south{position:absolute;left:49px;top:251px;  z-index:19;}
.weastsea_south a{background:url(../image/btn_westsea_south.png) no-repeat left top;width:40px;height:40px;display:block;}
.weastsea_south a:hover{background:url(../image/btn_westsea_south_on.png) no-repeat left top;width:40px;height:40px;display:block;}

.chinasea{position:absolute;left:13px;top:452px;  z-index:19;}
.chinasea a{background:url(../image/btn_chinasea.png) no-repeat left top;width:40px;height:40px;display:block;}
.chinasea a:hover{background:url(../image/btn_chinasea_on.png) no-repeat left top;width:40px;height:40px;display:block;}

.westsea_middle{position:absolute;left:56px;top:141px;  z-index:19;}
.westsea_middle a{background:url(../image/btn_westsea_middle.png) no-repeat left top;width:40px;height:40px;display:block;}
.westsea_middle a:hover{background:url(../image/btn_westsea_middle_on.png) no-repeat left top;width:40px;height:40px;display:block;}

.westsea_north{position:absolute;left:0;top:0;  z-index:19;}
.westsea_north a{background:url(../image/westsea_north.png) no-repeat left top;width:101px;height:110px;display:block;}
.westsea_north a:hover{background:url(../image/westsea_north_on.png) no-repeat left top;width:101px;height:110px;display:block;}

/*20140401 연해주 신설 대화퇴 위치 변경*/
.yeonhaeju{position:absolute;left:332px;top:8px;  z-index:19;}
.yeonhaeju a{background:url(../image/btn_yeonhaeju.png) no-repeat left top;width:40px;height:40px;display:block;position:relative;}
.yeonhaeju a:hover{background:url(../image/btn_yeonhaeju_on.png) no-repeat left top;width:40px;height:40px;display:block;}

.daehwa{position:absolute;left:332px;top:60px;  z-index:19;}
.daehwa a{background:url(../image/btn_daehwa.png) no-repeat left top;width:40px;height:40px;display:block;position:relative;}
.daehwa a:hover{background:url(../image/btn_daehwa_on.png) no-repeat left top;width:40px;height:40px;display:block;}

.eastsea_middle{position:absolute;left:273px;top:63px;  z-index:19;}
.eastsea_middle a{background:url(../image/btn_eastsea_middle.png) no-repeat left top;width:40px;height:40px;display:block;}
.eastsea_middle a:hover{background:url(../image/btn_eastsea_middle_on.png) no-repeat left top;width:40px;height:40px;display:block;}

.eastsea_south{position:absolute;left:313px;top:189px;  z-index:19;}
.eastsea_south a{background:url(../image/btn_eastsea_south.png) no-repeat left top;width:40px;height:40px;display:block;}
.eastsea_south a:hover{background:url(../image/btn_eastsea_south_on.png) no-repeat left top;width:40px;height:40px;display:block;}

.southsea_middle{position:absolute;left:272px;top:321px;  z-index:19;}
.southsea_middle a{background:url(../image/btn_southsea_middle.png) no-repeat left top;width:40px;height:40px;display:block;}
.southsea_middle a:hover{background:url(../image/btn_southsea_middle_on.png) no-repeat left top;width:40px;height:40px;display:block;}

.kyushu_west{position:absolute;left:328px;top:400px;  z-index:19;}
.kyushu_west a{background:url(../image/btn_kyushu_west1.png) no-repeat left top;width:40px;height:40px;display:block;}
.kyushu_west a:hover{background:url(../image/btn_kyushu_west1_on.png) no-repeat left top;width:40px;height:40px;display:block;}

.kyushu_south{position:absolute;left:328px; top:453px;  z-index:19;}
.kyushu_south a{background:url(../image/btn_kyushu_south1.png) no-repeat left top;width:40px;height:40px;display:block;}
.kyushu_south a:hover{background:url(../image/btn_kyushu_south1_on.png) no-repeat left top;width:40px;height:40px;display:block;}

/* 먼바다영역 */
/*20141209 동해북부 이미지 변경*/
.area_eastsea_north{position:absolute;left:187px;top:0; z-index:10;}
/*.area_eastsea_north a{background:url(../image/area_eastsea_north.png) no-repeat left top;width:59px;height:30px;display:block;}
.area_eastsea_north a:hover{background:url(../image/area_eastsea_north_on.png) no-repeat left top;width:131px;height:42px;display:block;}*/
.area_eastsea_north a{background:url(../image/area_eastsea_north_1.png) no-repeat left top;/*width:137px;height:42px*/width:194px;height:35px;display:block;} 
.area_eastsea_north a:hover{background:url(../image/area_eastsea_north_1_on.png) no-repeat left top;/*width:131px;height:42px;*/width:194px;height:35px;display:block;}

.area_southsea_westfar{position:absolute;left:66px;top:323px;z-index:9;}
.area_southsea_westfar a{background:url(../image/area_southsea_westfar.png) no-repeat left top;width:140px;height:88px;display:block;}
.area_southsea_westfar a:hover{background:url(../image/area_southsea_westfar_on.png) no-repeat left top;width:140px;height:88px;display:block;}

/*20141202 남해서부서쪽먼바다, 남해서부동쪽먼바다 추가 */
.area_southsea_westfar_west {position:absolute;left:66px;top:323px;z-index:9;}
.area_southsea_westfar_west a{background:url(../image/area_southsea_westfar_west.png) no-repeat left top;width:102px;height:88px;display:block;}
.area_southsea_westfar_west a:hover{background:url(../image/area_southsea_westfar_west_on.png) no-repeat left top;width:102px;height:88px;display:block;}

.area_southsea_westfar_east {position:absolute;left:138px;top:323px;z-index:9;}
.area_southsea_westfar_east a{background:url(../image/area_southsea_westfar_east.png) no-repeat left top;width:68px;height:88px;display:block;}
.area_southsea_westfar_east a:hover{background:url(../image/area_southsea_westfar_east_on.png) no-repeat left top;width:68px;height:88px;display:block;}

/*2019-04-03 서해남부북쪽먼바다, 서해남부남쪽먼바다 추가 */
.area_westsea_southfar_north {position:absolute; top:211px; z-index:9;}
.area_westsea_southfar_north a{background:url(../image/area_westsea_southfar_north.png) no-repeat left top;width:127px;height:107px;display:block;}
.area_westsea_southfar_north a:hover{background:url(../image/area_westsea_southfar_north_on.png) no-repeat left top;width:127px;height:107px;display:block;}

.area_westsea_southfar_south {position:absolute;top:318px;z-index:9;}
.area_westsea_southfar_south a{background:url(../image/area_westsea_southfar_south.png) no-repeat left top;width:118px;height:183px;display:block;}
.area_westsea_southfar_south a:hover{background:url(../image/area_westsea_southfar_south_on.png) no-repeat left top;width:118px;height:183px;display:block;}

/*2019-04-03 동해남부북쪽먼바다, 동해남부남쪽먼바다 추가 */
.area_eastsea_southfar_north {position:absolute;left:292px;top:151px;z-index:9;}
.area_eastsea_southfar_north a{background:url(../image/area_eastsea_southfar_north.png) no-repeat left top;width:87px;height:84px;display:block;}
.area_eastsea_southfar_north a:hover{background:url(../image/area_eastsea_southfar_north_on.png) no-repeat left top;width:87px;height:84px;display:block;}

.area_eastsea_southfar_south {position:absolute;left:285px;top:236px;z-index:9;}
.area_eastsea_southfar_south a{background:url(../image/area_eastsea_southfar_south.png) no-repeat left top;width:96px;height:156px;display:block;}
.area_eastsea_southfar_south a:hover{background:url(../image/area_eastsea_southfar_south_on.png) no-repeat left top;width:96px;height:156px;display:block;}

/*20140401 동해중부 먼바다 이미지 변경*/
/*20141209 동해중부 먼바다 이미지 변경*/
.area_eastsea_middlefar{position:absolute;left:221px;top:0;z-index:9;}
/*.area_eastsea_middlefar a{background:url(../image/area_eastsea_middlefar_1.png) no-repeat left top;width:160px;height:151px;display:block;}
.area_eastsea_middlefar a:hover{background:url(../image/area_eastsea_middlefar_1_on.png) no-repeat left top;width:160px;height:151px;display:block;}*/
.area_eastsea_middlefar a{background:url(../image/area_eastsea_middlefar_1_1.png) no-repeat left top;width:160px;height:151px;display:block;}
.area_eastsea_middlefar a:hover{background:url(../image/area_eastsea_middlefar_1_1_on.png) no-repeat left top;width:160px;height:151px;display:block;}

.area_eastsea_southfar{position:absolute;left:287px;top:149px;z-index:2;}
.area_eastsea_southfar a{background:url(../image/area_eastsea_southfar.png) no-repeat left top;width:94px;height:155px;display:block;}
.area_eastsea_southfar a:hover{background:url(../image/area_eastsea_southfar_on.png) no-repeat left top;width:94px;height:155px;display:block;}

/*.area_southsea_eastfar{position:absolute;left:195px; top:259px;z-index:3;}
.area_southsea_eastfar a{background:url(../image/area_southsea_eastfar.png) no-repeat left top;width:186px;height:241px;display:block;}
.area_southsea_eastfar a:hover{background:url(../image/area_southsea_eastfar_on.png) no-repeat left top;width:186px;height:241px;display:block;}

.area_westsea_middlefar{position:absolute;left:0; top:411px;z-index:1;}
.area_westsea_middlefar a{background:url(../image/area_westsea_middlefar.png) no-repeat left top;width:201px;height:89px;display:block;}
.area_westsea_middlefar a:hover{background:url(../image/area_westsea_middlefar_on.png) no-repeat left top;width:201px;height:89px;display:block;}
*/
/*20141209 남해 이미지 변경*/
.area_southsea_eastfar{position:absolute;left:195px; top:255px;z-index:3;}
.area_southsea_eastfar a{background:url(../image/area_southsea_eastfar_1.png) no-repeat left top;width:186px;height:245px;display:block;}
.area_southsea_eastfar a:hover{background:url(../image/area_southsea_eastfar_1_on.png) no-repeat left top;width:186px;height:245px;display:block;}

/*20141209 제주도남쪽먼바다 이미지 변경*/
.area_westsea_middlefar{position:absolute;left:0; top:411px;z-index:10;}
.area_westsea_middlefar a{background:url(../image/area_westsea_middlefar_1.png) no-repeat left top;width:201px;height:89px;display:block;}
.area_westsea_middlefar a:hover{background:url(../image/area_westsea_middlefar_1_on.png) no-repeat left top;width:201px;height:89px;display:block;}

.westsea_southfar{position:absolute;left:0;top:211px;z-index:1;}
.westsea_southfar a{background:url(../image/westsea_southfar.png) no-repeat left top;width:123px;height:289px;display:block;}
.westsea_southfar a:hover{background:url(../image/westsea_southfar_on.png) no-repeat left top;width:123px;height:289px;display:block;}

.westsea_middlefar{position:absolute;left:0;top:110px;z-index:1;}
.westsea_middlefar a{background:url(../image/westsea_middlefar.png) no-repeat left top;width:123px;height:105px;display:block;z-index:1;}
.westsea_middlefar a:hover{background:url(../image/westsea_middlefar_on.png) no-repeat left top;width:123px;height:105px;display:block;z-index:1;}

/* 각 지역별 앞바다 해상예보 보기 */
.gyeonggi_north{position:absolute;left:112px;top:107px;z-index:22;}
.incheon_gyeonggi{position:absolute;left:138px;top:133px;z-index:22;}
.chungnam_north{position:absolute;left:127px;top:168px;z-index:22;}
.chungnam_south{position:absolute;left:135px;top:192px;z-index:22;}
.kangwon_north{position:absolute;left:174px;top:46px;z-index:22;}
.kangwon_middle{position:absolute;left:200px;top:85px;z-index:22;}
.kangwon_south{position:absolute;left:225px;top:128px;z-index:22;}
.jeonbuk_north{position:absolute;left:138px;top:218px;z-index:22;}
.jeonbuk_south{position:absolute;left:132px;top:237px;z-index:22;}
.jeonnam_north{position:absolute;left:118px;top:257px;z-index:22;}
.jeonnam_middle{position:absolute;left:118px;top:280px;z-index:22;}
.jeonnam_east{position:absolute;left:154px;top:301px;z-index:22;}
.jeonnam_south{position:absolute;left:58px;top:309px;z-index:22;}
.jeonnam_west{position:absolute;left:147px;top:323px;z-index:22;}
.gyeongbuk_north{position:absolute;left:238px;top:170px; z-index:22;}
.gyeongbuk_south{position:absolute;left:244px;top:203px;z-index:22;}
.gyeongnam_middle{position:absolute;left:190px;top:267px;z-index:22;}
.gyeongnam_west{position:absolute;left:224px;top:301px;z-index:22;}
.gyeongnam_west1{position:absolute;left:224px;top:301px;z-index:22;}
.gyeongnam_west2{position:absolute;left:289px;top:301px;z-index:22;}
.ulsan{position:absolute;left:235px;top:231px;z-index:22;}
.busan{position:absolute;left:268px;top:261px;z-index:22;}
.jeju_north{position:absolute;left:68px;top:391px;z-index:22;}
.jeju_east{position:absolute;left:149px;top:391px;;z-index:24;}
.jeju_south{position:absolute;left:131px;top:418px;z-index:22;}
.jeju_west{position:absolute;left:44px;top:416px;z-index:24;}

/* 각 지역별 앞바다 영역으로 해상예보 보기 */
.area_gyeonggi_north{position:absolute;left:56px;top:100px;z-index:20;}
.area_gyeonggi_north a{background:url(../image/area_gyeonggi_north.png) no-repeat left top;width:85px;height:39px;display:block;}
.area_gyeonggi_north a:hover{background:url(../image/area_gyeonggi_north_on.png) no-repeat left top;width:85px;height:39px;display:block;}

.area_kangwon_north{position:absolute;left:205px;top:35px;z-index:20;}
.area_kangwon_north a{background:url(../image/area_kangwon_north.png) no-repeat left top;width:39px;height:34px;display:block;}
.area_kangwon_north a:hover{background:url(../image/area_kangwon_north_on.png) no-repeat left top;width:39px;height:34px;display:block;}

.area_kangwon_middle{position:absolute;left:232px;top:60px;z-index:20;}
.area_kangwon_middle a{background:url(../image/area_kangwon_middle.png) no-repeat left top;width:35px;height:48px;display:block;}
.area_kangwon_middle a:hover{background:url(../image/area_kangwon_middle_on.png) no-repeat left top;width:35px;height:48px;display:block;}

.area_kangwon_south{position:absolute;left:251px;top:98px;z-index:20;}
.area_kangwon_south a{background:url(../image/area_kangwon_south.png) no-repeat left top;width:41px;height:52px;display:block;}
.area_kangwon_south a:hover{background:url(../image/area_kangwon_south_on.png) no-repeat left top;width:41px;height:52px;display:block;}

.area_gyeongbuk_north{position:absolute;left:277px;top:150px;z-index:20;}
.area_gyeongbuk_north a{background:url(../image/area_gyeongbuk_north.png) no-repeat left top;width:26px;height:44px;display:block;}
.area_gyeongbuk_north a:hover{background:url(../image/area_gyeongbuk_north_on.png) no-repeat left top;width:26px;height:44px;display:block;}

.area_gyeongbuk_south{position:absolute;left:276px;top:189px;z-index:20;}
.area_gyeongbuk_south a{background:url(../image/area_gyeongbuk_south.png) no-repeat left top;width:28px;height:39px;display:block;}
.area_gyeongbuk_south a:hover{background:url(../image/area_gyeongbuk_south_on.png) no-repeat left top;width:28px;height:39px;display:block;}

.area_ulsan{position:absolute;left:276px;top:226px;z-index:20;}
.area_ulsan a{background:url(../image/area_ulsan.png) no-repeat left top;width:23px;height:33px;display:block;}
.area_ulsan a:hover{background:url(../image/area_ulsan_on.png) no-repeat left top;width:21px;height:31px;display:block;}

.area_busan{position:absolute;left:252px;top:252px;z-index:20;}
.area_busan a{background:url(../image/area_busan.png) no-repeat left top;width:37px;height:35px;display:block;}
.area_busan a:hover{background:url(../image/area_busan_on.png) no-repeat left top;width:37px;height:35px;display:block;}

.area_gyeongnam_middle{position:absolute;left:232px;top:267px;z-index:20;}
.area_gyeongnam_middle a{background:url(../image/area_gyeongnam_middle.png) no-repeat left top;width:33px;height:35px;display:block;}
.area_gyeongnam_middle a:hover{background:url(../image/area_gyeongnam_middle_on.png) no-repeat left top;width:33px;height:35px;display:block;}

.area_gyeongnam_west{position:absolute;left:206px;top:270px;z-index:20;}
.area_gyeongnam_west a{background:url(../image/area_gyeongnam_west.png) no-repeat left top;width:36px;height:52px;display:block;}
.area_gyeongnam_west a:hover{background:url(../image/area_gyeongnam_west_on.png) no-repeat left top;width:36px;height:52px;display:block;}

.area_jeonnam_east{position:absolute;left:166px;top:275px;z-index:20;}
.area_jeonnam_east a{background:url(../image/area_jeonnam_east.png) no-repeat left top;width:40px;height:65px;display:block;}
.area_jeonnam_east a:hover{background:url(../image/area_jeonnam_east_on.png) no-repeat left top;width:40px;height:65px;display:block;}

.area_jeonnam_west{position:absolute;left:117px;top:291px;z-index:20;}
.area_jeonnam_west a{background:url(../image/area_jeonnam_west.png) no-repeat left top;width:51px;height:52px;display:block;}
.area_jeonnam_west a:hover{background:url(../image/area_jeonnam_west_on.png) no-repeat left top;width:51px;height:52px;display:block;}

.area_jeonnam_south{position:absolute;left:89px;top:296px;z-index:20;}
.area_jeonnam_south a{background:url(../image/area_jeonnam_south.png) no-repeat left top;width:55px;height:45px;display:block;}
.area_jeonnam_south a:hover{background:url(../image/area_jeonnam_south_on.png) no-repeat left top;width:55px;height:45px;display:block;}

.area_jeonnam_middle{position:absolute;left:89px;top:265px;z-index:20;}
.area_jeonnam_middle a{background:url(../image/area_jeonnam_middle.png) no-repeat left top;width:55px;height:51px;display:block;}
.area_jeonnam_middle a:hover{background:url(../image/area_jeonnam_middle_on.png) no-repeat left top;width:55px;height:51px;display:block;}

.area_jeonbuk_south{position:absolute;left:107px;top:233px;z-index:21;}
.area_jeonbuk_south a{background:url(../image/area_jeonbuk_south.png) no-repeat left top;width:41px;height:20px;display:block;}
.area_jeonbuk_south a:hover{background:url(../image/area_jeonbuk_south_on.png) no-repeat left top;width:41px;height:20px;display:block;}

.area_jeonnam_north{position:absolute;left:95px;top:253px;z-index:21;}
.area_jeonnam_north a{background:url(../image/area_jeonnam_north.png) no-repeat left top;width:49px;height:38px;display:block;}
.area_jeonnam_north a:hover{background:url(../image/area_jeonnam_north_on.png) no-repeat left top;width:49px;height:38px;display:block;}

.area_jeonbuk_north{position:absolute;left:116px;top:215px;z-index:20;}
.area_jeonbuk_north a{background:url(../image/area_jeonbuk_north.png) no-repeat left top;width:39px;height:18px;display:block;}
.area_jeonbuk_north a:hover{background:url(../image/area_jeonbuk_north_on.png) no-repeat left top;width:39px;height:18px;display:block;}

.area_chungnam_south{position:absolute;left:112px;top:192px;z-index:20;}
.area_chungnam_south a{background:url(../image/area_chungnam_south.png) no-repeat left top;width:43px;height:23px;display:block;}
.area_chungnam_south a:hover{background:url(../image/area_chungnam_south_on.png) no-repeat left top;width:43px;height:23px;display:block;}

.area_chungnam_north{position:absolute;left:102px;top:157px;z-index:20;}
.area_chungnam_north a{background:url(../image/area_chungnam_north.png) no-repeat left top;width:56px;height:39px;display:block;}
.area_chungnam_north a:hover{background:url(../image/area_chungnam_north_on.png) no-repeat left top;width:56px;height:39px;display:block;}

.area_incheon_gyeonggi{position:absolute;left:104px;top:124px;z-index:20;}
.area_incheon_gyeonggi a{background:url(../image/area_incheon_gyeonggi.png) no-repeat left top;width:56px;height:38px;display:block;}
.area_incheon_gyeonggi a:hover{background:url(../image/area_incheon_gyeonggi_on.png) no-repeat left top;width:56px;height:38px;display:block;}

.area_jeju_north{position:absolute;left:96px;top:393px;z-index:20;}
.area_jeju_north a{background:url(../image/area_jeju_north.png) no-repeat left top;width:51px;height:20px;display:block;}
.area_jeju_north a:hover{background:url(../image/area_jeju_north_on.png) no-repeat left top;width:51px;height:20px;display:block;}

.area_jeju_west{position:absolute;left:90px;top:409px;z-index:22;}
.area_jeju_west a{background:url(../image/area_jeju_west.png) no-repeat left top;width:22px;height:26px;display:block;}
.area_jeju_west a:hover{background:url(../image/area_jeju_west_on.png) no-repeat left top;width:22px;height:26px;display:block;}

.area_jeju_south{position:absolute;left:102px;top:410px;z-index:20;}
.area_jeju_south a{background:url(../image/area_jeju_south.png) no-repeat left top;width:62px;height:25px;display:block;}
.area_jeju_south a:hover{background:url(../image/area_jeju_south_on.png) no-repeat left top;width:62px;height:25px;display:block;}

.area_jeju_east{position:absolute;left:142px;top:393px;z-index:22;}
.area_jeju_east a{background:url(../image/area_jeju_east.png) no-repeat left top;width:30px;height:21px;display:block;}
.area_jeju_east a:hover{background:url(../image/area_jeju_east_on.png) no-repeat left top;width:30px;height:21px;display:block;}
img.wid48 { width: 48px; height: auto;}
img.wid32 { width: 32px; height: auto;}
img.wid24 { width: 24px; height: auto;}
img.wid-full { width: 100%; height: auto;}

.zone_1{left:316.77px;top:83.44px;}
.zone_2{left:278.77px;top:97.35px;}
.zone_3{left:291.43px;top:97.35px;}
.zone_4{left:304.1px;top:97.35px;}
.zone_5{left:316.77px;top:97.35px;}
.zone_6{left:266.1px;top:111.26px;}
.zone_7{left:278.77px;top:111.26px;}
.zone_8{left:291.43px;top:111.26px;}
.zone_9{left:304.1px;top:111.26px;}
.zone_10{left:316.77px;top:111.26px;}
.zone_11{left:266.1px;top:125.16px;}
.zone_12{left:278.77px;top:125.16px;}
.zone_13{left:291.43px;top:125.16px;}
.zone_14{left:304.1px;top:125.16px;}
.zone_15{left:316.77px;top:125.16px;}
.zone_16{left:253.43px;top:139.07px;}
.zone_17{left:266.1px;top:139.07px;}
.zone_18{left:278.77px;top:139.07px;}
.zone_19{left:291.43px;top:139.07px;}
.zone_20{left:304.1px;top:139.07px;}
.zone_21{left:316.77px;top:139.07px;}
.zone_22{left:240.77px;top:152.98px;}
.zone_23{left:253.43px;top:152.98px;}
.zone_24{left:266.1px;top:152.98px;}
.zone_25{left:278.77px;top:152.98px;}
.zone_26{left:291.43px;top:152.98px;}
.zone_27{left:304.1px;top:152.98px;}
.zone_28{left:316.77px;top:152.98px;}
.zone_29{left:215.43px;top:166.88px;}
.zone_30{left:228.1px;top:166.88px;}
.zone_31{left:240.77px;top:166.88px;}
.zone_32{left:253.43px;top:166.88px;}
.zone_33{left:266.1px;top:166.88px;}
.zone_34{left:278.77px;top:166.88px;}
.zone_35{left:291.43px;top:166.88px;}
.zone_36{left:304.1px;top:166.88px;}
.zone_37{left:316.77px;top:166.88px;}
.zone_38{left:215.43px;top:180.79px;}
.zone_39{left:228.1px;top:180.79px;}
.zone_40{left:240.77px;top:180.79px;}
.zone_41{left:253.43px;top:180.79px;}
.zone_42{left:266.1px;top:180.79px;}
.zone_43{left:278.77px;top:180.79px;}
.zone_44{left:291.43px;top:180.79px;}
.zone_45{left:304.1px;top:180.79px;}
.zone_46{left:316.77px;top:180.79px;}
.zone_47{left:228.1px;top:194.7px;}
.zone_48{left:240.77px;top:194.7px;}
.zone_49{left:253.43px;top:194.7px;}
.zone_50{left:266.1px;top:194.7px;}
.zone_51{left:278.77px;top:194.7px;}
.zone_52{left:291.43px;top:194.7px;}
.zone_53{left:304.1px;top:194.7px;}
.zone_54{left:316.77px;top:194.7px;}
.zone_55{left:240.77px;top:208.6px;}
.zone_56{left:253.43px;top:208.6px;}
.zone_57{left:266.1px;top:208.6px;}
.zone_58{left:278.77px;top:208.6px;}
.zone_59{left:291.43px;top:208.6px;}
.zone_60{left:304.1px;top:208.6px;}
.zone_61{left:316.77px;top:208.6px;}
.zone_62{left:240.77px;top:222.51px;}
.zone_63{left:253.43px;top:222.51px;}
.zone_64{left:266.1px;top:222.51px;}
.zone_65{left:278.77px;top:222.51px;}
.zone_66{left:291.43px;top:222.51px;}
.zone_67{left:304.1px;top:222.51px;}
.zone_68{left:316.77px;top:222.51px;}
.zone_69{left:253.43px;top:236.42px;}
.zone_70{left:266.1px;top:236.42px;}
.zone_71{left:278.77px;top:236.42px;}
.zone_72{left:291.43px;top:236.42px;}
.zone_73{left:304.1px;top:236.42px;}
.zone_74{left:316.77px;top:236.42px;}
.zone_75{left:253.43px;top:250.33px;}
.zone_76{left:266.1px;top:250.33px;}
.zone_77{left:278.77px;top:250.33px;}
.zone_78{left:291.43px;top:250.33px;}
.zone_79{left:304.1px;top:250.33px;}
.zone_80{left:316.77px;top:250.33px;}
.zone_81{left:253.43px;top:264.23px;}
.zone_82{left:266.1px;top:264.23px;}
.zone_83{left:278.77px;top:264.23px;}
.zone_84{left:291.43px;top:264.23px;}
.zone_85{left:304.1px;top:264.23px;}
.zone_86{left:316.77px;top:264.23px;}
.zone_87{left:266.1px;top:278.14px;}
.zone_88{left:278.77px;top:278.14px;}
.zone_89{left:291.43px;top:278.14px;}
.zone_90{left:304.1px;top:278.14px;}
.zone_91{left:316.77px;top:278.14px;}
.zone_92{left:253.43px;top:292.05px;}
.zone_93{left:266.1px;top:292.05px;}
.zone_94{left:278.77px;top:292.05px;}
.zone_95{left:291.43px;top:292.05px;}
.zone_96{left:304.1px;top:292.05px;}
.zone_97{left:215.43px;top:305.95px;}
.zone_98{left:228.1px;top:305.95px;}
.zone_99{left:240.77px;top:305.95px;}
.zone_100{left:253.43px;top:305.95px;}
.zone_101{left:266.1px;top:305.95px;}
.zone_102{left:278.77px;top:305.95px;}
.zone_103{left:291.43px;top:305.95px;}
.zone_104{left:215.43px;top:319.86px;}
.zone_105{left:228.1px;top:319.86px;}
.zone_106{left:240.77px;top:319.86px;}
.zone_107{left:253.43px;top:319.86px;}
.zone_108{left:266.1px;top:319.86px;}
.zone_109{left:278.77px;top:319.86px;}
.zone_110{left:215.43px;top:333.77px;}
.zone_111{left:228.1px;top:333.77px;}
.zone_112{left:240.77px;top:333.77px;}
.zone_113{left:215.43px;top:347.67px;}
.zone_114{left:228.1px;top:347.67px;}
.zone_115{left:215.43px;top:361.58px;}
.zone_116{left:101.43px;top:166.88px;}
.zone_117{left:114.1px;top:166.88px;}
.zone_118{left:126.77px;top:166.88px;}
.zone_119{left:88.77px;top:180.79px;}
.zone_120{left:101.43px;top:180.79px;}
.zone_121{left:114.1px;top:180.79px;}
.zone_122{left:126.77px;top:180.79px;}
.zone_123{left:139.43px;top:180.79px;}
.zone_124{left:152.1px;top:180.79px;}
.zone_125{left:76.1px;top:194.7px;}
.zone_126{left:88.77px;top:194.7px;}
.zone_127{left:101.43px;top:194.7px;}
.zone_128{left:114.1px;top:194.7px;}
.zone_129{left:126.77px;top:194.7px;}
.zone_130{left:139.43px;top:194.7px;}
.zone_131{left:63.43px;top:208.6px;}
.zone_132{left:76.1px;top:208.6px;}
.zone_133{left:88.77px;top:208.6px;}
.zone_134{left:101.43px;top:208.6px;}
.zone_135{left:114.1px;top:208.6px;}
.zone_136{left:126.77px;top:208.6px;}
.zone_137{left:139.43px;top:208.6px;}
.zone_138{left:63.43px;top:222.51px;}
.zone_139{left:76.1px;top:222.51px;}
.zone_140{left:88.77px;top:222.51px;}
.zone_141{left:101.43px;top:222.51px;}
.zone_142{left:114.1px;top:222.51px;}
.zone_143{left:126.77px;top:222.51px;}
.zone_144{left:139.43px;top:222.51px;}
.zone_145{left:152.1px;top:222.51px;}
.zone_146{left:164.77px;top:222.51px;}
.zone_147{left:88.77px;top:236.42px;}
.zone_148{left:101.43px;top:236.42px;}
.zone_149{left:114.1px;top:236.42px;}
.zone_150{left:126.77px;top:236.42px;}
.zone_151{left:139.43px;top:236.42px;}
.zone_152{left:152.1px;top:236.42px;}
.zone_153{left:164.77px;top:236.42px;}
.zone_154{left:177.43px;top:236.42px;}
.zone_155{left:63.43px;top:250.33px;}
.zone_156{left:76.1px;top:250.33px;}
.zone_157{left:88.77px;top:250.33px;}
.zone_158{left:101.43px;top:250.33px;}
.zone_159{left:114.1px;top:250.33px;}
.zone_160{left:126.77px;top:250.33px;}
.zone_161{left:139.43px;top:250.33px;}
.zone_162{left:152.1px;top:250.33px;}
.zone_163{left:164.77px;top:250.33px;}
.zone_164{left:177.43px;top:250.33px;}
.zone_165{left:63.43px;top:264.23px;}
.zone_166{left:76.1px;top:264.23px;}
.zone_167{left:88.77px;top:264.23px;}
.zone_168{left:101.43px;top:264.23px;}
.zone_169{left:114.1px;top:264.23px;}
.zone_170{left:126.77px;top:264.23px;}
.zone_171{left:139.43px;top:264.23px;}
.zone_172{left:152.1px;top:264.23px;}
.zone_173{left:164.77px;top:264.23px;}
.zone_174{left:177.43px;top:264.23px;}
.zone_175{left:63.43px;top:278.14px;}
.zone_176{left:76.1px;top:278.14px;}
.zone_177{left:88.77px;top:278.14px;}
.zone_178{left:101.43px;top:278.14px;}
.zone_179{left:114.1px;top:278.14px;}
.zone_180{left:126.77px;top:278.14px;}
.zone_181{left:139.43px;top:278.14px;}
.zone_182{left:152.1px;top:278.14px;}
.zone_183{left:164.77px;top:278.14px;}
.zone_184{left:177.43px;top:278.14px;}
.zone_185{left:63.43px;top:292.05px;}
.zone_186{left:76.1px;top:292.05px;}
.zone_187{left:88.77px;top:292.05px;}
.zone_188{left:101.43px;top:292.05px;}
.zone_189{left:114.1px;top:292.05px;}
.zone_190{left:126.77px;top:292.05px;}
.zone_191{left:139.43px;top:292.05px;}
.zone_192{left:152.1px;top:292.05px;}
.zone_193{left:164.77px;top:292.05px;}
.zone_194{left:177.43px;top:292.05px;}
.zone_195{left:63.43px;top:305.95px;}
.zone_196{left:76.1px;top:305.95px;}
.zone_197{left:88.77px;top:305.95px;}
.zone_198{left:101.43px;top:305.95px;}
.zone_199{left:114.1px;top:305.95px;}
.zone_200{left:126.77px;top:305.95px;}
.zone_201{left:139.43px;top:305.95px;}
.zone_202{left:152.1px;top:305.95px;}
.zone_203{left:164.77px;top:305.95px;}
.zone_204{left:177.43px;top:305.95px;}
.zone_205{left:88.77px;top:319.86px;}
.zone_206{left:101.43px;top:319.86px;}
.zone_207{left:114.1px;top:319.86px;}
.zone_208{left:126.77px;top:319.86px;}
.zone_209{left:139.43px;top:319.86px;}
.zone_210{left:152.1px;top:319.86px;}
.zone_211{left:164.77px;top:319.86px;}
.zone_212{left:177.43px;top:319.86px;}
.zone_213{left:190.1px;top:319.86px;}
.zone_214{left:202.77px;top:319.86px;}
.zone_215{left:88.77px;top:333.77px;}
.zone_216{left:101.43px;top:333.77px;}
.zone_217{left:114.1px;top:333.77px;}
.zone_218{left:126.77px;top:333.77px;}
.zone_219{left:139.43px;top:333.77px;}
.zone_220{left:152.1px;top:333.77px;}
.zone_221{left:164.77px;top:333.77px;}
.zone_222{left:177.43px;top:333.77px;}
.zone_223{left:190.1px;top:333.77px;}
.zone_224{left:202.77px;top:333.77px;}
.zone_225{left:88.77px;top:347.67px;}
.zone_226{left:101.43px;top:347.67px;}
.zone_227{left:114.1px;top:347.67px;}
.zone_228{left:126.77px;top:347.67px;}
.zone_229{left:139.43px;top:347.67px;}
.zone_230{left:152.1px;top:347.67px;}
.zone_231{left:164.77px;top:347.67px;}
.zone_232{left:177.43px;top:347.67px;}
.zone_233{left:190.1px;top:347.67px;}
.zone_234{left:202.77px;top:347.67px;}
.zone_235{left:88.77px;top:361.58px;}
.zone_236{left:101.43px;top:361.58px;}
.zone_237{left:114.1px;top:361.58px;}
.zone_238{left:126.77px;top:361.58px;}
.zone_239{left:139.43px;top:361.58px;}
.zone_240{left:152.1px;top:361.58px;}
.zone_241{left:164.77px;top:361.58px;}
.zone_242{left:177.43px;top:361.58px;}
.zone_243{left:190.1px;top:361.58px;}
.zone_244{left:202.77px;top:361.58px;}
.zone_245{left:88.77px;top:375.49px;}
.zone_246{left:101.43px;top:375.49px;}
.zone_247{left:114.1px;top:375.49px;}
.zone_248{left:126.77px;top:375.49px;}
.zone_249{left:139.43px;top:375.49px;}
.zone_250{left:152.1px;top:375.49px;}
.zone_251{left:164.77px;top:375.49px;}
.zone_252{left:177.43px;top:375.49px;}
.zone_253{left:190.1px;top:375.49px;}
.zone_254{left:202.77px;top:375.49px;}
.zone_258{left:405.43px;top:486.74px;}
.zone_259{left:418.1px;top:486.74px;}
.zone_260{left:430.77px;top:486.74px;}
.zone_261{left:443.43px;top:486.74px;}
.zone_262{left:456.1px;top:486.74px;}
.zone_263{left:468.77px;top:486.74px;}
.zone_264{left:405.43px;top:500.65px;}
.zone_265{left:418.1px;top:500.65px;}
.zone_266{left:430.77px;top:500.65px;}
.zone_267{left:443.43px;top:500.65px;}
.zone_268{left:456.1px;top:500.65px;}
.zone_269{left:468.77px;top:500.65px;}
.zone_270{left:405.43px;top:514.56px;}
.zone_271{left:418.1px;top:514.56px;}
.zone_272{left:430.77px;top:514.56px;}
.zone_273{left:443.43px;top:514.56px;}
.zone_274{left:456.1px;top:514.56px;}
.zone_275{left:468.77px;top:514.56px;}
.zone_276{left:405.43px;top:528.47px;}
.zone_277{left:418.1px;top:528.47px;}
.zone_278{left:430.77px;top:528.47px;}
.zone_279{left:443.43px;top:528.47px;}
.zone_280{left:456.1px;top:528.47px;}
.zone_281{left:468.77px;top:528.47px;}
.zone_282{left:405.43px;top:542.37px;}
.zone_283{left:418.1px;top:542.37px;}
.zone_284{left:430.77px;top:542.37px;}
.zone_285{left:443.43px;top:542.37px;}
.zone_286{left:456.1px;top:542.37px;}
.zone_287{left:468.77px;top:542.37px;}
.zone_288{left:405.43px;top:556.28px;}
.zone_289{left:418.1px;top:556.28px;}
.zone_290{left:430.77px;top:556.28px;}
.zone_291{left:443.43px;top:556.28px;}
.zone_292{left:456.1px;top:556.28px;}
.zone_293{left:468.77px;top:556.28px;}
.zone_294{left:405.43px;top:570.19px;}
.zone_295{left:418.1px;top:570.19px;}
.zone_296{left:430.77px;top:570.19px;}
.zone_297{left:443.43px;top:570.19px;}
.zone_298{left:456.1px;top:570.19px;}
.zone_299{left:468.77px;top:570.19px;}
.zone_302{left:329.43px;top:83.44px;}
.zone_303{left:342.1px;top:83.44px;}
.zone_304{left:354.77px;top:83.44px;}
.zone_305{left:367.43px;top:83.44px;}
.zone_306{left:329.43px;top:97.35px;}
.zone_307{left:342.1px;top:97.35px;}
.zone_308{left:354.77px;top:97.35px;}
.zone_309{left:367.43px;top:97.35px;}
.zone_310{left:329.43px;top:111.26px;}
.zone_311{left:342.1px;top:111.26px;}
.zone_312{left:354.77px;top:111.26px;}
.zone_313{left:367.43px;top:111.26px;}
.zone_314{left:329.43px;top:125.16px;}
.zone_315{left:342.1px;top:125.16px;}
.zone_316{left:354.77px;top:125.16px;}
.zone_317{left:367.43px;top:125.16px;}
.zone_318{left:329.43px;top:139.07px;}
.zone_319{left:342.1px;top:139.07px;}
.zone_320{left:354.77px;top:139.07px;}
.zone_321{left:367.43px;top:139.07px;}
.zone_322{left:329.43px;top:152.98px;}
.zone_323{left:342.1px;top:152.98px;}
.zone_324{left:354.77px;top:152.98px;}
.zone_325{left:367.43px;top:152.98px;}
.zone_326{left:329.43px;top:166.88px;}
.zone_327{left:342.1px;top:166.88px;}
.zone_328{left:354.77px;top:166.88px;}
.zone_329{left:367.43px;top:166.88px;}
.zone_330{left:329.43px;top:180.79px;}
.zone_331{left:342.1px;top:180.79px;}
.zone_332{left:354.77px;top:180.79px;}
.zone_333{left:367.43px;top:180.79px;}
.zone_334{left:329.43px;top:194.7px;}
.zone_335{left:342.1px;top:194.7px;}
.zone_336{left:354.77px;top:194.7px;}
.zone_337{left:367.43px;top:194.7px;}
.zone_338{left:329.43px;top:208.6px;}
.zone_339{left:342.1px;top:208.6px;}
.zone_340{left:354.77px;top:208.6px;}
.zone_341{left:367.43px;top:208.6px;}
.zone_342{left:329.43px;top:222.51px;}
.zone_343{left:342.1px;top:222.51px;}
.zone_344{left:354.77px;top:222.51px;}
.zone_345{left:367.43px;top:222.51px;}
.zone_346{left:329.43px;top:236.42px;}
.zone_347{left:342.1px;top:236.42px;}
.zone_348{left:354.77px;top:236.42px;}
.zone_349{left:367.43px;top:236.42px;}
.zone_350{left:329.43px;top:250.33px;}
.zone_351{left:342.1px;top:250.33px;}
.zone_352{left:354.77px;top:250.33px;}
.zone_353{left:367.43px;top:250.33px;}
.zone_354{left:329.43px;top:264.23px;}
.zone_355{left:342.1px;top:264.23px;}
.zone_356{left:354.77px;top:264.23px;}
.zone_357{left:367.43px;top:264.23px;}
.zone_358{left:329.43px;top:278.14px;}
.zone_359{left:342.1px;top:278.14px;}
.zone_360{left:354.77px;top:278.14px;}
.zone_361{left:367.43px;top:278.14px;}
.zone_362{left:316.77px;top:292.05px;}
.zone_363{left:329.43px;top:292.05px;}
.zone_365{left:304.1px;top:305.95px;}
.zone_366{left:316.77px;top:305.95px;}
.zone_367{left:291.43px;top:319.86px;}
.zone_368{left:253.43px;top:333.77px;}
.zone_369{left:266.1px;top:333.77px;}
.zone_370{left:278.77px;top:333.77px;}
.zone_371{left:240.77px;top:347.67px;}
.zone_372{left:253.43px;top:347.67px;}
.zone_374{left:228.1px;top:361.58px;}
.zone_375{left:240.77px;top:361.58px;}
.zone_376{left:253.43px;top:361.58px;}
.zone_377{left:266.1px;top:361.58px;}
.zone_378{left:215.43px;top:375.49px;}
.zone_379{left:228.1px;top:375.49px;}
.zone_380{left:240.77px;top:375.49px;}
.zone_381{left:253.43px;top:375.49px;}
.zone_382{left:266.1px;top:375.49px;}
.zone_384{left:367.43px;top:305.95px;}
.zone_385{left:380.1px;top:305.95px;}
.zone_386{left:392.77px;top:305.95px;}
.zone_387{left:405.43px;top:305.95px;}
.zone_388{left:443.43px;top:305.95px;}
.zone_389{left:456.1px;top:305.95px;}
.zone_390{left:468.77px;top:305.95px;}
.zone_391{left:329.43px;top:319.86px;}
.zone_392{left:342.1px;top:319.86px;}
.zone_393{left:354.77px;top:319.86px;}
.zone_394{left:367.43px;top:319.86px;}
.zone_395{left:380.1px;top:319.86px;}
.zone_396{left:392.77px;top:319.86px;}
.zone_397{left:405.43px;top:319.86px;}
.zone_398{left:430.77px;top:319.86px;}
.zone_399{left:443.43px;top:319.86px;}
.zone_400{left:456.1px;top:319.86px;}
.zone_401{left:63.43px;top:319.86px;}
.zone_402{left:76.1px;top:319.86px;}
.zone_403{left:63.43px;top:333.77px;}
.zone_404{left:76.1px;top:333.77px;}
.zone_405{left:63.43px;top:347.67px;}
.zone_406{left:76.1px;top:347.67px;}
.zone_407{left:76.1px;top:361.58px;}
.zone_408{left:76.1px;top:375.49px;}
.zone_409{left:468.77px;top:319.86px;}
.zone_410{left:316.77px;top:319.86px;}
.zone_411{left:304.1px;top:333.77px;}
.zone_412{left:316.77px;top:333.77px;}
.zone_413{left:329.43px;top:333.77px;}
.zone_414{left:342.1px;top:333.77px;}
.zone_415{left:392.77px;top:333.77px;}
.zone_416{left:405.43px;top:333.77px;}
.zone_417{left:430.77px;top:333.77px;}
.zone_418{left:443.43px;top:333.77px;}
.zone_419{left:456.1px;top:333.77px;}
.zone_420{left:468.77px;top:333.77px;}
.zone_421{left:329.43px;top:347.67px;}
.zone_422{left:367.43px;top:347.67px;}
.zone_423{left:380.1px;top:347.67px;}
.zone_424{left:392.77px;top:347.67px;}
.zone_425{left:405.43px;top:347.67px;}
.zone_426{left:418.1px;top:347.67px;}
.zone_427{left:430.77px;top:347.67px;}
.zone_428{left:443.43px;top:347.67px;}
.zone_429{left:456.1px;top:347.67px;}
.zone_430{left:468.77px;top:347.67px;}
.zone_432{left:329.43px;top:361.58px;}
.zone_433{left:342.1px;top:361.58px;}
.zone_434{left:354.77px;top:361.58px;}
.zone_435{left:367.43px;top:361.58px;}
.zone_436{left:380.1px;top:361.58px;}
.zone_437{left:392.77px;top:361.58px;}
.zone_438{left:405.43px;top:361.58px;}
.zone_439{left:418.1px;top:361.58px;}
.zone_440{left:430.77px;top:361.58px;}
.zone_441{left:443.43px;top:361.58px;}
.zone_442{left:456.1px;top:361.58px;}
.zone_443{left:468.77px;top:361.58px;}
.zone_444{left:316.77px;top:375.49px;}
.zone_445{left:329.43px;top:375.49px;}
.zone_446{left:342.1px;top:375.49px;}
.zone_447{left:354.77px;top:375.49px;}
.zone_448{left:367.43px;top:375.49px;}
.zone_449{left:380.1px;top:375.49px;}
.zone_450{left:392.77px;top:375.49px;}
.zone_451{left:405.43px;top:375.49px;}
.zone_452{left:418.1px;top:375.49px;}
.zone_453{left:430.77px;top:375.49px;}
.zone_454{left:443.43px;top:375.49px;}
.zone_455{left:456.1px;top:375.49px;}
.zone_456{left:468.77px;top:375.49px;}
.zone_457{left:76.1px;top:389.4px;}
.zone_458{left:88.77px;top:389.4px;}
.zone_459{left:101.43px;top:389.4px;}
.zone_460{left:114.1px;top:389.4px;}
.zone_461{left:126.77px;top:389.4px;}
.zone_462{left:139.43px;top:389.4px;}
.zone_463{left:152.1px;top:389.4px;}
.zone_464{left:164.77px;top:389.4px;}
.zone_465{left:177.43px;top:389.4px;}
.zone_466{left:190.1px;top:389.4px;}
.zone_467{left:202.77px;top:389.4px;}
.zone_468{left:215.43px;top:389.4px;}
.zone_469{left:228.1px;top:389.4px;}
.zone_470{left:240.77px;top:389.4px;}
.zone_471{left:253.43px;top:389.4px;}
.zone_472{left:266.1px;top:389.4px;}
.zone_474{left:316.77px;top:389.4px;}
.zone_475{left:329.43px;top:389.4px;}
.zone_476{left:342.1px;top:389.4px;}
.zone_477{left:354.77px;top:389.4px;}
.zone_478{left:367.43px;top:389.4px;}
.zone_479{left:380.1px;top:389.4px;}
.zone_480{left:392.77px;top:389.4px;}
.zone_481{left:405.43px;top:389.4px;}
.zone_482{left:418.1px;top:389.4px;}
.zone_483{left:430.77px;top:389.4px;}
.zone_484{left:443.43px;top:389.4px;}
.zone_485{left:456.1px;top:389.4px;}
.zone_486{left:468.77px;top:389.4px;}
.zone_487{left:76.1px;top:403.3px;}
.zone_488{left:88.77px;top:403.3px;}
.zone_489{left:101.43px;top:403.3px;}
.zone_490{left:114.1px;top:403.3px;}
.zone_491{left:126.77px;top:403.3px;}
.zone_492{left:139.43px;top:403.3px;}
.zone_493{left:152.1px;top:403.3px;}
.zone_494{left:164.77px;top:403.3px;}
.zone_495{left:177.43px;top:403.3px;}
.zone_496{left:190.1px;top:403.3px;}
.zone_497{left:202.77px;top:403.3px;}
.zone_498{left:215.43px;top:403.3px;}
.zone_499{left:228.1px;top:403.3px;}
.zone_500{left:240.77px;top:403.3px;}
.zone_501{left:253.43px;top:403.3px;}
.zone_502{left:266.1px;top:403.3px;}
.zone_503{left:278.77px;top:403.3px;}
.zone_504{left:291.43px;top:403.3px;}
.zone_505{left:304.1px;top:403.3px;}
.zone_506{left:316.77px;top:403.3px;}
.zone_507{left:329.43px;top:403.3px;}
.zone_508{left:342.1px;top:403.3px;}
.zone_509{left:354.77px;top:403.3px;}
.zone_510{left:367.43px;top:403.3px;}
.zone_511{left:380.1px;top:403.3px;}
.zone_512{left:392.77px;top:403.3px;}
.zone_513{left:405.43px;top:403.3px;}
.zone_514{left:418.1px;top:403.3px;}
.zone_515{left:430.77px;top:403.3px;}
.zone_516{left:443.43px;top:403.3px;}
.zone_517{left:456.1px;top:403.3px;}
.zone_518{left:468.77px;top:403.3px;}
.zone_519{left:76.1px;top:417.21px;}
.zone_520{left:88.77px;top:417.21px;}
.zone_521{left:101.43px;top:417.21px;}
.zone_522{left:114.1px;top:417.21px;}
.zone_523{left:126.77px;top:417.21px;}
.zone_524{left:139.43px;top:417.21px;}
.zone_525{left:152.1px;top:417.21px;}
.zone_526{left:164.77px;top:417.21px;}
.zone_527{left:177.43px;top:417.21px;}
.zone_528{left:190.1px;top:417.21px;}
.zone_529{left:202.77px;top:417.21px;}
.zone_530{left:215.43px;top:417.21px;}
.zone_531{left:228.1px;top:417.21px;}
.zone_532{left:240.77px;top:417.21px;}
.zone_533{left:253.43px;top:417.21px;}
.zone_534{left:266.1px;top:417.21px;}
.zone_535{left:278.77px;top:417.21px;}
.zone_536{left:291.43px;top:417.21px;}
.zone_537{left:304.1px;top:417.21px;}
.zone_538{left:316.77px;top:417.21px;}
.zone_539{left:329.43px;top:417.21px;}
.zone_540{left:342.1px;top:417.21px;}
.zone_541{left:354.77px;top:417.21px;}
.zone_542{left:367.43px;top:417.21px;}
.zone_543{left:380.1px;top:417.21px;}
.zone_544{left:392.77px;top:417.21px;}
.zone_545{left:405.43px;top:417.21px;}
.zone_546{left:418.1px;top:417.21px;}
.zone_547{left:430.77px;top:417.21px;}
.zone_548{left:443.43px;top:417.21px;}
.zone_549{left:456.1px;top:417.21px;}
.zone_550{left:468.77px;top:417.21px;}
.zone_551{left:76.1px;top:431.12px;}
.zone_552{left:88.77px;top:431.12px;}
.zone_553{left:101.43px;top:431.12px;}
.zone_554{left:114.1px;top:431.12px;}
.zone_555{left:126.77px;top:431.12px;}
.zone_556{left:139.43px;top:431.12px;}
.zone_557{left:152.1px;top:431.12px;}
.zone_558{left:164.77px;top:431.12px;}
.zone_559{left:177.43px;top:431.12px;}
.zone_560{left:190.1px;top:431.12px;}
.zone_561{left:202.77px;top:431.12px;}
.zone_562{left:215.43px;top:431.12px;}
.zone_563{left:228.1px;top:431.12px;}
.zone_564{left:240.77px;top:431.12px;}
.zone_565{left:253.43px;top:431.12px;}
.zone_566{left:266.1px;top:431.12px;}
.zone_567{left:278.77px;top:431.12px;}
.zone_568{left:291.43px;top:431.12px;}
.zone_569{left:304.1px;top:431.12px;}
.zone_570{left:316.77px;top:431.12px;}
.zone_571{left:329.43px;top:431.12px;}
.zone_572{left:342.1px;top:431.12px;}
.zone_573{left:354.77px;top:431.12px;}
.zone_574{left:367.43px;top:431.12px;}
.zone_575{left:380.1px;top:431.12px;}
.zone_576{left:392.77px;top:431.12px;}
.zone_577{left:405.43px;top:431.12px;}
.zone_578{left:418.1px;top:431.12px;}
.zone_579{left:430.77px;top:431.12px;}
.zone_580{left:443.43px;top:431.12px;}
.zone_581{left:456.1px;top:431.12px;}
.zone_582{left:468.77px;top:431.12px;}
.zone_583{left:405.43px;top:445.02px;}
.zone_584{left:418.1px;top:445.02px;}
.zone_585{left:430.77px;top:445.02px;}
.zone_586{left:443.43px;top:445.02px;}
.zone_587{left:456.1px;top:445.02px;}
.zone_588{left:468.77px;top:445.02px;}
.zone_589{left:405.43px;top:458.93px;}
.zone_590{left:418.1px;top:458.93px;}
.zone_591{left:430.77px;top:458.93px;}
.zone_592{left:443.43px;top:458.93px;}
.zone_593{left:456.1px;top:458.93px;}
.zone_594{left:468.77px;top:458.93px;}
.zone_595{left:405.43px;top:472.84px;}
.zone_596{left:418.1px;top:472.84px;}
.zone_597{left:430.77px;top:472.84px;}
.zone_598{left:443.43px;top:472.84px;}
.zone_599{left:456.1px;top:472.84px;}
.zone_600{left:468.77px;top:472.84px;}
.zone_601{left:50.77px;top:417.21px;}
.zone_602{left:63.43px;top:417.21px;}
.zone_603{left:50.77px;top:431.12px;}
.zone_604{left:63.43px;top:431.12px;}
.zone_605{left:76.1px;top:445.02px;}
.zone_606{left:88.77px;top:445.02px;}
.zone_607{left:101.43px;top:445.02px;}
.zone_608{left:114.1px;top:445.02px;}
.zone_609{left:126.77px;top:445.02px;}
.zone_610{left:139.43px;top:445.02px;}
.zone_615{left:76.1px;top:458.93px;}
.zone_616{left:88.77px;top:458.93px;}
.zone_617{left:101.43px;top:458.93px;}
.zone_618{left:114.1px;top:458.93px;}
.zone_619{left:126.77px;top:458.93px;}
.zone_620{left:139.43px;top:458.93px;}
.zone_624{left:63.43px;top:472.84px;}
.zone_625{left:76.1px;top:472.84px;}
.zone_626{left:88.77px;top:472.84px;}
.zone_627{left:101.43px;top:472.84px;}
.zone_628{left:114.1px;top:472.84px;}
.zone_629{left:126.77px;top:472.84px;}
.zone_630{left:139.43px;top:472.84px;}
.zone_633{left:50.77px;top:486.74px;}
.zone_634{left:63.43px;top:486.74px;}
.zone_635{left:76.1px;top:486.74px;}
.zone_636{left:88.77px;top:486.74px;}
.zone_637{left:101.43px;top:486.74px;}
.zone_638{left:114.1px;top:486.74px;}
.zone_639{left:126.77px;top:486.74px;}
.zone_640{left:139.43px;top:486.74px;}
.zone_642{left:38.1px;top:500.65px;}
.zone_643{left:50.77px;top:500.65px;}
.zone_644{left:63.43px;top:500.65px;}
.zone_645{left:76.1px;top:500.65px;}
.zone_646{left:88.77px;top:500.65px;}
.zone_647{left:101.43px;top:500.65px;}
.zone_648{left:114.1px;top:500.65px;}
.zone_649{left:126.77px;top:500.65px;}
.zone_650{left:139.43px;top:500.65px;}
.zone_651{left:25.43px;top:514.56px;}
.zone_652{left:38.1px;top:514.56px;}
.zone_653{left:50.77px;top:514.56px;}
.zone_654{left:63.43px;top:514.56px;}
.zone_655{left:76.1px;top:514.56px;}
.zone_656{left:88.77px;top:514.56px;}
.zone_657{left:101.43px;top:514.56px;}
.zone_658{left:114.1px;top:514.56px;}
.zone_659{left:126.77px;top:514.56px;}
.zone_660{left:139.43px;top:514.56px;}
.zone_661{left:25.43px;top:528.47px;}
.zone_662{left:38.1px;top:528.47px;}
.zone_663{left:50.77px;top:528.47px;}
.zone_664{left:63.43px;top:528.47px;}
.zone_665{left:76.1px;top:528.47px;}
.zone_666{left:88.77px;top:528.47px;}
.zone_667{left:101.43px;top:528.47px;}
.zone_668{left:114.1px;top:528.47px;}
.zone_669{left:126.77px;top:528.47px;}
.zone_670{left:139.43px;top:528.47px;}
.zone_671{left:25.43px;top:542.37px;}
.zone_672{left:38.1px;top:542.37px;}
.zone_673{left:50.77px;top:542.37px;}
.zone_674{left:63.43px;top:542.37px;}
.zone_675{left:76.1px;top:542.37px;}
.zone_676{left:88.77px;top:542.37px;}
.zone_677{left:101.43px;top:542.37px;}
.zone_678{left:114.1px;top:542.37px;}
.zone_679{left:126.77px;top:542.37px;}
.zone_680{left:139.43px;top:542.37px;}
.zone_681{left:25.43px;top:556.28px;}
.zone_682{left:38.1px;top:556.28px;}
.zone_683{left:50.77px;top:556.28px;}
.zone_684{left:63.43px;top:556.28px;}
.zone_685{left:76.1px;top:556.28px;}
.zone_686{left:88.77px;top:556.28px;}
.zone_687{left:101.43px;top:556.28px;}
.zone_688{left:114.1px;top:556.28px;}
.zone_689{left:126.77px;top:556.28px;}
.zone_690{left:139.43px;top:556.28px;}
.zone_691{left:25.43px;top:570.19px;}
.zone_692{left:38.1px;top:570.19px;}
.zone_693{left:50.77px;top:570.19px;}
.zone_694{left:63.43px;top:570.19px;}
.zone_695{left:76.1px;top:570.19px;}
.zone_696{left:88.77px;top:570.19px;}
.zone_697{left:101.43px;top:570.19px;}
.zone_698{left:114.1px;top:570.19px;}
.zone_699{left:126.77px;top:570.19px;}
.zone_700{left:139.43px;top:570.19px;}
.zone_701{left:152.1px;top:445.02px;}
.zone_702{left:164.77px;top:445.02px;}
.zone_703{left:177.43px;top:445.02px;}
.zone_704{left:190.1px;top:445.02px;}
.zone_705{left:202.77px;top:445.02px;}
.zone_706{left:215.43px;top:445.02px;}
.zone_707{left:228.1px;top:445.02px;}
.zone_708{left:240.77px;top:445.02px;}
.zone_709{left:253.43px;top:445.02px;}
.zone_710{left:266.1px;top:445.02px;}
.zone_711{left:152.1px;top:458.93px;}
.zone_712{left:164.77px;top:458.93px;}
.zone_713{left:177.43px;top:458.93px;}
.zone_714{left:190.1px;top:458.93px;}
.zone_715{left:202.77px;top:458.93px;}
.zone_716{left:215.43px;top:458.93px;}
.zone_717{left:228.1px;top:458.93px;}
.zone_718{left:240.77px;top:458.93px;}
.zone_719{left:253.43px;top:458.93px;}
.zone_720{left:266.1px;top:458.93px;}
.zone_721{left:152.1px;top:472.84px;}
.zone_722{left:164.77px;top:472.84px;}
.zone_723{left:177.43px;top:472.84px;}
.zone_724{left:190.1px;top:472.84px;}
.zone_725{left:202.77px;top:472.84px;}
.zone_726{left:215.43px;top:472.84px;}
.zone_727{left:228.1px;top:472.84px;}
.zone_728{left:240.77px;top:472.84px;}
.zone_729{left:253.43px;top:472.84px;}
.zone_730{left:266.1px;top:472.84px;}
.zone_731{left:152.1px;top:486.74px;}
.zone_732{left:164.77px;top:486.74px;}
.zone_733{left:177.43px;top:486.74px;}
.zone_734{left:190.1px;top:486.74px;}
.zone_735{left:202.77px;top:486.74px;}
.zone_736{left:215.43px;top:486.74px;}
.zone_737{left:228.1px;top:486.74px;}
.zone_738{left:240.77px;top:486.74px;}
.zone_739{left:253.43px;top:486.74px;}
.zone_740{left:266.1px;top:486.74px;}
.zone_741{left:152.1px;top:500.65px;}
.zone_742{left:164.77px;top:500.65px;}
.zone_743{left:177.43px;top:500.65px;}
.zone_744{left:190.1px;top:500.65px;}
.zone_745{left:202.77px;top:500.65px;}
.zone_746{left:215.43px;top:500.65px;}
.zone_747{left:228.1px;top:500.65px;}
.zone_748{left:240.77px;top:500.65px;}
.zone_749{left:253.43px;top:500.65px;}
.zone_750{left:266.1px;top:500.65px;}
.zone_751{left:152.1px;top:514.56px;}
.zone_752{left:164.77px;top:514.56px;}
.zone_753{left:177.43px;top:514.56px;}
.zone_754{left:190.1px;top:514.56px;}
.zone_755{left:202.77px;top:514.56px;}
.zone_756{left:215.43px;top:514.56px;}
.zone_757{left:228.1px;top:514.56px;}
.zone_758{left:240.77px;top:514.56px;}
.zone_759{left:253.43px;top:514.56px;}
.zone_760{left:266.1px;top:514.56px;}
.zone_761{left:152.1px;top:528.47px;}
.zone_762{left:164.77px;top:528.47px;}
.zone_763{left:177.43px;top:528.47px;}
.zone_764{left:190.1px;top:528.47px;}
.zone_765{left:202.77px;top:528.47px;}
.zone_766{left:215.43px;top:528.47px;}
.zone_767{left:228.1px;top:528.47px;}
.zone_768{left:240.77px;top:528.47px;}
.zone_769{left:253.43px;top:528.47px;}
.zone_770{left:266.1px;top:528.47px;}
.zone_771{left:152.1px;top:542.37px;}
.zone_772{left:164.77px;top:542.37px;}
.zone_773{left:177.43px;top:542.37px;}
.zone_774{left:190.1px;top:542.37px;}
.zone_775{left:202.77px;top:542.37px;}
.zone_776{left:215.43px;top:542.37px;}
.zone_777{left:228.1px;top:542.37px;}
.zone_778{left:240.77px;top:542.37px;}
.zone_779{left:253.43px;top:542.37px;}
.zone_780{left:266.1px;top:542.37px;}
.zone_781{left:152.1px;top:556.28px;}
.zone_782{left:164.77px;top:556.28px;}
.zone_783{left:177.43px;top:556.28px;}
.zone_784{left:190.1px;top:556.28px;}
.zone_785{left:202.77px;top:556.28px;}
.zone_786{left:215.43px;top:556.28px;}
.zone_787{left:228.1px;top:556.28px;}
.zone_788{left:240.77px;top:556.28px;}
.zone_789{left:253.43px;top:556.28px;}
.zone_790{left:266.1px;top:556.28px;}
.zone_791{left:152.1px;top:570.19px;}
.zone_792{left:164.77px;top:570.19px;}
.zone_793{left:177.43px;top:570.19px;}
.zone_794{left:190.1px;top:570.19px;}
.zone_795{left:202.77px;top:570.19px;}
.zone_796{left:215.43px;top:570.19px;}
.zone_797{left:228.1px;top:570.19px;}
.zone_798{left:240.77px;top:570.19px;}
.zone_799{left:253.43px;top:570.19px;}
.zone_800{left:266.1px;top:570.19px;}
.zone_801{left:278.77px;top:445.02px;}
.zone_802{left:291.43px;top:445.02px;}
.zone_803{left:304.1px;top:445.02px;}
.zone_804{left:316.77px;top:445.02px;}
.zone_805{left:329.43px;top:445.02px;}
.zone_806{left:342.1px;top:445.02px;}
.zone_807{left:354.77px;top:445.02px;}
.zone_808{left:367.43px;top:445.02px;}
.zone_809{left:380.1px;top:445.02px;}
.zone_810{left:392.77px;top:445.02px;}
.zone_811{left:278.77px;top:458.93px;}
.zone_812{left:291.43px;top:458.93px;}
.zone_813{left:304.1px;top:458.93px;}
.zone_814{left:316.77px;top:458.93px;}
.zone_815{left:329.43px;top:458.93px;}
.zone_816{left:342.1px;top:458.93px;}
.zone_817{left:354.77px;top:458.93px;}
.zone_818{left:367.43px;top:458.93px;}
.zone_819{left:380.1px;top:458.93px;}
.zone_820{left:392.77px;top:458.93px;}
.zone_821{left:278.77px;top:472.84px;}
.zone_822{left:291.43px;top:472.84px;}
.zone_823{left:304.1px;top:472.84px;}
.zone_824{left:316.77px;top:472.84px;}
.zone_825{left:329.43px;top:472.84px;}
.zone_826{left:342.1px;top:472.84px;}
.zone_827{left:354.77px;top:472.84px;}
.zone_828{left:367.43px;top:472.84px;}
.zone_829{left:380.1px;top:472.84px;}
.zone_830{left:392.77px;top:472.84px;}
.zone_831{left:278.77px;top:486.74px;}
.zone_832{left:291.43px;top:486.74px;}
.zone_833{left:304.1px;top:486.74px;}
.zone_834{left:316.77px;top:486.74px;}
.zone_835{left:329.43px;top:486.74px;}
.zone_836{left:342.1px;top:486.74px;}
.zone_837{left:354.77px;top:486.74px;}
.zone_838{left:367.43px;top:486.74px;}
.zone_839{left:380.1px;top:486.74px;}
.zone_840{left:392.77px;top:486.74px;}
.zone_841{left:278.77px;top:500.65px;}
.zone_842{left:291.43px;top:500.65px;}
.zone_843{left:304.1px;top:500.65px;}
.zone_844{left:316.77px;top:500.65px;}
.zone_845{left:329.43px;top:500.65px;}
.zone_846{left:342.1px;top:500.65px;}
.zone_847{left:354.77px;top:500.65px;}
.zone_848{left:367.43px;top:500.65px;}
.zone_849{left:380.1px;top:500.65px;}
.zone_850{left:392.77px;top:500.65px;}
.zone_851{left:278.77px;top:514.56px;}
.zone_852{left:291.43px;top:514.56px;}
.zone_853{left:304.1px;top:514.56px;}
.zone_854{left:316.77px;top:514.56px;}
.zone_855{left:329.43px;top:514.56px;}
.zone_856{left:342.1px;top:514.56px;}
.zone_857{left:354.77px;top:514.56px;}
.zone_858{left:367.43px;top:514.56px;}
.zone_859{left:380.1px;top:514.56px;}
.zone_860{left:392.77px;top:514.56px;}
.zone_861{left:278.77px;top:528.47px;}
.zone_862{left:291.43px;top:528.47px;}
.zone_863{left:304.1px;top:528.47px;}
.zone_864{left:316.77px;top:528.47px;}
.zone_865{left:329.43px;top:528.47px;}
.zone_866{left:342.1px;top:528.47px;}
.zone_867{left:354.77px;top:528.47px;}
.zone_868{left:367.43px;top:528.47px;}
.zone_869{left:380.1px;top:528.47px;}
.zone_870{left:392.77px;top:528.47px;}
.zone_871{left:278.77px;top:542.37px;}
.zone_872{left:291.43px;top:542.37px;}
.zone_873{left:304.1px;top:542.37px;}
.zone_874{left:316.77px;top:542.37px;}
.zone_875{left:329.43px;top:542.37px;}
.zone_876{left:342.1px;top:542.37px;}
.zone_877{left:354.77px;top:542.37px;}
.zone_878{left:367.43px;top:542.37px;}
.zone_879{left:380.1px;top:542.37px;}
.zone_880{left:392.77px;top:542.37px;}
.zone_881{left:278.77px;top:556.28px;}
.zone_882{left:291.43px;top:556.28px;}
.zone_883{left:304.1px;top:556.28px;}
.zone_884{left:316.77px;top:556.28px;}
.zone_885{left:329.43px;top:556.28px;}
.zone_886{left:342.1px;top:556.28px;}
.zone_887{left:354.77px;top:556.28px;}
.zone_888{left:367.43px;top:556.28px;}
.zone_889{left:380.1px;top:556.28px;}
.zone_890{left:392.77px;top:556.28px;}
.zone_891{left:278.77px;top:570.19px;}
.zone_892{left:291.43px;top:570.19px;}
.zone_893{left:304.1px;top:570.19px;}
.zone_894{left:316.77px;top:570.19px;}
.zone_895{left:329.43px;top:570.19px;}
.zone_896{left:342.1px;top:570.19px;}
.zone_897{left:354.77px;top:570.19px;}
.zone_898{left:367.43px;top:570.19px;}
.zone_899{left:380.1px;top:570.19px;}
.zone_900{left:392.77px;top:570.19px;}
.zone_901{left:380.1px;top:278.14px;}
.zone_902{left:392.77px;top:278.14px;}
.zone_903{left:405.43px;top:278.14px;}
.zone_904{left:418.1px;top:278.14px;}
.zone_905{left:380.1px;top:264.23px;}
.zone_906{left:392.77px;top:264.23px;}
.zone_907{left:405.43px;top:264.23px;}
.zone_908{left:418.1px;top:264.23px;}
.zone_909{left:430.77px;top:264.23px;}
.zone_910{left:380.1px;top:250.33px;}
.zone_911{left:392.77px;top:250.33px;}
.zone_912{left:405.43px;top:250.33px;}
.zone_913{left:418.1px;top:250.33px;}
.zone_914{left:430.77px;top:250.33px;}
.zone_915{left:443.43px;top:250.33px;}
.zone_916{left:380.1px;top:236.42px;}
.zone_917{left:392.77px;top:236.42px;}
.zone_918{left:405.43px;top:236.42px;}
.zone_919{left:418.1px;top:236.42px;}
.zone_920{left:430.77px;top:236.42px;}
.zone_921{left:443.43px;top:236.42px;}
.zone_922{left:456.1px;top:236.42px;}
.zone_923{left:468.77px;top:236.42px;}
.zone_924{left:380.1px;top:222.51px;}
.zone_925{left:392.77px;top:222.51px;}
.zone_926{left:405.43px;top:222.51px;}
.zone_927{left:418.1px;top:222.51px;}
.zone_928{left:430.77px;top:222.51px;}
.zone_929{left:443.43px;top:222.51px;}
.zone_930{left:456.1px;top:222.51px;}
.zone_931{left:468.77px;top:222.51px;}
.zone_932{left:380.1px;top:208.6px;}
.zone_933{left:392.77px;top:208.6px;}
.zone_934{left:405.43px;top:208.6px;}
.zone_935{left:418.1px;top:208.6px;}
.zone_936{left:430.77px;top:208.6px;}
.zone_937{left:443.43px;top:208.6px;}
.zone_938{left:456.1px;top:208.6px;}
.zone_939{left:468.77px;top:208.6px;}
.zone_940{left:380.1px;top:194.7px;}
.zone_941{left:392.77px;top:194.7px;}
.zone_942{left:405.43px;top:194.7px;}
.zone_943{left:418.1px;top:194.7px;}
.zone_944{left:430.77px;top:194.7px;}
.zone_945{left:443.43px;top:194.7px;}
.zone_946{left:456.1px;top:194.7px;}
.zone_947{left:468.77px;top:194.7px;}
.zone_948{left:380.1px;top:180.79px;}
.zone_949{left:392.77px;top:180.79px;}
.zone_950{left:405.43px;top:180.79px;}
.zone_951{left:418.1px;top:180.79px;}
.zone_952{left:430.77px;top:180.79px;}
.zone_953{left:443.43px;top:180.79px;}
.zone_954{left:456.1px;top:180.79px;}
.zone_955{left:468.77px;top:180.79px;}
.zone_956{left:380.1px;top:166.88px;}
.zone_957{left:392.77px;top:166.88px;}
.zone_958{left:405.43px;top:166.88px;}
.zone_959{left:418.1px;top:166.88px;}
.zone_960{left:430.77px;top:166.88px;}
.zone_961{left:443.43px;top:166.88px;}
.zone_962{left:456.1px;top:166.88px;}
.zone_963{left:468.77px;top:166.88px;}
.zone_964{left:380.1px;top:152.98px;}
.zone_965{left:392.77px;top:152.98px;}
.zone_966{left:405.43px;top:152.98px;}
.zone_967{left:418.1px;top:152.98px;}
.zone_968{left:430.77px;top:152.98px;}
.zone_969{left:443.43px;top:152.98px;}
.zone_970{left:456.1px;top:152.98px;}
.zone_971{left:468.77px;top:152.98px;}
.zone_972{left:380.1px;top:139.07px;}
.zone_973{left:392.77px;top:139.07px;}
.zone_974{left:405.43px;top:139.07px;}
.zone_975{left:418.1px;top:139.07px;}
.zone_976{left:430.77px;top:139.07px;}
.zone_977{left:443.43px;top:139.07px;}
.zone_978{left:456.1px;top:139.07px;}
.zone_979{left:468.77px;top:139.07px;}
.zone_980{left:380.1px;top:125.16px;}
.zone_981{left:392.77px;top:125.16px;}
.zone_982{left:405.43px;top:125.16px;}
.zone_983{left:418.1px;top:125.16px;}
.zone_984{left:430.77px;top:125.16px;}
.zone_985{left:443.43px;top:125.16px;}
.zone_986{left:456.1px;top:125.16px;}
.zone_987{left:468.77px;top:125.16px;}
.zone_988{left:380.1px;top:111.26px;}
.zone_989{left:392.77px;top:111.26px;}
.zone_990{left:405.43px;top:111.26px;}
.zone_991{left:418.1px;top:111.26px;}
.zone_992{left:430.77px;top:111.26px;}
.zone_993{left:443.43px;top:111.26px;}
.zone_994{left:456.1px;top:111.26px;}
.zone_995{left:468.77px;top:111.26px;}
.zone_996{left:380.1px;top:97.35px;}
.zone_997{left:392.77px;top:97.35px;}
.zone_998{left:405.43px;top:97.35px;}
.zone_999{left:418.1px;top:97.35px;}
.zone_1000{left:430.77px;top:97.35px;}
.zone_1001{left:443.43px;top:97.35px;}
.zone_1002{left:456.1px;top:97.35px;}
.zone_1003{left:468.77px;top:97.35px;}
.zone_1004{left:380.1px;top:83.44px;}
.zone_1005{left:392.77px;top:83.44px;}
.zone_1006{left:405.43px;top:83.44px;}
.zone_1007{left:418.1px;top:83.44px;}
.zone_1008{left:430.77px;top:83.44px;}
.zone_1009{left:443.43px;top:83.44px;}
.zone_1010{left:456.1px;top:83.44px;}
.zone_1011{left:468.77px;top:83.44px;}
.zone_1237{left:481.43px;top:83.44px;}
.zone_1238{left:494.1px;top:83.44px;}
.zone_1239{left:506.77px;top:83.44px;}
.zone_1240{left:519.43px;top:83.44px;}
.zone_1247{left:481.43px;top:97.35px;}
.zone_1248{left:494.1px;top:97.35px;}
.zone_1249{left:506.77px;top:97.35px;}
.zone_1250{left:519.43px;top:97.35px;}
.zone_1261{left:481.43px;top:111.26px;}
.zone_1262{left:494.1px;top:111.26px;}
.zone_1263{left:506.77px;top:111.26px;}
.zone_1264{left:519.43px;top:111.26px;}
.zone_1275{left:481.43px;top:125.16px;}
.zone_1276{left:494.1px;top:125.16px;}
.zone_1277{left:506.77px;top:125.16px;}
.zone_1278{left:519.43px;top:125.16px;}
.zone_1289{left:481.43px;top:139.07px;}
.zone_1290{left:494.1px;top:139.07px;}
.zone_1291{left:506.77px;top:139.07px;}
.zone_1292{left:519.43px;top:139.07px;}
.zone_1303{left:481.43px;top:152.98px;}
.zone_1304{left:494.1px;top:152.98px;}
.zone_1305{left:506.77px;top:152.98px;}
.zone_1306{left:519.43px;top:152.98px;}
.zone_1314{left:481.43px;top:166.88px;}
.zone_1315{left:494.1px;top:166.88px;}
.zone_1316{left:506.77px;top:166.88px;}
.zone_1317{left:519.43px;top:166.88px;}
.zone_1325{left:481.43px;top:180.79px;}
.zone_1326{left:494.1px;top:180.79px;}
.zone_1327{left:506.77px;top:180.79px;}
.zone_1328{left:519.43px;top:180.79px;}
.zone_1336{left:481.43px;top:194.7px;}
.zone_1337{left:494.1px;top:194.7px;}
.zone_1338{left:506.77px;top:194.7px;}
.zone_1339{left:519.43px;top:194.7px;}
.zone_1347{left:481.43px;top:208.6px;}
.zone_1348{left:494.1px;top:208.6px;}
.zone_1349{left:506.77px;top:208.6px;}
.zone_1358{left:481.43px;top:222.51px;}
.zone_1359{left:494.1px;top:222.51px;}
.zone_1368{left:481.43px;top:236.42px;}
.zone_1420{left:506.77px;top:305.95px;}
.zone_1421{left:519.43px;top:305.95px;}
.zone_1432{left:481.43px;top:319.86px;}
.zone_1433{left:494.1px;top:319.86px;}
.zone_1434{left:506.77px;top:319.86px;}
.zone_1435{left:519.43px;top:319.86px;}
.zone_1446{left:481.43px;top:333.77px;}
.zone_1447{left:494.1px;top:333.77px;}
.zone_1448{left:506.77px;top:333.77px;}
.zone_1449{left:519.43px;top:333.77px;}
.zone_1460{left:481.43px;top:347.67px;}
.zone_1461{left:494.1px;top:347.67px;}
.zone_1462{left:506.77px;top:347.67px;}
.zone_1463{left:519.43px;top:347.67px;}
.zone_1474{left:481.43px;top:361.58px;}
.zone_1475{left:494.1px;top:361.58px;}
.zone_1476{left:506.77px;top:361.58px;}
.zone_1477{left:519.43px;top:361.58px;}
.zone_1488{left:481.43px;top:375.49px;}
.zone_1489{left:494.1px;top:375.49px;}
.zone_1490{left:506.77px;top:375.49px;}
.zone_1491{left:519.43px;top:375.49px;}
.zone_1502{left:481.43px;top:389.4px;}
.zone_1503{left:494.1px;top:389.4px;}
.zone_1504{left:506.77px;top:389.4px;}
.zone_1505{left:519.43px;top:389.4px;}
.zone_1516{left:481.43px;top:403.3px;}
.zone_1517{left:494.1px;top:403.3px;}
.zone_1518{left:506.77px;top:403.3px;}
.zone_1519{left:519.43px;top:403.3px;}
.zone_1530{left:481.43px;top:417.21px;}
.zone_1531{left:494.1px;top:417.21px;}
.zone_1532{left:506.77px;top:417.21px;}
.zone_1533{left:519.43px;top:417.21px;}
.zone_1544{left:481.43px;top:431.12px;}
.zone_1545{left:494.1px;top:431.12px;}
.zone_1546{left:506.77px;top:431.12px;}
.zone_1547{left:519.43px;top:431.12px;}
.zone_1558{left:481.43px;top:445.02px;}
.zone_1559{left:494.1px;top:445.02px;}
.zone_1560{left:506.77px;top:445.02px;}
.zone_1561{left:519.43px;top:445.02px;}
.zone_1572{left:481.43px;top:458.93px;}
.zone_1573{left:494.1px;top:458.93px;}
.zone_1574{left:506.77px;top:458.93px;}
.zone_1575{left:519.43px;top:458.93px;}
.zone_1586{left:481.43px;top:472.84px;}
.zone_1587{left:494.1px;top:472.84px;}
.zone_1588{left:506.77px;top:472.84px;}
.zone_1589{left:519.43px;top:472.84px;}
.zone_1600{left:481.43px;top:486.74px;}
.zone_1601{left:494.1px;top:486.74px;}
.zone_1602{left:506.77px;top:486.74px;}
.zone_1603{left:519.43px;top:486.74px;}
.zone_1614{left:481.43px;top:500.65px;}
.zone_1615{left:494.1px;top:500.65px;}
.zone_1616{left:506.77px;top:500.65px;}
.zone_1617{left:519.43px;top:500.65px;}
.zone_1628{left:481.43px;top:514.56px;}
.zone_1629{left:494.1px;top:514.56px;}
.zone_1630{left:506.77px;top:514.56px;}
.zone_1631{left:519.43px;top:514.56px;}
.zone_1642{left:481.43px;top:528.47px;}
.zone_1643{left:494.1px;top:528.47px;}
.zone_1644{left:506.77px;top:528.47px;}
.zone_1645{left:519.43px;top:528.47px;}
.zone_1656{left:481.43px;top:542.37px;}
.zone_1657{left:494.1px;top:542.37px;}
.zone_1658{left:506.77px;top:542.37px;}
.zone_1659{left:519.43px;top:542.37px;}
.zone_1670{left:481.43px;top:556.28px;}
.zone_1671{left:494.1px;top:556.28px;}
.zone_1672{left:506.77px;top:556.28px;}
.zone_1673{left:519.43px;top:556.28px;}
.zone_1684{left:481.43px;top:570.19px;}
.zone_1685{left:494.1px;top:570.19px;}
.zone_1686{left:506.77px;top:570.19px;}
.zone_1687{left:519.43px;top:570.19px;}
.zone_5021{left:215.43px;top:152.98px;}
.zone_5022{left:228.1px;top:152.98px;}
.zone_5029{left:202.77px;top:166.88px;}
.zone_5038{left:202.77px;top:180.79px;}
.zone_5047{left:215.43px;top:194.7px;}
.zone_5055{left:228.1px;top:208.6px;}
.zone_5087{left:253.43px;top:278.14px;}
.zone_5097{left:215.43px;top:292.05px;}
.zone_5098{left:228.1px;top:292.05px;}
.zone_5099{left:240.77px;top:292.05px;}
.zone_5118{left:139.43px;top:166.88px;}
.zone_5124{left:152.1px;top:166.88px;}
.zone_5130{left:152.1px;top:194.7px;}
.zone_5131{left:164.77px;top:194.7px;}
.zone_5137{left:152.1px;top:208.6px;}
.zone_5138{left:164.77px;top:208.6px;}
.zone_5146{left:177.43px;top:222.51px;}
.zone_5147{left:190.1px;top:222.51px;}
.zone_5154{left:190.1px;top:236.42px;}
.zone_5164{left:190.1px;top:250.33px;}
.zone_5174{left:190.1px;top:264.23px;}
.zone_5184{left:190.1px;top:278.14px;}
.zone_5213{left:190.1px;top:305.95px;}
.zone_5214{left:202.77px;top:305.95px;}
.zone_6003{left:63.43px;top:125.16px;}
.zone_6005{left:12.77px;top:152.98px;}
.zone_6058{left:0.1px;top:292.05px;}
.zone_6062{left:0.1px;top:305.95px;}
.zone_6066{left:12.77px;top:319.86px;}
.zone_6076{left:25.43px;top:375.49px;}
.zone_6077{left:38.1px;top:375.49px;}
.zone_6116{left:88.77px;top:166.88px;}
.zone_6119{left:76.1px;top:180.79px;}
.zone_6137{left:50.77px;top:236.42px;}
.zone_6138{left:63.43px;top:236.42px;}
.zone_6139{left:76.1px;top:236.42px;}
.zone_6154{left:38.1px;top:250.33px;}
.zone_6155{left:50.77px;top:250.33px;}
.zone_6454{left:25.43px;top:389.4px;}
.zone_6455{left:38.1px;top:389.4px;}
.zone_6456{left:50.77px;top:389.4px;}
.zone_6457{left:63.43px;top:389.4px;}
.zone_6486{left:50.77px;top:403.3px;}
.zone_6487{left:63.43px;top:403.3px;}
.zone_6601{left:38.1px;top:417.21px;}
.zone_6602{left:25.43px;top:431.12px;}
.zone_6603{left:38.1px;top:431.12px;}
.zone_6604{left:50.77px;top:445.02px;}
.zone_6605{left:63.43px;top:445.02px;}
.zone_6614{left:50.77px;top:458.93px;}
.zone_6615{left:63.43px;top:458.93px;}
.zone_6624{left:50.77px;top:472.84px;}
.zone_6642{left:38.1px;top:486.74px;}
.zone_6660{left:12.77px;top:528.47px;}
.zone_6670{left:12.77px;top:542.37px;}
.zone_6680{left:0.1px;top:556.28px;}
.zone_6681{left:12.77px;top:556.28px;}
.zone_6690{left:0.1px;top:570.19px;}
.zone_6691{left:12.77px;top:570.19px;}
.zone_6901{left:38.1px;top:139.07px;}
.zone_6902{left:50.77px;top:139.07px;}
.zone_6903{left:63.43px;top:139.07px;}
.zone_6904{left:76.1px;top:139.07px;}
.zone_6905{left:25.43px;top:152.98px;}
.zone_6906{left:38.1px;top:152.98px;}
.zone_6907{left:50.77px;top:152.98px;}
.zone_6908{left:63.43px;top:152.98px;}
.zone_6909{left:76.1px;top:152.98px;}
.zone_6910{left:0.1px;top:166.88px;}
.zone_6911{left:12.77px;top:166.88px;}
.zone_6912{left:25.43px;top:166.88px;}
.zone_6913{left:38.1px;top:166.88px;}
.zone_6914{left:50.77px;top:166.88px;}
.zone_6915{left:63.43px;top:166.88px;}
.zone_6918{left:0.1px;top:180.79px;}
.zone_6919{left:12.77px;top:180.79px;}
.zone_6920{left:25.43px;top:180.79px;}
.zone_6921{left:38.1px;top:180.79px;}
.zone_6922{left:50.77px;top:180.79px;}
.zone_6923{left:63.43px;top:180.79px;}
.zone_6928{left:0.1px;top:194.7px;}
.zone_6929{left:12.77px;top:194.7px;}
.zone_6930{left:25.43px;top:194.7px;}
.zone_6931{left:38.1px;top:194.7px;}
.zone_6932{left:50.77px;top:194.7px;}
.zone_6933{left:63.43px;top:194.7px;}
.zone_6937{left:0.1px;top:208.6px;}
.zone_6938{left:12.77px;top:208.6px;}
.zone_6939{left:25.43px;top:208.6px;}
.zone_6940{left:38.1px;top:208.6px;}
.zone_6941{left:50.77px;top:208.6px;}
.zone_6943{left:0.1px;top:222.51px;}
.zone_6944{left:12.77px;top:222.51px;}
.zone_6945{left:25.43px;top:222.51px;}
.zone_6946{left:38.1px;top:222.51px;}
.zone_6947{left:50.77px;top:222.51px;}
.zone_6948{left:0.1px;top:236.42px;}
.zone_6949{left:12.77px;top:236.42px;}
.zone_6950{left:25.43px;top:236.42px;}
.zone_6951{left:25.43px;top:264.23px;}
.zone_6952{left:38.1px;top:264.23px;}
.zone_6953{left:50.77px;top:264.23px;}
.zone_6954{left:12.77px;top:278.14px;}
.zone_6955{left:25.43px;top:278.14px;}
.zone_6956{left:38.1px;top:278.14px;}
.zone_6957{left:50.77px;top:278.14px;}
.zone_6958{left:12.77px;top:292.05px;}
.zone_6959{left:25.43px;top:292.05px;}
.zone_6960{left:38.1px;top:292.05px;}
.zone_6961{left:50.77px;top:292.05px;}
.zone_6962{left:12.77px;top:305.95px;}
.zone_6963{left:25.43px;top:305.95px;}
.zone_6964{left:38.1px;top:305.95px;}
.zone_6965{left:50.77px;top:305.95px;}
.zone_6966{left:25.43px;top:319.86px;}
.zone_6967{left:38.1px;top:319.86px;}
.zone_6968{left:50.77px;top:319.86px;}
.zone_6969{left:25.43px;top:333.77px;}
.zone_6970{left:38.1px;top:333.77px;}
.zone_6971{left:50.77px;top:333.77px;}
.zone_6972{left:38.1px;top:347.67px;}
.zone_6973{left:50.77px;top:347.67px;}
.zone_6974{left:38.1px;top:361.58px;}
.zone_6975{left:50.77px;top:361.58px;}
.zone_6976{left:63.43px;top:361.58px;}
.zone_6977{left:50.77px;top:375.49px;}
.zone_6978{left:63.43px;top:375.49px;}
.zone_7349{left:519.43px;top:208.6px;}
.zone_7359{left:506.77px;top:222.51px;}
.zone_7360{left:354.77px;top:292.05px;}
.zone_7361{left:367.43px;top:292.05px;}
.zone_7363{left:342.1px;top:292.05px;}
.zone_7366{left:329.43px;top:305.95px;}
.zone_7367{left:304.1px;top:319.86px;}
.zone_7368{left:494.1px;top:236.42px;}
.zone_7370{left:291.43px;top:333.77px;}
.zone_7372{left:266.1px;top:347.67px;}
.zone_7373{left:278.77px;top:347.67px;}
.zone_7377{left:278.77px;top:361.58px;}
.zone_7378{left:291.43px;top:361.58px;}
.zone_7382{left:278.77px;top:375.49px;}
.zone_7383{left:291.43px;top:375.49px;}
.zone_7388{left:443.43px;top:292.05px;}
.zone_7413{left:354.77px;top:333.77px;}
.zone_7414{left:367.43px;top:333.77px;}
.zone_7415{left:380.1px;top:333.77px;}
.zone_7420{left:316.77px;top:347.67px;}
.zone_7421{left:342.1px;top:347.67px;}
.zone_7422{left:354.77px;top:347.67px;}
.zone_7426{left:418.1px;top:333.77px;}
.zone_7432{left:316.77px;top:361.58px;}
.zone_7432{left:481.43px;top:305.95px;}
.zone_7433{left:494.1px;top:305.95px;}
.zone_7434{left:494.1px;top:292.05px;}
.zone_7435{left:506.77px;top:292.05px;}
.zone_7436{left:519.43px;top:292.05px;}
.zone_7437{left:519.43px;top:278.14px;}
.zone_7472{left:278.77px;top:389.4px;}
.zone_7473{left:291.43px;top:389.4px;}
.zone_7474{left:304.1px;top:389.4px;}
.zone_7904{left:430.77px;top:278.14px;}
.zone_7922{left:456.1px;top:250.33px;}
.zone_7923{left:468.77px;top:250.33px;}
.zone_8101{left:380.1px;top:69.53px;}
.zone_8102{left:392.77px;top:69.53px;}
.zone_8103{left:405.43px;top:69.53px;}
.zone_8104{left:418.1px;top:69.53px;}
.zone_8105{left:430.77px;top:69.53px;}
.zone_8106{left:443.43px;top:69.53px;}
.zone_8107{left:456.1px;top:69.53px;}
.zone_8108{left:468.77px;top:69.53px;}
.zone_8109{left:481.43px;top:69.53px;}
.zone_8110{left:494.1px;top:69.53px;}
.zone_8111{left:506.77px;top:69.53px;}
.zone_8112{left:519.43px;top:69.53px;}
.zone_8113{left:405.43px;top:55.63px;}
.zone_8114{left:418.1px;top:55.63px;}
.zone_8115{left:430.77px;top:55.63px;}
.zone_8116{left:443.43px;top:55.63px;}
.zone_8117{left:456.1px;top:55.63px;}
.zone_8118{left:468.77px;top:55.63px;}
.zone_8119{left:481.43px;top:55.63px;}
.zone_8120{left:494.1px;top:55.63px;}
.zone_8121{left:506.77px;top:55.63px;}
.zone_8122{left:519.43px;top:55.63px;}
.zone_8123{left:418.1px;top:41.72px;}
.zone_8124{left:430.77px;top:41.72px;}
.zone_8125{left:443.43px;top:41.72px;}
.zone_8126{left:456.1px;top:41.72px;}
.zone_8127{left:468.77px;top:41.72px;}
.zone_8128{left:481.43px;top:41.72px;}
.zone_8129{left:494.1px;top:41.72px;}
.zone_8130{left:506.77px;top:41.72px;}
.zone_8131{left:519.43px;top:41.72px;}
.zone_8132{left:430.77px;top:27.81px;}
.zone_8133{left:443.43px;top:27.81px;}
.zone_8134{left:456.1px;top:27.81px;}
.zone_8135{left:468.77px;top:27.81px;}
.zone_8136{left:481.43px;top:27.81px;}
.zone_8137{left:494.1px;top:27.81px;}
.zone_8138{left:506.77px;top:27.81px;}
.zone_8139{left:519.43px;top:27.81px;}
.zone_8140{left:443.43px;top:13.91px;}
.zone_8141{left:456.1px;top:13.91px;}
.zone_8142{left:468.77px;top:13.91px;}
.zone_8143{left:481.43px;top:13.91px;}
.zone_8144{left:494.1px;top:13.91px;}
.zone_8145{left:506.77px;top:13.91px;}
.zone_8146{left:519.43px;top:13.91px;}
.zone_8147{left:456.1px;top:0px;}
.zone_8148{left:468.77px;top:0px;}
.zone_8149{left:481.43px;top:0px;}
.zone_8150{left:494.1px;top:0px;}
.zone_8151{left:506.77px;top:0px;}
.zone_8152{left:519.43px;top:0px;}
.zone_8300{left:304.1px;top:69.53px;}
.zone_8301{left:316.77px;top:69.53px;}
.zone_8302{left:329.43px;top:69.53px;}
.zone_8303{left:291.43px;top:83.44px;}
.zone_8304{left:304.1px;top:83.44px;}




.lvl_type1_0{background-color:rgb(223,239,255);background-color:rgba(223,239,255,0.7);}
.lvl_type1_1{background-color:rgb(179,217,255);background-color:rgba(179,217,255,0.7);}
.lvl_type1_2{background-color:rgb(102,166,255);background-color:rgba(102,166,255,0.7);}
.lvl_type1_3{background-color:rgb(76,140,255);background-color:rgba(76,140,255,0.7);}
.lvl_type1_4{background-color:rgb(154,255,129);background-color:rgba(154,255,129,0.7);}
.lvl_type1_5{background-color:rgb(103,229,78);background-color:rgba(103,229,78,0.7);}
.lvl_type1_6{background-color:rgb(255,255,0);background-color:rgba(255,255,0,0.7);}
.lvl_type1_7{background-color:rgb(229,229,80);background-color:rgba(229,229,80,0.7);}
.lvl_type1_8{background-color:rgb(255,180,120);background-color:rgba(255,180,120,0.7);}
.lvl_type1_9{background-color:rgb(255,100,50);background-color:rgba(255,100,50,0.7);}
.lvl_type1_10{background-color:rgb(229,25,0);background-color:rgba(229,25,0,0.8);}
.lvl_type1_11{background-color:rgb(153,0,0);background-color:rgba(153,0,0,0.8);}
.lvl_type1_12{background-color:rgb(229,153,255);background-color:rgba(229,153,255,0.8);}
.lvl_type1_13{background-color:rgb(204,76,255);background-color:rgba(204,76,255,0.8);}
.lvl_type1_14{background-color:rgb(179,25,255);background-color:rgba(179,25,255,0.8);}
.lvl_type1_15{background-color:rgb(0,229,0);background-color:rgba(0,229,0,0.8);}
.lvl_type1_16{background-color:rgb(0,148,255);background-color:rgba(0,148,255,0.8);}
.lvl_type1_17{background-color:rgb(0,102,255);background-color:rgba(0,102,255,0.8);}
.lvl_type1_18{background-color:rgb(102,0,255);background-color:rgba(102,0,255,0.8);}
.lvl_type1_19{background-color:rgb(13,103,21);background-color:rgba(13,103,21,0.8);}

.lvl_type2_0{background-color:rgb(254,254,254);background-color:rgba(254,254,254,0.7);}
.lvl_type2_1{background-color:rgb(217,242,255);background-color:rgba(217,242,255,0.7);}
.lvl_type2_2{background-color:rgb(179,217,255);background-color:rgba(179,217,255,0.7);}
.lvl_type2_3{background-color:rgb(127,191,255);background-color:rgba(127,191,255,0.7);}
.lvl_type2_4{background-color:rgb(102,166,255);background-color:rgba(102,166,255,0.7);}
.lvl_type2_5{background-color:rgb(76,140,255);background-color:rgba(76,140,255,0.7);}
.lvl_type2_6{background-color:rgb(154,255,129);background-color:rgba(154,255,129,0.7);}
.lvl_type2_7{background-color:rgb(103,229,78);background-color:rgba(103,229,78,0.7);}
.lvl_type2_8{background-color:rgb(255,255,130);background-color:rgba(255,255,130,0.7);}
.lvl_type2_9{background-color:rgb(217,217,51);background-color:rgba(217,217,51,0.7);}
.lvl_type2_10{background-color:rgb(255,210,150);background-color:rgba(255,210,150,0.8);}
.lvl_type2_11{background-color:rgb(255,180,120);background-color:rgba(255,180,120,0.8);}
.lvl_type2_12{background-color:rgb(255,150,90);background-color:rgba(255,150,90,0.8);}
.lvl_type2_13{background-color:rgb(255,100,50);background-color:rgba(255,100,50,0.8);}
.lvl_type2_14{background-color:rgb(255,50,30);background-color:rgba(255,50,30,0.8);}
.lvl_type2_15{background-color:rgb(255,153,255);background-color:rgba(255,153,255,0.8);}
.lvl_type2_16{background-color:rgb(217,0,217);background-color:rgba(217,0,217,0.8);}
.lvl_type2_17{background-color:rgb(179,0,0);background-color:rgba(179,0,0,0.8);}
.lvl_type2_18{background-color:rgb(102,0,0);background-color:rgba(102,0,0,0.8);}
.lvl_type2_19{background-color:rgb(12,102,21);background-color:rgba(12,102,21,0.8);}


.lvl_type5_0{background-color:rgb(238,238,238);background-color:rgba(238,238,238,0.7);}
.lvl_type5_1{background-color:rgb(255,234,110);background-color:rgba(255,234,110,0.7);}
.lvl_type5_2{background-color:rgb(204,170,0);background-color:rgba(204,170,0,0.7);}
.lvl_type5_3{background-color:rgb(105,252,105);background-color:rgba(105,252,105,0.7);}
.lvl_type5_4{background-color:rgb(30,243,30);background-color:rgba(30,243,30,0.7);}
.lvl_type5_5{background-color:rgb(0,213,0);background-color:rgba(0,213,0,0.7);}
.lvl_type5_6{background-color:rgb(0,164,0);background-color:rgba(0,164,0,0.7);}
.lvl_type5_7{background-color:rgb(0,128,0);background-color:rgba(0,128,0,0.7);}
.lvl_type5_8{background-color:rgb(135,217,255);background-color:rgba(135,217,255,0.7);}
.lvl_type5_9{background-color:rgb(62,193,255);background-color:rgba(62,193,255,0.7);}
.lvl_type5_10{background-color:rgb(7,171,255);background-color:rgba(7,171,255,0.8);}
.lvl_type5_11{background-color:rgb(0,141,222);background-color:rgba(0,141,222,0.8);}
.lvl_type5_12{background-color:rgb(0,119,179);background-color:rgba(0,119,179,0.8);}
.lvl_type5_13{background-color:rgb(179,180,222);background-color:rgba(179,180,222,0.8);}
.lvl_type5_14{background-color:rgb(128,129,199);background-color:rgba(128,129,199,0.8);}
.lvl_type5_15{background-color:rgb(76,78,177);background-color:rgba(76,78,177,0.8);}
.lvl_type5_16{background-color:rgb(31,33,157);background-color:rgba(31,33,157,0.8);}
.lvl_type5_17{background-color:rgb(0,3,144);background-color:rgba(0,3,144,0.8);}
.lvl_type5_18{background-color:rgb(218,135,255);background-color:rgba(218,135,255,0.8);}
.lvl_type5_19{background-color:rgb(194,62,255);background-color:rgba(194,62,255,0.8);}
.lvl_type5_20{background-color:rgb(173,7,255);background-color:rgba(173,7,255,0.9);}
.lvl_type5_21{background-color:rgb(146,0,228);background-color:rgba(146,0,228,0.9);}
.lvl_type5_22{background-color:rgb(127,0,191);background-color:rgba(127,0,191,0.9);}
.lvl_type5_23{background-color:rgb(250,133,133);background-color:rgba(250,133,133,0.9);}
.lvl_type5_24{background-color:rgb(246,62,62);background-color:rgba(246,62,62,0.9);}
.lvl_type5_25{background-color:rgb(238,11,11);background-color:rgba(238,11,11,0.9);}
.lvl_type5_26{background-color:rgb(213,0,0);background-color:rgba(213,0,0,0.9);}
.lvl_type5_27{background-color:rgb(191,0,0);background-color:rgba(191,0,0,0.9);}
.lvl_type5_28{background-color:rgb(51,51,51);background-color:rgba(51,51,51,0.9);}

/*
.lvl_type1_0{background-color:rgb(238,238,238);background-color:rgba(238,238,238,0.7);}
.lvl_type1_1{background-color:rgb(255,234,110);background-color:rgba(255,234,110,0.7);}
.lvl_type1_2{background-color:rgb(255,220,31);background-color:rgba(255,220,31,0.7);}
.lvl_type1_3{background-color:rgb(249,205,0);background-color:rgba(249,205,0,0.7);}
.lvl_type1_4{background-color:rgb(224,185,0);background-color:rgba(224,185,0,0.7);}
.lvl_type1_5{background-color:rgb(204,170,0);background-color:rgba(204,170,0,0.7);}
.lvl_type1_6{background-color:rgb(105,252,105);background-color:rgba(105,252,105,0.7);}
.lvl_type1_7{background-color:rgb(30,243,30);background-color:rgba(30,243,30,0.7);}
.lvl_type1_8{background-color:rgb(0,213,0);background-color:rgba(0,213,0,0.7);}
.lvl_type1_9{background-color:rgb(0,164,0);background-color:rgba(0,164,0,0.7);}
.lvl_type1_10{background-color:rgb(0,128,0);background-color:rgba(0,128,0,0.8);}
.lvl_type1_11{background-color:rgb(135,217,255);background-color:rgba(135,217,255,0.8);}
.lvl_type1_12{background-color:rgb(62,193,255);background-color:rgba(62,193,255,0.8);}
.lvl_type1_13{background-color:rgb(7,171,255);background-color:rgba(7,171,255,0.8);}
.lvl_type1_14{background-color:rgb(0,141,222);background-color:rgba(0,141,222,0.8);}
.lvl_type1_15{background-color:rgb(0,119,179);background-color:rgba(0,119,179,0.8);}
.lvl_type1_16{background-color:rgb(179,180,222);background-color:rgba(179,180,222,0.8);}
.lvl_type1_17{background-color:rgb(128,129,199);background-color:rgba(128,129,199,0.8);}
.lvl_type1_18{background-color:rgb(76,78,177);background-color:rgba(76,78,177,0.8);}
.lvl_type1_19{background-color:rgb(31,33,157);background-color:rgba(31,33,157,0.8);}
.lvl_type1_20{background-color:rgb(0,3,144);background-color:rgba(0,3,144,0.7);}
.lvl_type1_21{background-color:rgb(218,135,255);background-color:rgba(218,135,255,0.9);}
.lvl_type1_22{background-color:rgb(194,62,255);background-color:rgba(194,62,255,0.9);}
.lvl_type1_23{background-color:rgb(173,7,255);background-color:rgba(173,7,255,0.9);}
.lvl_type1_24{background-color:rgb(146,0,228);background-color:rgba(146,0,228,0.9);}
.lvl_type1_25{background-color:rgb(127,0,191);background-color:rgba(127,0,191,0.9);}
.lvl_type1_26{background-color:rgb(250,133,133);background-color:rgba(250,133,133,0.9);}
.lvl_type1_27{background-color:rgb(246,62,62);background-color:rgba(246,62,62,0.9);}
.lvl_type1_28{background-color:rgb(238,11,11);background-color:rgba(238,11,11,0.9);}
.lvl_type1_29{background-color:rgb(213,0,0);background-color:rgba(213,0,0,0.9);}
.lvl_type1_30{background-color:rgb(191,0,0);background-color:rgba(191,0,0,1.0);}
.lvl_type1_31{background-color:rgb(51,51,51);background-color:rgba(51,51,51,1.0);}

.lvl_type2_0{background-color:rgb(238,238,238);background-color:rgba(238,238,238,0.7);}
.lvl_type2_1{background-color:rgb(1,189,83);background-color:rgba(1,189,83,0.7);}
.lvl_type2_2{background-color:rgb(0,205,120);background-color:rgba(0,205,120,0.7);}
.lvl_type2_3{background-color:rgb(0,222,163);background-color:rgba(0,222,163,0.7);}
.lvl_type2_4{background-color:rgb(0,234,205);background-color:rgba(0,234,205,0.7);}
.lvl_type2_5{background-color:rgb(0,234,238);background-color:rgba(0,234,238,0.7);}
.lvl_type2_6{background-color:rgb(0,234,255);background-color:rgba(0,234,255,0.7);}
.lvl_type2_7{background-color:rgb(0,201,248);background-color:rgba(0,201,248,0.7);}
.lvl_type2_8{background-color:rgb(0,147,219);background-color:rgba(0,147,219,0.7);}
.lvl_type2_9{background-color:rgb(0,98,190);background-color:rgba(0,98,190,0.7);}
.lvl_type2_10{background-color:rgb(0,59,167);background-color:rgba(0,59,167,0.7);}
.lvl_type2_11{background-color:rgb(0,26,151);background-color:rgba(0,26,151,0.7);}
.lvl_type2_12{background-color:rgb(0,3,144);background-color:rgba(0,3,144,0.7);}
.lvl_type2_13{background-color:rgb(17,0,150);background-color:rgba(17,0,150,0.7);}
.lvl_type2_14{background-color:rgb(42,0,166);background-color:rgba(42,0,166,0.7);}
.lvl_type2_15{background-color:rgb(71,0,187);background-color:rgba(71,0,187,0.7);}
.lvl_type2_16{background-color:rgb(105,0,213);background-color:rgba(105,0,213,0.7);}
.lvl_type2_17{background-color:rgb(161,0,249);background-color:rgba(161,0,249,0.7);}
.lvl_type2_18{background-color:rgb(204,0,255);background-color:rgba(204,0,255,0.7);}
.lvl_type2_19{background-color:rgb(225,44,222);background-color:rgba(225,44,222,0.7);}
.lvl_type2_20{background-color:rgb(239,112,162);background-color:rgba(239,112,162,0.7);}
.lvl_type2_21{background-color:rgb(245,170,107);background-color:rgba(245,170,107,0.7);}
.lvl_type2_22{background-color:rgb(249,211,63);background-color:rgba(249,211,63,0.7);}
.lvl_type2_23{background-color:rgb(252,241,25);background-color:rgba(252,241,25,0.7);}
.lvl_type2_24{background-color:rgb(255,252,0);background-color:rgba(255,252,0,0.7);}
.lvl_type2_25{background-color:rgb(255,236,0);background-color:rgba(255,236,0,0.7);}
.lvl_type2_26{background-color:rgb(255,196,0);background-color:rgba(255,196,0,0.7);}
.lvl_type2_27{background-color:rgb(255,142,0);background-color:rgba(255,142,0,0.7);}
.lvl_type2_28{background-color:rgb(255,84,0);background-color:rgba(255,84,0,0.7);}
.lvl_type2_29{background-color:rgb(255,33,0);background-color:rgba(255,33,0,0.7);}
.lvl_type2_30{background-color:rgb(255,0,0);background-color:rgba(255,0,0,0.7);}
.lvl_type2_31{background-color:rgb(51,51,51);background-color:rgba(51,51,51,0.7);}
*/
/*
.lvl_type-3_0{background:url('../image/WD/N.gif');}
.lvl_type-3_1{background:url('../image/WD/NNE.gif');}
.lvl_type-3_2{background:url('../image/WD/NE.gif');}
.lvl_type-3_3{background:url('../image/WD/ENE.gif');}
.lvl_type-3_4{background:url('../image/WD/E.gif');}
.lvl_type-3_5{background:url('../image/WD/ESE.gif');}
.lvl_type-3_6{background:url('../image/WD/SE.gif');}
.lvl_type-3_7{background:url('../image/WD/SSE.gif');}
.lvl_type-3_8{background:url('../image/WD/S.gif');}
.lvl_type-3_9{background:url('../image/WD/SSW.gif');}
.lvl_type-3_10{background:url('../image/WD/SW.gif');}
.lvl_type-3_11{background:url('../image/WD/WSW.gif');}
.lvl_type-3_12{background:url('../image/WD/W.gif');}
.lvl_type-3_13{background:url('../image/WD/WNW.gif');}
.lvl_type-3_14{background:url('../image/WD/NW.gif');}
.lvl_type-3_15{background:url('../image/WD/NNW.gif');}
.lvl_type-3_16{background:url('../image/WD/-.gif');}
  */
/*li.lvl_wave_d{background-repeat: no-repeat;background-size: cover;}*/

/*li.lvl_wave_d{background-repeat: no-repeat;}
.lvl_type-3_0{background:url('/images/mini/marine/arrow_3.png') 0px 0;}
.lvl_type-3_1{background:url('/images/mini/marine/arrow_3.png') -10.3125px 0;}
.lvl_type-3_2{background:url('/images/mini/marine/arrow_3.png') -20.625px 0;}
.lvl_type-3_3{background:url('/images/mini/marine/arrow_3.png') -30.9375px 0;}
.lvl_type-3_4{background:url('/images/mini/marine/arrow_3.png') -41.25px 0;}
.lvl_type-3_5{background:url('/images/mini/marine/arrow_3.png') -51.5625px 0;}
.lvl_type-3_6{background:url('/images/mini/marine/arrow_3.png') -61.875px 0;}
.lvl_type-3_7{background:url('/images/mini/marine/arrow_3.png') -72.1875px 0;}
.lvl_type-3_8{background:url('/images/mini/marine/arrow_3.png') -82.5px 0;}
.lvl_type-3_9{background:url('/images/mini/marine/arrow_3.png') -92.8125px 0;}
.lvl_type-3_10{background:url('/images/mini/marine/arrow_3.png') -103.125px 0;}
.lvl_type-3_11{background:url('/images/mini/marine/arrow_3.png') -113.4375px 0;}
.lvl_type-3_12{background:url('/images/mini/marine/arrow_3.png') -123.75px 0;}
.lvl_type-3_13{background:url('/images/mini/marine/arrow_3.png') -134.0625px 0;}
.lvl_type-3_14{background:url('/images/mini/marine/arrow_3.png') -144.375px 0;}
.lvl_type-3_15{background:url('/images/mini/marine/arrow_3.png') -154.6875px 0;}
.lvl_type-3_16{background:url('/images/mini/marine/-.gif');} */

li.lvl_wave_d{background-repeat: no-repeat;background-image:url('../image/arrow_5.png');}
li.lvl_wave_d2{background-repeat: no-repeat;background-image:url('../image/arrow_7_0624_3.png');}

/* 
.lvl_type-3_0{background-position: 0px 0;}
.lvl_type-3_1{background-position: -10.6875px 0;}
.lvl_type-3_2{background-position: -21.375px 0;}
.lvl_type-3_3{background-position: -32.0625px 0;}
.lvl_type-3_4{background-position: -42.75px 0;}
.lvl_type-3_5{background-position: -53.4375px 0;}
.lvl_type-3_6{background-position: -64.125px 0;}
.lvl_type-3_7{background-position: -74.8125px 0;}
.lvl_type-3_8{background-position: -85.5px 0;}
.lvl_type-3_9{background-position: -96.1875px 0;}
.lvl_type-3_10{background-position: -106.875px 0;}
.lvl_type-3_11{background-position: -117.5625px 0;}
.lvl_type-3_12{background-position: -128.25px 0;}
.lvl_type-3_13{background-position: -140.9375px 0;}
.lvl_type-3_14{background-position: -149.625px 0;}
.lvl_type-3_15{background-position: -160.3125px 0;}
.lvl_type-3_16{background:url('/images/mini/marine/-.gif');} 

.lvl_type-3_0{background-position-x: 0px;}
.lvl_type-3_1{background-position-x: -10.625px;}
.lvl_type-3_2{background-position-x: -21.25px;}
.lvl_type-3_3{background-position-x: -31.875px;}
.lvl_type-3_4{background-position-x: -42.5px;}
.lvl_type-3_5{background-position-x: -53.125px;}
.lvl_type-3_6{background-position-x: -63.75px;}
.lvl_type-3_7{background-position-x: -74.375px;}
.lvl_type-3_8{background-position-x: -85px;}
.lvl_type-3_9{background-position-x: -95.625px;}
.lvl_type-3_10{background-position-x: -106.25px;}
.lvl_type-3_11{background-position-x: -116.875px;}
.lvl_type-3_12{background-position-x: -127.5px;}
.lvl_type-3_13{background-position-x: -138.125px;}
.lvl_type-3_14{background-position-x: -148.75px;}
.lvl_type-3_15{background-position-x: -159.375px;}
*/
.lvl_type-3_0{background-position-x: 0px;background-position: 0px;}
.lvl_type-3_1{background-position-x: -10.625px;background-position: -10.625px;}
.lvl_type-3_2{background-position-x: -21.25px;background-position: -21.25px;}
.lvl_type-3_3{background-position-x: -31.875px;background-position: -31.875px;}
.lvl_type-3_4{background-position-x: -42.5px;background-position: -42.5px;}
.lvl_type-3_5{background-position-x: -53.125px;background-position: -53.125px;}
.lvl_type-3_6{background-position-x: -63.75px;background-position: -63.75px;}
.lvl_type-3_7{background-position-x: -74.375px;background-position: -74.375px;}
.lvl_type-3_8{background-position-x: -85px;background-position: -85px;}
.lvl_type-3_9{background-position-x: -95.625px;background-position: -95.625px;}
.lvl_type-3_10{background-position-x: -106.25px;background-position: -106.25px;}
.lvl_type-3_11{background-position-x: -116.875px;background-position: -116.875px;}
.lvl_type-3_12{background-position-x: -127.5px;background-position: -127.5px;}
.lvl_type-3_13{background-position-x: -138.125px;background-position: -138.125px;}
.lvl_type-3_14{background-position-x: -148.75px;background-position: -148.75px;}
.lvl_type-3_15{background-position-x: -159.375px;background-position: -159.375px;}

.lvl_type_y_1{background-position-y: 0px;}
.lvl_type_y_2{background-position-y: -11px;}
.lvl_type_y_3{background-position-y: -22px;}


body div#map-content ul li a.lvl_wave_d{display:block;overflow: hidden;vertical-align: top;}
body div#map-content ul li a img.lvl_wave_d{margin-top:0px;vertical-align: top;}
.lvl_type-4_0{margin-left:0px;}
.lvl_type-4_1{margin-left:-10.6875px;}
.lvl_type-4_2{margin-left:-21.375px;}
.lvl_type-4_3{margin-left:-32.0625px;}
.lvl_type-4_4{margin-left:-42.75px;}
.lvl_type-4_5{margin-left:-53.4375px;}
.lvl_type-4_6{margin-left:-64.125px;}
.lvl_type-4_7{margin-left:-74.8125px;}
.lvl_type-4_8{margin-left:-85.5px;}
.lvl_type-4_9{margin-left:-96.1875px;}
.lvl_type-4_10{margin-left:-106.875px;}
.lvl_type-4_11{margin-left:-117.5625px;}
.lvl_type-4_12{margin-left:-128.25px;}
.lvl_type-4_13{margin-left:-138.9375px;}
.lvl_type-4_14{margin-left:-149.625px;}
.lvl_type-4_15{margin-left:-160.3125px;}
.lvl_type-4_16{display:none;}
 
/* 위성 */
.satellite_basic03_comment{border:5px solid #ebebeb; background:#fff; margin-bottom:20px;}
.satellite_basic03_comment_top{color:#333; font-weight:bold; line-height:normal; margin-bottom:15px; padding:15px 0 0 22px;}
.satellite_basic03_comment_top span{color:#006ad0;}
.satellite_basic03_comment_bottom{background:url(../image/bg_satellite_basic03_comment.gif) no-repeat 15px 15px; padding:0 10px 0 192px; line-height:normal; margin-bottom:15px;}
.satellite_basic03_comment p{text-align:center;}

.satellite_gk2a_comment{border:5px solid #ebebeb; background:#fff; margin-bottom:20px; }
.satellite_gk2a_comment_top{color:#333; font-weight:bold; line-height:normal; margin-bottom:15px; padding:15px 0 0 22px;}
.satellite_gk2a_comment_top span{color:#006ad0;}
.satellite_gk2a_comment_bottom{background:url(../image/bg_satellite_gk2a_comment.jpg) no-repeat 15px 15px; padding:0 10px 0 192px; line-height:normal; margin-bottom:15px;}
.satellite_gk2a_comment p{text-align:center;}

.asiandust_finder{background:url(../image/bx_gradation.gif) repeat-x left bottom;background-size: 100% 41px; width:100%;height:41px;padding:10px 0 5px 19px;line-height:1.4em; border:1px solid #cacaca; margin-bottom:10px;}
.asiandust_finder img{vertical-align:top;}
.asiandust_finder img.title{padding:2px 5px 0 0;}
.asiandust_finder select{font-size:1em;height:21px;border-top:1px solid #abadb3;border-right:1px solid #e2e3ea;border-left:1px solid #e2e3ea;border-bottom:1px solid #e2e3ea;vertical-align:top;}
.asiandust_finder select.breadth1{width:100px;}
.asiandust_finder input{vertical-align:top;font-size:1em;}
.asiandust_finder input.inputbase{border:1px solid #d2d2d2;height:21px;padding:2px 0 0 2px; text-align:center; padding-top:2px; line-height:21px;}
.asiandust_finder input.time{border:1px solid #d2d2d2;height:21px;padding:2px 0 0 2px; width:80px;line-height:21px;}
.asiandust_finder label {display:block; float:left; margin-top:4px; padding-right:10px; font-weight:bold; font-size:1em; line-height:1em;}
.asiandust_finder label:after {
	content: "|";
	font-size:0.85em;
	line-height:0.85em;
	padding: 0 1px 0 5px;
	color: #999;
}
/*
	thead 없는 테이블
	- 홈 > 날씨 > 날씨영상 > 위성 > 사례영상
*/
.table_basic_1{width:100%; border-collapse: collapse;}
.table_basic_1 tbody th{background:#dce6ef;text-align:center;color:#333;border:1px solid #d0d0d0;border-top:2px solid #006ad0;}
.table_basic_1 tbody th.border_lr{border-left:1px solid #d0d0d0;border-right:1px solid #d0d0d0;}
.table_basic_1 tbody td{border-right:1px solid #c8c8c8;border-bottom:1px solid #c8c8c8;border-left:1px solid #c8c8c8;text-align:center;padding:4px 3px;vertical-align:top;}
.table_basic_1 tbody td.border-top{border-top:2px solid #0c5aa6;}
.table_basic_1 tbody td img{vertical-align:top;}
.table_basic_1 tbody td ul.ul_hypen{text-align:left;line-height:1.4em;}
.table_basic_1 tbody td ul.ul_hypen li{background:url(../image/bu_hyphen.gif) no-repeat left 6px; padding-left:9px;margin-bottom:1px;}
.table_basic_1 tr.bg_gray{background:#f8f8f8;}


/* 날씨 영상 -  태풍 및 호우/폭설 영상*/
.popup_form {margin:10px 10px 10px 13px;}

.chart-img-wrap { width: 870px; margin: 10px 0;}
.chart-img-wrap img {width: 100%; height: auto;}


/* 2019-02-11 전문가용일기도 3단 메뉴 */
.distibution_search3_rd {clear:both;width:100%;height:110px;background:url('/plus/resources/image/bg_summary_search3.gif') no-repeat 0 0; background-size: 100% 110px; padding:10px 9px 0 12px; margin-top:20px; }
.distibution_search3_rd form{margin:0;padding:0;}
.distibution_search3_rd input{float:left; margin-right:3px; border:1px solid #d2d2d2; width:126px; height:21px; font-size:0.95em;}
.distibution_search3_rd input.time{width:110px; float:left; text-align:center; padding-top:2px; height:21px;font-size:1em;}
.distibution_search3_rd input.inputbase{text-align:center; padding-top:2px; height:21px;}
.distibution_search3_rd input.btn{border:none; width:auto; height:21px; margin-left:3px;}
.distibution_search3_rd img.btn2{border:none; width:auto; height:21px; margin-left:65px;}
.distibution_search3_rd form .text{margin:0 3px 0 0;} 
.distibution_search3_rd form .search_area{width:100px;height:21px;padding:0;margin:0 0 0 0;border-top:1px solid #abadb3;border-left:1px solid #e2e3ea;border-right:1px solid #dbdfe6;border-bottom:1px solid #e3e9ef;font-size:0.95em;vertical-align:top;}
.distibution_search3_rd form .search_area2{width:80px;height:21px;padding:0;margin:0 0 0 0;border-top:1px solid #abadb3;border-left:1px solid #e2e3ea;border-right:1px solid #dbdfe6;border-bottom:1px solid #e3e9ef;font-size:0.95em;vertical-align:top;}
.distibution_search3_rd form .search_area3{width:198px;height:21px;padding:0;margin:0 0 0 0;border-top:1px solid #abadb3;border-left:1px solid #e2e3ea;border-right:1px solid #dbdfe6;border-bottom:1px solid #e3e9ef;font-size:0.95em;vertical-align:top;}
.distibution_search3_rd form .area_search{width:127px;height:21px;padding:0;margin:0 0 0 1px;border:1px solid #d2d2d2;font-size:0.95em;vertical-align:top;}
.distibution_search3_rd form .town_search{margin:14px 0 0 0;}
.distibution_search3_rd form .ml{margin:0 0 0 7px;}
.distibution_search3_rd form .ml2{margin:0 0 0 2px;} 
.distibution_search3_rd form input{vertical-align:top;}
.distibution_search3_rd form input.time{text-align:center; padding-top:2px; height:21px; width:130px;}
.distibution_search3_rd form img{vertical-align:top;}
.distibution_search3_rd form select{float:left; font-size:0.95em;border:1px solid #D2D2D2;font-size:0.95em;height:21px; margin-right:3px;}
.distibution_search3_rd form .blind{ }
.distibution_search3_rd label {display:inline-block; float:left; margin-top:4px; padding-right:10px; font-weight:bold; font-size:0.95em; line-height:0.95em;}
.distibution_search3_rd label:after {
	content: "|";
	font-size:0.85em;
	line-height: 0.85em;
	padding: 0 1px 0 5px;
	color: #999;
}
label.right_anc:after {
	content: "";
}
.distibution_search3_rd p{display:block; float:left; margin-top:2px; padding-right:10px;}
.distibution_search3_rd p.no_ti{padding-right:5px !important;}
.distibution_search3_rd .ul_prev{float:left; font-size:0.95em;}
.distibution_search3_rd .ul_prev li{float:left; text-align:center; color:#fff; margin-left:5px; padding-top:1px; display:inline;}
.distibution_search3_rd .ul_prev li.bg_black{background:url('../image/bg_black.gif') no-repeat 0 0; width:63px; height:21px;}
.distibution_search3_rd .ul_prev li.bg_orange{background:url('../image/bg_orange.gif') no-repeat 0 0; width:46px; height:21px;}
.distibution_search3_rd .ul_prev li.bg_black a{width:63px; height:21px; color:#fff; display:block; line-height:20px;}
.distibution_search3_rd .ul_prev li.bg_orange a{width:46px; height:21px; color:#fff; display:block; line-height:20px;}

.distibution_search3_rd .ul_prev2{float:left; font-size:0.95em;}
.distibution_search3_rd .ul_prev2 li{float:left; text-align:center; color:#fff; margin-left:2px; padding-top:1px;  display:inline;}
.distibution_search3_rd .ul_prev2 li.bg_black{background:url('../image/bg_black.gif') no-repeat 0 0; width:63px; height:21px;}
.distibution_search3_rd .ul_prev2 li.bg_orange{background:url('../image/bg_orange.gif') no-repeat 0 0; width:46px; height:21px;}
.distibution_search3_rd .ul_prev2 li.bg_black a{width:63px; height:21px; color:#fff; display:block; line-height:20px;}
.distibution_search3_rd .ul_prev2 li.bg_orange a{width:46px; height:21px; color:#fff; display:block; line-height:20px;}
/* 시간별 */
.distibution_search5{width:684px;margin:14px 0 0 0;overflow:hidden; }
.distibution_search5 dl{width:680px;padding:2px;background:#307eb5;float:left;}
.distibution_search5 dl dt{float:left;text-align:center;padding:9px 0 0 6px;width:75px;line-height:1em;}
.distibution_search5 dl dt span{display:block;margin:9px 0 0 0;}
.distibution_search5 dl dd{float:left;background:#fff;padding:1px 0 1px 20px;width:579px;}
.timeseries_subn3{clear:both;}
.timeseries_subn3 span{color:#666;}
.distibution_search5 .distibution_search5_form{padding:3px 0;height:22px;overflow:hidden;}
.distibution_search5 .distibution_search5_form .form_select{border:1px solid #c7d8e3;float:left;width:415px;height:19px;}
.distibution_search5 .distibution_search5_form .form_submit{float:left;margin:0 0 0 6px;display:inline;}
.distibution_search5 .distibution_search5_form .select_del{float:left;margin:0 0 0 4px;display:inline;}

.local_forecast_inn{width: 100%;border-top: 1px solid #d2d2d2;  border-bottom: 1px solid #d2d2d2;/*margin: 1px 0 1px 0;*/height: 108px; font-size: 12px;}
.local_forecast_inn div{  float: left;  line-height: normal;  padding-right: 0px;}
.local_forecast_inn .table_head{width: 74px;float: left;  line-height: normal;  margin: 3px 0;    height: 100px;  padding: 7px 0 0 2px;  background: #ededed;text-align: center;}
.local_forecast_inn .now_weather1{width: 200px;float: left;line-height: normal;  padding-top: 7px;padding-right: 0px;}
.local_forecast_inn .time_weather1{float: left;width: 405px;padding-top: 7px;}
.local_forecast_inn .local_forecast_btn{padding-top: 0px;}
.now_weather1 dl{margin-bottom: 3px;background: url('../image/bg_local_forecast_now_weather2.gif') no-repeat right top;height: 91px;}
.now_weather1 dt.w_hour1{text-align: center;width: 100%;color: #619b1c;font-weight: bold;}
.now_weather1 dd.now_weather1_left.icon{float: left;margin: 0 1.5% 0 1.5%;text-align: center;  height: 75px; width: 37%;   }
.now_weather1 dd.now_weather1_right{/*float: right;  width: 47%;        /* padding-top: 3px; */}
.now_weather1 dd.now_weather1_right.temp1{font-size: 1.3em;font-weight: bold;color: crimson;}
.now_weather1 dd.now_weather1_center{width: 100%; text-align:center;       /* padding-top: 3px; */}
.now_weather1 dd.now_weather1_center.temp1{font-size: 1.3em;font-weight: bold;color: crimson;}
.time_weather1 dl{float: left;background: url('../image/bg_local_forecast_now_weather.gif') no-repeat right center;padding-left: 2px;text-align: center;}
/* 2019-10-07 실선 배경 추가 */
.time_weather1 dl.org-vsrt {float: left;background: url('../image/bg_local_forecast_now_weather2.gif') no-repeat right top;padding-left: 2px;text-align: center;}
.time_weather1 dl.last{background: none;}
.time_weather1 dt.w_hour2{text-align: center;width: 100%;font-weight: bold;}
.time_weather1 dd.time_weather1_left{float: left;}
.time_weather1 dd.time_weather1_left.icon{float: left;text-align: center; vertical-align: middle; }
.time_weather1 dd.time_weather1_left.icon .png24 { width: 32px; height: auto;}
.time_weather1 dd.time_weather1_left.icon .blgt{width: 14px;margin-left:-8px}
.time_weather1 dl.time_weather1_dl1{width: 200px;}
.time_weather1 dl.time_weather1_dl1 dd.time_weather1_left.icon{margin-left:43px;}
.time_weather1 dl.time_weather1_dl2{width: 200px;}
.time_weather1 dl.time_weather1_dl2 dd.time_weather1_left.icon{margin-left:36px;}
.time_weather1 dl.time_weather1_dl3{width: 202px;}
.time_weather1 dl.time_weather1_dl3 dd.time_weather1_left.icon{margin-left:55px;}
.time_weather1 dl.time_weather1_dl4{width: 152px;}
.time_weather1 dl.time_weather1_dl4 dd.time_weather1_left.icon{margin-left:31px;}
.time_weather1 dl.time_weather1_dl5{width: 122px;}
.time_weather1 dl.time_weather1_dl5 dd.time_weather1_left.icon{margin-left:15px;}
.time_weather1 dl.time_weather1_dl6{width: 100px;}
.time_weather1 dl.time_weather1_dl6 dd.time_weather1_left.icon{margin-left:13px;}
.time_weather1 dd.time_weather1_left.temp2{width: 35px;height: 35px;line-height: 35px;/* text-align: center; */padding-right: 1%;font-size: 1.15em;  font-weight: bold;  color: black;}
.time_weather1 .time_weather1_thr{display:inline-block;width:100%;}
div.blgt_noti{ text-align:left; padding-bottom:12px; padding-top:0px; padding-left:5px;width: 100%;}
div.blgt_noti p{float:left;color: #666;padding-left:4px;padding-top:4px;}

/*
	동네예보 단기
	- 홈 > 날씨 > 특보·예보 > 육상예보 > 동네예보 > 시간별
*/
.table_head dl{margin-bottom: 3px;}
.table_head dl dd{letter-spacing:-1px;}
.timeseries_subn{clear:left;overflow:hidden;display:inline-block;margin:0px 0 0 0;width:100%;padding:0;padding-top:15px;} 
.timeseries_subn .title{float:left;font-weight:bold;color:#444;margin:0;width:570px;}
.timeseries_subn .time{float:left;margin:0;width:282px;text-align:right;color:#0958a5;padding:0;line-height:1em;}
.timeseries_subn .time span{padding:2px 0 0 0;display:inline-block;}
.timeseries_subn .time img.pdr{margin:0 10px 0 0;vertical-align:top;padding:0;}
.timeseries_mar{padding:5px 0 20px 2px; height:350px; width:100%;}

.forecastNew3{width:98%; color:#666666; table-layout:fixed; clear:both; border-collapse: collapse; font-size:12px;}
.forecastNew3 th{color:#797676; text-align:center; border:1px solid #c7c7c7; border-right:none; height:19px;}
.forecastNew3 th.date{background:#eff3f5; width:70px;  color:#6e7071; font-size:0.95em; padding:7px 0 5px 0; height:17px;}
.forecastNew3 th.tommorow{background:#f4f7ff; color:#797676;}
.forecastNew3 .none{border-left:none; border-right:none; width:1px;}
.forecastNew3 td{text-align:center; vertical-align:middle; border:1px solid #c7c7c7; font-size:0.95em; padding:5px 0; line-height:1.1em;}
.forecastNew3 td strong{font-size:0.95em;}
.forecastNew3 br{height:1px;}
.forecastNew3 .time{padding:5px 0 1px 0;}
.forecastNew3 .time img{position:relative; left:-18px; top:0px; width:18px; height:20px;}
.forecastNew3 .last_time img{position:relative;  left:-10px; top:0px;}
.forecastNew3  tr.rainfall{height:30px;}
.forecastNew3  tr.rainfall td{ padding:3px 0 !important;}
.forecastNew3 .degree p{width:26px; height:19px; background:url(../image/bg_deg.gif) no-repeat left top; position:relative; right:14px; text-align:center; margin:2px 0; padding-top:2px;  font-size:0.95em; color:#fff; font-weight:bold;}
.forecastNew3 .degree p.minus{width:26px; height:19px; background:url(../image/bg_wind.gif) no-repeat left top; position:relative; right:14px; text-align:center; margin:2px 0; padding-top:2px;   font-size:0.95em; color:#fff; font-weight:bold;}
.forecastNew3 .degree p.hidden{visibility:hidden;} /* 20100528 추가 */
.forecastNew3 .humidity p{width:26px; height:19px; background:url(../image/bg_hum.gif) no-repeat left top; position:relative; right:14px; text-align:center; margin:2px 0; padding-top:2px;   font-size:0.95em; color:#fff; font-weight:bold;}
.forecastNew3 .wind p{width:26px; height:40px; background:url(../image/bg_wind2.gif) no-repeat left 20px; position:relative; right:14px; text-align:center; padding-top:3px; padding-bottom:2px;  color:#0a79cb; font-size:0.95em; font-weight:bold; line-height:normal;}
.forecastNew3 .wind span{width:15px; height:15px; display:inline-block; padding-bottom:3px;}
.forecastNew3 .wind img{line-height:1px; font-size:0.1em; padding-bottom:3px;}
.forecastNew3 .last{border-right:none; border-top:none; border-bottom:none; width:1%;}
.forecastNew3 th.bg_blue{background:#e8eef2;}
.forecastNew3 td.bg_blue{background:#e8eef2;}
.forecastNew3 td.PD_none{padding:0 !important;}
.forecastNew3 td.bg_tomorrow{background:#f4f7ff;}
.forecastNew3 td.bg_left_today{background:url(../image/left_today.gif) no-repeat left top; border-right:none; border-left:none;}
.forecastNew3 td.bg_center_today{background:url(../image/center_today.gif) no-repeat left top; border-left:none; border-right:none;}

.forecastNew3 table caption{display:none;}
.forecastNew3 .bgblue{line-height:19px; background:#eff3f5; font-weight:normal; color:#6e7071; width:86px !important; font-size:0.95em;}
.forecastNew3 .bgblue_bottom{background:#eff3f5;  border-top:none; font-weight:normal; color:#6e7071; font-size:0.95em;}
.forecastNew3 p{border-radius: 4px;line-height: 19px;}
.forecastNew3 .degree p{border: 1px solid #d2d2d2;background:white;color:#fd2400;line-height: 19px;font-size: 12px;font-family: gulim;}
.forecastNew3 .degree p.minus{color:#0a79cb;background:white;}
.forecastNew3 .humidity p{border: 1px solid #d2d2d2;background:white;color:#0e9100;font-size: 12px;font-family: gulim;}
.forecastNew3 .wind p{background:none;}
.forecastNew3 .wind p span.wind_ws{border: 1px solid #d2d2d2;background:white;color:#0a79cb;line-height: 19px;width: 18px;border-radius: 4px;font-size: 12px;font-family: gulim;}
.forecastNew3 .time p.time_hr{border: 1px solid #d2d2d2;background:white;color:black;position: relative;left: -11px;top: 0px;width: 20px;line-height: 20px;height: 17px;margin-bottom: 3px;border-radius: 4px;font-weight:bold;font-size: 12px;font-family: gulim;}
.BR_none{border-right:none !important; border-left:none !important;}
.BR_L_none{border-left:none !important;}
.BR_R_none{border-right:none !important;}
.forecastNew3 td.bg_present{background:#d8ebf9;}
.forecastNew3 td.bg_today{background:#f1f7fd;}
.forecastNew3 td.bg_last{background:url(../image/bg_last.gif) no-repeat left top; border:none;}
.forecastNew3 th.bg_last{background:url(../image/bg_last.gif) no-repeat left top; border:none;}
.forecastNew3 td span.low_deg{color:#1b7cf2; font-weight:bold; font-size:0.95em;}
.forecastNew3 td span.high_deg{color:#f1490e; font-weight:bold; font-size:0.95em;}

.timeseries_btn{text-align:right; margin-top:16px;}
.timeseries_btn img{vertical-align:top;}

/* 태풍 */
.typhoon_iframe_wrapper { width:100%; overflow:hidden;}
.typhoon_iframe_wrapper iframe { width: 100%; }

.img_center_T20{text-align:center;margin-top:20px;}
.img_center_T20 img{vertical-align:top;}

.typoon{width:100%; text-align:center; border-top:1px solid #0c5aa6;background:url('../image/bg_forecast_temper.gif') no-repeat 0 0;height:33px;border-left:1px solid #c8c8c8;border-right:1px solid #c8c8c8;border-bottom:1px solid #c8c8c8;clear:left;overflow:hidden;display:inline-block;}
.typoon .title{float:left;background:url('../image/bul_bluearrow.gif') no-repeat 10px 13px;padding:3px 0px 0 20px;font-size:1.4em;color:#0958a5;display:inline-block;}
.typoon .date{float:left;padding:7px 13px 0 10px;display:inline-block;font-size:1.1em;}

.plus_typ .table_midterm,
.plus_typ .table_brown{width:100%;margin-top:1px;border-top:2px solid #006ad0;*border-right:1px solid #d0d0d0;}
.plus_typ .table_midterm thead th,
.plus_typ .table_brown thead th{padding:6px 2px 3px 2px; border-top:none; border:1px solid #d0d0d0; background:#dce6ef; color:#333;text-align:center;}
.plus_typ .table_midterm tbody th,
.plus_typ .table_brown tbody th{padding:6px 3px 3px 3px; border-top:none; border:1px solid #d0d0d0; font-weight:normal; color:#666;text-align:center; background:#f4f7ff;}
.plus_typ .table_midterm tbody th.bg_gray{background:#f2f2f2; font-weight:bold; color:#006ad0;}
.plus_typ .table_midterm tbody td,
.plus_typ .table_brown tbody td{padding:5px 2px 2px 2px; border-top:none; border:1px solid #d0d0d0; text-align:center;}
.plus_typ .table_midterm tbody td img{vertical-align:top;}
.plus_typ .table_midterm tbody td ul{text-align:left;}
.plus_typ .table_midterm tbody td ul li{text-align:center;}
.plus_typ .table_midterm tfoot td{padding:6px 5px 3px 5px; border-top:none; border:1px solid #c8c8c8; text-align:center;}
.plus_typ .table_midterm tfoot th{padding:6px 5px 3px 5px; border-top:none; border:1px solid #c8c8c8; text-align:center;font-weight:normal;}

.typ_info_wrap{position:relative;border:1px solid #eee;padding:4px;display:inline-block;width:100%;margin-bottom:20px;}
.typ_info_wrap p{display:inline-block;margin-top:10px;line-height:22px;}
.typ_info_wrap .bg_gray{background:#eee;padding:13px 16px;display:inline-block;width:100%;box-sizing:border-box; }
.typ_info_wrap .bg_gray a {float:left;display:block;width: calc(66% - 20px);margin-right:20px;}
.typ_info_wrap .bg_gray a.crop{ max-height: 361px; overflow:hidden;}
.typ_info_wrap .bg_gray a img { width: 100%; height: auto;  }
.typ_info_wrap .bg_gray .txt_wrap {float:left;display:inline-block;width:33%;}
.typ_info_wrap .bg_gray .h6_blue_circle{background:url(../image/bullet_circle_blue.png) 0 3px no-repeat;font-weight:bold;color:#1c75cb;font-size:12px;letter-spacing:-1px;padding-left:15px;display:block;}

.plus_typ .table_brown{border-top:2px solid #ef870d; *border-right:1px solid #fec891; border-collapse: collapse;}
.plus_typ .table_brown thead th{border:1px solid #fec891;background:#fdd1a4;color:#993900;}
.plus_typ .table_brown tbody th{border:1px solid #fec891;background:#f9ecdf;color:#993900;}
.plus_typ .table_brown tbody td{border:1px solid #fec891}


/* 지진 화산 */
/* 지진정보 */
.plus_eqkvol .typoon_report{clear:both;width:659px;height:28px;background:url('../image/bg_summary_search.gif') no-repeat 0 0;padding:10px 9px 0 17px;margin:0 0 13px 0;}
.plus_eqkvol .typoon_report form{margin:0;padding:0;}
.plus_eqkvol .typoon_report form .text{margin:2px 3px 0 0;}
.plus_eqkvol .typoon_report form .text2{margin:3px 6px 0 0;}
.plus_eqkvol .typoon_report form .text3{margin:3px 6px 0 20px;}
.plus_eqkvol .typoon_report form .typoon_year{width:60px;height:19px;padding:0;margin:0 0 0 0;border-top:1px solid #abadb3;border-left:1px solid #e2e3ea;border-right:1px solid #dbdfe6;border-bottom:1px solid #e3e9ef;font-size:0.95em;vertical-align:top;}
.plus_eqkvol .typoon_report form .typoon_year2{width:100px;height:19px;padding:0;margin:0 0 0 0;border-top:1px solid #abadb3;border-left:1px solid #e2e3ea;border-right:1px solid #dbdfe6;border-bottom:1px solid #e3e9ef;font-size:0.95em;vertical-align:top;}
.plus_eqkvol .typoon_report form .typoon_year3{width:260px;height:19px;padding:0;margin:0 0 0 0;border-top:1px solid #abadb3;border-left:1px solid #e2e3ea;border-right:1px solid #dbdfe6;border-bottom:1px solid #e3e9ef;font-size:0.95em;vertical-align:top;}
.plus_eqkvol .typoon_report form .observ1{width:130px;height:19px;padding:0;margin:0 0 0 0;border-top:1px solid #abadb3;border-left:1px solid #e2e3ea;border-right:1px solid #dbdfe6;border-bottom:1px solid #e3e9ef;font-size:0.95em;vertical-align:top;}
.plus_eqkvol .typoon_report form .observ2{width:100px;height:19px;padding:0;margin:0 0 0 0;border-top:1px solid #abadb3;border-left:1px solid #e2e3ea;border-right:1px solid #dbdfe6;border-bottom:1px solid #e3e9ef;font-size:0.95em;vertical-align:top;}
.plus_eqkvol .typoon_report form .observ3{width:70px;height:19px;padding:0;margin:0 0 0 0;border-top:1px solid #abadb3;border-left:1px solid #e2e3ea;border-right:1px solid #dbdfe6;border-bottom:1px solid #e3e9ef;font-size:0.95em;vertical-align:top;}
.plus_eqkvol .typoon_report form .earthquake_report{height:19px;padding:0;margin:0 0 0 0;border-top:1px solid #abadb3;border-left:1px solid #e2e3ea;border-right:1px solid #dbdfe6;border-bottom:1px solid #e3e9ef;font-size:0.95em;vertical-align:top;}
.plus_eqkvol .typoon_report form input{margin-left:5px; vertical-align:top; float:left;}
.plus_eqkvol .typoon_report form img{margin-left:5px; vertical-align:top; float:left;}
.plus_eqkvol .typoon_report form select{vertical-align:top; float:left;}
.plus_eqkvol .typoon_report label {display:block; float:left; margin-top:4px; padding-right:10px; margin-left:5px; font-weight:bold; font-size:0.95em; line-height:0.95em;}
.plus_eqkvol .typoon_report label:after {
	content: "|";
	font-size:0.85em;
	line-height: 0.85em;
	padding: 0 1px 0 5px;
	color: #999;
}
.plus_eqkvol label.right_anc:after {
	content: "";
}

.plus_eqkvol .typoon{width:683px; text-align:center; border-top:1px solid #0c5aa6;background:url('../image/bg_forecast_temper.gif') no-repeat 0 0;height:33px;border-left:1px solid #c8c8c8;border-right:1px solid #c8c8c8;border-bottom:1px solid #c8c8c8;clear:left;overflow:hidden;display:inline-block;}
.plus_eqkvol .typoon .title{float:left;background:url('../image/bul_bluearrow.gif') no-repeat 10px 13px;padding:3px 0px 0 20px;font-size:1.4em;color:#0958a5;display:inline-block;}
.plus_eqkvol .typoon .date{float:left;padding:7px 13px 0 10px;display:inline-block;font-size:1.1em;}

.plus_eqkvol .img_center_B20{text-align:center;margin-bottom:20px;}
.plus_eqkvol .img_center_B20 img{vertical-align:top;}
.plus_eqkvol .img_center_B20 img.mar{margin-right:5px;}

/* 지진목록 */
.plus_eqkvol .search_earthquake{background:url(../image/bg_search_earthquake.gif) no-repeat left top; padding:7px 0 0 18px; width:100%; height:184px; margin-bottom:20px; background-size: 100% 100%;}
.plus_eqkvol .search_earthquake dt{float:left; width:68px; height:25px; padding-top:3px; margin-bottom:8px;}
.plus_eqkvol .search_earthquake dd{height:25px;margin-bottom:8px;}
.plus_eqkvol .search_earthquake dd.long{float:left; width:353px;}
.plus_eqkvol .search_earthquake dd.short{float:left; width:330px;}
.plus_eqkvol .search_earthquake dd.latitude{float:left; width:101px;}
.plus_eqkvol .search_earthquake dd.longitude{float:left; width:184px;} 
.plus_eqkvol .search_earthquake dd input{font-size:0.95em; height:21px; border:1px solid #d2d2d2;}
.plus_eqkvol .search_earthquake dd select{width:84px; font-size:0.95em; height:21px; border:1px solid #d2d2d2; float:left;}
.plus_eqkvol .search_earthquake dd input.text1{width:75px; float:left;}
.plus_eqkvol .search_earthquake dd input.text1_time{width:103px; float:left; text-align:center; padding-top:2px; height:21px;}
.plus_eqkvol .search_earthquake dd input.text2{width:108px; float:left;}
.plus_eqkvol .search_earthquake dd input.text3{width:75px; float:left;}
.plus_eqkvol .search_earthquake dd input.text4{width:249px; float:left;}
.plus_eqkvol .search_earthquake dd span{float:left; margin:0 10px 0 8px; display:inline;}
.plus_eqkvol .search_earthquake dd span.short{float:left; margin:0 6px 0 6px; display:inline;}
.plus_eqkvol .search_earthquake dd span.short2{float:left; margin:0 0 0 6px; display:inline;}
.plus_eqkvol .search_earthquake dd .btn{float:left; margin-left:5px; display:inline; width:19px;}
.plus_eqkvol .search_earthquake label { display:inline-block; float:left; font-size:12px; line-height:13px; font-weight:bold; vertical-align:middle;}
.plus_eqkvol .search_earthquake label:after {
	content: "|";
	font-size:0.85em;
	line-height: 0.85em;
	padding: 0 1px 0 10px;
	color: #ddd;
}
.plus_eqkvol .search_earthquake .search_btn{ display:inline-block; text-align:center; margin-top:13px; width:100%;}

.plus_eqkvol .table_information{width:100%;border-collapse: collapse;}
.plus_eqkvol .table_information thead th{background:#dce6ef;color:#333;border:1px solid #c8c8c8;border-top:2px solid #006ad0;padding:6px 5px 3px 5px;}
.plus_eqkvol .table_information thead tr.snb_title th{color:#787878;border-top:1px solid #c8c8c8;border-right:1px solid #c8c8c8;background:#d5e8fa;}
.plus_eqkvol .table_information thead tr.snb_title th.bl_gray{border-left:1px solid #c8c8c8;}
.plus_eqkvol .table_information tbody.align_center{text-align:center;}
.plus_eqkvol .table_information tbody th{border-right:1px solid #c8c8c8;border-bottom:1px solid #c8c8c8;border-left:1px solid #c8c8c8;font-weight:normal;padding:6px 5px 3px 5px;text-align:center;}
.plus_eqkvol .table_information tbody td{border-right:1px solid #c8c8c8;border-bottom:1px solid #c8c8c8;border-left:1px solid #c8c8c8;padding:8px 10px 6px 10px;vertical-align:middle;}
.plus_eqkvol .table_information tbody td img{vertical-align:top;}
.plus_eqkvol .table_information .bg_gray{background:#f8f8f8;}
.plus_eqkvol .table_information thead th.both {border-top:1px solid #FFFFFF;}

.plus_eqkvol .left_v{width: 50%;overflow: hidden;float: left;}
.plus_eqkvol .right_v{width: 50%;overflow: hidden;float: right;}
.plus_eqkvol ul li.left_v{clear:both;float: left;}
.plus_eqkvol ul.ht7{height:740px;}
.plus_eqkvol ul.ht8{height:800px;}
.plus_eqkvol ul.ht8 .left_v{width:100%;}
.plus_eqkvol ul.ht8 .right_v{width:100%;}
.plus_eqkvol ul.ht2{height:210px;}
.plus_eqkvol ul.ht3{height:550px;}
.plus_eqkvol ul.ht3 .left_v{clear:both;width:100%;}
.plus_eqkvol ul.ht3 .right_v{clear:both;width:100%;float:left;}

.plus_eqkvol .list_text_4{width:350px;}
.plus_eqkvol .list_text_4 strong{color: #0958a5;}
.plus_eqkvol .list_text_5{width:160px;}
.plus_eqkvol .list_text_5 strong{color: #0958a5;}
.plus_eqkvol .list_text_6{width:280px;}
.plus_eqkvol .list_text_6 strong{color: #0958a5;}
.plus_eqkvol dt.list_text_6 {padding-top:50px;}
.plus_eqkvol dd.list_text_6 {padding-top:2px;}

.plus_eqkvol .imgscript{margin-top:10px}
.plus_eqkvol .e_txt{text-align:center;}
.plus_eqkvol #case_21{background: url('../image/weather/eqkvol/earthquake_img_2015_21.jpg') no-repeat left -17px;width: 0px;height: 175px;padding-left: 176px;}
.plus_eqkvol #case_22{background: url('../image/weather/eqkvol/earthquake_img_2015_21.jpg') no-repeat -170px -17px;width: 0px;height: 175px;padding-left: 176px;}
.plus_eqkvol #case_23{background: url('../image/weather/eqkvol/earthquake_img_2015_21.jpg') no-repeat -340px -3px;width: 0px;height: 193px;padding-left: 176px;}
.plus_eqkvol #case_24{background: url('../image/weather/eqkvol/earthquake_img_2015_21.jpg') no-repeat left -218px;width: 0px;height: 171px;padding-left: 176px;}
.plus_eqkvol #case_25{background: url('../image/weather/eqkvol/earthquake_img_2015_21.jpg') no-repeat -170px -205px;width: 0px;height: 206px;padding-left: 176px;}
.plus_eqkvol #case_26{background: url('../image/weather/eqkvol/earthquake_img_2015_21.jpg') no-repeat -340px -217px;width: 0px;height: 178px;padding-left: 176px;}
.plus_eqkvol #case_27{background: url('../image/weather/eqkvol/earthquake_img_2015_22.jpg') no-repeat left top;width: 0px;height: 270px;padding-left: 404px;}
.plus_eqkvol #case_28{background: url('../image/weather/eqkvol/earthquake_img_2015_22.jpg') no-repeat 298px -276px;width: 100%;height: 287px;padding-left:22px;}
.plus_eqkvol #case_41{background: url('../image/weather/eqkvol/earthquake_img_2015_23.jpg') no-repeat left top;width: 0px;height: 153px;padding-left: 326px;}
.plus_eqkvol #case_42{background: url('../image/weather/eqkvol/earthquake_img_2015_23.jpg') no-repeat left -154px;width: 0px;height: 153px;padding-left: 326px;}
.plus_eqkvol #case_43{background: url('../image/weather/eqkvol/earthquake_img_2015_23.jpg') no-repeat left -304px;width: 0px;height: 153px;padding-left: 326px;}
.plus_eqkvol #case_44{background: url('../image/weather/eqkvol/earthquake_img_2015_24.jpg') no-repeat left top;width: 0px;height: 153px;padding-left: 326px;}
.plus_eqkvol #case_45{background: url('../image/weather/eqkvol/earthquake_img_2015_24.jpg') no-repeat left -151px;width: 0px;height: 153px;padding-left: 326px;}
.plus_eqkvol #case_46{background: url('../image/weather/eqkvol/earthquake_img_2015_24.jpg') no-repeat left -304px;width: 0px;height: 153px;padding-left: 326px;}
.plus_eqkvol #case_47{background: url('../image/weather/eqkvol/earthquake_img_2015_25.jpg') no-repeat left top;width: 0px;height: 153px;padding-left: 326px;}
.plus_eqkvol #case_48{background: url('../image/weather/eqkvol/earthquake_img_2015_25.jpg') no-repeat left -154px;width: 0px;height: 144px;padding-left: 326px;}
.plus_eqkvol #case_49{background: url('../image/weather/eqkvol/earthquake_img_2015_25.jpg') no-repeat left -297px;width: 0px;height: 153px;padding-left: 326px;}

.plus_eqkvol .list_text2{margin-left:10px;}
.plus_eqkvol .list_text2 dt{width: 175px;float: left;height: 110px;margin:0 0 0 5px;padding:0 0 0 13px;}
.plus_eqkvol .list_text2 dt strong{padding-left: 120px;}
.plus_eqkvol .list_text2 dd{height: 110px;margin-left:18px;padding-bottom:20px;}

.plus_eqkvol #korea_1{background: url('../image/weather/eqkvol/earthquake_img_2015_12.jpg') no-repeat 13px top;}
.plus_eqkvol #korea_2{background: url('../image/weather/eqkvol/earthquake_img_2015_13.jpg') no-repeat 13px top;}
.plus_eqkvol #korea_3{background: url('../image/weather/eqkvol/earthquake_img_2015_14.jpg') no-repeat 13px top;}

.plus_eqkvol .list_text1{margin-left:10px;}
.plus_eqkvol .list_text1 dt{width: 800px;padding:25px 10px 15px 10px;background:none;}
.plus_eqkvol .list_text1 dt span{margin-left: 427px;background:url(../image/bu_square_orange.gif) no-repeat left 3px;}
.plus_eqkvol .list_text1 dt span strong{padding-left: 14px;}
.plus_eqkvol .list_text1 dd{margin-left: 432px;height: 90px;padding:0px 10px 23px 27px}
.plus_eqkvol #koreacase_1{background: url('../image/weather/eqkvol/earthquake_img_2015_16.jpg') no-repeat left top;}
.plus_eqkvol #koreacase_2{background: url('../image/weather/eqkvol/earthquake_img_2015_16.jpg') no-repeat left -166px;}
.plus_eqkvol #koreacase_3{background: url('../image/weather/eqkvol/earthquake_img_2015_16.jpg') no-repeat left -332px;}
.plus_eqkvol #koreacase_4{background: url('../image/weather/eqkvol/earthquake_img_2015_17.jpg') no-repeat left top;}
.plus_eqkvol #koreacase_5{background: url('../image/weather/eqkvol/earthquake_img_2015_17.jpg') no-repeat left -166px;}
.plus_eqkvol #koreacase_6{background: url('../image/weather/eqkvol/earthquake_img_2015_17.jpg') no-repeat left -332px;}

.plus_theme .distibution_search5{width:100%;margin:14px 0 0 0;overflow:hidden;}
.plus_theme .distibution_search5 dl{width:870px;padding:2px;background:#307eb5;float:left;}
.plus_theme .distibution_search5 dl dt{float:left;text-align:center;padding:9px 0 0 6px;width:75px;line-height:1em;}
.plus_theme .distibution_search5 dl dt span{display:block;margin:9px 0 0 0;}
.plus_theme .distibution_search5 dl dd{float:left;background:#fff;padding:1px 0 1px 20px;width:788px;}
.plus_theme .timeseries_subn3{clear:both;}
.plus_theme .timeseries_subn3 span{color:#666;}
.plus_theme .distibution_search5 .distibution_search5_form{padding:3px 0;height:30px;overflow:hidden;}
.plus_theme .distibution_search5 .distibution_search5_form .form_select{border:1px solid #c7d8e3;float:left;width:415px;height:21px;}
.plus_theme .distibution_search5 .distibution_search5_form .form_submit{float:left;margin:0 0 0 6px;display:inline;}
.plus_theme .distibution_search5 .distibution_search5_form .select_del{float:left;margin:0 0 0 4px;display:inline;}

.plus_theme /*1024*/.h6-title{font-size:21px;border-bottom:1px solid #e4e4e4;}
.plus_theme /*1024*/.h6-title > span{font-size:11px; color:#8c8c8c;margin-left: 7px;}



/*1024*/
.clearfix:after{content: "";display: block;height: 0;clear: both;visibility: hidden;}
.weather-box01{position:relative;width: 100%;padding: 13px 0px; margin-top:22px; margin-bottom:12px;}
.weather-box01 ul { text-align: center; float:right;}
.weather-box01 ul li.first{font-size: 18px;font-weight: bold;border-right: none;padding: 0;position: absolute;left: 20px;top: 29px;border: 0;}
.weather-box01 ul li.first img {margin-top: -4px;margin-bottom: 21px;}
.weather-box01 ul li.first span{ margin-left:20px; }
.weather-box01 ul li{width: 144px;font-size: 14px;font-size: 14px;padding: 6px 10px;border-bottom: 2px dotted #cccccc;}
.weather-box01 ul li span.bold{font-weight:bold; margin-left:8px;}
.weather-box01 ul li:last-child{ border-right:none; }
.text-zone{ width:100%; text-align:right; margin-top:20px; margin-bottom:5px; }
.h4-next{font-weight:bold;font-size: 15px;padding: 0 8px;border-left: 1px solid #d5cccc;}
.box-b{margin-bottom: 12px;}
.box-left{float:left;width:320px;}
.box-right{float:right; width:calc(100% - 350px);margin-left:28px;}
.box-b .box-left .time{border:1px solid #e4e4e4; position:relative;}
.box-b .box-left .time p.title{position:absolute; left:0; top:0; background:#a5a5a5; color:#ffffff; width:60px; height:22px; text-align:center; line-height:24px; font-size:12px;}
.box-b .box-left .time .top-z{ font-size:15px;font-weight:bold;text-align:center; margin-top: 12px;}
.box-b .box-left .time .bottom-z{text-align:center; margin-top: -4px; margin-bottom: 4px;}
.box-b .box-left .time .bottom-z ul{text-align:center; margin-left: -12px;}
.box-b .box-left .time .bottom-z ul li{display:inline-block;font-weight:bold;font-size:30px;}
.box-b .box-left .time .bottom-z ul li:last-child{position:relative;margin-top:-4px; margin-left:3px;}
.box-b .box-left .time .bottom-z ul li:last-child span{padding: 3px 3px 2px 3px;background: #666666;color: #ffffff;font-size: 12px;position: absolute;top: -19px;}
.box-b .box-left .link{padding:8px 0;}
.box-b .box-left .link ul{text-align:center;}
.box-b .box-left .link ul li:first-child{margin-right:5px;width:144px; height:52px;padding-top:5px;color:#333333;display:inline-block;font-weight:bold;font-size:15px;text-align:center;}
.box-b .box-left .link ul li:first-child p{font-size:18px;}
.box-b .box-left .link ul li{display:inline-block;vertical-align: top;}
.table_develop.style01 th{padding:6px 0;}
.table_develop.style01 td{padding: 8px 0 7px 0;}
/*1024*/

.world-spinner {
	min-height: 400px;
	text-align: center;
	padding-top:100px;
}



/*
	북한예보
*/
/* 특보예보|북한예보 */
/* 육상 */
.north_weekend{clear:both;overflow:hidden;width:100%;margin:0 0 0 0;}
.north_weekend .map{float:left;width:280px;height:355px;background:url('../image/bg_northmap.gif') no-repeat 0 0;position:relative;}
.north_weekend .map .clock{position:absolute; top:20px; left:20px; font-size:0.95em; color:#666666;}
.north_weekend .map ul.area1{position:absolute;left:245px;top:74px;width:47px;height:56px;padding:4px 0 0 0;margin:0;line-height:1.1em;}
.north_weekend .map ul.area2{position:absolute;left:210px;top:100px;width:47px;height:56px;padding:3px 0 0 0;margin:0;line-height:1.1em;}
.north_weekend .map ul.area3{position:absolute;left:102px;top:115px;width:47px;height:56px;padding:4px 0 0 0;margin:0;line-height:1.1em;}
.north_weekend .map ul.area4{position:absolute;left:148px;top:150px;width:47px;height:56px;padding:4px 0 0 0;margin:0;line-height:1.1em;}
.north_weekend .map ul.area5{position:absolute;left:84px;top:155px;width:47px;height:56px;padding:4px 0 0 0;margin:0;line-height:1.1em;}
.north_weekend .map ul.area6{position:absolute;left:12px;top:190px;width:47px;height:56px;padding:4px 0 0 0;margin:0;line-height:1.1em;}
.north_weekend .map ul.area7{position:absolute;left:114px;top:197px;width:47px;height:56px;padding:4px 0 0 0;margin:0;line-height:1.1em;}
.north_weekend .map ul.area8{position:absolute;left:125px;top:245px;width:47px;height:56px;padding:4px 0 0 0;margin:0;line-height:1.1em;}
.north_weekend .map ul.area9{position:absolute;left:57px;top:250px;width:47px;height:56px;padding:4px 0 0 0;margin:0;line-height:1.1em;}
.north_weekend .map ul.area10{position:absolute;left:40px;top:290px;width:47px;height:56px;padding:4px 0 0 0;margin:0;line-height:1.1em;}
.north_weekend .map ul.area11{position:absolute;left:88px;top:290px;width:47px;height:56px;padding:4px 0 0 0;margin:0;line-height:1.1em;}
.north_weekend .map ul.area12{position:absolute;left:60px;top:200px;width:47px;height:56px;padding:4px 0 0 0;margin:0;line-height:1.1em;}
.north_weekend .map ul.area13{position:absolute;left:160px;top:100px;width:47px;height:56px;padding:4px 0 0 0;margin:0;line-height:1.1em;}
.north_weekend .map ul li{padding:0;margin:0;text-align:center;}
.north_weekend .map ul li.img img{vertical-align:top;}
.north_weekend .map ul li.lowhigh{color:#606060;font-size:0.95em;}
.north_weekend .map ul li.lowhigh .red{color:#ff2501;}
.north_weekend .map ul li.lowhigh .blue{color:#0958a5;}
.north_weekend .map ul li.name{color:#000;font-size:0.95em;}
.north_weekend .right_text{float:right;width:calc(100% - 310px);}
.north_weekend .right_text .data_text{width:375px;clear:left;display:inline-block;overflow:hidden;margin:7px 0 0 0; border-bottom:1px solid #c8c8c8;}
.north_weekend .right_text .data_text .style1{float:left;width:188px;}
.north_weekend .right_text .data_text .style1 dt{float:left;width:186px;font-weight:bold;color:#0958a5;padding:8px 0;text-align:center; background:#f7f6f6;border-top:1px solid #0958a5;border-right:1px solid #c8c8c8;border-left:1px solid #c8c8c8;}
.north_weekend .right_text .data_text .style1 dd{float:left;width:170px;border:1px solid #c8c8c8;padding:8px; border-bottom:none;}
.north_weekend .right_text .data_text .style2{float:left;width:187px;}
.north_weekend .right_text .data_text .style2 dt{float:left;width:185px;font-weight:bold;color:#0958a5;padding:8px 0;text-align:center;background:#f7f6f6;border-top:1px solid #0958a5;border-right:1px solid #c8c8c8;}
.north_weekend .right_text .data_text .style2 dd{float:left;width:169px;border-top:1px solid #c8c8c8;padding:8px;border-right:1px solid #c8c8c8;border-bottom:1px solid #c8c8c8; border-bottom:none;}

.bx_noth{border-top:2px solid #006ad0;border-right:1px solid #c8c8c8;border-bottom:1px solid #c8c8c8;border-left:1px solid #c8c8c8;margin-top:20px; margin-bottom:22px;}
.bx_noth dt{background:url(../image/bg_gradation.gif) repeat-x left bottom;border-bottom:1px solid #c8c8c8;color:#006ad0;font-weight:bold;padding:6px 18px 3px 24px;}
.bx_noth dd{padding:17px 18px 13px 24px; overflow:hidden;}

.timeseries{clear:left;overflow:hidden;display:inline-block;margin:25px 0 0 0;width:850px;padding:0;}
.timeseries .title{float:left;font-weight:bold;color:#333;margin:0;width:400px;}
.timeseries .time{float:right;margin:0;width:282px;text-align:right;color:#666;height:15px;padding:0;line-height:1em;}
.timeseries .time span{padding:2px 0 0 0;display:inline-block;}
.timeseries .time img.pdr{margin:0 5px 0 0;vertical-align:top;padding:0;}

/* 북한예보 - 육상|주간예보 */
.mid_announcementtime2{color:#666;line-height:1em;text-align:right;}
.mid_announcementtime2 .pdr{vertical-align:top;padding:0 10px 0 0;}
.mid_announcementtime2 span{padding:3px 0 0 0;display:inline-block;}

.ol_mid-term_1{overflow:hidden; display:inline-block; width:76px;}
.ol_mid-term_1 ul{width:38px; height:50px; float:left;}

/* 북한 바다 */
.northkorea02{clear:both;overflow:hidden;}
.northkorea02 .north_announcementtime{float:right;color:#666;line-height:1em;margin:0 0 7px 0;}
.northkorea02 .north_announcementtime span{display:inline-block;padding:2px 0 0 0;}
.northkorea02 .north_announcementtime img{vertical-align:top;padding:0 10px 0 0;margin:0;}
.northkorea02 .text{float:left;}

/* 산악예보 */
.bx_summary_mountain tbody td{background:#ffffff; padding:0px 0px 0 350px; margin:0 0 0px 0; width:300px; }


/* 해수욕장 예보 */
theme_beach{width:685px;clear:left;overflow:hidden;}
.theme_beach .beachmap{width:310px;float:left;}
.theme_beach .beachmap p{font-size:0.95em;}
.theme_beach .beachmap ul{background:url(../image/bg_beach.jpg) no-repeat 0 0;position:relative;width:298px;height:407px;}
.theme_beach .beachmap ul li{position:absolute;line-height:1em;}
.theme_beach .beachmap ul li a{vertical-align:top;line-height:1em;}
.theme_beach .beachmap ul li img{vertical-align:top;}
.theme_beach .beachmap ul li.pos01{left:13px;top:80px;}
.theme_beach .beachmap ul li.pos02{left:21px;top:103px;}
.theme_beach .beachmap ul li.pos03{left:64px;top:110px;}
.theme_beach .beachmap ul li.pos04{left:29px;top:130px;}
.theme_beach .beachmap ul li.pos05{left:7px;top:153px;}
.theme_beach .beachmap ul li.pos06{left:25px;top:176px;}
.theme_beach .beachmap ul li.pos07{left:56px;top:199px;}
.theme_beach .beachmap ul li.pos08{left:12px;top:206px;}
.theme_beach .beachmap ul li.pos09{left:33px;top:226px;}
.theme_beach .beachmap ul li.pos10{left:15px;top:246px;}
.theme_beach .beachmap ul li.pos11{left:11px;top:300px;}
.theme_beach .beachmap ul li.pos12{left:18px;top:333px;}
.theme_beach .beachmap ul li.pos13{left:70px;top:322px;}
.theme_beach .beachmap ul li.pos14{left:112px;top:315px;}
.theme_beach .beachmap ul li.pos15{left:142px;top:291px;}
.theme_beach .beachmap ul li.pos16{left:182px;top:291px;}
.theme_beach .beachmap ul li.pos17{left:196px;top:270px;}
.theme_beach .beachmap ul li.pos18{left:236px;top:270px;}
.theme_beach .beachmap ul li.pos19{left:225px;top:200px;}
.theme_beach .beachmap ul li.pos20{left:213px;top:166px;}
.theme_beach .beachmap ul li.pos21{left:222px;top:133px;}
.theme_beach .beachmap ul li.pos22{left:205px;top:90px;}/* 20130708 */
.theme_beach .beachmap ul li.pos23{left:188px;top:60px;}
.theme_beach .beachmap ul li.pos24{left:158px;top:35px;}
.theme_beach .beachmap ul li.pos25{left:98px;top:354px;}
.theme_beach .beachmap ul li.pos26{left:138px;top:354px;}
.theme_beach .beachmap ul li.pos27{left:178px;top:354px;}
.theme_beach .beachmap ul li.pos28{left:218px;top:354px;}
.theme_beach .beachmap ul li.pos29{left:98px;top:374px;}
.theme_beach .beachmap ul li.pos30{left:138px;top:374px;}
.theme_beach .beachmap ul li.pos31{left:149px;top:76px;}
.theme_beach .beachmap ul li.pos32{left:74px;top:88px;}
.theme_beach .beachmap ul li.pos33{left:116px;top:141px;}
.theme_beach .beachmap ul li.pos34{left:59px;top:161px;}
.theme_beach .beachmap ul li.pos35{left:152px;top:173px;}
.theme_beach .beachmap ul li.pos36{left:73px;top:226px;}
.theme_beach .beachmap ul li.pos37{left:141px;top:252px;}
.theme_beach .beachmap ul li.pos38{left:72px;top:292px;}
.theme_beach .beachmap ul li.pos39{left:46px;top:368px;}
.theme_beach .beachmap ul li.pos40{left:5px;top:333px;}

.theme_beach .beachtable{width:375px;float:left;}
.theme_beach .beachtable p{font-size:0.95em;}
.theme_beach .beachtable p.beach_title{font-size:1em;}
.theme_beach .beachtable p.beach_title strong{color:#0958a5;}
.theme_beach .beachtable .beach_table{width:370px;border-top:2px solid #006ad0;text-align:center;}
.theme_beach .beachtable .beach_table td{border-left:1px solid #c8c8c8;border-bottom:1px solid #c8c8c8;padding:5px 0;}
.theme_beach .beachtable .beach_table td.last{border-right:1px solid #c8c8c8;}



/*board_box04*//*게시판-기상연감*/

.board_list04 {position:relative; float:left;padding:5px 0 5px 0px;height:151px; width:calc(50% - 2px);min-width: 340px;}
.board_list04 dl{background:url(../image/bg_board_list03.gif) repeat-x left bottom; overflow:hidden; padding:15px 0 15px 5px; clear:left; width:402px; text-align:left;}
.board_list04 dl dt{float:left; font-size:0; width:89px;height:117px;}
.board_list04 dl dt img{border:1px solid #cccccc;}
.board_list04 dl dd{float:left; padding:22px 0 0 10px;}
.board_list04 dl dd p{line-height:normal;}
.board_list04 dl dd p.blue{padding:0 0 2px 0; font-size:1.2em; color:#0956a4; font-weight:bold; }
.board_list04 dl dd p.blue img{vertical-align:top;margin:2px 0 0 0px;}
.board_list04 dl dd p.button{padding:10px 0 0 0;}
#wrap_board_list04{clear:both; overflow:hidden; width:100%; border-top:2px solid #006ad0; border-bottom:1px solid #006ad0; min-width:700px;}

/*board_box04_eq*//*게시판-지진화산홍보물_20190701*/
.board_list04 dl.board_list04_eq { width:100%; min-width: 400px;}
.board_list04 dl.board_list04_eq dt{float:left; font-size:0; width:208px;height:117px;}
.board_list04 dl.board_list04_eq dt img{border:1px solid #cccccc;}
.board_list04 dl.board_list04_eq dd{float:left; width:150px; padding:10px 0 0 20px;}
.board_list04 dl.board_list04_eq dd p{line-height:normal;}
.board_list04 dl.board_list04_eq dd p.blue{padding:0 0 5px 0; font-size:1.2em; color:#0956a4; font-weight:bold; letter-spacing:-1px;}
.board_list04 dl.board_list04_eq dd p.blue img{vertical-align:top;margin:2px 0 0 0px;}
.board_list04 dl.board_list04_eq dd p.button{padding:15px 0 0 0;}

.disaster1_con2{width:100%; height:389px;background:url(../image/disaster_bg_03.gif) no-repeat left top; background-size: 100% 389px;}
.disaster1_con2 dl{float:left;padding-right:30px;}
.disaster1_con2 dt{padding:27px 0 10px 33px;}
.disaster1_con2 dd{float:left;padding:0 0 0 63px; }
.disaster1_con2 .left_txt_img { width: calc(100% - 280px)}
.disaster1_con2 .left_txt_img dt{padding:48px 0 0 0;width:340px;}
.disaster1_con2 .left_txt_img dd{padding:0 !important;width:340px;}
.disaster1_con2>ul{display: inline-block; width: calc(100% - 280px); position: relative;}
.disaster1_con2 li{float:left;padding-top:5px; width:50%;}

/* 황사관측값 */
.plus_dust .density_wrap{height:auto; margin-top:8px;}
.plus_dust .density_left_wrap{float:left; clear:both;}
.plus_dust .density_left{width:287px; height:580px; position:relative;}
.plus_dust .density_left dl dt{display:none;}
.plus_dust .density_left ul.mtt li {line-height: 15px;width: 3em;border: none;height: 15px;background: none;padding-left: 1px;padding-right: 1px;text-align: left;position: absolute;}
.plus_dust .density_left ul.mtt li a{font-size: 0.95em;color: #111;height: 15px;display: inline-block;border: none;background: url('../image/stn_c07_1.png') no-repeat 0px 3px;padding-left: 8px;position:absolute;z-index:19;}
.plus_dust .density_left ul.mtt li span{position:absolute;left: -20px;top: -9px;}

.plus_dust .density_left ul li.pm10_90{left:201px;top:20px;}
.plus_dust .density_left ul li.pm10_93{left:152px;top:44px;}
.plus_dust .density_left ul li.pm10_100{left:212px;top:63px;}
.plus_dust .density_left ul li.pm10_102{left:15px;top:43px;}
.plus_dust .density_left ul li.pm10_108{left:104px;top:73px;}
.plus_dust .density_left ul li.pm10_115{left:257px;top:47px;}
.plus_dust .density_left ul li.pm10_116{left:104px;top:83px;}
.plus_dust .density_left ul li.pm10_119{left:105px;top:96px;}
.plus_dust .density_left ul li.pm10_121{left:197px;top:101px;}
.plus_dust .density_left ul li.pm10_130{left:257px;top:113px;}
.plus_dust .density_left ul li.pm10_132{left:64px;top:153px;}
.plus_dust .density_left ul li.pm10_135{left:170px;top:175px;}
.plus_dust .density_left ul li.pm10_136{left:214px;top:147px;}
.plus_dust .density_left ul li.pm10_140{left:92px;top:193px;}
.plus_dust .density_left ul li.pm10_143{left:211px;top:200px;}
.plus_dust .density_left ul li.pm10_146{left:117px;top:206px;}
.plus_dust .density_left ul li.pm10_152{left:256px;top:221px;}
.plus_dust .density_left ul li.pm10_156{left:101px;top:256px;}
.plus_dust .density_left ul li.pm10_160{left:237px;top:257px;}
.plus_dust .density_left ul li.pm10_169{left:15px;top:294px;}
.plus_dust .density_left ul li.pm10_185{left:43px;top:389px;}
.plus_dust .density_left ul li.pm10_192{left:175px;top:255px;}
.plus_dust .density_left ul li.pm10_201{left:71px;top:64px;}
.plus_dust .density_left ul li.pm10_229{left:15px;top:146px;}
.plus_dust .density_left ul li.pm10_232{left:125px;top:135px;}
.plus_dust .density_left ul li.pm10_268{left:61px;top:310px;}
.plus_dust .density_left ul li.pm10_273{left:179px;top:144px;}
.plus_dust .density_left ul li.pm10_501{left:15px;top:66px;}
.plus_dust .density_left ul li.pm10_94{left:141px;top:34px;}
.plus_dust .density_left ul li.pm10_399{left:132px;top:145px;}
.plus_dust .density_left ul li.tem2{width: 3em;}
.plus_dust .density_left ul li.tem3{width: 4em;}
.plus_dust .density_left ul li.tem4{width: 5em;}
.plus_dust .density_left ul li.tem5{width: 6em;}
.plus_dust .density_left ul li.tem6{width: 7em;}
.plus_dust .density_left ul li.tem7{width: 8em;}

.plus_dust dd.sfc img { width:24px; height:24px;}
.plus_dust dl dd.sfc {position:absolute; left:-4px; top:-11px;z-index:101;}

.plus_dust dl.legend{width:80px;position:absolute; left:216px; top:354px;}

.plus_dust dl.legend dd.left{width:30px; float:left; height:25px; }
.plus_dust dl.legend dd.right{width:40px; float:left; padding-left:5px; padding-top:5px;height:25px;}
.plus_dust .dl_dust dd.left{width:110px; padding-left:15px; float:left;border-bottom:1px solid #d7d7d7; height:20px; padding-top:3px;}
.plus_dust .dl_dust dd.left2{width:110px; padding-left:15px; float:left;border-bottom:1px solid #d7d7d7; height:40px; padding-top:3px;}
.plus_dust .dl_dust dd.right{width:130px;padding-left:15px; float:left;border-bottom:1px solid #d7d7d7; height:20px; padding-top:3px;}
.plus_dust .dl_dust dd.right2{width:130px;padding-left:15px; float:left;border-bottom:1px solid #d7d7d7; height:40px; padding-top:3px;}

.plus_dust .density_left{background: url('../image/bg_density_map_5.gif') no-repeat left top;}
.plus_dust .density_left dl { line-height:1em;width:63px;border:none;height:15px; background:none; padding-left:1px; padding-right:1px;text-align:left;}
.plus_dust .density_left dl dt {font-size: 0.95em;color: #111;position: absolute;left: 10px;/*width: 100%;*/z-index: 100;height: 15px;top: -5px;display:inline-block;}
.plus_dust .density_left dl dt.left2{left: -20px;}
.plus_dust .density_left dl dt.left3{left: -32px;}
.plus_dust .density_left dl dt.left4{left: -43px;width: 47px;}
.plus_dust .density_left dl dt.b1{top: 4px;}
.plus_dust .density_left dl dt.b2{top: 7px;}
.plus_dust .density_left dl dt.b3{top: 13px;}
.plus_dust .density_left dl.legend{width:80px;position:absolute; left:216px; top:354px;}

.plus_dust .table_density2{width:277px; margin-left:1px; float:left;}
.plus_dust .table_density2 thead th{padding:6px 0 3px 0; border-top:none; border:1px solid #c8c8c8; background:#dce6ef; color:#333;}
.plus_dust .table_density2 thead th.top_line{border-top:2px solid #006ad0;}
.plus_dust .table_density2 thead th.nm{font-weight:normal;}
.plus_dust .table_density2 tbody th{padding:3px 0 0px 0; border-top:none; border:1px solid #c8c8c8; font-weight:normal; color:#0958a5;text-align:center;}
.plus_dust .table_density2 tbody td{padding:3px 0 0px 0; border-top:none; border:1px solid #c8c8c8; text-align:center;}
.plus_dust .table_density2 tbody td.al{text-align:left;padding:3px 7px 3px 18px;}
.plus_dust .table_density2 tbody td .col_blue{color:#16a7ef;}
.plus_dust .table_density2 tbody td .col_orange{color:#f21b2a;}
.plus_dust .table_density2 tbody td img{vertical-align:top;}

/* theme_table */

.flower_table{width:100%; text-align:center; margin-bottom:10px;border-collapse: collapse;}
.flower_table caption {position:absolute; left:-9999px; top:-9999px; overflow:hidden;line-height:0px;}
.flower_table thead th{border-top:2px solid #006ad0; background:#dce6ef; padding:6px 6px 6px 15px; border-left:1px solid #C8C8C8;border-right:1px solid #C8C8C8;border-bottom:1px solid #C8C8C8; text-align:left;}
.flower_table thead th span{padding-left:11px; background:url(../image/bl_flower_table_th.gif) no-repeat left 4px; color:#333; line-height:normal;}
.flower_table caption{background-color: cornflowerblue;color: white;line-height: normal;padding-top: 4px;}
.flower_table td{padding:4px 10px 3px 10px; border-bottom:1px solid #C8C8C8;border-left:1px solid #C8C8C8;border-right:1px solid #C8C8C8; font-size:0.95em;}
.flower_table td.left{text-align:left; padding-left:20px; }
.flower_table td.pad0{padding:0;}
.flower_table td ul{padding:7px 0 7px 9px; overflow:hidden;}
.flower_table td ul li{float:left;}
.flower_table td ul li.before{margin-right:15px;}
.flower_table td ul li p.photo{border:1px solid #ccc; padding:3px; margin-bottom:6px; background:#f3f3f3;}

.left_flower{width:320px; float:left; margin-right:42px;}
.left_flower .title_flower{background:url(../image/bu_arrow_orange.gif) no-repeat left 2px; line-height:normal; padding-left:20px; margin-bottom:10px; font-size:12px; color:#333; font-weight:bold;}

.left_flower .map_flower{position:relative;}
.left_flower .map_flower2{position:relative; margin-bottom:15px;}
.left_flower .map_flower3{position:relative;}
.left_flower .flower_map_comment{position:absolute; top:335px; right:0;}
.left_flower .flower_map_comment li{width:80px; height:25px;}
.left_flower .flower_map_comment li img{float:left; margin-right:4px;}
.left_flower .flower_map_comment li span{line-height:normal; padding-top:2px;float:left;}

.left_flower .flower_map_comment2{position:absolute; top:120px; right:10px;}
.left_flower .flower_map_comment2 li{width:73px; height:20px;}
.left_flower .flower_map_comment2 li img{float:left; margin-right:4px;}
.left_flower .flower_map_comment2 li span{line-height:normal; padding-top:2px;float:left;}

.left_flower .flower_map_comment3{position:absolute; top:210px; right:10px;}
.left_flower .flower_map_comment3.map_style02{position:absolute; top:210px; right:10px;}
.left_flower .flower_map_comment3 li{width:73px; height:20px;}
.left_flower .flower_map_comment3 li img{float:left; margin-right:4px;}
.left_flower .flower_map_comment3 li span{line-height:normal; padding-top:2px;float:left;}

.left_flower a:hover{text-decoration:none;}

.left_flower a:focus img, .left_flower a:focus span{ border:1px dashed #000;}
.left_flower span{line-height:normal;}
.left_flower .flower_spot_1 span{position:absolute; left:115px; top:78px;}
.left_flower .flower_spot_1 img{position:absolute; left:92px; top:76px;}
.left_flower .flower_spot_2 span{position:absolute; left:115px; top:103px;}
.left_flower .flower_spot_2 img{position:absolute; left:93px; top:99px;}
.left_flower .flower_spot_3 span{position:absolute; left:100px; top:157px;}
.left_flower .flower_spot_3 img{position:absolute; left:130px; top:135px;}
.left_flower .flower_spot_4 span{position:absolute; left:49px; top:190px;}
.left_flower .flower_spot_4 img{position:absolute; left:93px; top:207px;}
.left_flower .flower_spot_5 span{position:absolute; left:192px; top:228px;}
.left_flower .flower_spot_5 img{position:absolute; left:238px; top:204px;}
.left_flower .flower_spot_6 span{position:absolute; left:110px; top:275px;}
.left_flower .flower_spot_6 img{position:absolute; left:135px; top:252px;}


.left_flower .flower_spot_7 span{position:absolute; left:176px; top:281px;}
.left_flower .flower_spot_7 img{position:absolute; left:190px; top:260px;}
.left_flower .flower_spot_8 span{position:absolute; left:122px; top:20px;}
.left_flower .flower_spot_8 img{position:absolute; left:143px; top:37px;}
.left_flower .flower_spot_9 span{position:absolute; left:232px; top:84px;}
.left_flower .flower_spot_9 img{position:absolute; left:210px; top:81px;}
.left_flower .flower_spot_10 span{position:absolute; left:9px; top:75px;}
.left_flower .flower_spot_10 img{position:absolute; left:72px; top:90px;}
.left_flower .flower_spot_11 span{position:absolute; left:247px; top:261px;}
.left_flower .flower_spot_11 img{position:absolute; left:224px; top:256px;}

.left_flower .flower_spot_12 span{position:absolute; left:215px; top:124px;}
.left_flower .flower_spot_12 img{position:absolute; left:193px; top:122px;}
.left_flower .flower_spot_13 span{position:absolute; left:149px; top:247px;}
.left_flower .flower_spot_13 img{position:absolute; left:128px; top:245px;}
.left_flower .flower_spot_14 span{position:absolute; left:77px; top:386px;}
.left_flower .flower_spot_14 img{position:absolute; left:55px; top:385px;}

.left_flower .flower_spot_15 span{position:absolute; left:128px; top:100px;}
.left_flower .flower_spot_15 img{position:absolute; left:136px; top:115px;}
/*봄꽃개화현황 2개 지점 추가*/
.left_flower .flower_spot_16 span{position:absolute; left: 56px; top: 171px;}
.left_flower .flower_spot_16 img{position:absolute; left: 119px; top: 167px;}
.left_flower .flower_spot_17 span{position:absolute; left: 54px; top: 301px;}
.left_flower .flower_spot_17 img{position:absolute; left: 70px; top: 282px;}
.left_flower .flower_spot_20 span{position:absolute; left: 53px; top: 171px;}
.left_flower .flower_spot_20 img{position:absolute; left: 116px; top: 167px;}

.left_flower .flower_spot_m1 span{position:absolute; left:205px; top:41px;}
.left_flower .flower_spot_m1 img{position:absolute; left:185px; top:36px;}
.left_flower .flower_spot_m2 span{position:absolute; left:215px; top:64px;}
.left_flower .flower_spot_m2 img{position:absolute; left:195px; top:60px;}
.left_flower .flower_spot_m3 span{position:absolute; left:113px; top:72px;}
.left_flower .flower_spot_m3 img{position:absolute; left:94px; top:68px;}
.left_flower .flower_spot_m4 span{position:absolute; left:188px; top:95px;}
.left_flower .flower_spot_m4 img{position:absolute; left:168px; top:91px;}
.left_flower .flower_spot_m5 span{position:absolute; left:66px; top:175px;}
.left_flower .flower_spot_m5 img{position:absolute; left:104px; top:171px;}
.left_flower .flower_spot_m6 span{position:absolute; left:217px; top:203px;}
.left_flower .flower_spot_m6 img{position:absolute; left:200px; top:197px;}
.left_flower .flower_spot_m7 span{position:absolute; left:58px; top:267px;}
.left_flower .flower_spot_m7 img{position:absolute; left:95px; top:263px;}
.left_flower .flower_spot_m8 span{position:absolute; left:211px; top:122px;}
.left_flower .flower_spot_m8 img{position:absolute; left:192px; top:118px;}
.left_flower .flower_spot_m9 span{position:absolute; left:250px; top:167px;}
.left_flower .flower_spot_m9 img{position:absolute; left:233px; top:163px;}
.left_flower .flower_spot_m10 span{position:absolute; left:124px; top:127px;}
.left_flower .flower_spot_m10 img{position:absolute; left:161px; top:122px;}
.left_flower .flower_spot_m11 span{position:absolute; left:45px; top:368px;}
.left_flower .flower_spot_m11 img{position:absolute; left:55px; top:380px;}
.left_flower .flower_spot_m12 span{position:absolute; left:169px; top:160px;}
.left_flower .flower_spot_m12 img{position:absolute; left:149px; top:157px;}
.left_flower .flower_spot_m13 span{position:absolute; left:48px; top:234px;}
.left_flower .flower_spot_m13 img{position:absolute; left:86px; top:230px;}
.left_flower .flower_spot_m14 span{position:absolute; left:165px; top:248px;}
.left_flower .flower_spot_m14 img{position:absolute; left:145px; top:243px;}
.left_flower .flower_spot_m15 span{position:absolute; left:44px; top:327px;}
.left_flower .flower_spot_m15 img{position:absolute; left:66px; top:306px;}
.left_flower .flower_spot_m16 span{position:absolute; left:184px; top:217px;}
.left_flower .flower_spot_m16 img{position:absolute; left:164px; top:211px;}
.left_flower .flower_spot_m17 span{position:absolute; left:100px; top:211px;}
.left_flower .flower_spot_m17 img{position:absolute; left:139px; top:207px;}
.left_flower .flower_spot_m18 span{position:absolute; left:98px; top:294px;}
.left_flower .flower_spot_m18 img{position:absolute; left:80px; top:290px;}
/*2014.09.11 단풍 신규 3개 지점*/
.left_flower .flower_spot_m19 span{position:absolute; left:141px; top:191px;}
.left_flower .flower_spot_m19 img{position:absolute; left:178px; top:187px;}
.left_flower .flower_spot_m20 span{position:absolute; left:223px; top:242px;}
.left_flower .flower_spot_m20 img{position:absolute; left:219px; top:225px;}
.left_flower .flower_spot_m21 span{position:absolute; left:136px; top:278px;}
.left_flower .flower_spot_m21 img{position:absolute; left:115px; top:274px;}

.right_flower{width:calc(100% - 370px); float:left; padding-top:21px;}
.flower_right_comment{background:#fff; border:5px solid #ebebeb; padding:6px 13px 3px 13px; line-height:18px; margin-bottom:10px;}
.right_flower h6{background:url(../image/bu_arrow_orange.gif) no-repeat left 2px; line-height:normal; padding-left:20px; margin-bottom:10px; font-size:12px; color:#006ad0;}
/* popup */

.flower_popup{width:480px; height:490px; padding:10px 10px 0px;}
.flower_popup .flower_popup_top{overflow:hidden; height:30px;}
.flower_popup .flower_popup_top h1{background:url(../image/bl_h6_right_flower.gif) no-repeat left 3px; line-height:normal; padding-left:20px; float:left; padding-top:1px; font-size:1px;}
.flower_popup .flower_popup_top p{float:right;}

.flower_popup_table{width:480px; text-align:center; margin-bottom:10px;border-collapse: collapse;}
.flower_popup_table .top{border-top:2px solid #0c5aa6;}
.flower_popup_table th{background:#f7f6f6; padding:10px 6px 7px; border-left:1px solid #C8C8C8;border-right:1px solid #C8C8C8;border-bottom:1px solid #C8C8C8; text-align:center; font-weight:normal;}
.flower_popup_table td{padding:11px 10px 10px 10px; border-bottom:1px solid #C8C8C8;border-left:1px solid #C8C8C8;border-right:1px solid #C8C8C8;}
.flower_popup_table td.left{text-align:left; padding-left:13px;}
.flower_popup_table td.pad0{padding:0;}
.flower_popup_table td.flower_image img{padding:3px; border:1px solid #ccc;}
.flower_container {margin-top: 10px;}

.blue-btn{color:#fff;background:#006fe8;border-radius:4px;height:40px;line-height:40px;font-size:18px;padding:0 55px 0 20px;position:relative;}
.blue-btn:after{content:"";position:absolute;right:20px;top:50%;transform:translateY(-50%);background:url(../image/arrow_side.png);width:8px;height:12px;}


/* 홈 > 날씨 > 특보·예보 > 특보·정보 > 국민행동요령 > 황사 */
.safetyguide_asiandust_top{clear:left;overflow:hidden;display:inline-block;background:url('../image/weather/warning/bg_confirm1.gif') no-repeat left top; height:117px; overflow:hidden;}
.safetyguide_asiandust_top dt{text-align:center; height:28px; padding:0px 30px 0 30px; font-weight:bold; font-size:11px; line-height:13px; color: #2b68ba; }
.safetyguide_asiandust_top dt strong { padding-top:4px; display:inline-block;}
.safetyguide_asiandust_top dt img{vertical-align:top;}
.safetyguide_asiandust_top .left{width:195px;float:left;}
.safetyguide_asiandust_top .left ul{padding:14px 18px 0 18px;line-height:1em;}
.safetyguide_asiandust_top .left ul li{padding:0 0 3px 10px;margin:0; background:url(../image/common/bu_arrow_orangesmall.gif) no-repeat 1px 4px;}
.safetyguide_asiandust_top .cen{width:202px;float:left;margin:0 0 0 10px;}
.safetyguide_asiandust_top .cen ul{padding:14px 18px 0 18px;line-height:1em;margin:0;}
.safetyguide_asiandust_top .cen ul li{padding:0 0 3px 10px;margin:0; background:url(../image/common/bu_arrow_orangesmall.gif) no-repeat 1px 4px;}
.safetyguide_asiandust_top .cen ul li ul{padding:0;margin:0;height:15px;background:none;}
.safetyguide_asiandust_top .cen ul li ul li{padding:0;margin:0;background:none;}
.safetyguide_asiandust_top .right{width:268px;float:left;margin:0 0 0 10px;}
.safetyguide_asiandust_top .right ul{padding:14px 18px 0 18px;line-height:1em;margin:0;}
.safetyguide_asiandust_top .right ul li{padding:0 0 3px 10px;margin:0; background:url(../image/common/bu_arrow_orangesmall.gif) no-repeat 1px 4px;}
.safetyguide_asiandust_top .right ul li.bgnone{padding:0 0 3px 11px;background:none;}

.safetyguide_asiandust_middle{width:100%;overflow:hidden;}
.safetyguide_asiandust_middle .top{clear:left;background:url('../image/weather/warning/bg_develop1_t.gif') no-repeat left top;width:685px; height:220px; float:left;display:inline-block;}
.safetyguide_asiandust_middle .top dt{text-align:center; height:30px; padding:0px 30px 0 30px; font-weight:bold; font-size:13px; line-height:16px; color: #2b68ba; }
.safetyguide_asiandust_middle .top dt strong { padding-top:6px; display:inline-block;}
.safetyguide_asiandust_middle .top dt img{vertical-align:top;}
.safetyguide_asiandust_middle .top dd{width:649px;float:left;padding:0 18px 7px 18px;}
.safetyguide_asiandust_middle .top dd ul{margin:0;line-height:1.2em;padding:7px 0 0 0;color:#5c5c5c;}
.safetyguide_asiandust_middle .top dd ul.sty1{width:205px;float:left;}
.safetyguide_asiandust_middle .top dd ul.sty2{width:224px;float:left;margin:0 0 0 11px;}
.safetyguide_asiandust_middle .top dd ul.sty3{width:198px;float:left;}
.safetyguide_asiandust_middle .top dd ul li{padding:1px 0 4px 13px; margin:0; background:url(../image/common/bu_square_orange.gif) no-repeat left 3px;}
.safetyguide_asiandust_middle .top dd ul li ul{padding:4px 0 0 0;margin:0;}
.safetyguide_asiandust_middle .top dd ul li ul li{padding:1px 0 3px 10px;margin:0; background:url(../image/common/bu_arrow_orangesmall.gif) no-repeat 1px 6px;}

.safetyguide_asiandust_middle .middle{clear:left;background:url('../image/weather/warning/bg_develop3_t.gif') no-repeat left top;width:685px; height:235px;float:left;display:inline-block;}
.safetyguide_asiandust_middle .middle dt img{vertical-align:top;}
.safetyguide_asiandust_middle .middle dt{text-align:center; height:30px; padding:0px 30px 0 30px; font-weight:bold; font-size:13px; line-height:16px; color: #2b68ba;}
.safetyguide_asiandust_middle .middle dt strong { padding-top:6px; display:inline-block;}
.safetyguide_asiandust_middle .middle dd{width:649px;float:left;padding:0 18px 7px 18px;}
.safetyguide_asiandust_middle .middle dd ul{margin:0;line-height:1.2em;padding:7px 0 0 0;color:#5c5c5c;}
.safetyguide_asiandust_middle .middle dd ul.sty1{width:205px;float:left;}
.safetyguide_asiandust_middle .middle dd ul.sty2{width:224px;float:left;margin:0 0 0 11px;}
.safetyguide_asiandust_middle .middle dd ul.sty3{width:198px;float:left;}
.safetyguide_asiandust_middle .middle dd ul li{padding:1px 0 4px 13px; margin:0; background:url(../image/common/bu_square_orange.gif) no-repeat left 3px;}
.safetyguide_asiandust_middle .middle dd ul li ul{padding:4px 0 0 0;margin:0;}
.safetyguide_asiandust_middle .middle dd ul li ul li{padding:1px 0 3px 10px;margin:0; background:url(../image/common/bu_arrow_orangesmall.gif) no-repeat 1px 6px;}

.safetyguide_asiandust_middle .bottom{clear:left;background:url('../image/weather/warning/bg_develop2_t.gif') no-repeat left top;width:685px; height:247px;float:left;display:inline-block;}
.safetyguide_asiandust_middle .bottom dt img{vertical-align:top;}
.safetyguide_asiandust_middle .bottom dt{text-align:center; height:30px; padding:0px 30px 0 30px; font-weight:bold; font-size:13px; line-height:16px; color: #2b68ba;}
.safetyguide_asiandust_middle .bottom dt strong { padding-top:6px; display:inline-block;}
.safetyguide_asiandust_middle .bottom dd{width:649px;float:left;padding:0 18px 7px 18px;}
.safetyguide_asiandust_middle .bottom dd ul{margin:0;line-height:1.2em;padding:7px 0 0 0;color:#5c5c5c;}
.safetyguide_asiandust_middle .bottom dd ul.sty1{width:205px;float:left;}
.safetyguide_asiandust_middle .bottom dd ul.sty2{width:224px;float:left;margin:0 0 0 11px;}
.safetyguide_asiandust_middle .bottom dd ul.sty3{width:198px;float:left;}
.safetyguide_asiandust_middle .bottom dd ul li{padding:1px 0 4px 13px; margin:0; background:url(../image/common/bu_square_orange.gif) no-repeat left 3px;}
.safetyguide_asiandust_middle .bottom dd ul li ul{padding:4px 0 0 0;margin:0;}
.safetyguide_asiandust_middle .bottom dd ul li ul li{padding:1px 0 3px 10px;margin:0; background:url(../image/common/bu_arrow_orangesmall.gif) no-repeat 1px 6px;}

/* 홈 > 날씨 > 특보·예보 > 특보·정보 > 국민행동요령 > 지진 */
.safetyguide_earthquake{width:685px;padding:19px 0 9px 0;clear:left;overflow:hidden; border-top:2px solid #006ad0; border-bottom:1px solid #dcdadb; background:url(../image/weather/warning/bg_earthquake.gif) repeat-x left bottom;}
.safetyguide_earthquake p{float:left;padding-right:15px;width:146px;text-align:center;}
.safetyguide_earthquake p img.image{border:3px solid #9bc8fd;margin-bottom:10px;}
.safetyguide_earthquake dl{float:left;width:524px;}
.safetyguide_earthquake dl dt{font-weight:bold;color:#0c5aa6;font-size:120%;margin-bottom:2px}

.earthquake{width:685px;padding:19px 0 9px 0;clear:left;overflow:hidden;border-bottom:1px solid #dcdadb; background:url(../image/weather/warning/bg_earthquake.gif) repeat-x left bottom;}
.earthquake p{float:left;padding-right:15px;width:144px;text-align:center;}
.earthquake p img.image{border:3px solid #9bc8fd;margin-bottom:10px;}
.earthquake dl{float:left;width:524px;}
.earthquake dl dt{font-weight:bold;color:#0c5aa6;font-size:120%;margin-bottom:2px;}

.earthquake_last{width:685px;padding:19px 0 9px 0;clear:left;overflow:hidden;border-bottom:1px solid #006ad0; background:url(../image/weather/warning/bg_earthquake.gif) repeat-x left bottom;}
.earthquake_last p{float:left;padding-right:15px;width:144px;text-align:center;}
.earthquake_last p img.image{border:3px solid #9bc8fd;margin-bottom:10px;}
.earthquake_last dl{float:left;width:524px;}
.earthquake_last dl dt{font-weight:bold;color:#0c5aa6;font-size:120%;margin-bottom:2px;}

/* 홈 > 날씨 > 특보·예보 > 특보·정보 > 국민행동요령 > 가뭄 */
.drought_wrap1, .drought_wrap2{width:100%; height:auto; padding:5px;}
.drought_tit{font-size:15px; width:170px; height:65px; background-color:#dbe5ee; float:left; padding:15px 5px 5px 5px; color:#333333; text-align:center; }
.drought_sub{width:calc(100% - 175px); height:65px; float:left; font-size:13px; padding-top:15px; padding-left:20px; padding-right:15px; text-align:justify; font-weight:bold; border-top:3px dashed #eaeaea; border-bottom:3px dashed #eaeaea;}
.drought_txt{width:100%; height:auto; clear:both; padding-top:30px;}
.drought_txt h3{width:120px; height:40px; background-color:#12477a; font-size:15px; color:#ffffff; text-align:center; line-height:40px;}
.drought_list{width:100%; height:auto; padding-top:20px; border-top:2px solid #12477a; padding-left:20px;}

/* 홈 > 날씨 > 특보·예보 > 특보·정보 > 국민행동요령 > 낙뢰 */
.thunder_wrap1{width:100%; height:auto; padding:5px;}
.thunder_wrap2{width:100%; height:auto; padding:5px;}
.thunder_wrap3{width:100%; height:auto; padding:5px;}
.thunder_wrap4{width:100%; height:auto; padding:5px;}
.thunder_tit{font-size:15px; width:170px; height:56px; background-color:#dbe5ee; float:left; color:#333333; text-align:center; vertical-align:middle; padding-top:10px; }
.thunder_tit1{font-size:15px; width:170px; height:56px; background-color:#dbe5ee; float:left; color:#333333; text-align:center; vertical-align:middle; padding-top:10px; }
.thunder_sub{width:calc(100% - 175px); height: 56px; float:left; font-size:13px; text-align:justify; font-weight:bold; border-top:3px dashed #eaeaea; border-bottom:3px dashed #eaeaea;
padding-top:10px; padding-bottom:10px; padding-left:20px; padding-right:20px;}
.thunder_txt{width:100%; height:auto; clear:both; padding-top:30px;}
.thunder_txt4{width:100%; height:auto; clear:both; padding-top:30px;}
.thunder_txt h3,.thunder_txt4 h3{width:160px; height:40px; background-color:#12477a; font-size:15px; color:#ffffff; text-align:center; line-height:40px;}
.thunder_list{width:100%; height:auto; padding-top:20px; border-top:2px solid #12477a; padding-left:20px;}

/* 홈 > 날씨 > 특보·예보 > 특보·정보 > 국민행동요령 > 한파 */
.coldweather_wrap1{width:100%; height:auto; padding:5px;}
.coldweather_wrap2{width:100%; height:auto; padding:5px;} 
.coldweather_wrap3{width:100%; height:auto; padding:5px;}
.coldweather_tit{font-size:15px; width:170px; height:74px; background-color:#dbe5ee; float:left; color:#333333; text-align:center; vertical-align:middle; padding-top:10px; padding-bottom:12px;}
.coldweather_tit1{font-size:15px; width:170px; height:74px; background-color:#dbe5ee; float:left; color:#333333; text-align:center; vertical-align:middle; padding-top:20px; padding-bottom:12px;}
.coldweather_tit3{font-size:15px; width:170px; height:74px; background-color:#dbe5ee; float:left; color:#333333; text-align:center; vertical-align:middle; padding-top:30px; padding-bottom:12px;}
.coldweather_sub{width:calc(100% - 175px); height:74px; float:left; font-size:13px; text-align:justify; font-weight:bold; border-top:3px dashed #eaeaea; border-bottom:3px dashed #eaeaea;
padding-top:10px; padding-bottom:10px; padding-left:20px; padding-right:20px;}
.coldweather_txt{width:100%; height:auto; clear:both; padding-top:30px;}
.coldweather_txt2{width:100%; height:auto; clear:both; padding-top:30px; padding-bottom:20px;}
.coldweather_txt h3,.coldweather_txt2 h3{width:160px; height:40px; background-color:#12477a; font-size:15px; color:#ffffff; text-align:center; line-height:40px;}
.coldweather_table{width:100%; height:auto; border-top:2px solid #12477a; padding-top:25px;}
.coldweather_list{width:100%; height:auto; padding-top:20px; border-top:2px solid #12477a; padding-left:20px;}

/* 홈 > 날씨 > 특보·예보 > 특보·정보 > 국민행동요령 > 태풍*/
.typoon_wrap1{width:100%; height:auto; padding:5px;}
.typoon_wrap2,.typoon_wrap3{width:100%; height:auto; padding:5px;}
.typoon_tit{font-size:15px; width:170px; height:65px; background-color:#dbe5ee; float:left; padding:15px 5px 5px 5px; color:#333333; text-align:center;}
.typoon_tit1{font-size:15px; width:170px; height:70px; background-color:#dbe5ee; float:left; padding-top:15px; color:#333333; text-align:center; }
.typoon_sub{width:calc(100% - 175px); height:65px; float:left; font-size:13px; padding-top:15px; padding-left:20px; padding-right:15px; text-align:justify; font-weight:bold; border-top:3px dashed #eaeaea; border-bottom:3px dashed #eaeaea;}
.typoon_sub1{width:calc(100% - 175px); height:70px; float:left; font-size:13px; padding-top:15px; padding-left:20px; padding-right:15px; text-align:justify; font-weight:bold; border-top:3px dashed #eaeaea; border-bottom:3px dashed #eaeaea;}
.typoon_txt{width:100%; height:auto; clear:both; padding-top:30px;}
.typoon_txt h3{width:120px; height:40px; background-color:#12477a; font-size:15px; color:#ffffff; text-align:center; line-height:40px;}
.typoon_list{width:100%; height:auto; padding-top:20px; border-top:2px solid #12477a; padding-left:20px;}


/* 홈 > 날씨 > 특보·예보 > 특보·정보 > 국민행동요령 > 호우 */
.rain_wrap1,.rain_wrap2,.rain_wrap3,.rain_wrap4{width:100%; height:auto; padding:5px;}
.rain_tit{font-size:15px; width:170px; height:55px; background-color:#dbe5ee; float:left; padding:10px 5px 5px 5px; color:#333333; text-align:center;}
.rain_tit2{font-size:15px; width:170px; height:70px; background-color:#dbe5ee; float:left; padding:15px 5px 5px 5px; color:#333333; text-align:center;}
.rain_sub{width:calc(100% - 175px); height:55px; float:left; font-size:13px; padding-top:15px; padding-left:20px; padding-right:15px; text-align:justify; font-weight:bold; border-top:3px dashed #eaeaea; border-bottom:3px dashed #eaeaea;}
.rain_sub2{width:calc(100% - 175px); height:70px; float:left; font-size:13px; padding-top:15px; padding-left:20px; padding-right:15px; text-align:justify; font-weight:bold; border-top:3px dashed #eaeaea; border-bottom:3px dashed #eaeaea;}
.rain_txt{width:100%; height:auto; clear:both; padding-top:30px;}
.rain_txt h3{width:120px; height:40px; background-color:#12477a; font-size:15px; color:#ffffff; text-align:center; line-height:40px;}
.rain_list{width:100%; height:auto; padding-top:20px; border-top:2px solid #12477a; padding-left:20px;}

/* 홈 > 날씨 > 특보·예보 > 특보·정보 > 국민행동요령 > 대설 */
.snow_wrap1,.snow_wrap2,.snow_wrap3,.snow_wrap4{width:100%; height:auto; padding:5px;}
.snow_tit{font-size:15px; width:170px; height:70px; background-color:#dbe5ee; float:left; padding:15px 5px 5px 5px; color:#333333; text-align:center;}
.snow_tit4{font-size:15px; width:170px; height:55px; background-color:#dbe5ee; float:left; padding:10px 5px 5px 5px; color:#333333; text-align:center;}
.snow_sub{width:calc(100% - 175px); height:70px; float:left; font-size:13px; padding-top:15px; padding-left:20px; padding-right:15px; text-align:justify; font-weight:bold; border-top:3px dashed #eaeaea; border-bottom:3px dashed #eaeaea;}
.snow_sub4{width:calc(100% - 175px); height:55px; float:left; font-size:13px; padding-top:15px; padding-left:20px; padding-right:15px; text-align:justify; font-weight:bold; border-top:3px dashed #eaeaea; border-bottom:3px dashed #eaeaea;}
.snow_txt{width:100%; height:auto; clear:both; padding-top:30px;}
.snow_txt h3{width:120px; height:40px; background-color:#12477a; font-size:15px; color:#ffffff; text-align:center; line-height:40px;}
.snow_list{width:100%; height:auto; padding-top:20px; border-top:2px solid #12477a; padding-left:20px;}

/* 홈 > 날씨 > 특보·예보 > 특보·정보 > 국민행동요령 > 황사 */
.asiandust_wrap1,.asiandust_wrap2,.asiandust_wrap3{width:100%; height:auto; padding:5px;}
.asiandust_wrap4{width:100%; height:auto; padding:5px;}
.asiandust_wrap5{width:100%; height:auto; padding:5px;}
.asiandust_wrap6{width:100%; height:auto; padding:5px;}
.asiandust_tit{font-size:15px; width:170px; height:55px; background-color:#dbe5ee; float:left; padding:10px 5px 5px 5px; color:#333333; text-align:center;}
.asiandust_tit4{font-size:15px; width:170px; height:55px; background-color:#dbe5ee; float:left; padding:15px 5px 5px 5px; color:#333333; text-align:center;}
.asiandust_sub{width:calc(100% - 175px); height:55px; float:left; font-size:13px; padding-top:10px; padding-left:20px; padding-right:15px; text-align:justify; font-weight:bold; border-top:3px dashed #eaeaea; border-bottom:3px dashed #eaeaea;}
.asiandust_txt{width:100%; height:auto; clear:both; padding-top:30px;}
.asiandust_txt h3{width:120px; height:40px; background-color:#12477a; font-size:15px; color:#ffffff; text-align:center; line-height:40px;}
.asiandust_list{width:100%; height:auto; padding-top:20px; border-top:2px solid #12477a; padding-left:20px;}
.asiandust_txt2{width:100%; height:auto; clear:both; padding-top:30px; padding-bottom:20px;}
.asiandust_txt2 h3{width:160px; height:40px; background-color:#12477a; font-size:15px; color:#ffffff; text-align:center; line-height:40px;}
.asiandust_table{width:100%; height:auto; border-top:2px solid #12477a; padding-top:25px;}
.asiandust_table2{width:100%; height:auto; border-top:2px solid #12477a; padding-top:25px;}


/* 홈 > 날씨 > 특보·예보 > 특보·정보 > 국민행동요령 > 강풍 */
.wind_wrap1,.wind_wrap3{width:100%; height:auto; padding:5px;}
.wind_wrap2{width:100%; height:auto; padding:5px;}
.wind_tit{font-size:15px; width:170px; height:55px; background-color:#dbe5ee; float:left; padding:10px 5px 5px 5px; color:#333333; text-align:center;}
.wind_sub{width:calc(100% - 175px); height:55px; float:left; font-size:13px; padding-top:10px; padding-left:20px; padding-right:15px; text-align:justify; font-weight:bold; border-top:3px dashed #eaeaea; border-bottom:3px dashed #eaeaea;}
.wind_tit1{font-size:15px; width:170px; height:85px; background-color:#dbe5ee; float:left; padding:25px 5px 5px 5px; color:#333333; text-align:center;}
.wind_sub1{width:calc(100% - 175px); height:85px; float:left; font-size:13px; padding-top:15px; padding-left:20px; padding-right:15px; padding-bottom:10px;text-align:justify; font-weight:bold; border-top:3px dashed #eaeaea; border-bottom:3px dashed #eaeaea;}
.wind_txt{width:100%; height:auto; clear:both; padding-top:30px;}
.wind_txt h3{width:120px; height:40px; background-color:#12477a; font-size:15px; color:#ffffff; text-align:center; line-height:40px;}
.wind_list{width:100%; height:auto; padding-top:20px; border-top:2px solid #12477a; padding-left:20px;}
.wind_txt2{width:100%; height:auto; clear:both; padding-top:30px; padding-bottom:20px;}
.wind_txt3{width:100%; height:auto; clear:both; padding-top:30px; padding-bottom:20px;}
.wind_txt2 h3,.wind_txt3 h3{width:160px; height:40px; background-color:#12477a; font-size:15px; color:#ffffff; text-align:center; line-height:40px;}
.wind_table{width:100%; height:auto; border-top:2px solid #12477a; padding-top:25px;}


/* 홈 > 날씨 > 특보·예보 > 특보·정보 > 국민행동요령 > 폭염 */
.heat_wrap1{width:100%; height:auto; padding:5px;}
.heat_wrap2,.heat_wrap3{width:100%; height:auto; padding:5px;}
.heat_tit{font-size:15px; width:170px; height:55px; background-color:#dbe5ee; float:left; padding:10px 5px 5px 5px; color:#333333; text-align:center;}
.heat_sub{width:calc(100% - 175px); height:55px; float:left; font-size:13px; padding-top:10px; padding-left:20px; padding-right:15px; text-align:justify; font-weight:bold; border-top:3px dashed #eaeaea; border-bottom:3px dashed #eaeaea;}
.heat_tit1{font-size:15px; width:170px; height:85px; background-color:#dbe5ee; float:left; padding:25px 5px 5px 5px; color:#333333; text-align:center;}
.heat_sub1{width:calc(100% - 175px); height:85px; float:left; font-size:13px; padding-top:15px; padding-left:20px; padding-right:15px; padding-bottom:10px;text-align:justify; font-weight:bold; border-top:3px dashed #eaeaea; border-bottom:3px dashed #eaeaea;}
.heat_txt{width:100%; height:auto; clear:both; padding-top:30px;}
.heat_txt h3{width:120px; height:40px; background-color:#12477a; font-size:15px; color:#ffffff; text-align:center; line-height:40px;}
.heat_list{width:100%; height:auto; padding-top:20px; border-top:2px solid #12477a; padding-left:20px;}
.heat_txt2{width:100%; height:auto; clear:both; padding-top:30px; padding-bottom:20px;}
.heat_txt2 h3{width:160px; height:40px; background-color:#12477a; font-size:15px; color:#ffffff; text-align:center; line-height:40px;}
.heat_table{width:100%; height:auto; border-top:2px solid #12477a; padding-top:25px;}


.ul_square02{margin-top:17px;}
.ul_square02 li{margin-left:4px; background:url(../image/common/bu_square_orange.gif) no-repeat left 4px;padding-left:15px;margin-bottom:20px; font-weight:bold;}
.ul_square02 li ul{margin-top:4px;}
.ul_square02 li ul li{background:none; padding:0; margin:0; font-weight:normal;}
.ul_square02 li ul li ul li{background:url(../image/common/bu_arrow_orangesmall.gif) no-repeat left 6px;padding-left:9px;margin-bottom:0; font-weight:bold;}

/* 해양기상방송 방송시간표 */
.table_movie{width:100%;border-top:2px solid #0c5aa6;border-bottom:2px solid #0c5aa6;table-layout:fixed;border-collapse:collapse;}
.table_movie thead th{border:1px solid #c8c8c8;color:#0958a5;padding:2px 0;}
.table_movie thead th.bg{background:#f7f6f6;text-align:right;padding-right:3px;}
.table_movie thead th span{visibility:hidden;;font-size:1px;}
.table_movie tbody th{border:1px solid #c8c8c8;color:#484848;padding:2px 0;}
.table_movie tbody td{border:1px solid #c8c8c8;padding:2px 3px;text-align:center;height:40px;line-height:1.2em;}
.table_movie tbody td p.time{clear:left;overflow:hidden;}
.table_movie tbody td p.time span.first{float:left;display:block;}
.table_movie tbody td p.time span.last{float:right;display:block;}
.table_movie tbody td p.movie{font-size:0.95em;}
.table_movie tbody tr.bg_gray{background:#f7f6f6;}
.table_movie tbody td.bg_gray2{background:#c2c2c2;}
.table_movie tbody td.bg_pink{background:#fce9ff;vertical-align:top;}
.table_movie tbody td.bg_sky{background:#c6e7fa;vertical-align:top;}
.table_movie tbody td.bg_orange{background:#ffdbc0;vertical-align:top;}
.table_movie tbody td.bg_orange2{background:#ffa545;vertical-align:top;}
.table_movie tbody td.bg_yellow{background:#f3ffc0;vertical-align:top;}
.table_movie tbody td.bg_yellow2{background:#eee730;vertical-align:top;}
.table_movie tbody td.bg_green{background:#c0ffc9;vertical-align:top;}
.table_movie tbody td.bg_blue{background:#c0fffa;vertical-align:top;}
.table_movie tbody td.bg_dahong{background:#ff9494;vertical-align:top;}
.table_movie tbody td.bg_yeondu{background:#cbff4d;vertical-align:top;}
.table_movie tbody td.bg_marine{background:#63ffef;vertical-align:top;}
.table_movie tbody td.bg_gisang{background:#a3d3ee;vertical-align:top;}
.table_movie tbody td strong{color:#484848;}
.table_movie tbody th.bg{background:#f7f6f6;text-align:right;padding-right:3px;color:#0958a5;}
.table_movie tbody th.font_color{color:#0958a5;}
.table_movie tr.tall30{height:23px;}


.table_popup {text-align:center;width:240px;border-collapse:collapse; }
.table_popup thead th{font-size:1em; color:#333333;background:#4293e2;color:#fff;border:1px solid #fff;border-top:2px solid #0c5aa6;padding:6px 5px 3px 5px;}
.table_popup thead th.border_left{border-left:1px solid #4293e2;}
.table_popup thead th.border_right{border-right:1px solid #4293e2;}
.table_popup tbody th{border-right:1px solid #c8c8c8;border-bottom:1px solid #c8c8c8;border-left:1px solid #c8c8c8;font-weight:normal;padding:6px 5px 3px 5px;text-align:center;}
.table_popup tbody td{border-right:1px solid #c8c8c8;border-bottom:1px solid #c8c8c8;border-left:1px solid #c8c8c8;padding:8px 10px 6px 15px;vertical-align:top;}

/* 태풍 기본지식 */
/*sub_tab*/
#tab_nav{overflow:hidden; clear:left; width:100%; margin-bottom:20px; background:url(../image/typ/bg_tab.gif) repeat-x left bottom;}
#tab_nav li{float:left;}
#tab_nav li img{vertical-align:top;}

.article{margin-bottom:30px;overflow:auto;}
.article>img{margin:15px 0 25px;}
.article>p{margin-bottom:10px;line-height:20px;text-align:justify;}

.typ_info03_01 h6{display:block;}
.typ_info03_01 .typ_info_wrap{float:left;width:307px;box-sizing:border-box;margin-right:15px;}
.typ_info03_01 .bg_gray{padding:7px;}
.typ_info03_01 .bg_gray img{margin:0;}
.typ_info03_01 .bg_gray p{width:100%;color:#1b74ce;text-align:center;font-size:11px;letter-spacing:-1px;}
.typ_info03_01 .typ03_01{width:100%;}
.typ_info03_01 .typ03_01 .bg_gray{text-align:center;}
.typ_info03_01 .typ03_01 img{float:none;}
.table_bottom{display:inline-block;font-size:11px;color:#dc2422;margin-bottom:20px;}
.table_top{font-size:11px;overflow:hidden;margin-bottom:10px;}

.table_normal {border-collapse:collapse; width: calc(100% - 2px);}
.table_normal th,
.table_normal td{text-align:center;border:1px solid #add3e0;padding:5px 0;}
.table_normal th{background:#f0fafc;}

.table_basic_2{width:100%;border-collapse:collapse;}
.table_basic_2 .bg_gray{background:#fff;}
.table_basic_2 .top_line{border-top:2px solid #006ad0;}
.table_basic_2 .bottom_line{border-bottom:1px solid #c8c8c8;}
.table_basic_2 tbody th{background:#dce6ef; text-align:center; color:#333; border-bottom:1px solid #d0d0d0; }
.table_basic_2 tbody td{padding:10px 10px; border-right:1px solid #c8c8c8; border-bottom:1px solid #c8c8c8; line-height: 150%;}

#tab_climate{overflow:hidden; clear:left; width:870px; background:url(../image/bg_tab_nav2.gif) repeat-x left top; padding:3px 5px 0 5px; position:relative; height:49px; }
#tab_climate li{float:left;}
#tab_climate li img{vertical-align:top;}
#tab_climate li ul{position:absolute; top:28px; left:0; width:685px;}
#tab_climate li ul li{float:left; margin-right:1px;}

#tab_climate li ul#posi_01{left:0px; width:685px;}
#tab_climate li ul#posi_02{left:76px; width:609px;}
#tab_climate li ul#posi_03{left:152px; width:533px;}
#tab_climate li ul#posi_04{left:228px; width:457px;}
#tab_climate li ul#posi_05{left:304px; width:381px;}
#tab_climate li ul#posi_06{left:304px; width:381px;}
#tab_climate li ul#posi_07{left:446px; width:317px;}
#tab_climate li ul#posi_08{left:466px; width:229px;}
#tab_climate li ul#posi_09{left:454px; width:231px;}

.p_square{background:url(../image/bu_square_orange.gif) no-repeat left center;padding-left:15px; padding-top:3px; margin:0 0 8px 8px;}
.p_square_T20{background:url(../image/bu_square_orange.gif) no-repeat left center;padding-left:15px; padding-top:3px; margin:20px 0 8px 8px;}

.p_square_list{background:url(../image/bu_square_orange.gif) no-repeat left center;padding-left:15px; padding-top:3px; margin:0 0 8px 5px;}
.p_square_listT20{background:url(../image/bu_square_orange.gif) no-repeat left center;padding-left:15px; padding-top:3px; margin:20px 0 8px 5px;}

.tab_menu_sub2{overflow:hidden; clear:left; margin-bottom:16px;width:870px;}
.tab_menu_sub2 li{float:left;padding-left:1px;}
.tab_menu_sub2 li.pad{padding-left:10px;}
.tab_menu_sub2 li.regional{padding-left:0;}

/* #tab_nav2{overflow:hidden; clear:left; width:680px; margin-bottom:20px; background:url(../image/bg_tab_nav2.gif) repeat-x left bottom; padding:3px 5px 0 5px;}
#tab_nav2 li{float:left;}
#tab_nav2 li img{vertical-align:top;}
#tab_nav2 li.pad{padding-top:1px;} */

/*우리나라기후 리스트*/
.list_text_1 dt{margin:0 0 5px 5px;padding:0 0 0 13px;font-weight:bold;background:url(../image/common/bu_square_orange.gif) no-repeat left 4px;}
.list_text_1 dt.mt4{margin:0 0 5px 5px;padding:0 0 0 13px;font-weight:bold;background:url(../image/common/bu_square_orange.gif) no-repeat left 4px;}
.list_text_1 dd{margin-left:5px;padding-bottom:20px;}
.list_text_1 dd ul{margin-top:3px; padding-top:10px;}
.list_text_1 dd ul li{padding:0 0 2px 12px; background:url(../image/common/bu_arrow_orangesmall.gif) no-repeat 5px 7px; margin-bottom:10px;}
.list_text_1 dd ul li ul li{background:url(../image/common/bu_hyphen.gif) no-repeat left 6px;  padding-left:9px;margin:0 0 0 1px;}
.average_regional01{width:870px;margin:10px 0 0 0;display:inline-block;clear:left;overflow:hidden;}
.average_regional01 .left{float:left;}
.average_regional01 .right{float:left;width:calc(100% - 220px);}

.gary_line{width:100%;border-collapse:collapse;}
.gary_line tbody {border-top:2px solid #006ad0;}
.gary_line th{border:1px solid #c8c8c8;font-weight:normal;padding:7px 5px 5px 5px;background:#dce6ef;color:#333;text-align:center; font-weight:bold;}
.gary_line td{border:1px solid #c8c8c8;padding:7px 5px 5px 7px;}
.gary_line td input{float:left; margin-right:10px;}
.gary_line td select{float:left; margin-right:5px !important; border:1px solid #d2d2d2; width:88px;}
.gary_line td a img{padding:0 5px;}
.gary_line td.btn img{padding-left:0 !important; padding-right:0 !important;}
