@charset "utf-8";

/*-------------------------------------------------------
** 
** Custom : 기본 CSS 수정 및 추가
** 
--------------------------------------------------------*/
 /* 메인 1차 메뉴 */
.navbar-collapse>.navbar-nav>.nav-item>.nav-link {
	padding-left: 15px;padding-right: 15px;
	font-weight: bold;
	color: #333;
}
 /* 메인 2차 메뉴 */
.nav-item.dropdown>.navbar-nav .nav-item .nav-link {

}

/* 섹션별 상하여백 */
.kun-section {padding-top: 50px;padding-bottom: 50px;} /* 섹션 기본 상하여백 */
#section-about {padding-top: 80px;padding-bottom: 100px;} /* 섹션 어바웃 */
#section-parallax {padding-top: 100px;padding-bottom: 100px;} /* 섹션 패럴랙스 */
#section-service {padding-top: 80px;padding-bottom: 80px;} /* 섹션 서비스 */
#section-footer {padding-top: 80px;padding-bottom: 80px;} /* 섹션 푸터 */


/* 섹션 제목 */
.section-header {
	position: relative;
	padding-bottom: 20px;
	margin-bottom: 50px;
	text-align: center;
}
.section-header:before,
.section-header:after {
	content: '';display: block;
	position: absolute;left: 50%;bottom: 0;
	margin-left: -8px;
	width: 8px;height: 8px;
	background-color: #999;
	border-radius: 50%;
}
.section-header:after {
	margin-left: 4px;
}

/* 1) 섹션 티져 */
#section-icon .block h4 {
    font-size: 1.1rem;
    color: #fff;
}
#section-icon .block,
#section-icon .block i {color: #fff;}


/* 2) 섹션 어바웃 */
#section-about h4 {  } /*우측 컨텐츠 제목*/
#section-about div {line-height: 1.8;} /*우측 컨텐츠 내용*/


/* 3) 섹션 패럴랙스 */
#section-parallax:before {background-color: rgba(0,0,0,0.3);} /* 배경 커버 컬러 투명도 */
#section-parallax h3 {color: #fff;} /*제목*/
#section-parallax {font-size: 18px;color: #fff;} /*내용*/


/* 4) 섹션 서비스 */
#section-service figcaption h4 {font-size: 15px;} /*제목*/
#section-service figcaption h4 a {color: #444;}
#section-service figcaption {font-size: 14px;} /*내용*/


/* 5) 섹션 하단 배경 및 폰트 */
#section-footer {font-size: 14px;line-height: 1.8;background-color: #f1f1f1;}
#section-footer h5 {font-size: 16px;} /*제목*/


/* 서브 탑 배경 및 폰트 컬러 */
.sub-top {background-color: #333;}
.sub-top h4 {color: #fff;}






/*-------------------------------------------------------
** 
** ETC 
** 
--------------------------------------------------------*/





/*-------------------------------------------------------
** 
** media quary 
** 
--------------------------------------------------------*/
@media (max-width: 991px) {
	.kun-section {padding-top: 30px;padding-bottom: 30px;}
}


/* xl */
@media (max-width:1400px) {

}
/* xxl */
@media (max-width:1200px) {

}
/* lg */
@media (max-width:992px) {

}
/* md */
@media (max-width:768px) {

}
/* sm */
@media (max-width:576px) {

}
