/*Font-나눔고딕*/
@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css); 

/* 팝업레이어 */
#hd_pop {
	z-index:1000;
	position:relative;
	margin:0 auto;
	height:0}
#hd_pop .hd_pops .hd_pops_con img{
	width: 100%;
}
#hd_pop h2 {
	position:absolute;
	font-size:0;
	line-height:0;
	overflow:hidden
}
.hd_pops {
	position:absolute;
	border: 0px;
	background:#fff
}
.hd_pops_con {
	overflow: hidden;
}
.hd_pops_footer {
	padding:8px 0;
	background:#393939;
	color:#fff;
	text-align:right;
	border-bottom: 0px;
	width: 100%;
	position: absolute;
	border-right: 1px solid rgba(238, 238, 238, 0.1);
}

.hd_pops_footer button {
	margin-right:5px;
	padding: 0px 7px;
	border:0;
	background:#282828;
	color:#fff;
	border-radius: 4px;
	font-size: 12px;
    font-weight: 300;
	margin: 3px 5px 3px 0px;
}
@media only screen and (max-width:992px){
	#hd_pop .hd_pops{
		left: 0 !important;
		width: 80% !important;
	}
	#hd_pop .hd_pops .hd_pops_con{
		width: 100% !important;
		overflow: scroll;
	}
	.hd_pops_footer button {
		font-size: 10px;
	}
}
/*common*/
.body {
	font-family: "Nanum Gothic", "나눔 고딕", Arial, sans-serif;
}
img {
	max-width: 100%;
}
.kti_main {
	max-width: 1200px;
	margin: 0 auto;
}
@media (min-width: 1200px){
	.container {
		width: 1006px;
	}
}
/*callnum*/
#header .header-col-2 .callnum {
	float: right;
    margin: 12px 5px 10px 5px;
    font-size: 2rem;
    color: #e15215;
}
@media (max-width: 992px){
	#header .header-col-2 .callnum {
		float: left;
	}
}
@media (max-width: 479px){
	#header .header-col-2 .callnum {
		font-size: 15px;
		font-weight: 600;
	}
}
/*header - Logo*/
#header.header-narrow .header-logo {
	display: inline-block;
	float: none;
}
#header.header-narrow .header-logo img{
	margin: 0px;
}
@media (min-width:768px){
	#header.header-narrow .header-logo {
		padding: 25px 0 18px;
	}
}
@media (max-width:768px){
	#header.header-narrow .header-logo {
		padding: 15px 0;
		width: 100%;
	}
	#header.header-narrow .header-logo img{
		width: 170px;
	}
}
/*Header*/
#header .header-column{
	width: 100%;
	display: block;
	width: 100%;
}
#header .header-column.header-col-2{
	background-color: #fff;
	border-top: 5px solid #2954ba;
    border-bottom: 1px solid #3193ce;
}
#header .header-body{
	padding-bottom: 0;
	border-top: 0px;
	border-bottom: 0px;
	padding-top: 3px;
	background-color: #fff;
}
#header .header-nav-main {
    margin: 0;
	float: none;
	min-height: inherit;
}
#header .header-nav-main nav > ul > li {
	width: 100%;
}
#header .header-nav-main nav > ul > li > a {
    font-size: 16px;
    font-weight: 600;
	color: #4f5964 !important;
    padding: 7px 0px !important;
    line-height: 24px;
    border-radius: 0px;
	text-align: center;
	float: left;
    width: 25%;
	background: url(../img/nav_bg.png) right center no-repeat !important;
}
#header .header-nav-main nav > ul > li:hover > a, 
#header .header-nav-main nav > ul > li:hover > a:hover, 
#header .header-nav-main nav > ul > li:hover > a:focus, 
#header .header-nav-main nav > ul > li.open > a:hover, 
#header .header-nav-main nav > ul > li.open > a:focus, 
#header .header-nav-main nav > ul > li.active > a:hover, 
#header .header-nav-main nav > ul > li.active > a:focus {
	color: #4f5964 !important;
	background: url(../img/nav_bg.png) right center no-repeat !important;	
}
#header .header-nav-main nav > ul > li:hover > a:hover,
#header .header-nav-main nav > ul > li > a:hover,
#header .header-nav-main nav > ul > li > a.on {
    background-color: #2954ba !important;
	color: #fff !important;
}
#header .header-nav-main nav > ul > li > a.long-menu {
	background: none !important;	
}
#header .header-nav-main nav > ul > li > a.long-menu.on {
    background-color: #2954ba !important;
}
#header .header-nav-main nav > ul > li.dropdown:hover > .dropdown-menu,
#header .header-nav-main nav > ul > li.dropdown > .dropdown-menu {
    margin-bottom: 10px;
    border: 0px;
    border-radius: 0px;
    background-color: #fcfcfc;
    left: auto;
    right: 0px;
    padding: 0px;
    width: 100%;
    box-shadow: 0px 0px 0px;
    top: 39px;
    display: none;
    border-top: 1px solid transparent;
    margin-top: -1px !important;
}
#header .header-nav-main nav > ul > li.dropdown > .dropdown-menu.on{
	display: block;
}
#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a {
	font-size: 15px;
    color: #333;
    padding: 6px 30px !important;
    border-color: #666;
    text-decoration: none !important;
	background: url(../img/nav_bt.png) center bottom no-repeat;
}
#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li ul li ul li:last-child a {
	background: none;
}
#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a:hover {
    color: #333;
	background-color: transparent;
}
#header .header-nav-main nav > ul > li.open > a, 
#header .header-nav-main nav > ul > li:hover > a,
#header .header-nav-main > nav > ul > li > a:hover{
	color: #eee;
}
#header .header-nav-main nav > ul > li.open > a, 
#header .header-nav-main nav > ul > li:hover > a {
    background-color: transparent;
}
#header .header-nav-main nav > ul > li > a.dropdown-toggle:after,
#header .header-nav-main nav > ul > li.active > a.dropdown-toggle:after, 
html #header .header-nav-main nav > ul > li:hover > a.dropdown-toggle:after {
	display: none;
}
@media only screen and (max-width:992px) {
	#header .header-nav-main nav > ul > li.dropdown:hover > .dropdown-menu,
	#header .header-nav-main nav > ul > li.dropdown > .dropdown-menu {
		background-color: #fff;
	}
	#header .header-nav-main nav > ul > li.dropdown:hover > .dropdown-menu:before {
		display: none;
	}
	#header .header-nav-main nav > ul > li.open > a, 
	#header .header-nav-main nav > ul > li:hover > a {
    	color: rgba(255,255,255,0.8) !important;
		background-color: transparent;
		color: #000 !important;
	}
    #header .header-nav-main nav > ul > li > a{
        line-height: inherit;
		color: #555 !important;
        padding: 7px 8px 3px 8px !important;
		border-left: 0px !important;
    }
	#header .header-nav-main nav > ul > li > .dropdown-menu > li {
		border: 0px;
	}
	#header .header-nav-main nav > ul > li > .dropdown-menu > li > a {
		color: #aaa !important;
	}
	#header .header-nav-main nav > ul > li > .dropdown-menu > li > a:hover {
		color: #000 !important;
	}
	#header .header-nav-main nav > ul > li.dropdown:hover > .dropdown-menu,
	#header .header-nav-main nav > ul > li.dropdown > .dropdown-menu {
		border-bottom: 0px;
	}
	#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a:hover {
		color: rgba(255,255,255,0.8);
	}	
}
@media only screen and (max-width: 766px) {
	nav>ul>li>a:hover,
    nav>ul>li>a:focus{
		color: #0088cc !important;
	}
}
/*- HeaderTop mobile*/
#header .header-btn-collapse-nav {
	margin: 5px 2px;
    padding: 7px 12px;
	background-color: #222222;
	color: #fff;
}
/*r_nav_sec*/
#header .r_nav_sec .nav {
	text-align: right;
}
#header .r_nav_sec .nav li {
	display: inline-block;
	float: none;
}
#header .r_nav_sec .nav li a {
	font-size: 11px;
	color: #363636;
    margin-left: 20px;
}
#header .r_nav_sec .nav li:last-child a {
	background: url(../img/hnv_network.png) no-repeat center center;
	color: #fff;
	width: 82px;
    margin-left: 10px;
	text-align: center;
}
@media (min-width:992px){
	#header .r_nav_sec .nav li:last-child a {
		padding: 28px 0px 25px;
	}
}
@media (min-width:768px){
	#header .r_nav_sec {
		float: right;
	}
	#header .r_nav_sec .nav li a {
		padding: 30px 0px 23px;
	}
}
@media (max-width:768px){
	#header .r_nav_sec .nav li a {
		padding: 10px 0px;
		font-size: 9px;
    	line-height: 10px;
		margin-left: 5px;
	}
	#header .r_nav_sec .nav li:last-child a {
    	width: 70px;
		margin-left: 5px;
	}
}
/*mega header*/
#header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-content {
	padding: 0px !important;
}
#header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-content > ul > li {
	min-height: 400px;
	padding: 0px;
}
#header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-content > ul > li a {
	margin: 0px;
	border-radius: 0px;
}
#header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-content > ul > li:nth-child(odd){
	background-color: #eaeaea;
}
#header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-content > ul > li.on,
#header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-content > ul > li:hover{
	background-color: #2954ba !important;
}
#header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-content > ul > li.on a,
#header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-content > ul > li:hover a{
	color: #fff !important;
	background: url(../img/nav_bt_on.png) center bottom no-repeat;
}
#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li ul li ul li:last-child.on a,
#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li ul li ul li:last-child:hover a{
	background: none;
}
#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li ul li ul li:last-child:hover a,
#header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-content > ul > li:hover a:hover{
	background-color: #1d88ca;
}
/*pc-header*/
.pc-header {
	display: none;
}
.pc-header .pc-header-wrp {
	position: relative;
	height: 100%;
}
.pc-header .pc-header-wrp > img {
	position: absolute;
    bottom: 0;
    left: -130px;
}
@media (min-width:992px){
	.pc-header.on {
		display: block;
		height: 400px;
		width: 100%;
		background-color: #fff;
		position: fixed;
		top: 125px;
		left: 0;
		background-color: #fcfcfc;
		border-top: 1px solid #3193ce;
	}
	html.sticky-header-active .pc-header.on {		
		top: 45px;
	}
	.black_out.on {
		content: "";
		position: fixed;
		width: 100%;
		height: 100%;
		background-color: rgba(0,0,0,0.5);
		left: 0;
		top: 0;
		z-index: 80;
	}
}
/*Mobile Navigation*/
.mobile-nav {
	background-color: #fcfcfc;
}
.mobile-nav .mobile_m_btn {
	margin-bottom: 50px;
}
.mobile-nav .mobile_m_btn a {
	text-decoration: none;
	display: inline-block;
	color: #fff;
	background-color: #1d88ca;
	font-size: 12px;
	padding: 5px 15px;
}
.mobile-side-menu {
	border-top: 3px solid #1d88ca;
	border-bottom: 1px solid #1d88ca;
}
.mobile-side-menu li a {
    font-size: 14px;
	color: #00358b;
    font-weight: 500;
}
.mobile-side-menu > li > a {
	border-bottom: 1px solid #ddd;
}
.mobile-side-menu > li:last-child > a {
	border-bottom: 0px;
}
.mobile-side-menu li .mmenu-toggle {
	color: #57576f;
}
.mobile-side-menu li ul li a {
	font-size: 13px;
    color: #6180b3;
    font-weight: 300;
}
.mobile-nav .mobile_m_toggle .mmenu-toggle-btn {	
	float: none;
	display: inline-block;
	color: #fff;
	background-color: #888888;
	font-size: 15px;
	padding: 5px 15px;
	width: auto;
	line-height: 1.5;
	margin: 0px;
}
/*mmenu-toggle-btn*/
#header a.mmenu-toggle-btn {
    color: #0f5db0;
    padding-top: 7px;
}
/*slider*/
.slider-container .tp-caption.btn{
	background-color: #339529!important;
    border: 2px solid #339529;
    color: #fff;
}
.slider-container .tp-caption.btn:hover{
	background-color: #3faf33!important;
	border: 2px solid #3faf33;
}
.tp-bullet.selected, .tp-bullet:hover {
    background: rgba(240, 120, 40, 1);
}
.tp-bullet {
    width: 15px;
    height: 15px;
    position: absolute;
    background: #fff;
    background: rgba(0, 0, 0, 0.2);
    cursor: pointer;
}
/*subtitle 서브페이지 타이틀*/
.page-header.parallax {
    padding: 74px 0;
}/*서브타이틀 subtitle*/
.page-header .sub_title h1{
	text-shadow: 1px 0px 3px rgba(0,0,0,0.5);
}
/*siteconfig*/
.siteconfig{
	float: right;
    height: 35px;
    bottom: 0;
	display: inline-block;
}
.siteconfig .home_box{
    display: inline-block;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}
.siteconfig .home_box1,
.siteconfig .home_box2,
.siteconfig .home_box3{
	display: inline-block;
    color: #636363;
    font-size: 12px !important;
	font-weight: 400;
}
.siteconfig .home_box3{
    color: #1d88ca;
}
.siteconfig .home_box1::after,
.siteconfig .home_box2::after {
    color: inherit;
    opacity: 0.5;
    font-family: FontAwesome;
    content: "\f105";
	padding-left: 5px;;
}
.siteconfig .home_box a{
	text-decoration: none;
	color: #777;
	display: block;
	padding: 5px 15px;
	font-size: 13px;
}
@media (max-width:768px){
	.siteconfig{
		float: none;
		display: block;
	}
	.siteconfig .home_box1,
	.siteconfig .home_box2,
	.siteconfig .home_box3{
		font-size: 11px !important;
	}
}
/*main_sec01 owl-carousel*/
#main_sec01 .owl-carousel {
	min-height: 310px !important;
}
#main_sec01 .owl-carousel .owl-stage-outer .owl-item > div{
	padding: 12px 0;
}
#main_sec01 .owl-carousel .owl-stage-outer .owl-item > div.bg01 {
    background: url(../img/main_slide1.jpg) center center no-repeat;
    background-size: cover;
}
#main_sec01 .owl-carousel .owl-stage-outer .owl-item > div.bg02 {
    background: url(../img/main_slide2.jpg) center center no-repeat;
    background-size: cover;
}
#main_sec01 .owl-carousel .owl-stage-outer .owl-item > div.bg03 {
    background: url(../img/main_slide3.jpg) center center no-repeat;
    background-size: cover;
}
#main_sec01 .owl-carousel .owl-stage-outer .owl-item > div.bg04 {
    background: url(../img/main_slide4.jpg) center center no-repeat;
    background-size: cover;
}
#main_sec01 .owl-carousel .owl-stage-outer .owl-item img {
    width: auto;
    display: inline-block;
}
#main_sec01 .owl-carousel .owl-dots {
	position: relative;
    margin-top: -29px;
}
#main_sec01 .owl-carousel .owl-dots .owl-dot span {
	border: 1px solid #5c656c;
    border-radius: 0;
	background-color: #fff;
	width: 13px;
	height: 13px;
}
#main_sec01 .owl-carousel .owl-dots .owl-dot.active span, 
#main_sec01 .owl-carousel .owl-dots .owl-dot:hover span {
	background-color: #2954ba;
}
@media (max-width:768px){	
	#main_sec01 .owl-carousel .owl-stage-outer .owl-item > div{
		padding-bottom: 35px;
	}
}
@media (max-width:479px){	
	#main_sec01 .owl-carousel .owl-stage-outer .owl-item img {
		width: 40%;
	}
}
/*main_sec01 .slider_under_wrp*/
#main_sec01 .slider_under_wrp {
	position: relative;
}
#main_sec01 .bg01 .slider_under_wrp #slider_under {
	background-color: #ddd;
	display: inline-block;
	background: url(../img/slider_bg.png) center center no-repeat;
}
#main_sec01 .bg02 .slider_under_wrp #slider_under {
	background-color: #ddd;
	display: inline-block;
	background: url(../img/slider_bg.png) center center no-repeat;
}
#main_sec01 .bg03 .slider_under_wrp #slider_under {
	background-color: #ddd;
	display: inline-block;
	background: url(../img/slider_bg.png) center center no-repeat;
}
#main_sec01 .bg04 .slider_under_wrp #slider_under {
	background-color: #ddd;
	display: inline-block;
	background: url(../img/slider_bg.png) center center no-repeat;
}
#main_sec01 .slider_under_wrp #slider_under h1 {
    color: #fff;
    font-size: 18px;
    line-height: 18px;
    padding: 20px 0 15px;
	font-weight: 600;
}
#main_sec01 .slider_under_wrp #slider_under h2 {
	color: #fff;
	font-size: 12px;
	line-height: 18px;
}
#main_sec01 .slider_under_wrp #slider_under a {
	display: inline-block;
    text-decoration: none;
    background-color: #a0a0a0;
    color: #fff;
    font-size: 12px;
    padding: 2px 15px;
}
@media (min-width:768px){
	#main_sec01 .slider_under_wrp #slider_under {
		width: 358px;
		height: 356px;
	}	
}
@media (max-width:768px){
	#main_sec01 .slider_under_wrp {
		text-align: center;
	}
	#main_sec01 .slider_under_wrp #slider_under {
		width: 100%;
	}	
}
/*main_sec02*/
#main_sec02 {
    padding: 25px 0;
    background: #efefef;
}
#main_sec02 ul li a {
    text-decoration: none;
}
#main_sec02 ul li a span {
    display: inline-block;
    background-color: #fff;
    border-radius: 50%;
    padding: 20px;
    margin-bottom: 15px;
}
#main_sec02 ul li a h3 {
    font-size: 15px;
    line-height: 15px;
    font-weight: 600;
    color: #00358b;
}
#main_sec02 ul li a p {
    font-size: 12px;
    line-height: 12px;
    font-weight: 600;
    color: #4f5964;
}
@media (max-width:768px){
    #main_sec02 ul li:nth-child(1),
    #main_sec02 ul li:nth-child(2){
        margin-bottom: 15px;
    }
    #main_sec02 ul li a img {
        width: 80px;
    }
    #main_sec02 ul li a h3 {
        font-size: 12px;
        line-height: 12px;
    }
    #main_sec02 ul li a p {
        font-size: 9px;
        line-height: 9px;
    }
}
/*main_sec03*/
#main_sec03 {
    padding: 40px 0;
}
#main_sec03 .banner_wrp > ul {
    margin-left: -8px;
    margin-right: -8px;
}
#main_sec03 .banner_wrp > ul li {
    padding-left: 8px;
    padding-right: 8px;
}
#main_sec03 .m_banner {
    display: inline-block;
    width: 100%;
}
#main_sec03 .m_banner.m_banner01 {
	min-height: 160px;
    background: url(../img/m_banner01.png) 95% 95% no-repeat;
}
#main_sec03 .m_banner.m_banner02 {
	min-height: 160px;
    background: url(../img/m_banner02.png) 95% 95% no-repeat;
}
#main_sec03 .m_banner a {
    text-decoration: none;
}
#main_sec03 .m_banner h5 {
    color: #1e1e1e;
    font-size: 22px;
    line-height: 22px;
    font-weight: 600;
    position: relative;
    padding-bottom: 19px;
    margin-bottom: 19px;
}
#main_sec03 .m_banner span {
    display: inline-block;
    padding: 3px;
    border: 1px solid #ccc;
    background-color: #f6f6f6;
    position: absolute;
    right: 0;
}
#main_sec03 .m_banner span img {    
    display: block;
}
#main_sec03 .m_banner p {    
    font-size: 14px;
    line-height: 18px;
    color: #707070;
    font-weight: 600;
}
@media (min-width:992px){   
	#main_sec03 .m_banner {
		display: inline-block;
		width: 100%;
		margin-bottom: 14px;
	}
} 
@media (max-width:992px){    
    #main_sec03 .banner_wrp > ul li {
        margin-bottom: 15px;
    }
}
@media (max-width:768px){        
	#main_sec03 .m_banner h5 {
		font-size: 16px;
		line-height: 16px;
		padding-bottom: 10px;
		margin-bottom: 10px;
	}
	#main_sec03 .m_banner p {  
		font-size: 11px;
		line-height: 14px;
	}
}
/*m_banner03*/
#main_sec03 .m_banner03 {
	min-height: 170px;
    background: url(../img/m_banner03.png) right top no-repeat;
    background-color: #969696;
	padding: 25px 0 0 25px !important;
}
#main_sec03 .m_banner03 a {
	text-decoration: none;
}
#main_sec03 .m_banner03 a h5 {
    color: #1e1e1e;
    font-size: 22px;
    line-height: 22px;
    font-weight: 600;
    position: relative;
    margin-bottom: 10px;
}
#main_sec03 .m_banner03 a p {
    font-size: 12px;
    line-height: 16px;
    color: #fff;
}
#main_sec03 .m_banner03 a .post_bt {
    padding-top: 35px;
    font-size: 11px;
    line-height: 11px;
    color: #fff;
}
@media (max-width:768px){ 
	#main_sec03 .m_banner03 {
		padding: 15px 0 0 15px !important;
	}
	#main_sec03 .m_banner03 a h5 {
		font-size: 16px;
		line-height: 16px;
	}
	#main_sec03 .m_banner03 a p {
		font-size: 11px;
		line-height: 14px;
	}
	#main_sec03 .m_banner03 a .post_bt {
		font-size: 10px;
		line-height: 10px;		
	}
}
/*m_banner04*/
#main_sec03 .m_banner04 .owl-carousel {
	padding: 15px 25px;
    border: 1px solid #d4d4d4;
    border-right: 0px;
    border-left: 0px;
}
#main_sec03 .m_banner04 .owl-carousel .owl-item a {
	text-decoration: none;
	border: 1px solid #9d9d9d;
	display: inline-block;
}
#main_sec03 .m_banner04 .owl-carousel .owl-item img {
    display: inline-block;
    width: inherit;
}
#main_sec03 .m_banner04 .owl-carousel .owl-nav, 
#main_sec03 .m_banner04 .owl-carousel .owl-nav.disabled, 
#main_sec03 .m_banner04 .owl-carousel .owl-dots.disabled{
	display: block;
	position: relative;
	margin: 0 -25px;
}
.owl-carousel .owl-nav .owl-prev{	
    position: absolute;
    left: 0;
}
.owl-carousel .owl-nav .owl-prev:before{
	content: "";
	display: inline-block;
	width: 9px;
	height: 15px;
	background: url(../img/ban04_prev.png) center center no-repeat;
}
.owl-carousel .owl-nav .owl-next{
    position: absolute;
    right: 0;	
}
.owl-carousel .owl-nav .owl-next:before{
	content: "";
	display: inline-block;
	width: 9px;
	height: 15px;
	background: url(../img/ban04_next.png) center center no-repeat;
}
/*footer_t*/
#footer_t {
	background-color: #c6c6c6;
	padding: 5px 0;
}
#footer_t a {
	text-decoration: none;
	color: #414042;
    font-size: 12px;
	word-break: keep-all;
}
/*footer*/
#footer {
	margin: 0px;
	font-size: 12px;
	background-color: #dddddd;
	border: 0px;
	padding: 10px 0 35px !important;
}
#footer a.btn {
    background-color: rgba(0, 0, 0, 0.3);
}
#footer p{
	color: #414042;
    font-size: 11px;
    line-height: 18px;
}
#footer .logo_wrp a img{
	opacity: 0.8;
}

/*all-content-common*/
#all-content-common span.under_pen_effec{
    background-color: #e15215;
    color: #fff;
    display: inline-block;
    padding: 0px 3px;
}
@media only screen and (max-width:992px){
    #all-content-common .m-pn{
        padding: 0px !important;
    }
}
/*all-content-wrp*/
@media (min-width:992px){
	.all-content-wrp{
		border-left: 1px solid #ddd;
	}
}
/*left-sitecon*/
#left-sitecon h3{
    padding: 30px 20px;
    background-color: #42a538;
    color: #fff;
	min-height: 208px;
	background: url(../img/submenu_top.png) right bottom no-repeat;
	position: relative;
}
#left-sitecon h3 span {
	position: absolute;
    left: 15px;
    bottom: 10px;
    font-size: 16px;
    font-weight: 600;
}
#left-sitecon ul li {
    border-bottom: 1px solid #ddd;
}
#left-sitecon ul li a{
    text-decoration: none;
    color: #333;
    padding: 8px 20px;
    background-color: #fff;
    display: block;
    width: 100%;
    height: 100%;
    font-size: 14px;
    position: relative;
    color: #363636;
    font-weight: 600;
}
#left-sitecon ul li a.active{
    color: #1d88ca;
}
@media (min-width:992px){
	#left-sitecon {
		width: 18%;
    	margin-top: -148px;
		z-index: 2;
	}
	#left-sitecon > ul {
		border-right: 1px solid #ddd;
	}
}
/*right-sitecon*/
#right-sitecon > h1.sec_tit {
	color: #252525;
	font-weight: 600;
	margin-bottom: 45px;
}
@media (min-width:992px){
	#right-sitecon {
		width: 82%;
		min-height: 600px;
		border-left: 1px solid #ddd;
		margin-left: -1px;
		padding: 28px 15px 28px 28px !important;
	}
}
@media (max-width:992px){
	#right-sitecon > h1.sec_tit {
		padding-top: 15px;
		margin-bottom: 15px;
		font-size: 17px;
	}
}
/*top_tab*/
#top_tab {
	margin-bottom: 25px;
}
#top_tab a{
	display: inline-block;
	float: left;
	border: 1px solid #ddd;
	padding: 5px 0;
	min-width: 150px;
	text-decoration: none;
	text-align: center;
	margin-left: -1px;
	color: #222a34;
	font-size: 14px;
}
#top_tab a.active{
	color: #fff;
	background-color: #3b414a;
	border-color: #3b414a;
}
@media (max-width:768px){	
	#top_tab a{
		min-width: 120px;
		font-size: 12px;
	}
}