
			
			@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css);

			
			/* Tabbed Styles */
			.tabbed1 {
				width: 1200px;
				min-width: 400px;
				margin: 0px auto;
				margin-bottom: 68px;
				border-bottom: 0px solid #c2c2c2;
				overflow: hidden;
				transition: border 250ms ease;
			}
			.tabbed1 ul {
			    margin: 0px;
				padding: 0px;
				overflow: hidden;
				float: left;
				padding-left: 0px;
				list-style-type: none;
			}
			.tabbed1 ul * {
				margin: 0px;
				padding: 0px;
			}
			.tabbed1 ul li {	
			
			    width: 238px;
				display: block;
				float: left;
				padding: 10px 0px;
				background-color: #fff;
				margin-right: 0px;
				margin-bottom: 10px;
				z-index: 2;
				position: relative;
				cursor: pointer;
				color: #444;
                text-align:center;
				/*text-transform: uppercase;*/
				font: 600 13px/20px roboto, "Nanum Gothic", Helvetica, sans-serif;
                border: 1px solid #c2c2c2;
				border-right: 0px solid #c2c2c2;
				transition: all 250ms ease;
			}
			.tabbed1 ul li.ko {	
			
			    width: 238px;
				display: block;
				float: left;
				padding: 10px 0px;
				background-color: #fff;
				margin-right: 0px;
				margin-bottom: 10px;
				z-index: 2;
				position: relative;
				cursor: pointer;
				color: #444;
                text-align:center;
				/*text-transform: uppercase;*/
				font: 600 13px/20px roboto, "Nanum Gothic", Helvetica, sans-serif;
                border: 1px solid #166d9c;
				border-right: 0px solid #166d9c;
				transition: all 250ms ease;
			}
			.tabbed1 ul li.small {	
			
			    width: 238px;
				display: block;
				float: left;
				padding: 10px 0px;
				background-color: #fff;
				margin-right: 0px;
				margin-bottom: 10px;
				z-index: 2;
				position: relative;
				cursor: pointer;
				color: #444;
                text-align:center;
				/*text-transform: uppercase;*/
				font: 600 10px/20px roboto, "Nanum Gothic", Helvetica, sans-serif;
                border: 1px solid #c2c2c2;
				border-right: 1px solid #c2c2c2;
				transition: all 250ms ease;
			}
			.tabbed1 ul li.smalla {	
			
			    width: 238px;
				display: block;
				float: left;
				padding: 10px 0px;
				background-color: #fff;
				margin-right: 0px;
				margin-bottom: 10px;
				z-index: 2;
				position: relative;
				cursor: pointer;
				color: #444;
                text-align:center;
				/*text-transform: uppercase;*/
				font: 600 10px/20px roboto, "Nanum Gothic", Helvetica, sans-serif;
                border: 1px solid #166d9c;
				border-right: 1px solid #166d9c;
				transition: all 250ms ease;
			}
			.tabbed1 ul li.small1 {	
			
			    width: 238px;
				display: block;
				float: left;
				padding: 10px 0px;
				background-color: #fff;
				margin-right: 0px;
				margin-bottom: 10px;
				z-index: 2;
				position: relative;
				cursor: pointer;
				color: #444;
                text-align:center;
				/*text-transform: uppercase;*/
				font: 600 12px/20px roboto, "Nanum Gothic", Helvetica, sans-serif;
                border: 1px solid #c2c2c2;
				border-right: 0px solid #c2c2c2;
				transition: all 250ms ease;
			}
			.tabbed1 ul li.small1a {	
			
			    width: 238px;
				display: block;
				float: left;
				padding: 10px 0px;
				background-color: #fff;
				margin-right: 0px;
				margin-bottom: 10px;
				z-index: 2;
				position: relative;
				cursor: pointer;
				color: #444;
                text-align:center;
				/*text-transform: uppercase;*/
				font: 600 12px/20px roboto, "Nanum Gothic", Helvetica, sans-serif;
                border: 1px solid #166d9c;
				border-right: 0px solid #166d9c;
				transition: all 250ms ease;
			}
			.tabbed1 ul li.active1 {	
			
			    width: 238px;
				display: block;
				float: left;
				padding: 10px 0px;
				background-color: #fff;
				margin-right: 0px;
				margin-bottom: 10px;
				z-index: 2;
				position: relative;
				cursor: pointer;
				color: #444;
                text-align:center;
				text-transform: none;
				font: 600 13px/20px roboto, "Nanum Gothic", Helvetica, sans-serif;
                border: 1px solid #c2c2c2;
				border-right: 1px solid #c2c2c2;
				transition: all 250ms ease;
			}
			

			
.tabbed1 ul li:before,
			.tabbed1 ul li:after {
				display: block;
				content: " ";
				position: absolute;
				top: 0;
				background-color: #c2c2c2;
				transition: all 250ms ease;
			}
			.tabbed1 ul li:before {
				right: -32px;
				transform: skew(-30deg, 0deg);
				box-shadow: rgba(0,0,0,.1) 3px 2px 5px, inset rgba(255,255,255,.09) -1px 0;
			}
			.tabbed1 ul li:after {
				left: -32px;
				transform: skew(30deg, 0deg);
				box-shadow: rgba(0,0,0,.1) -3px 2px 5px, inset rgba(255,255,255,.09) 1px 0;
			}
			.tabbed1 ul li:hover,
			.tabbed1 ul li:hover:before,
			.tabbed1 ul li:hover:after {
			background-color: #c2c2c2;
				color: white;
			}
			.tabbed1 ul li.active {
				z-index: 3;
			}
			.tabbed1 ul li.active,
			.tabbed1 ul li.active:before,
			.tabbed1 ul li.active:after {
				background-color: #166d9c;
				color: #fff;
			}




			/* Round Tabs */
			.tabbed1.round1 ul li {
				border-radius: 0px 0px 0px 0px;
				hright:200px;
			}
			.tabbed1.round1 ul li:before {
				border-radius: 0 0 0px 0;
			}
			.tabbed1.round1 ul li:after {
				border-radius: 0 0 0 0px;
			}