@charset "utf-8";
/*
ksodesign1@naver.com
http://ksodesign.com/

Copyright 2010 KSODESIGN	 
Contributing author : KSJade
----------------------------------------------------------------*/
#kso-page,
#kso-page h1,
#kso-page h2,
#kso-page h3,
#kso-page h4,
small {
	font-weight: 200;
}

#kso-page.no-margin>.page-section>.row {
	margin: 0;
}
#kso-page .page-section {
	margin-bottom: 4rem;
}
#kso-page .page-title {
	position: relative;
	font-size: 42px;
	text-align: center;
}
#kso-page .page-title:before {
	content: '';
	position: absolute;
	top: 0;left: 0;
	width: 100%;
	font-size: 70px;
    line-height: 1;	
	color: #f3f3f3;
    z-index: -1;	
}	
#kso-page .page-section .box-summary {
	padding: 3rem 1rem;	
	text-align: center;	
	border: 10px solid #f1f1f1;
}


#kso-page .page-section .text-box {
	font-size: 22px;
}

/*section-video*/
#kso-page .page-section .video-column {
	padding-bottom: 2rem;
	text-align: center;
}
#kso-page .page-section .video-column .video-box {
	background-color: #222;
}
#kso-page .page-section .video-column h5 {
	position: relative;
	margin-top: 2rem;
	margin-bottom: 2rem;
	font-size: 20px;
	font-weight: bold;
}
#kso-page .page-section .video-column h5:before {
	content: '';
	position: absolute;
	left: 50%;top: 30px;
	width: 1px;height: 20px;
	border-left: 1px solid #888;
}
#kso-page .page-section.section-video {
	position: relative;
	padding: 3rem 0;
}
#kso-page .page-section.section-video .parallax {
	position: absolute;
	left: 0;top: 0;
	width: 100%;
	height: 100%;
	background-color: #411e50;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

#kso-page .page-section .text-box-item {
	padding: 7rem 0;
	height: 300px;
	font-size: 18px;
}
#kso-page .page-section .text-box-item h4 {
	font-weight: bold;
	color: #444;
}
#kso-page .page-section.propose .text-box-item {
	height: 400px;
	vertical-align: middle;	
}
#kso-page .page-section.propose .text-box-item h4 {
	line-height: 1.4;	
}

#kso-page .page-section .img-box {
	display: block;
	position: relative;
	min-height: 300px;
	height: 100%;
	background-color: #111;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;	
	overflow: hidden;
}
#kso-page .page-section.h-250 .img-box {
	min-height: 250px;
}


#kso-page .page-section.talk {
	font-size: 18px;
	font-weight: bold;		
}
#kso-page .page-section.talk a {color: #fff;}
#kso-page .page-section.talk .katalk a {color: #333;}
#kso-page .page-section.talk .naver,
#kso-page .page-section.talk .katalk,
#kso-page .page-section.talk .phone {margin-bottom: 10px;border-radius: 5px;}
#kso-page .page-section.talk .katalk {padding-left: .5rem;background-color: #F7E000;}
#kso-page .page-section.talk .naver {padding-left: .5rem;color: #fff;background-color: #00C73C;}
#kso-page .page-section.talk .phone {
	padding-left: 1.5rem;
	height: 60px;
	line-height: 60px;
	color: #fff;background-color: #2096CD;
}

.line-under {
	position: relative;
	padding-bottom: 1.5rem;
	margin-bottom: 1.5rem;
}
.line-under:before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 50px;
	height: 2px;
	border-bottom: 2px solid #333;
}
.line-under.center:before {
	left: 50%;
	margin-left: -25px;
}

.line-top:before {
	content: '';
	position: absolute;
	top: -1rem;
	width: 30px;height: 3px;
	background-color: #f38085;
}


/* mediaQuery
--------------------------------------------------------*/
@media (min-width: 992px) {
	#kso-page .page-section .text-box-item {
		padding: 10rem 0;
		min-height: 500px;
	}
	#kso-page .page-section.propose .text-box-item {
		padding: 8rem 0;
		min-height: 400px;
	}
	.text-box-item.text-lg-right .line-under:before {
		left: auto;right: 0;
	}
}
@media (max-width: 991px) {
	#kso-page .page-section .text-box-item {
		padding: 5rem 2rem;
	}
}
@media (max-width: 573px) {
	#kso-page .page-title {
		font-size: 36px;
	}
	#kso-page .page-title:before {
		top: 15px;
		font-size: 45px;
	}
}
