@charset "utf-8";
/*폰트*/
.roboto {
	font-family: 'Roboto', sans-serif;
}
.montserrat {
	font-family: 'Montserrat', sans-serif;
}
body {
	position: relative;
	width: 100%;
	height: 100%;
	font-family: 'Roboto', 'Apple SD Gothic Neo', 'Malgun Gothic', helvetica, 'Dotum', sans-serif;
	font-size: 12px;
	color: #232323;
	font-weight: 400;
}
a {
	color: #232323;
	text-decoration: none;
}
a:hover,
a:focus {
	text-decoration: underline;
}
a:hover,
a:focus,
.spot {
	color: #2abfd4;
}
.clr-light {
	color: #828282;
}
.catch-phrase,
.section-tit {
	font-size: 42px;
	font-weight: bold;
	margin-bottom: 40px;
	font-family: 'Montserrat', sans-serif;
	line-height: 1.2 !important;
}
.section-tit {
	color: #232323;
}
/*전체래핑*/
.root {
	position: relative;
	width: 100%;
	height: 100%;
}
.root:after {
	display: block;
	clear: both;
	content: '';
}
#content {
	position: relative;
	z-index: 50;
}
#content.fixed {
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}
/*공통-레이아웃*/
.box-980 {
	position: relative;
	width: 980px;
	margin: 0 auto;
}
.box-980.border-bottom {
	border-bottom: 6px solid #000;
}
.box-980:after,
.inner:after {
	display: block;
	clear: both;
	content: '';
}
.inner {
	padding: 60px 20px;
}
.box-980.inner {
	width: 940px;
}
.half {
	float: left;
	width: 470px;
}
/*공간띄우기*/
.space-break {
	position: relative;
	display: block;
	clear: both;
	content: '';
	font-size: 0;
	line-height: 0;
	overflow: hidden;
	height: 30px;
}
/*공통-클리어픽스*/
.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}
.clear {
    display: block;
    clear: both;
    content: "";
    height: 0;
    overflow: hidden;
}
/*공통-히든*/
.ir {
    position: absolute;
    z-index: -1;
    visibility: hidden
}
.hidden {
    display: none !important;
    visibility: hidden;
}
/*공통-엘리먼트레벨*/
.inline-block {
	display: -moz-inline-stack;
	display: inline-block;
	*display: inline;
}
/*공통-라운드*/
.bdrd-2px {
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}
/*공통섀도우*/
.shadow {
	-webkit-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.2);
	box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.2);
}
/*공통-문단*/
#content p {
	line-height: 1.6;
	margin-top: .2em;
	margin-bottom: .6em;
}
#content .sub-slog {
	font-size: 22px;
	font-weight: bold;
}
/*헤더*/
.header {
	position: relative;
	width: 100%;
	background-color: #fff;
	z-index: 100;
	padding-top: 20px;
	padding-bottom: 20px;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}
.header.fixed {
	position: fixed;
	z-index: 1000;
	padding-top: 10px;
	padding-bottom: 13px;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
	border-bottom: 1px solid #d6d6d6;
	background-color: #f9f9f9;
}
.header .logo {
	position: relative;
	float: left;
	width: 192px;
	height: 34px;
	margin-top: 12px;
	background: url(../images/logo.png) no-repeat 0 0;
}
.header .logo > a {
	position: relative;
	display: block;
	width: 192px;
	height: 34px;
}
.header #menu {
	position: relative;
	float: right;
	width: 760px;
}
.header #menu .menu-list {
	text-align: right;
	/*padding-top: 22px;*/
}
.header #menu .menu-item {
	padding: 10px 5px;
}
.header #menu .menu-link {
	display: block;
	padding: 10px 15px;
	font-size: 18px;
	font-weight: bold;
	font-weight: 700;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}
.header.fixed #menu .menu-link {
	color: #626262;
	font-size: 16px;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}
/*푸터*/
.footer {
	padding: 40px 0;
	background-color: #333333;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	color: #fff;
	z-index: 30;
}
.footer a {
	color: #fff;
}
/*홈*/
#home {
	position: relative;
	background: url(../images/bg-home.jpg) no-repeat center bottom;
	height: 490px;
	min-height: 500px;
	color: #fff;
}
#home .greeting-bg {
	height: 280px;
	/*background: url(../images/diagram-home.png) no-repeat 470px 83px;*/
}
#home .greeting {
	padding-right: 560px;
}
#home #slog_hype_container {
	position: absolute;
	right: -72px;
	bottom: -40px;
	overflow: hidden;
	width: 600px;
	height: 320px;
}
/*개요*/
#overview {
	position: relative;
}
#overview .overview-info li {
	padding-top: .3em;
	padding-bottom: .3em;
}
#overview .overview-info li .what {
	width: 82px;
}
#overview .overview-info li .is,
#overview .overview-info li .is a {
	color: #828282;
}
#overview .more {
	display: block;
	position: absolute;
	bottom: 0;
	width: 180px;
	padding-right: 18px;
	height: 34px;
	line-height: 34px;
	overflow: hidden;
	color: #fff;
	font-weight: bold;
	text-align: center;
	border: 0;
	font-size: 14px;
	background: url(../images/arrow-down.png) no-repeat #2abfd4;
	font-family: 'Apple SD Gothic Neo', 'Malgun Gothic', 'Dotum', sans-serif;
}
#overview .more:hover,
#overview .more:focus {
	cursor: pointer;
}
#overview .more.more-client {
	right: 190px;
	background-position: 140px 15px;
}
#overview .more.more-cert {
	right: 0;
	background-position: 130px 15px;
}
#overview .more.more-client.on,
#overview .more.more-cert.on {
	background-image: url(../images/arrow-up.png);
	background-color: #000;
}
/*클라이언트*/
#client {
	position: relative;
	display: none;
}
#client .client-list {
	margin-top: 30px;
}
#client .client-list li {
	float: left;
	width: 140px;
	padding-left: 20px;
	margin-bottom: 14px;
}
#client .client-list li:first-child,
#client .client-list li.first-child {
	padding-left: 0;
}
#client .client-list .thumb {
	width: 140px;
	height: 70px;
	font-size: 0;
	line-height: 0;
	overflow: hidden;
	background-color: #ebebeb;
}
#client .client-list .thumb img {
	width: 140px;
	height: 70px;
}
#client .client-list .is {
	text-align: center;
	margin-top: 10px;
	line-height: 1.4;
}
#client .client-bnr-item {
	position: relative;
	display: block;
	width: 140px;
	height: 70px;
	overflow: hidden;
	background-image: url(../images/client-list.png);
	background-repeat: no-repeat;
}
#client .client-bnr-item.item1 {
	background-position: 0 0;
}
#client .client-bnr-item.item2 {
	background-position: -140px 0;
}
#client .client-bnr-item.item3 {
	background-position: -280px 0;
}
#client .client-bnr-item.item4 {
	background-position: -420px 0;
}
#client .client-bnr-item.item5 {
	background-position: -560px 0;
}
#client .client-bnr-item.item6 {
	background-position: -700px 0;
}
#client .client-bnr-item.item7 {
	background-position: 0 -70px;
}
#client .client-bnr-item.item8 {
	background-position: -140px -70px;
}
#client .client-bnr-item.item9 {
	background-position: -280px -70px;
}
#client .client-bnr-item.item10 {
	background-position: -420px -70px;
}
#client .client-bnr-item.item11 {
	background-position: -560px -70px;
}
#client .client-bnr-item.item12 {
	background-position: -700px -70px;
}
/*인증*/
#cert {
	position: relative;
	display: none;
}
#cert .cert-list {
	margin-top: 30px;
}
#cert .cert-list li {
	float: left;
	width: 140px;
	padding-left: 20px;
	margin-bottom: 14px;
}
#cert .cert-list li:first-child,
#cert .cert-list li.first-child {
	padding-left: 0;
}
#cert .cert-list .thumb {
	width: 140px;
	height: 198px;
	font-size: 0;
	line-height: 0;
	overflow: hidden;
	background-color: #ebebeb;
}
#cert .cert-list .thumb img {
	width: 140px;
	height: 198px;
}
#cert .cert-list .is {
	text-align: center;
	margin-top: 8px;
	line-height: 1.4;
	height: 30px;
	overflow: hidden;
}
#cert .client-bnr-item {
	position: relative;
	display: block;
	width: 140px;
	height: 198px;
	overflow: hidden;
	background-image: url(../images/cert-list.jpg);
	background-repeat: no-repeat;
}
#cert .client-bnr-item.item1 {
	background-position: 0 0;
}
#cert .client-bnr-item.item2 {
	background-position: -140px 0;
}
#cert .client-bnr-item.item3 {
	background-position: -280px 0;
}
#cert .client-bnr-item.item4 {
	background-position: -420px 0;
}
#cert .client-bnr-item.item5 {
	background-position: -560px 0;
}
#cert .client-bnr-item.item6 {
	background-position: -700px 0;
}
#cert .client-bnr-item.item7 {
	background-position: 0 -198px;
}
#cert .client-bnr-item.item8 {
	background-position: -140px -198px;
}
#cert .client-bnr-item.item9 {
	background-position: -280px -198px;
}
#cert .client-bnr-item.item10 {
	background-position: -420px -198px;
}
#cert .client-bnr-item.item11 {
	background-position: -560px -198px;
}
#cert .client-bnr-item.item12 {
	background-position: -700px -198px;
}
/*비지니스*/
#business {
	position: relative;
}
#business .parts {
	position: relative;
	width: 940px;
	height: 380px;
	background: url(../images/bg-business-area.png) no-repeat left top;
	color: #828282;
}
#business .parts > li {
	position: absolute;
	width: 170px;
	height: 140px;
}
#business .parts > li.item1 {
	left: 318px;
	top: 0;
}
#business .parts > li.item2 {
	left: 678px;
	top: 0;
}
#business .parts > li.item3 {
	left: 165px;
	top: 216px;
}
#business .parts > li.item4 {
	left: 476px;
	top: 216px;
}
#business .parts > li.item5 {
	left: 775px;
	top: 216px;
}
#business .parts > li h5 {
	font-size: 22px;
	font-weight: bold;
}
#business .parts > li .is {
	padding-top: .6em;
	line-height: 1.5;
}
/*연혁*/
#history .history-wrap {
	position: relative;
	float: left;
	overflow: hidden;
	width: 300px;
	margin-right: 20px
}
#history .history-wrap.last-child {
	margin-right: 0;
}
.history-wrap .history-y {
	font-size: 48px;
	font-family: 'Montserrat';
}
.history-wrap .history-list {
	position: relative;
	margin-top: 14px;
	padding: 10px 0 1px 8px;
	background: url(../images/line-history.gif) repeat-y 12px 0;
}
.history-wrap .history-list li {
	margin-bottom: 12px;
}
.history-wrap .history-list .circle {
	width: 12px;
	height: 12px;
	background: url(../images/ico-history-off.png);
	margin-right: 10px;
}
.history-wrap .history-list .circle.on {
	background-image: url(../images/ico-history-on.png);
}
.history-wrap .history-list .circle.ing {
	background-image: url(../images/ico-history-ing.png);
}
.history-wrap .history-list .circle.start {
	background-image: url(../images/ico-history-start.png);
}
.history-wrap .history-list .month {
	font-size: 1.1em;
	font-family: 'Roboto';
}
.history-wrap .history-list .is {
	position: relative;
	float: right;
	width: 226px;
	text-align: left;
	color: #828282;
	line-height: 1.4;
}
/*포트폴리오*/
#portfolio {
	position: relative;
}
#portfolio .list_carousel {
	position: relative;
	margin: 0 0 0 60px;
	width: 840px;
}
#portfolio .list_carousel ul {
	margin: 0 auto;
	padding: 0;
	list-style: none;
	display: block;
	font-size: 0;
	line-height: 0;
}
#portfolio .list_carousel li {
	font-size: 0;
	line-height: 0;
	color: #999;
	text-align: center;
	width: 148px;
	height: 210px;
	padding: 0;
	padding-right: 20px;
	display: block;
	float: left;
	overflow: hidden;
	position: relative;
}
#portfolio .list_carousel li .thumb {
	border-radius: 148px;
	-moz-border-radius: 148px;
	-webkit-border-radius: 148px;
	overflow: hidden;
	font-size: 0;
	line-height: 0;
}
#portfolio .list_carousel li .thumb img {
	width: 148px;
	height: 148px;
}
#portfolio .list_carousel li .is {
	text-align: center;
	font-size: 12px;
	line-height: 1.4;
	padding-top: 10px;
	height: 50px;
	overflow: hidden;
}
#portfolio .list_carousel li .link {
	position: absolute;
	display: block;
	background-color: #2abfd4;
	color: #fff;
	padding: 0 10px;
	height: 18px;
	line-height: 18px;
	overflow: hidden;
	text-align: center;
	top: 10px;
	right: 10px;
	font-size: 11px;
	border-radius: 2px;
}
#portfolio .list_carousel li .link:hover,
#portfolio .list_carousel li .link:focus {
	background-color: #999;
}
#portfolio .list_carousel .slider-control {
	position: absolute;
	top: 50%;
	margin-top: -73px;
	width: 59px;
	height: 86px;
	overflow: hidden;
	background: url(../images/btn-slider-control.png) no-repeat 0 0;
	z-index: 1000;
}
#portfolio .list_carousel .slider-control.prev {
	left: -80px;
	background-position: 0 0;
}
#portfolio .list_carousel .slider-control.prev:hover,
#portfolio .list_carousel .slider-control.prev:focus {
	background-position: 0 -86px;
}
#portfolio .list_carousel .slider-control.next {
	right: -80px;
	background-position: -59px 0;
}
#portfolio .list_carousel .slider-control.next:hover,
#portfolio .list_carousel .slider-control.next:focus {
	background-position: -59px -86px;
}
/**/
#portfolio .list_carousel.responsive {
	width: auto;
	margin-left: 0;
}
.clearfix {
	float: none;
	clear: both;
}
#portfolio .list_carousel .pager {
	position: relative;
	display: block;
	text-align: center;
	margin-top: 20px;
	width: 100%;
	position: relative;
}
#portfolio .list_carousel .pager a {
	background: url(../images/btn-slider-control.png) no-repeat 0 -260px;
	text-decoration: none;
	text-indent: -999px;
	display: inline-block;
	overflow: hidden;
	width: 12px;
	height: 12px;
	margin: 0 5px 0 0;
}
#portfolio .list_carousel .pager a.selected {
	background: url(../images/btn-slider-control.png) no-repeat -12px -260px;
	text-decoration: underline;
}
/*컨텍*/
#contact .map {
	display: block;
	height: 220px;
	background-color: #ccc;
	overflow: hidden;
}
/*픽스드네비용마진패딩 해더분량*/
.nav-sticky {
	position: absolute;
	margin-top: -140px;
	padding-top: 140px;
}

/*모바일*/
@media screen and (max-width: 939px) {
	/*전체박스들 크기삭제*/
	.box-980 {
		width: 100%;
	}
	.inner {
		padding: 60px 20px;
	}
	.box-980.inner {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		width: 100%;
	}
	/*헤더*/

	.header {
		padding-top: 8px;
		padding-bottom: 0;
	}
	.header.fixed {
		position: relative;
		z-index: 1000;
		padding-top: 8px;
		padding-bottom: 0px;
		-webkit-transition: all .4s;
		-o-transition: all .4s;
		transition: all .4s;
		border-bottom: 1px solid #d6d6d6;
		background-color: #f9f9f9;
	}
	.header .logo {
		display: block;
		float: none;
		margin: 0 auto;
		width: 192px;
		height: 34px;
		margin-top: 8px;
		background: url(../images/logo.png) no-repeat 0 0;
	}
	.header.fixed .logo {
		height: 0;
		-webkit-transition: all .2s;
		-o-transition: all .2s;
		transition: all .2s;
	}
	.header #menu {
		float: none;
		width: 100%;
		top: 0;
	}
	.header.fixed #menu {
		position: fixed;
		background-color: #fff;
		border-bottom: 1px solid #d6d6d6;
		opacity: .8;
	}
	.header #menu .menu-list {
		display: table;
		text-align: center;
		width: 100%;
		border-top: 1px solid #ebebeb;
		margin-top: 10px
	}
	.header.fixed #menu .menu-list {
		margin-top: 0;
	}
	.header #menu .menu-item {
		display: table-cell;
		padding: 0;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.header.fixed #menu .menu-list .menu-item {
		border-left: 1px solid #ebebeb;
	}
	.header.fixed #menu .menu-list .menu-item:first-child {
		border-left: 0;
	}
	.header.fixed #menu .menu-list .menu-item:hover,
	.header.fixed #menu .menu-list .menu-item:focus,
	.header.fixed #menu .menu-list .menu-item:active {
		background-color: #f8f8f8;
	}
	.header.fixed #menu .menu-link,
	.header #menu .menu-link {
		font-size: 16px;
		letter-spacing: -.5px;
	}
	.home-nav,
	.portfolio-nav {
		display: none !important;
	}
	/*홈*/
	#home {
		background: url(../images/bg-home.jpg) no-repeat center bottom;
		height: auto;
		min-height: 100px;
	}
	#home .greeting-bg {
		height: auto;
		min-height: auto;
	}
	#home .greeting {
		padding-right: 0;
		opacity: .7;
	}
	#home #slog_hype_container {
		display: none;
	}
	#overview .more {
		position: absolute;
		width: 50%;
		-webkit-box-sizing: border-box !important;
		-moz-box-sizing: border-box !important;
		box-sizing: border-box !important;
		padding-right: 0;
		height: 30px;
		line-height: 30px;
		font-size: 14px;
		background: url(../images/arrow-down.png) no-repeat #2abfd4;
		font-family: 'Apple SD Gothic Neo', 'Malgun Gothic', 'Dotum', sans-serif;
	}
	#overview .more.more-client {
		left: 0;
		background-position: 12px 12px;
	}
	#overview .more.more-cert {
		right: 0;
		border-left: 1px solid #fff;
		background-position: 12px 12px;
	}
	#overview .more.more-client.on,
	#overview .more.more-cert.on {
		background-image: url(../images/arrow-up.png);
		background-color: #000;
	}
	#overview .overview-info {
		padding-bottom: 20px;
	}
	#overview .overview-info li {
		padding-top: 0;
		padding-bottom: 0;
		margin-bottom: 1em;
	}
	#overview .overview-info li .what {
		width: 100%;
	}
	#overview .overview-info li .what,
	#overview .overview-info li .is {
		display: block !important;
	}
	#overview .overview-info li .is {
		padding-top: .4em;
	}
	/*클라이언트랑인증서*/
	#cert .cert-list,
	#client .client-list {
		margin-top: 14px;
		text-align: center;
	}
	#cert .cert-list li,
	#client .client-list li {
		display: inline-block !important;
		padding: 0;
		float: none;
		width: 140px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	#cert .cert-list li:first-child,
	#cert .cert-list li.first-child,
	#client .client-list li:first-child,
	#client .client-list li.first-child {
		padding-left: 0;
	}
	#cert .cert-list .thumb,
	#client .client-list .thumb {
		margin: 0 auto;
	}
	#cert .cert-list .thumb img,
	#client .client-list .thumb img {
		width: 140px;
		height: 70px;
	}
	#cert .cert-list .is,
	#client .client-list .is {
		text-align: center;
		margin-top: 10px;
		line-height: 1.4;
	}
	#cert .client-bnr-item
	#client .client-bnr-item {
		position: relative;
		display: block;
		width: 140px;
		height: 70px;
		overflow: hidden;
		background-image: url(../images/client-list.png);
		background-repeat: no-repeat;
	}
	/*비지니스*/
	#business .parts {
		position: relative !important;
		width: 100%;
		height: auto;
		background: none;
	}
	#business .parts > li {
		float: left;
		position: relative !important;
		width: 50%;
		height: auto;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		padding: 1em;
	}
	#business .parts > li.item1,
	#business .parts > li.item2,
	#business .parts > li.item3,
	#business .parts > li.item4,
	#business .parts > li.item5 {
		left: auto;
		top: auto;
	}
	/*연혁*/
	.history-wrap .history-y {
		font-size: 40px;
		margin-top: 20px;
	}
	#history .history-wrap {
		float: none;
		clear: both;
		overflow: hidden;
		width: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		margin-right: 0;
		border-bottom: 1px solid #ebebeb;
	}
	.history-wrap .history-list li {
		margin-bottom: 1.4em;
	}
	.history-wrap .history-list .month {
		font-size: 1.1em;
		font-family: 'Roboto';
		padding-right: 10px;
	}
	.history-wrap .history-list .month:after {
		content: '월';
	}
	.history-wrap .history-list .is {
		position: relative;
		float: none;
		display: block;
		width: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		text-align: left;
		clear: both;
		padding-left: 27px;
		line-height: 1.3;
		margin-top: .4em;
	}
	/*포트폴리오*/
	#portfolio {
		display: none !important;
	}
	/*컨텍*/
	#contact .map {
		display: block;
		margin-top: 1em;
		position: relative;
		height: auto;
		background-color: #ccc;
		overflow: hidden;
		padding-bottom: 56.25%;
		padding-top: 30px;
		height: 0;
		overflow: hidden;
	}
	#contact .map iframe,
	#contact .map object,
	#contact .map embed {
	    position: absolute;
	    top: 0;
	    left: 0;
	    width: 100%;
	    height: 100%;
	}
	/*기타*/
	.half {
		float: none;
		width: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.catch-phrase,
	.section-tit {
		font-size: 36px;
		font-weight: bold;
		margin-bottom: 20px;
		font-family: 'Montserrat', sans-serif;
		line-height: 1.2 !important;
	}
	.inner {
		padding: 30px 20px;
	}
}