<!--
/* 탭 */

	.tab_white {
		color: #000;
		font:13px/30px "Lato", Arial, Helvetica, sans-serif ;
		background: #fff;
		border:solid #ccc;
		border-width: 1px 1px 0px 1px;
		cursor:pointer;
		font-weight: bold;
		text-align : center;
		/*margin-right: 5px;*/
		padding: 10px 20px 8px 20px;
		text-decoration: none;
		border-radius: 10px 10px 0px 0px;
	}
	.tab_white:hover{background: #0083c7;border:solid #0083c7;border-width: 1px 1px 0px 1px;color: #fff;}

	.tab_blue {
		color: #fff;
		font:13px/30px "Lato", Arial, Helvetica, sans-serif ;
		background: #0083c7;
		border:solid #0083c7;
		border-width: 1px 1px 0px 1px;
		cursor:pointer;
		font-weight: bold;
		text-align : center;
		/*margin-right: 5px;*/
		padding: 10px 20px 8px 20px;
		text-decoration: none;
		border-radius: 10px 10px 0px 0px;
	}
	.tab_blue:hover{background: #1e65a7;border:solid #1e65a7;border-width: 1px 1px 0px 1px;color: #ffffff;}

	.tab_white_r {
		float:right;
		background: #ffffff;
		border:solid 1px #cccccc;
		cursor:pointer;
		font-size:9pt;
		font-weight: bold;
		text-align : center;
		padding: 10px 20px 5px 20px;
		margin-left:0px;margin-right:5px;margin-top:0px;margin-bottom:0px;
		color: #000000;
		text-decoration: none;
		border-radius: 10px 10px 0px 0px;
	}
	.tab_white_r:hover{background: #0083c7;color: #ffffff;}

	.tab_blue_r {
		float:right;
		background: #0083c7;
		border:solid 1px #cccccc;
		cursor:pointer;
		font-size:9pt;
		font-weight: bold;
		text-align : center;
		padding: 10px 20px 5px 20px;
		margin-left:0px;margin-right:5px;margin-top:0px;margin-bottom:0px;
		color: #ffffff;
		text-decoration: none;
		border-radius: 10px 10px 0px 0px;
	}
	.tab_blue_r:hover{background: #1e65a7;color: #ffffff;}

	.tab_gray {
		float:left;
		background: #efefef;
		border:solid 1px #cccccc;
		cursor:pointer;
		font-size:9pt;
		font-weight: bold;
		text-align : center;
		padding: 10px 20px 5px 20px;
		margin-left:0px;margin-right:5px;margin-top:0px;margin-bottom:0px;
		color: #000000;
		text-decoration: none;
		border-radius: 10px 10px 0px 0px;
	}
	.tab_gray:hover{background: #0083c7;color: #ffffff;}

	.tab_gray_r {
		float:right;
		background: #efefef;
		border:solid 1px #cccccc;
		cursor:pointer;
		font-size:9pt;
		font-weight: bold;
		text-align : center;
		padding: 10px 20px 5px 20px;
		margin-left:0px;margin-right:5px;margin-top:0px;margin-bottom:0px;
		color: #000000;
		text-decoration: none;
		border-radius: 10px 10px 0px 0px;
	}
	.tab_gray_r:hover{background: #0083c7;color: #ffffff;}


/* 탭 POP */

	.tabp_navy {
		float:right;
		font:14px/30px "Lato", Arial, Helvetica, sans-serif;
		background: #0061a0;
		color: #fff;
		font-weight: bold;
		text-align : center;
		cursor:pointer;
		margin: 15px 5px 0px 0px;
		padding: 5px 15px 5px 15px;
		border-radius: 10px 10px 0px 0px;
	}
	.tabp_navy:hover{background: #fff; color: #000;}

	.tabp_white {
		float:right;
		font:14px/30px "Lato", Arial, Helvetica, sans-serif;
		background: #fff;
		color: #000;
		font-weight: bold;
		text-align : center;
		cursor:pointer;
		margin: 15px 5px 0px 0px;
		padding: 5px 15px 5px 15px;
		border-radius: 10px 10px 0px 0px;
	}
	/*.tabp_white:hover{background: #0061a0; color: #fff;}*/

	.tabps_navy {
		float:left;
		font:12px/25px "Lato", Arial, Helvetica, sans-serif;
		background: #0061a0;
		border:solid #ccc;
		border-width: 1px 1px 0px 1px;
		color: #fff;
		font-weight: bold;
		text-align : center;
		cursor:pointer;
		margin: 10px 5px 0px 0px;
		padding: 5px 15px 6px 15px;
		border-radius: 10px 10px 0px 0px;
	}
	/*.tabps_navy:hover{background: #fff; color: #000;}*/

	.tabps_white {
		float:left;
		font:12px/25px "Lato", Arial, Helvetica, sans-serif;
		background: #fff;
		border:solid #ccc;
		border-width: 1px 1px 0px 1px;
		color: #000;
		font-weight: bold;
		text-align : center;
		cursor:pointer;
		margin: 10px 5px 0px 0px;
		padding: 5px 15px 6px 15px;
		border-radius: 10px 10px 0px 0px;
	}
	.tabps_white:hover{background: #0061a0; color: #fff;}

-->