@charset "utf-8";
/*
 KSODESIGN MULTIPURPOSE XE LAYOUT
 http://ksodesign.com/
 
 Copyright 2010 KSODESIGN	 
 Contributing author : KSJade (contact@ksodesign.com)
--------User Custom CSS---------------------------------*/

/*  메인 탑 메뉴 폰트 스타일링 (서브 메뉴는 하단 미디어쿼리 부분 참고)
--------------------------------------------------------*/
nav.navbar.bootsnav ul.nav > li > a {
	font-size: 15px;
}

/* 각 섹션 상하 여백
--------------------------------------------------------*/
.kso-section-quick {padding-top: 0px;padding-bottom: 0px;} /* 섹션 퀵 */
.kso-section-feature {padding-top: 40px;padding-bottom: 80px;} /* 섹션 피쳐 */
.kso-parallaxer {padding-top: 100px;padding-bottom: 100px;} /* 섹션 패럴랙스 */
.kso-section-service {padding-top: 100px;padding-bottom: 50px;} /* 섹션 서비스 */
.kso-section-post {padding-top: 60px;padding-bottom: 40px;} /* 섹션 포스트 */
.footer-content {padding-top: 60px;padding-bottom: 40px;}  /* 푸터 섹션 */
.kso-copyright {padding-top: 15px;padding-bottom: 15px;}  /* 푸터 카피라이트 */
.kso-contents {padding-top: 40px;padding-bottom: 40px;} /* 서브 콘텐츠영역 */

/* 패럴랙스
--------------------------------------------------------*/
.parallaxer {color: rgba(255,255,255,.7);} /* 일반폰트 컬러 */
.parallaxer h2,.parallaxer h3,.parallaxer a {color: #fff;} /* 제목폰트 컬러 */
.parallaxer .parallax-title:before,
.parallaxer .parallax-title:after {background-color: #fff;} /* 섹션 제목 라인 컬러 */
.parallaxer .line-bottom {border-bottom: 1px solid #ddd;} /* 캐러셀 소제목 라인 컬러 */
 
/* 서브 사이드
--------------------------------------------------------*/
@media (min-width: 1200px) { 
	.sub-layout {padding-left: 25%} /* 서브 좌측과 본문간격 */
	.sub-bg-area {width: 25%;} /* 서브 좌측영역 사이즈 (값은 위와 동일하게) */
}

/* 푸터
--------------------------------------------------------*/
.section-footer .footer-content {background-color:#eaeaea;} /* 푸터 배경 컬러 */
.section-footer .kso-copyright {color: #999;background-color:#27272b;} /* 카피라이트 배경 컬러 */


/* CSS 추가 시 이곳을 이용하세요.
--------------------------------------------------------*/




/* 미디어쿼리
--------------------------------------------------------*/
@media (min-width: 992px) {
	nav.navbar.bootsnav li.dropdown ul.dropdown-menu {background-color: #4B4E53;} /* 메인 메뉴에 2차 메뉴 배경컬러 */
	nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li > a {color: #d3d3d3;}  /* 메인 메뉴에 2차 메뉴 폰트컬러 */
}
@media (max-width: 480px) {
	.kso-section-feature {padding-top: 30px;padding-bottom: 30px;}
	.kso-section-info,
	.kso-section-post {padding-top: 20px;padding-bottom: 30px;}
	.kso-section-service,
	.footer-content {padding-top: 40px;padding-bottom: 40px;}
}	