<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

@import url(https://fonts.googleapis.com/css?family=Open+Sans:600,400);

html {
    min-height: 100%;
    position: relative;
}
body {
    color: #333333;
    font-family:Arial, Helvetica, sans-serif;
    font-size: 14px;  
	padding:0px;
	margin: 0 0 135px;
}


/*@font-face {
    font-family: 'Open Sans', sans-serif;
font-weight:400;

    src: url('fonts/open_sans_regular-webfont.eot');
    src: url('fonts/open_sans_regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/open_sans_regular-webfont.woff') format('woff'),
         url('fonts/open_sans_regular-webfont.ttf') format('truetype'),
         url('fonts/open_sans_regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}



@font-face {
    font-family: 'open_sanssemibold';
    src: url('fonts/open_sans_semibold-webfont.eot');
    src: url('fonts/open_sans_semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/open_sans_semibold-webfont.woff') format('woff'),
         url('fonts/open_sans_semibold-webfont.ttf') format('truetype'),
         url('fonts/open_sans_semibold-webfont.svg#open_sanssemibold') format('svg');
    font-weight: normal;
    font-style: normal;

}*/
@font-face {
	font-family:'MyriadPro-BoldCond';
	src: url('font/MyriadPro-BoldCond_gdi.eot');
	src: url('font/MyriadPro-BoldCond_gdi.eot?#iefix') format('embedded-opentype'),
		url('font/MyriadPro-BoldCond_gdi.woff') format('woff'),
		url('font/MyriadPro-BoldCond_gdi.ttf') format('truetype'),
		url('font/MyriadPro-BoldCond_gdi.otf') format('opentype'),
		url('font/MyriadPro-BoldCond_gdi.svg#MyriadPro-BoldCond') format('svg');
	font-weight: 700;
	font-style: normal;
	font-stretch: condensed;
	unicode-range: U+0020-25CA;
}

@font-face {
	font-family:'MyriadPro-Cond';
	src: url('font/MyriadPro-Cond_gdi.eot');
	src: url('font/MyriadPro-Cond_gdi.eot?#iefix') format('embedded-opentype'),
		url('font/MyriadPro-Cond_gdi.woff') format('woff'),
		url('font/MyriadPro-Cond_gdi.ttf') format('truetype'),
		url('font/MyriadPro-Cond_gdi.otf') format('opentype'),
		url('font/MyriadPro-Cond_gdi.svg#MyriadPro-Cond') format('svg');
	font-weight: 400;
	font-style: normal;
	font-stretch: condensed;
	unicode-range: U+0020-25CA;
}




.clear{
	clear:both;
	margin:0px;
	padding:0px;
}

img{
	border:none;
}

#skm_wrapper{
	width:100%;
	height:auto;	
}


.skm_panel{
	background:#edf7fc;
    border-bottom: 1px solid #d3eaf5;
    margin-bottom: 10px;
}
.skm_tophead{
	width:1003px;
	height:auto;
	margin:0 auto;
}

.skm_panelmain{
	width:555px;	
	height:auto;
	padding:7px 0px;
	float:right;
}

.skm_panelmain p{
	font-size: 13px;
    margin: 0;
}

.skm_panelmain p span {
    margin-right: 5px;
}

.icon_linkedin{
	background:url(../images/skm_li.png) no-repeat;
	
	height:20px;
}

.icon_callno{
	background:url(../images/skm_ph.png) no-repeat;	
	height:20px;
}

.icon_sales{
	background:url(../images/skm_mail.png) no-repeat;	
	height:20px;
}

.icon_shopping{
	background:url(../images/skm_s_cart.png) no-repeat;	
	height:20px;
}

.skm_panelmain ul {
    display: block;
    margin: 0;
    padding: 0;
	list-style:none;
}

.skm_panelmain li {
    float: left;
    padding: 0 14px 0 0px;
}


.skm_panelmain li a {
    color: #666666;
    font-size:13px;
 	font-family: 'Open Sans', sans-serif;
	font-weight:400;
    
    padding-left: 25px;
	text-decoration:none;
	
}


/* ==================== SKM HEADER ==================*/

.skm_headfull{
	width:100%;
	border-bottom:4px solid #408afa;
	padding-bottom:15px;
	margin-bottom:26px;
}

#skm_header{
	width:1003px;
	margin:0 auto;
	height:auto;
}

.skm_logo{
	width:204px;
	height:53px;
	float:left;
	margin-top:16px;
}

.skm_menu{
	width:675px;
	float:right;
	height:auto;
}

.skm_menubar{
	margin-top:10px;
}




.navmenu ul{
	padding:0px;
	margin:0px;
	list-style:none;
}

.navmenu ul li {	
	margin:0 0 0 3px;
	float:left;
	list-style:none;
}
.navmenu ul li a {
	position:relative;
	display:block;
	margin:0 0 0 0px;
	padding:5px;
	width:98px;
	height:88px;	
	line-height:20px;	
	color:#fff;
	text-decoration:none;
	text-align:center;
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;

}
.navmenu li:hover a,
.navmenu li.active a {
	color:#fff;
	background-color:#fe9c1d;
}
.navmenu li.orang_bg:hover a,
.navmenu li.orang_bg.active a {
	color:#fff;
	background-color:#ef4836;
}

.navmenu ul li a:before {
	content:'';
	position:absolute;
	left:45%;
	right:0;
	bottom:0;
	height:0;
	background-image:url(../images/home_arrow.png);
	background-repeat:no-repeat;
	background-size:15px 13px;
	-webkit-background-size:15px 13px;
	transition: all 0.3s ease-in-out; 
	-webkit-transition: all 0.3s ease-in-out;
}
.navmenu ul li.orange_bg a:before {background-image:url(../images/menu_h2.png);}

.navmenu ul li:hover a:before,
.navmenu ul li.active a:before {
	bottom:-15px;
	height:15px;
}


.navmenu li.red_bg:hover a,
.navmenu li.red_bg.active a {
	color:#fff;
	background-color:#ef4836;
}
.navmenu ul li.red_bg a:before {background-image:url(../images/products_arrow.png);}


.navmenu li.green_bg:hover a,
.navmenu li.green_bg.active a {
	color:#fff;
	background-color:#ef4836;
}
.navmenu ul li.green_bg a:before {background-image:url(../images/support_arrow.png);}

.navmenu li.lightgreen_bg:hover a,
.navmenu li.lightgreen_bg.active a {
	color:#fff;
	background-color:#ef4836;
}
.navmenu ul li.lightgreen_bg a:before {background-image:url(../images/training_arrow.png);}

.navmenu li.blue_bg:hover a,
.navmenu li.blue_bg.active a {
	color:#fff;
	background-color:#ef4836;
}
.navmenu ul li.blue_bg a:before {background-image:url(../images/contact_arrow.png);}


.navmenu li.lightred_bg:hover a,
.navmenu li.lightred_bg.active a {
	color:#fff;
	background-color:#ef4836;
}
.navmenu ul li.lightred_bg a:before {background-image:url(../images/myskm_arrow.png);}




.skm_menubar li a span{
	display: block;
    font-size: 30px;
    margin: 18px auto 10px;
    width: 30px;	
}

.skm_home{
	background:url(../images/home_b.png) no-repeat;
	width:30px;
	height:30px;
}

.skm_products{
	background:url(../images/produ_b.png) no-repeat;
	width:30px;
	height:30px;
}


.skm_support{
	background:url(../images/supp_b.png) no-repeat;
	width:30px;
	height:30px;
}
.skm_training{
	background:url(../images/train_b.png) no-repeat;
	width:30px;
	height:30px;
}

.skm_contact{
	background:url(../images/cont_b.png) no-repeat;
	width:30px;
	height:30px;
}

.skm_myskm{
	background:url(../images/myskm_s.png) no-repeat;
	width:30px;
	height:30px;
}

.skm_red {
    background: #f25238 !important;
    border: 0 none !important;
    color: #FFFFFF !important;
}

.skm_green {
    background: #6dbe3e !important;
    border: 0 none !important;
    color: #FFFFFF !important;
}


.skm_lightgreen {
    background: #929e32 !important;
    border: 0 none !important;
    color: #FFFFFF !important;
}


.skm_blue {
    background: #418afb !important;
    border: 0 none !important;
    color: #FFFFFF !important;
}


.skm_lightred {
    background: #d24726 !important;
    border: 0 none !important;
    color: #FFFFFF !important;
}



/*=============== SKM INNER PAGE MENU====================*/

.skm_innermenu{
	width:547px;
	float:right;
	height:auto;
	margin-top:10px;
}

.innermenu ul{
	padding:0px;
	margin:0px;
	list-style:none;
}

.innermenu ul li {	
	margin:0 0 0 3px;
	float:left;
	list-style:none;
	background:#fe9c1d;
}

.innermenu ul li.lightred_bg a::before {
	background-image:url(../images/myskm_arrow.png);
}



.innermenu ul li a {
	position:relative;
	display:block;
	margin:0 0 0 0px;
	padding:5px;
	width:78px;
	height:70px;	
	line-height:20px;
	font-size:14px;
	color:#fff;
	text-decoration:none;
	text-align:center;	
	font-family: 'Open Sans', sans-serif;
	font-weight:400;

}
.innermenu li:hover a,
.innermenu li.active a {
	color:#fff;
	background-color:#fe9c1d;
}
.innermenu li.orang_innerbg:hover a,
.innermenu li.orang_innerbg.active a {
	color:#fff;
	background-color:#ef4836;
}

.innermenu ul li a:before {
	content:'';
	position:absolute;
	left:45%;
	right:0;
	bottom:0;
	height:0;
	background-image:url(../images/home_arrow.png);
	background-repeat:no-repeat;
	background-size:15px 13px;
	-webkit-background-size:15px 13px;
	transition: all 0.3s ease-in-out; 
	-webkit-transition: all 0.3s ease-in-out;
}
.innermenu ul li.orange_innerbg a:before {background-image:url(../images/menu_h2.png);}

.innermenu ul li:hover a:before,
.innermenu ul li.active a:before {
	bottom:-12px;
	height:15px;
}


.innermenu li.red_innerbg:hover a,
.innermenu li.red_innerbg.active a {
	color:#fff;
	
}
.innermenu ul li.red_innerbg a:before {background-image:url(../images/products_arrow.png);}


.innermenu li.green_innerbg:hover a,
.innermenu li.green_innerbg.active a {
	color:#fff;	
}
.innermenu ul li.green_innerbg a:before {background-image:url(../images/support_arrow.png);}

.innermenu li.lightgreen_innerbg:hover a,
.innermenu li.lightgreen_innerbg.active a {
	color:#fff;
	
}
.innermenu ul li.lightgreen_innerbg a:before {background-image:url(../images/training_arrow.png);}

.innermenu li.blue_bg:hover a,
.innermenu li.blue_bg.active a {
	color:#fff;
	
}
.innermenu ul li.blue_innerbg a:before {background-image:url(../images/contact_arrow.png);}


.innermenu li.lightred_innerbg:hover a,
.innermenu li.lightred_innerbg.active a {
	color:#fff;
	
}
.innermenu ul li.lightred_innerbg a:before {background-image:url(../images/myskm_arrow.png);}




.skm_innermenubar li a span{
	display: block;    
    margin: 14px auto 0;
    width: 22px;	
}

.skm_innerhome{
	background:url(../images/home_s.png) no-repeat;
	width:30px;
	height:30px;
}

.skm_innerproducts{
	background:url(../images/produ_s.png) no-repeat;
	width:21px;
	height:30px;
}


.skm_innersupport{
	background:url(../images/supp_s.png) no-repeat;
	width:21px;
	height:30px;
}
.skm_innertraining{
	background:url(../images/train_s.png) no-repeat;
	width:21px;
	height:30px;
}

.skm_innercontact{
	background:url(../images/cont_s.png) no-repeat;
	width:21px;
	height:30px;
}

.skm_innermyskm{
	background:url(../images/myskm_s.png) no-repeat;
	width:21px;
	height:30px;
}

.skm_innerred {
    background: #f25238 !important;
    border: 0 none !important;
    color: #FFFFFF !important;
}

.skm_innergreen {
    background: #6dbe3e !important;
    border: 0 none !important;
    color: #FFFFFF !important;
}


.skm_innerlightgreen {
    background: #929e32 !important;
    border: 0 none !important;
    color: #FFFFFF !important;
}


.skm_innerblue {
    background: #418afb !important;
    border: 0 none !important;
    color: #FFFFFF !important;
}


.skm_innerlightred {
    background: #d24726 !important;
    border: 0 none !important;
    color: #FFFFFF !important;
}




/*============== SKM FOOTER ==============*/


#skm_footer_main{
	text-align:center;	
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
 	font-size:14px;
	/*width: 1003px;	
	border-top:1px solid #ebebeb;
	padding:20px 0px;
	;
	height:45px;
	background: #7896c8;*/
	margin:0 auto;
	width:1084px;
}

.footer_cont{
	/*width:1003px;*/
	width:100%;
	height:auto;
	margin:0 auto;
}


.footer_cont ul {
    display: block;
    float: left;
    margin: 0;
    padding: 0;
   
}


.footer_cont li {
    display: inline;
    padding: 0px 14px;
	color:#ffffff;
}


.footer_cont li a {
    color: #ffffff;
    font-family:'MyriadPro-BoldCond';
	font-weight:400;
    font-size: 15px;
    text-decoration: none;
    text-transform: uppercase;
}


.copyright {
    color: #ffffff;
  font-family:'MyriadPro-Cond';
	
    font-size: 15px;    
    margin: 0 auto;
    text-align: center;
	/*margin-top:8px;*/
}

#skm_ff_main{
	text-align:center;	
	font-family:'MyriadPro-Cond';
	font-weight:400;
 	font-size:14px;
	/*width: 1003px;	
	border-top:1px solid #ebebeb;
	padding:20px 0px;
	margin:0 auto;
	height:45px;*/
	background: #001442;
	border-top:1px solid #fff;
	padding:5px;
}

.ff_cont{
	/*width:1003px;*/
	width:100%;
	height:auto;
	margin:0 auto;
}



/*===============SKM CONTENT ===========*/

.skm_content{
	width:990px;
	height:auto;
	padding:0px 10px;	
	/*color:#828282;*/
	font-family: 'Open Sans', sans-serif;
	font-weight:400;	
	margin:0 auto;	
	color: #686A6A;
    font-size: 13px;
}


/*=============== Product left ==================*/

.product_lft{
	width:220px;
	float:left;
	margin-right:15px;
}

.pro_head{
	background:#408afa;
	width:205px;
	padding:4px 0px;
	margin-top:10px;
}
.main_head{
	padding-left:15px;
}

.main_head span{
	color: #FFFFFF;
    font-family: 'Open Sans', sans-serif;
	font-weight:400;
    font-size: 16px;    
    margin-left: 8px;
    position: relative;
    top: -4px;
}
h1.product-head{
	color: #2a2a2a;
font-family: 'Open Sans', sans-serif;
font-weight: 400;
font-size: 18px;
margin-left: 8px;
position: relative;
font-weight: bold;
text-align: center;
	}

.skmpro_list{
	background: none repeat scroll 0 0 #FFFFFF;
    border-left: 1px solid #d1d4db;
    border-right: 1px solid #d1d4db;
	border-bottom: 1px solid #d1d4db;
	border-top: 1px solid #d1d4db;
    height: auto;
    list-style: none outside none;
    margin: 0;
    padding: 0;
    width: 203px;
	margin-top:20px;
	background:#e0ecff;
	border-radius:13px;
}

.skmpro_list ul{
	padding:0;
	list-style:none;
	margin:0;
}

.skmpro_list li {
   /*
	padding-left:10px;*/ margin: 0 0 4px;
	padding: 0 0 4px 10px !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
		.skmpro_list li {
			padding: 0 0 4px 10px !important;
		}
}
.skmpro_list li a {
	color: #494949;
    font-family: 'Open Sans', sans-serif;
	font-weight:400;
    font-size: 11px; 
	text-decoration:none;
}
.skmpro_list li{
	color: #494949;
    font-family: 'Open Sans', sans-serif;
	font-weight:400;
    font-size: 11px; 
	text-decoration:none;
}
.skmpro_list li a:hover{
	color:#1171a3 !important;
}

.arrow1 {
    background: url(../images/arrow1.png) no-repeat scroll 0 4px rgba(0, 0, 0, 0) !important;
    color: #494949 !important;
    font-size: 11px !important;
    padding: 0 0 0 15px !important;
}
.arrow1:hover{ background: url(../images/arrow.png) no-repeat scroll 0 4px rgba(0, 0, 0, 0) !important;}
.arrow2 {
    color: #494949 !important;
    font-size: 10px !important;
	margin:0px 0 0px 20px;
}
.arr-pra{background: url(../images/arrow.png) no-repeat scroll 0 6px rgba(0, 0, 0, 0) !important; padding: 0 0 0 15px !important;}

.skmpro_list span {
    background: url(../images/arrow.png) no-repeat scroll 0 4px rgba(0, 0, 0, 0);
    color: #2478C3;
    font-size: 11px;
    padding: 0 0 0 15px;
}

.skm_blue_btn {
    background-image: linear-gradient(to bottom, #428BCA 0px, #2D6CA2 100%);
    background-repeat: repeat-x;   
	border:1px solid #2B669A;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
	margin: 5px 0;
	border-radius: 6px;
    font-size: 16px;   
    padding: 7px 16px;
	cursor: pointer;
    display: inline-block;
	color:#fff;
	background-color: #428BCA;  
    color: #FFFFFF;
	font-family: 'Open Sans', sans-serif;
	font-weight:600;
	width:205px;
}

.skm_blue_btn:hover{
    background: -moz-linear-gradient(top, #2D6CA2 0%, #428BCA 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2D6CA2), color-stop(100%,#428BCA)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #2D6CA2 0%,#428BCA 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #2D6CA2 0%,#428BCA 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #2D6CA2 0%,#428BCA 100%); /* IE10+ */
	background-color: #2D6CA2;  
    color: #FFFFFF;	
}

button {
    overflow: visible;
}

.skmpro_rgt{
	width:740px;
	float:left;
	font-size:13px;
	color:#686a6a;
}


.prolist_head {
    color: #1171a3;
    font-size: 13px;
    font-weight: bold;
	margin-bottom: 14px;
}


.prolist_head10 {
    color: #000000;
    font-size: 12px;
    font-weight: bold;
	margin:0px;
}

ul, li {
    list-style: none outside none;
	padding:0px;
	margin:0px;
}

.pro_suparrow{
	list-style:none;
	padding:0px;
	margin:0px;
}
.pro_suparrow li{
	background: url(../images/arrow.png) no-repeat scroll 0 10px rgba(0, 0, 0, 0);
    padding: 0px 0 0 15px;
	/*background-position:left center;*/
	line-height:22px;
}

.pro_dot{
	list-style:none;
	padding:0px;
	margin:0px;
}
.pro_dot li{
	background: url(../images/dot.png) no-repeat scroll 0 10px rgba(0, 0, 0, 0);
    padding: 0px 0 0 15px;
	/*background-position:left center;*/
	line-height:22px;
}
.skmLink{
	padding:0px;
	margin-top:20px;
}

.skmLink a {
    color:#1171a3;
	font-size:12px;
	text-decoration:none;	
}

.skmLink a:hover{
	color: #494949;
}

#skm_footer {
    background-color: #7896c8;
    bottom: 0;
    width: 100%;
    margin-top: 25px;
    position: absolute;
}

.marB14 {
	margin-bottom:14px;
}

.proImg {
	float: right;
}
.normal{
padding-left:20px;
}

.normal li{
list-style:decimal;
line-height: 23px;
}

/*================= Training Menu old ==================*/


/*.trainingmenu{
	width:963px;
	background:#408afa;
	height:auto;
	padding:0px 10px;
	border-radius:10px;
	
}

.trainingmenu ul{
	display:block;
	list-style:none;
	padding:0px;
	margin:0px;	
}

.trainingmenu li{
	float:left;
	list-style:none;
	line-height:36px;
	color:#fff;
	margin-top:5px;
}

.trainingmenu li a{
	color:#fff;
	font-family: 'Open Sans', sans-serif;
font-weight:400;

    font-size: 13px; 
	text-decoration:none;
	padding: 9px 29px;
	border-radius:6px;
	
}

.trainingmenu li a:hover{
	color:#000;
	background:#fff;
	
}

.trainingmenu li a.active{
		color:#000;
		background:#fff;
}*/
/*================= Training Menu New ==================*/


.skm_trainingmenu{
	width:997px;
	background:#fbfbfb;
	border:1px solid #dbdbdb;
	height:40px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.skm_trainingmenu{
			width:997px; /* IE10-IE11pp4 */
	}
}


@media all and (min-width:0) {
	.skm_trainingmenu{             /* IE9-IE10pp4 */
			width:997px \0/;
	}
	
}
/*@media screen and (-webkit-min-device-pixel-ratio:0) {
body:nth-of-type(1).skm_trainingmenu ul li a {
			padding:10px 30.8px !important;
}
}*/
.skm_trainingmenu ul{
	padding:0px;
	margin:0px;
	list-style:none;
}

.skm_trainingmenu ul li {	
	float:left;
}
/* CSS Hack Start */

.skm_trainingmenu ul li a {
	position:relative;
	display:block;
	line-height:20px;
	font-size:13px;
	color:#2e3849;
	text-decoration:none;
	font-family: 'Open Sans', sans-serif;
	font-weight:600;
	/*padding:10px 29.7px;*/
	padding:10px 30.9px;
	border-right:1px solid #ebe7e7;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {

 	.skm_trainingmenu ul li a {
		padding:10px 15.3px; /* chrome1+ */
		/* font-size:15px; */
	}

}

@media all and (min-width:0) {
	
	.skm_trainingmenu ul li a {
		padding:10px 29.7px \0/; /* IE9-IE10pp4 */
	}
    
}


@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
   .skm_trainingmenu ul li a {
		padding:10px 29.7px;/* IE 10+ */
	}
}

/* CSS Hack End */

.skm_trainingmenu li:hover a,
.skm_trainingmenu li.active a {
	color:#fff;
	background-color:#418afb;
	/* padding: 10px 14.2px !important; */
}

.skm_trainingmenu ul li a:before {
	content:'';
	position:absolute;
	left:45%;
	right:0;
	bottom:0;
	height:0;
	background-image:url(../images/innav_arrow.png);
	background-repeat:no-repeat;
	background-size:15px 13px;
	-webkit-background-size:15px 13px;
	transition: all 0.3s ease-in-out; 
	-webkit-transition: all 0.3s ease-in-out;

}

.skm_trainingmenu ul li:hover a:before,
.skm_trainingmenu ul li.active a:before {
	bottom:-12px;
	height:14px;
}

/***************************************/

/*================= Support Menu New ==================*/


.skm_supportmenu{
	width:980px;
	background:#fbfbfb;
	border:1px solid #dbdbdb;
	height:40px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.skm_supportmenu{
			width:980px; /* IE10-IE11pp4 */
	}
}


@media all and (min-width:0) {
	.skm_supportmenu {           
			width:980px \0/;
	}
	.skm_supportmenu ul li a {
		padding:10px 34.27px \9 !important;
    }
}

.skm_supportmenu ul{
	padding:0px;
	margin:0px;
	list-style:none;
}

.skm_supportmenu ul li {	
	float:left;
}
/* CSS Hack Start */

@-moz-document url-prefix() {
.skm_supportmenu ul li a {
	padding:10px 31.4px;
}
}


.skm_supportmenu ul li a {
	position:relative;
	display:block;
	line-height:20px;
	font-size:13px;
	color:#2e3849;
	text-decoration:none;
	font-family: 'Open Sans', sans-serif;
	font-weight:600;
	/*padding:10px 29.7px;*/
	padding:10px 29.98px;
	border-right:1px solid #ebe7e7;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {

 	.skm_supportmenu ul li a {
		padding:10px 29.92px; /* chrome1+ */
	}

}

@media all and (min-width:0) {
	
	.skm_supportmenu ul li a {
		padding:10px 30.94px \0/; /* IE9-IE10pp4 */
	}
    
}


@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
   .skm_supportmenu ul li a {
		padding:10px 30px;/* IE 10+ */
	}
}

/* CSS Hack End */
.skm_supportmenu li:hover a,
.skm_supportmenu li.active a {
	color:#fff;
	background-color:#418afb;
}

.skm_supportmenu ul li a:before {
	content:'';
	position:absolute;
	left:45%;
	right:0;
	bottom:0;
	height:0;
	background-image:url(../images/innav_arrow.png);
	background-repeat:no-repeat;
	background-size:15px 13px;
	-webkit-background-size:15px 13px;
	transition: all 0.3s ease-in-out; 
	-webkit-transition: all 0.3s ease-in-out;

}

.skm_supportmenu ul li:hover a:before,
.skm_supportmenu ul li.active a:before {
	bottom:-12px;
	height:14px;
}

/***************************************/
.course_head {
    color: #1171a3;
    font-size: 14px;
    font-weight: bold;
	margin:0px;
}

.course_suphead {
    color: #4A4A4A;
    font-size: 13px;
    font-weight: bold;
	margin:0px;
}


.marB14 {
    margin-bottom: 14px;
}


.grBorder1 {
    border: 1px solid #B4B4B4;
    padding: 1px 1px 0;
}

.bgBlue1 {
    background:#408afa;
    border-right: 1px solid #FFFFFF;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
    line-height: 24px;
}


.calendar {
    background-color: #f1f6fd;
    border-bottom: 1px solid #FFFFFF;
    border-right: 1px solid #FFFFFF;
    line-height: 18px;
    padding: 8px 6px;
	color:#000;
}

.calendar1 {
    background-color: #d0e4ff;
    border-bottom: 1px solid #FFFFFF;
    border-right: 1px solid #FFFFFF;
    line-height: 18px;
    padding: 8px 6px;
	color:#000;
}
.normal{
	padding-left:20px;	
}

.normal li{
	list-style:decimal;
}

.course_cont{
	/*color:#828282;*/
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
    font-size: 13px;
    color: #686A6A;
}

.Enroll {
    background-image: linear-gradient(to bottom, #428BCA 0px, #2D6CA2 100%);
    background-repeat: repeat-x;   
	border:1px solid #2B669A;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
	margin: 5px 0;
	border-radius: 6px;
    font-size: 16px;   
    padding: 4px 10px;
	cursor: pointer;
    display: inline-block;
	color:#fff;
	background-color: #428BCA;  
    color: #FFFFFF;
	font-family: 'Open Sans', sans-serif;
	font-weight:600;
	 width:100px;
}

.Enroll:hover{
    background: -moz-linear-gradient(top, #2D6CA2 0%, #428BCA 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2D6CA2), color-stop(100%,#428BCA)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #2D6CA2 0%,#428BCA 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #2D6CA2 0%,#428BCA 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #2D6CA2 0%,#428BCA 100%); /* IE10+ */
	background-color: #2D6CA2;  
    color: #FFFFFF;	
}

.underline{
	text-decoration:underline;
}
.full_red{
	color:#FF0000;
}


/*************************FAQ****************/

.faq_head {
    color: #1171a3;
    font-size: 14px;
    font-weight: bold;
    margin:0px;
	margin-top:14px;
}

.faq_suphead {
    color: #4A4A4A;
    font-size: 13px;
    font-weight: bold;
	margin-bottom:10px;
}

.faqLink{
	color:#1171a3;
	padding-left:40px;
}

.faqLink a {
    color: #1171a3;
	font-size:13px;
	text-decoration:none;	
}
.faqLink a:hover{
	color: #494949;
}

.center_head {
    color: #4A4A4A;
    font-size: 18px;
    font-weight: bold;
	margin:0px;
	text-align:center;
	margin:14px 0px;
}
.center_subhead {
    color: #4A4A4A;
    font-size: 13px;
    font-weight: bold;
	margin-bottom:10px;
	text-align:center;
}
.faq_bullet{
	padding-left:20px;
	line-height:22px;
}
.faq_bullet li{
	list-style:disc;
}
.faq_img{
	text-align:center;
}
.faq_list_none{
	line-height: 22px;
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
.sub_head {
    color: #4A4A4A;
    font-size: 16px;
    font-weight: bold;
	margin-bottom:10px;
}
.center_td{
	text-align:center;
}
.faq_list_inner{
	line-height: 22px;
    list-style: none outside none;
    margin: 0;
    padding: 0;
    padding-left:40px;
}

.head_img{
	vertical-align:middle;
	padding-right:10px;
}

.faq_destbl{
	width:400px;
	border:1px solid #4a4a4a;
	background-color:#E0ECFF;
}
.faq_destbl td{
	border:1px solid #fff;
	text-align:center;
}
.faq_destbl th{
	border:1px solid #fff;
	text-align:center;
	background-color:#2287CA;
	color:#fff;
}


/*=============17-04-2014==================*/

.career {
    color: #686A6A;
    float: left;
    font-size: 13px;
    width: 983px;
}

.email {
    color: #1171A3;
    font-size: 12px;
	text-decoration:none;
}

.career_head {
    color: #1171a3;
    font-size: 12px;
    font-weight: bold;
	margin:0px;
}

.contactbor {
    background: none repeat scroll 0 0 #DFEBF9;
    border: 1px solid #B3CEF9;
}

.contactpad1 {
    padding: 4px 0 0 20px;
	color:#000;
}

.contactpad2 {
    padding: 0 0 0 20px;
	color:#000;
}

.redDot {
    color: #F25238;
    padding: 0 0 0 10px;
}


.inputbox2 {
    border:1px solid #ccc;
    color: #545454;
    font-size: 11px;
    height: 25px;
    line-height: 23px;
    padding: 0 0 0 9px;
    width: 238px;
}
.selectbox2 {
    border:1px solid #ccc;
    color: #545454;
    font-size: 11px;
    height: 27px;
    line-height: 25px;
    padding: 3px 5px 3px 9px;
    width: 246px;
}
.textareabox {
	border:1px solid #ccc;
	color: #545454;
    font-size: 11px;
    height: 90px;
    line-height: 23px;
    padding: 0 0 0 9px;
    width: 618px;
}

.submit {
    background-image: linear-gradient(to bottom, #428BCA 0px, #2D6CA2 100%);
    background-repeat: repeat-x;   
	border:1px solid #2B669A;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
	margin: 5px 0;
	border-radius: 6px;
    font-size: 16px;   
    padding: 5px 16px;
	cursor: pointer;
    display: inline-block;
	color:#fff;
	background-color: #428BCA;  
    color: #FFFFFF;
	font-family: 'Open Sans', sans-serif;
	font-weight:600;
	 width:100px;
}

.submit:hover{
    background: -moz-linear-gradient(top, #2D6CA2 0%, #428BCA 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2D6CA2), color-stop(100%,#428BCA)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #2D6CA2 0%,#428BCA 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #2D6CA2 0%,#428BCA 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #2D6CA2 0%,#428BCA 100%); /* IE10+ */
	background-color: #2D6CA2;  
    color: #FFFFFF;	
}


.grBorder {
    border: 1px dashed #B4B4B4;
    padding: 0 10px 10px 20px;
}

.padL20 {
    padding-left: 20px;
}

.grBorder2 {
    border-right: 1px dashed #B4B4B4;
}
.appguides {
    color: #1171A3;
    padding-left: 20px;
}

.appguides li {
	padding-bottom:5px;
}

.appguides a {
    color: #1171A3;
    font-size: 13px;
    text-decoration: none;	
}


/*================= 19-04-2014=================*/
.pdflink {
    margin: 0 0 20px 20px;	
}

.yellowcol {
    background-color: #FFFF00;
}

.bluecol {
    background-color: #418AFB;
	color:#fff;
	line-height:20px;
}

.videoLink {
    color: #1171A3;
    font-weight: bold;
    text-align: center;
}

.videoLink a{
    color: #1171A3;
	text-decoration:none;
}
.ss{
	padding-left:45px;
	width:125px;
	
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
.skm_trainingmenu li:hover a, .skm_trainingmenu li.active a{	
 padding:10px 13.75px;
}

}

@media screen and (min-width:0\0) {
/*@media screen\0 {*/
	.skm_trainingmenu ul li a {	
	padding:10px 13.28px !important;
	}
}

@-moz-document url-prefix() {	
.skm_trainingmenu ul li a {	
	padding:10px 15.3px;
	}
}
tr.tr-border td{border:2px solid rgb(204, 204, 204)}

.map{
	background:url(../images/map.png);
	margin-top: -12px;
	}	
.tool{
	width:786px;
	height: auto;
	margin: 0 auto;
	}		
.tool h2{
	font-family:'MyriadPro-BoldCond';
	color: #b18100;
	font-size: 48px;
	margin:  0 ;
    padding-bottom: 0;
    text-transform: uppercase;
    text-align: center;
	}	
.modules{
	background:url(../images/bg-new.png);
	width: 792px;
	height: 597px;
	margin: 0 auto;
	
	}
.cp_txt {
    width: 242px;
    float: left;
}
.cp_txt1{
	padding: 5px;
	}	
	
.cp_txt1 h2{
	font-family:'MyriadPro-BoldCond';
	color: #808080;
	font-size: 21px;
	margin: 13px 0 0 55px;
    padding-bottom: 0;
	text-transform: uppercase;
	}
	
.cp_txt1 a{
	color: #808080;
	text-decoration: none;
	
	}	
			
.cp_txt1 p{
	font-family:'MyriadPro-Cond';
	color: #a6a6a6;
	font-size: 16px;
	padding-left: 20px;
   margin-top: 6px;
    text-align: center;
    width: 150px;
	
	}
	
	.cp_txt2{
	margin-top: -26px;
	}
	
	.cp_txt2 a{
	color: #808080;
	text-decoration: none;
	
	}	
	
.cp_txt2 h2{
	font-family:'MyriadPro-BoldCond';
	color: #808080;
	font-size: 21px;
	margin: 13px 0 0 22px;
    padding-bottom: 0;
	
	}
			
.cp_txt2 p{
	font-family:'MyriadPro-Cond';
	color: #a6a6a6;
	font-size: 16px;
	padding-left: 10px;
 margin-top: 4px;
    text-align: center;
    width: 194px;
	
	}
	
		.cp_txt3{
margin-top: -10px;
	}	
	
.cp_txt3 h2{
	font-family:'MyriadPro-BoldCond';
	color: #808080;
	font-size: 21px;
	margin: 0px 0 0 19px;
    padding-bottom: 0;
	
	}
	
	.cp_txt3 a{
	color: #808080;
	text-decoration: none;
	
	}
			
.cp_txt3 p{
	font-family:'MyriadPro-Cond';
	color: #a6a6a6;
	font-size: 16px;
	padding-left: 10px;
 margin-top: 4px;
    text-align: center;
    width: 194px;
	
	}
		.cp_txt4{
margin-top: -6px;
	}	
	
.cp_txt4 h2{
	font-family:'MyriadPro-BoldCond';
	color: #808080;
	font-size: 21px;
	margin: 0px 0 0 48px;
    padding-bottom: 0;
	
	}
	
	.cp_txt4 a{
	color: #808080;
	text-decoration: none;
	
	}
			
.cp_txt4 p{
	font-family:'MyriadPro-Cond';
	color: #a6a6a6;
	font-size: 16px;
	padding-left: 10px;
 margin-top: 4px;
    text-align: center;
    width: 194px;
	
	}
.cp_txt5{
margin-top: -8px;
	}	
	
.cp_txt5 h2{
	font-family:'MyriadPro-BoldCond';
	color: #808080;
	font-size: 21px;
	margin: 0px 0 0 48px;
    padding-bottom: 0;
	
	}
	
	.cp_txt5 a{
	color: #808080;
	text-decoration: none;
	
	}
			
.cp_txt5 p{
	font-family:'MyriadPro-Cond';
	color: #a6a6a6;
	font-size: 16px;
margin-left: -36px;
 margin-top: 4px;
    text-align: center;
    width: 285px;
	
	}	
	
.cp_txt6{
margin-top: -8px;
	}	
	
.cp_txt6 h2{
	font-family:'MyriadPro-BoldCond';
	color: #808080;
	font-size: 21px;
	margin: 0px 0 0 48px;
    padding-bottom: 0;
	
	}
	
.cp_txt6 a{
	color: #808080;
	text-decoration: none;
	
	}	
	
.dapper_txt a{
	color: #808080;
	text-decoration: none;
	}	
			
.cp_txt6 p{
	font-family:'MyriadPro-Cond';
	color: #a6a6a6;
	font-size: 16px;
margin-left: -36px;
 margin-top: 4px;
    text-align: center;
    width: 285px;
	
	}	
.system {
    width: 241px;
    float: left;
}
.system_txt{
	padding: 18px 5px 5px 23px;
}
	
	
.system_txt h2{
	font-family:'MyriadPro-BoldCond';
	color: #808080;
	font-size: 21px;
	margin:0px 0 0 0px;
    padding-bottom: 0;
	text-transform: uppercase;
	text-align: center;
	padding-left: 20px;
	}
	
.system_txt a{
	color: #808080;
	text-decoration: none;
	
	}	
			
.system_txt p{
	font-family:'MyriadPro-Cond';
	color: #a6a6a6;
	font-size: 16px;
	padding-left: 20px;
   margin-top: 6px;
    text-align: center;
    width: 190px;
	
	}
	
	.system_txt1{
	margin-top: -13px;
	}	
	
.system_txt1 h2{
	font-family:'MyriadPro-BoldCond';
	color: #808080;
	font-size: 21px;
	margin: 0px 0 0 40px;
    padding-bottom: 0;
	text-transform: uppercase;
	text-align: center;
	}
	
	.system_txt1 a{
	color: #808080;
	text-decoration: none;
	
	}	
			
.system_txt1 p{
	font-family:'MyriadPro-Cond';
	color: #a6a6a6;
	font-size: 16px;
	padding-left: 10px;
   margin-top: 5px;
    text-align: center;
    width: 260px;
	
	}		
	.system_txt2{
	margin-top: -8px;
	}	
	
.system_txt2 h2{
	font-family:'MyriadPro-BoldCond';
	color: #808080;
	font-size: 21px;
	margin: 0px 0 0 40px;
    padding-bottom: 0;
	text-transform: uppercase;
	text-align: center;
	}
	
	.system_txt2 a{
	color: #808080;
	text-decoration: none;
	
	}	
			
.system_txt2 p{
	font-family:'MyriadPro-Cond';
	color: #a6a6a6;
	font-size: 16px;
	
   margin-top: 5px;
    text-align: center;
    width: 300px;
	
	}	
	
	.system_txt3{
	margin-top: -9px;
	}	
	
.system_txt3 h2{
	font-family:'MyriadPro-BoldCond';
	color: #808080;
	font-size: 21px;
	margin: 0px 0 0 36px;
    padding-bottom: 0;
	
	text-align: center;
	}
	
	.system_txt3 a{
	color: #808080;
	text-decoration: none;
	
	}	
			
.system_txt3 p{
	font-family:'MyriadPro-Cond';
	color: #a6a6a6;
	font-size: 16px;
	
   margin-top: 5px;
    text-align: center;
    width: 300px;
	
	}
	
	.system_txt4{
	margin-top: -8px;
	}	
	
.system_txt4 h2{
	font-family:'MyriadPro-BoldCond';
	color: #808080;
	font-size: 21px;
	margin: 0px 0 0 36px;
    padding-bottom: 0;
	
	text-align: center;
	}
	
.system_txt4 a{
	color: #808080;
	text-decoration: none;
	
	}		
			
.system_txt4 p{
	font-family:'MyriadPro-Cond';
	color: #a6a6a6;
	font-size: 16px;
  margin-top: 5px;
    text-align: center;
    width: 274px;
	
	}
	.system_txt5{
	margin-top: -8px;
	}	
	
.system_txt5 h2{
	font-family:'MyriadPro-BoldCond';
	color: #808080;
	font-size: 21px;
	margin: 0px 0 0 36px;
    padding-bottom: 0;	
	text-align: center;
	}
	
.system_txt5 a{
	color: #808080;
	text-decoration: none;
	
	}		
			
.system_txt5 p{
	font-family:'MyriadPro-Cond';
	color: #a6a6a6;
	font-size: 16px;
  margin-top: 5px;
    text-align: center;
    width: 150px;
    margin-left: 26%;
	
	}	
.dapper_txt {
    width: 309px;
    float: left;
    margin-top: 27%;
}
.dapper_txt h2{
	font-family:'MyriadPro-BoldCond';
	color: #808080;
	font-size: 21px;
	margin: 0px;
    padding-bottom: 4px;
	text-transform: uppercase;	
	text-align: center;
	}
		
.dapper_txt p{
	font-family:'MyriadPro-Cond';
	color: #a6a6a6;
	font-size: 16px;
   text-align: center;
   margin: 0px;
   line-height: 20px;
	}	
.cp_txt3-new{margin-top:-7px !important;}
.cp_txt3-new1{margin-top:-5px !important;}
.cp_txt3-new1 p{font-size:15px !important;}
.cabel{
	width:1012px;
	margin: 0 auto;
	}
	
.cabel h2{
	font-family:'MyriadPro-BoldCond';
	color: #b18100;
	font-size: 48px;
	margin:  0 ;
    padding-bottom: 0;
    text-transform: uppercase;
    text-align: center;
	}	
.cabelground{
	width:212px;
	float:left;
	height: auto;
	margin-right: 52px;
	
	}	
.ground{
	background:url(../images/mat_bg.png);
	width:211px;
	height: 36px;
	}				
.ground h2{
	font-family:'MyriadPro-BoldCond';
	color: #808080;
	font-size: 21px;
	margin:  0 ;
    padding-bottom: 0;
    padding-top: 7px;
    text-align: center;
    text-transform: none;
	}
.ground a{
	color: #808080;
	text-decoration: none;
	
	}	
		
	.ground p{
	font-family:'MyriadPro-Cond';
	color: #a6a6a6;
	font-size: 16px;
	margin:  0 ;
    padding-bottom: 0;
    text-align: center;
    padding-top: 2px;
	
	}	
	
.skm_ex{
	
	width:125px;
	margin-left: 8px;
	float:right;
	margin-top: -11px;
	
	}

.ss_skm{
	
	width:1003px;
	height: auto;
	margin:0 auto;
	}
.ss_left{
	
	float:left;
	width:244px;
	margin-right: 10px;
	font-family:'MyriadPro-BoldCond';
	
	}
	
	.ss_left h2{
		font-family:'MyriadPro-BoldCond';
		font-size: 48px;
		color:#b18100;
		margin:0;
		}
		.ss_left h3{
		font-family:'MyriadPro-BoldCond';
		font-size: 25px;
		color:#808080;
		  margin: -2px 0 0;
		line-height: 26px;
		}
		
	.ss_right h2{
		font-family:'MyriadPro-BoldCond';
		font-size: 27px;
		color:#173f77;
		margin:12px 0 ;
		}
		.txt-cen{text-align:center;}
		.txt-lef{text-align:left !important;}

	
.ss_right{
	float:left;
	width:732px;
	font-family:'MyriadPro-BoldCond';
	
	}
.right_txt{
	  
	/* background:#dde7f8;*/
	 border:1px solid #a5bee1; 
	 background-image: url(../images/aaa.png);	
	}
.right_img{
}
.right_txt p{
	
	font-size: 18px;
	color:#333333;
  font-family:'MyriadPro-Cond';
	padding-left: 12px;
	line-height: 1.2;
	text-align: justify;
	padding-right: 12px;
	
	}
	
.lft_power{
	  /*background:#dde7f8;*/
	 border:1px solid #a5bee1; 
	 margin-top: 11%;
	background-image: url(../images/aaa.png);
	
	}
	
.news{
	background: #445677;
	padding: 0px 14px;
	margin-top: -18px;
	
	}
	
.news h2 {
	
	font-family:'MyriadPro-BoldCond';
		font-size: 21px;
		color:#ffffff;
	}			
.tt_skm{
	/*background:#dde7f8;*/
	 border:1px solid #a5bee1;
	 margin-top: 25px; 
	 height: auto;
	 background-image: url(../images/aaa.png);
	
	}
.featured{
	background: #445677;
	padding: 0px 14px;
	margin-top: -18px;
	
	}
.featured h2 {
	
	font-family:'MyriadPro-BoldCond';
		font-size: 21px;
		color:#ffffff;
		padding-left: 0;
	}
.skm_arc{
	width:728px;
	max-width: 728px;
	height:auto;
	overflow: hidden;
	margin-top: -11px;
	}
.arc_left{
	float:left;
	width:233px;
	height: 173px;
	margin-right: 10px;
	
	}
.arc_right{
	 width:483px;
	 height: 173px;
	 float: left;
	 margin-top:-8px; 
	
	}
	
.ss_content{
	
	width:1003px;

	height: auto;
	margin-top: 25px;
	
	}
.ss_product{
	width:236px;
	height: 148px;
	float: left;
	margin-right: 11px;
	/*background: #edcfcc;*/
	border:1px solid #f69e95;
	background-image: url(../images/pp.png);
	overflow: hidden;
	
	}
.ss_product p{
	
	font-size: 18px;
	color:#333333;
	font-family:'MyriadPro-Cond';
	padding-left: 12px;
	margin-top: -8px;
	text-align: justify;
	padding-right: 12px;
	}	
.product_hd{
	background: #ef4f3f;
	padding: 0px 14px;
	margin-top: -18px;
	
	}
.product_hd h2 {
	
	font-family:'MyriadPro-BoldCond';
		font-size: 21px;
		color:#ffffff;
	}
	
.ss_support{
	width:236px;
	height: 148px;
	border:1px solid #aae696;
	margin-right: 10px;
	float: left;
	/*background: #d2e1cd;*/
	background-image: url(../images/ss.png);
	overflow: hidden;
	
	}
.ss_support p{
	
	font-size: 18px;
	color:#333333;
	font-family:'MyriadPro-Cond';
	padding-left: 12px;
	margin-top: -7px;
	text-align: justify;
	padding-right: 12px;
	}	
.support_hd{
	background: #7eb25e;
	padding: 0px 14px;
	margin-top: -18px;
	
	}
.support_hd h2 {
	
	font-family:'MyriadPro-BoldCond';
		font-size: 21px;
		color:#ffffff;
	}
	
.ss_trg{
	width:236px;
	height: 148px;
	border:1px solid #aabe6e;
	margin-right: 10px;
	float: left;
	/*background: #aeb473*/;
	background-image: url(../images/tr.png);
	overflow: hidden;
	}
.ss_trg p{
	
	font-size: 18px;
	color:#333333;
	font-family:'MyriadPro-Cond';
	padding-left: 12px;
	margin-top: -7px;
	text-align: justify;
	padding-right: 12px;
	}	
.trg_hd{
	background: #929953;
	padding: 0px 14px;
	margin-top: -18px;
	
	}
.trg_hd h2 {
	
	font-family:'MyriadPro-BoldCond';
		font-size: 21px;
		color:#ffffff;
	}
.ss_SK{
	width:236px;
	height: 148px;
	border:1px solid #e68c64;
	overflow: hidden;
	float: left;
	/*background: #f3bca3;*/
	background-image: url(../images/mm.png);
	
	}
.news_img{
	 float: right;
	 margin-top: -25px;
	}
	.sk_img{
	 float: right;
	 margin-top: -42px;
	}		
.ss_SK p{
	
	font-size: 18px;
	color:#333333;
	font-family:'MyriadPro-Cond';
	padding-left: 12px;
	margin-top: -7px;
	text-align: justify;
	padding-right: 12px;
	}	
.SK_hd{
	background: #b25240;
	padding: 0px 14px;
	margin-top: -18px;
	
	}
.SK_hd h2 {
	
	font-family:'MyriadPro-BoldCond';
		font-size: 21px;
		color:#ffffff;
	}												
			
.arc_right h2 {
	
	font-family:'MyriadPro-BoldCond';
		font-size: 28px;
		color:#445677;
		padding-left: 5px;
	}										
.arc_right p{
	
    font-size: 18px;
	color:#333333;
	font-family:'MyriadPro-Cond';
	padding-left: 6px;
	line-height: 1.2;	
	margin-top: -17px;
	text-align: justify;
	padding-right: 6px;
	
	}
.ss_logo{
	width:158px;
	height:88px;
	float:left;
	margin-top:2%;
	
}
.ex_img{
	width:75px;
	height:auto;
	margin-left: 12px;
	margin-top: -13px;
	
	}	
img{
	border:none;
}
.skm_ex h2{
	
	font-family:'MyriadPro-BoldCond';
		font-size:16px;
		color:#324664;
		text-align: center;
		width:126px;
		margin-left: -13px;
	
	}

.course ul{
	padding:0;
	margin:0;
	list-style:none;
	display:block;
	 padding: 12px 0 0 8px;
	 box-sizing:border-box;
	
}

.course li{
	
    
    background-image: url(../images/skm_dot.png);
    background-position: 0 20%;
    background-repeat: no-repeat;
    color: #333333;
    font-family:'MyriadPro-Cond';
    font-size: 18px;
    line-height: 17px;
    list-style: outside none none;
    
    padding-bottom: 18px;
    padding-left: 15px;
    padding-top: 0;
		
}

.course li a{
	color: #333333;
   font-family:'MyriadPro-Cond';
    font-size: 18px;
    font-weight: normal;
    text-decoration: none;
   
	
}
.right_img{
	width:732px;	
	height:auto;

}

.right_img ul {
    display: block;
    margin: 0;
    padding: 0;
	list-style:none;
}

.right_img li {
    float: left;
    padding: 0 3px 0 0px;
}
.gfl{width:48%; float:left; height:250px}
.gfr{width:48%; float:right; height:250px}
.gfr img{width:100%; height:100%;}
.gfl img{width:100%; height:100%;}
.mrbt-fa{margin-top:25px;}
.innermenu ul li a span{display: block;
margin: 14px auto 0;
width: 22px;}
.a-und{text-decoration:none;}

.skm_trainingmenu ul li a {
    padding: 10px 13.97px;
}


.skm_supportmenu ul li a {padding: 10px 34.29px;}
.skm_supportmenu li.active a {
        padding: 10px 34.7px;
}

@media screen and (min-width:0px){
.skm_trainingmenu ul li a {
    padding: 10px 13.95px !important;
}
}

@media screen and (min-width:0px){
.skm_supportmenu ul li a {
    padding: 10px 34.43px !important;
}
}

@media screen and (min-width:0px){
.skm_supportmenu {
    width: 980px !important;
}
}</pre></body></html>