@charset "utf-8";
/*=================================================================================

* WRAP 

=================================================================================*/
#wrap {
	width: 100%;
	background: #fff;
	letter-spacing: -0.025em;
	position: relative;
	overflow: hidden;
}
#gotop {}
/*=================================================================================

* Common

=================================================================================*/
.container {
	min-height: calc(100vh - 156px);
}
.section {
	position: relative;
	width: 100%;
}
.section .inner {
	width: 100%;
	margin: 0 auto;
	padding: 100px 140px 120px;
}
.section .inner {
	max-width: 1440px;
	padding: 100px 0 120px;
}
.sub-cont .inner {
	max-width: 1200px;
	padding: 100px 0 120px;
}
.section .title-area {
	margin-bottom: 32px;
}
.section .title-area .title {
	display: inline-block;
	font-size: 43px;
	text-align: left;
}
.highlight {
	box-shadow: inset 0 -24px 0 #FFB319;
}
@media screen and (max-width:1200px) {
	.section .inner {
		width: 95%;
		padding: 60px 0;
	}
	.section .inner h2 {
		font-size: 24px;
	}
}
/*=================================================================================

* Flex

=================================================================================*/
.flex {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.justify-start {
	justify-content: flex-start !important;
}
@media(max-width: 1200px) {
	/* 1200px 레이아웃 */
}
@media (max-width: 768px) {}
@media (max-width: 767px) {}
/*=================================================================================

* Text

=================================================================================*/
.text-center {
	text-align: center;
}
.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}
/*=================================================================================

* Button 

=================================================================================*/
.button-wrap {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	align-items: center;
}
.btn {
	display: inline-block;
	margin-bottom: 0;
	padding: 30px 60px;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	font-size: 16px;
	line-height: 0;
	border-radius: 40px;
}
.btn-small {
	display: inline-block;
	margin-bottom: 0;
	padding: 4px 12px;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	font-size: 14px;
	line-height: 0;
}
.btn-basic {
	background: #f76422;
	color: #fff;
}
.btn-basic:hover {
	background: #ee4a00;
	color: #fff;
}
.btn-text {
	text-align: left;
}
/*=================================================================================

* checkbox

=================================================================================*/
.checkbox-area {
	position: relative;
	flex: 1;
}
.checkbox-area .label-text {
	font-size: 16px;
	cursor: pointer;
}
.checkboxField:before {
	transition-timing-function: cubic-bezier(.075, .820, .165, 1);
	border: 2px solid;
	border-radius: 0;
	background-color: white;
	border-color: transparent;
	box-sizing: border-box;
	color: #f76422;
	content: close-quote;
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-right: 4px;
	outline: 2px solid #ccc;
	transition-duration: .5s;
	transition-property: background-color, border-color;
	cursor: pointer;
}
.checkboxField:checked:before {
	background-color: #f76422;
	border-color: white;
	outline: 2px solid #f76422;
}
.checkbox-area .label-text span, .big-label span {
	color: #f76422;
}
@media(max-width: 1200px) {
	/* 1200px 레이아웃 */
}
@media (max-width: 768px) {}
@media (max-width: 767px) {
	.checkbox-area .label-text {
		font-size: 13px;
	}
	.checkboxField:before {
		width: 14px;
		height: 14px;
	}
}
/*=================================================================================

* 스크롤 탑 버튼 

=================================================================================*/
#scroll {
	position: fixed;
	right: 50px;
	bottom: 130px;
	cursor: pointer;
	width: 50px;
	height: 50px;
	background-color: #e1e1e1;
	text-indent: -9999px;
	display: none;
	z-index: 19;
}
#scroll span {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -0.25rem;
	margin-left: -0.3rem;
	width: 0.5rem;
	height: 0.5rem;
	border: 0.25rem solid;
	border-bottom: 0;
	border-left: 0;
	border-radius: 1px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#scroll:hover {
	/*	background-color: #fff;
	opacity: 1;
	filter: "alpha(opacity=100)";
	-ms-filter: "alpha(opacity=100)";*/
}
@media screen and (max-width:1189px) {
	#scroll {
		bottom: 10px;
		right: 10px;
		width: 35px;
		height: 35px;
	}
}
/*=================================================================================

* 모달

=================================================================================*/
.mtp_modal {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, .5);
	z-index: -1;
	opacity: 0;
	transition: all 0.25s ease-in-out;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	align-items: center;
}
.mtp_modal.on {
	opacity: 1;
	z-index: 98;
}
.mtp_modal-container {
	position: relative;
	width: 800px;
	height: 600px;
}
.mtp_modal .m_content {}
.swiper-button-prev, .swiper-button-next {
	position: absolute;
	top: 50%;
	width: 21px;
	height: 42px;
	margin-top: -21px;
}
.swiper-button-prev {
	background: transparent url("../img/ico-arrow-left.png") 0 0 no-repeat;
}
.swiper-button-next {
	background: transparent url("../img/ico-arrow-right.png") 0 0 no-repeat;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
	left: -30px;
	right: auto;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
	right: -30px;
	left: auto;
}
.swiper-button-prev.swiper-button-disabled, .swiper-button-next.swiper-button-disabled {
	opacity: .4;
}
@media screen and (max-width:1189px) {

	.mtp_modal-container {		
		width: 80%;
		height: auto;
	}
}
/*=================================================================================

* Header 

=================================================================================*/
#header {
	position: fixed;
	top: 0;
	left: 0;
	height: 80px;
	z-index: 10;
	width: 100%;
	padding: 0;
	margin: 0;
	border-bottom: 1px solid #f1f1f1;
	transition: all .4s;
}
.header-inner {
	width: 100%;
	margin: 0 auto;
}
.company-logo {
	position: absolute;
	top: 50%;
	left: 40px;
	margin-top: -28px;
	font-size: 28px;
	color: #333;
	width: 160px;
	height: 60px;
	background: transparent url("../img/h1-logo-w.svg") center no-repeat;
	background-size: contain;
}
.company-logo a {
	display: block;
	width: 100%;
	height: 100%;
}
.company-logo img {
	width: 100%;
}
.header .header-gnb {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
}
/* 1depth*/
.header .header-gnb .gnb-1depth {
	display: inline-block;
}
.header-gnb .gnb-1depth .item-1depth {
	display: inline-block;
	position: relative;
}
.header-gnb .gnb-1depth .item-1depth > a {
	display: block;
	font-size: 18px;
	line-height: 83px;
	padding: 0 24px;
	position: relative;
	color: #fff;
	transition: all .4s;
	text-transform: uppercase;
}
.not-scroll-top-0 > .header-gnb .gnb-1depth .item-1depth a {
	line-height: 63px;
}
/* 1depth hover border */
.header-gnb .gnb-1depth .item-1depth a::before {
	content: "";
	position: absolute;
	top: 3px;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	height: 3px;
	background-color: #FFB319;
	transition: width .8s;
}
.header-gnb .gnb-1depth .item-1depth:hover > a::before {
	width: 100%;
}
.header-gnb .gnb-1depth .item-1depth:hover > a {
	color: #ffb319;
}
/* 2depth */
.header-gnb .gnb-2depth {
	position: absolute;
	top: 80px;
	left: 0;
	width: 100%;
	height: 0;
	overflow: hidden;
	background-color: #FFB319;
}
.header-gnb .gnb-1depth .item-1depth:hover > .gnb-2depth {
	transition: height .8s;
}
.header-gnb .gnb-1depth .item-1depth:nth-child(1):hover > .gnb-2depth {
	height: 146px;
}
.header-gnb .gnb-1depth .item-1depth:nth-child(2):hover > .gnb-2depth, .header-gnb .gnb-1depth .item-1depth:nth-child(3):hover > .gnb-2depth {
	height: 76px;
}
.header-gnb .gnb-1depth .item-1depth:nth-child(4):hover > .gnb-2depth {
	height: 112px;
}
.header-gnb .gnb-2depth > ul {
	padding: 20px 0;
}
.header-gnb .gnb-2depth > ul > li {
	padding: 0 20px;
}
.header-gnb .gnb-2depth > ul > li > a {
	font-size: 15px;
	display: block;
	text-align: left;
	color: #fff0d6;
	line-height: 36px;
	transition: padding .3s, color .3s;
	position: relative;
	white-space: nowrap;
}
.header-gnb .gnb-2depth > ul > li > a:hover {
	padding-left: 8px;
	color: #fff;
}
/*----------------------------햄버거 메뉴 ------*/
.button-container {
	position: absolute;
	top: 50%;
	right: 20px;
	height: 27px;
	width: 35px;
	margin-top: -13px;
	cursor: pointer;
	z-index: 120;
	transition: opacity .25s ease;
	display: none;
}
.button-container.active .top {
	-webkit-transform: translateY(11px) translateX(0) rotate(45deg);
	transform: translateY(11px) translateX(0) rotate(45deg);
	background: #f76422;
}
.button-container.active .middle {
	opacity: 0;
	background: #f76422;
}
.button-container.active .bottom {
	-webkit-transform: translateY(-11px) translateX(0) rotate(-45deg);
	transform: translateY(-11px) translateX(0) rotate(-45deg);
	background: #f76422;
}
.button-container span {
	background: #f76422;
	border: none;
	height: 5px;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	transition: all .35s ease;
	cursor: pointer;
}
.button-container span:nth-of-type(2) {
	top: 11px;
}
.button-container span:nth-of-type(3) {
	top: 22px;
}
/*---------------------------- 스크롤 시 헤더 스타일 ------*/
#header.change {
	height: 60px;
	background: #fff;
	border-bottom: 1px solid #f7f7f7;
	box-shadow: 0 0 10px rgba(0, 0, 0, .1);
	z-index: 30;
}
#header.change .company-logo {
	height: 50px;
	background: transparent url("../img/h1-logo.svg") center no-repeat;
}
#header.change .item-1depth > a {
	color: #232323;
}
#header.change .header-gnb .gnb-2depth {
	top: 70px;
}
@media screen and (max-width:1189px) {
	#header {
		height: 70px;
	}
	.company-logo {
		width: 100px;
	}
	.company-logo a {
		display: block;
	}
	.company-logo img {
		width: 100%;
	}
	.header-gnb .gnb-2depth {
		display: none;
	}
	.button-container {
		display: block;
	}
	.overlay {
		position: fixed;
		background: #000;
		top: 0;
		left: 0;
		width: 100%;
		height: 0%;
		opacity: 0;
		visibility: hidden;
		transition: opacity .35s, visibility .35s, height .35s;
		overflow: hidden;
		z-index: 100;
	}
	.overlay.open {
		opacity: 1;
		visibility: visible;
		height: 100%;
	}
	#nav {
		width: 100%;
		z-index: 40;
		top: 120px;
		left: 0;
		margin-left: 0;
	}
	#menu {
		width: 100%;
	}
	#menu li {
		display: block;
		border: 0;
		margin: 0;
		padding: 0;
		text-align: center;
	}
	#header .overlay.open #menu li a {
		line-height: 60px;
		color: #fff;
	}
}
/*=================================================================================

* Main Visual

=================================================================================*/
#section0 {
	overflow: hidden;
}
#section0 .visual-bg {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100vh;
	background: url("../img/main01-bg.png") center no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	animation: fade-in-scale-down 5s ease-out 1;
	-webkit-animation: fade-in-scale-down 5s ease-in-out 1;
	-moz-animation: fade-in-scale-down 5s ease-in-out 1;
	-o-animation: fade-in-scale-down 5s ease-in-out 1;
}
/* 백그라운드 애니메이션 */
@keyframes fade-in-scale-down {
	0% {
		opacity: 1;
		-webkit-transform: scale(1.2);
		-ms-transform: scale(1.2);
		transform: scale(1.2)
	}
	100% {
		opacity: 1;
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}
}
.section0 {
	position: relative;
	height: 100vh;
}
.section0 .text-area {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -40%);
	text-align: center;
}
.section0 h2 {
	margin-bottom: 10px;
	font-size: 64px;
	color: #fff;
	line-height: 1.2;
}
.section0 .text-area p {
	display: inline-block;
	color: #fff;
	font-size: 22px;
	font-weight: 300;
	line-height: 1.2;
}
.section0 .text-area p:after {
	display: block;
}
.more-scroll-link {
	position: absolute;
	z-index: 8;
	bottom: 110px;
	left: 50%;
	right: 50%;
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	-webkit-box-pack: cegnter;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
	cursor: pointer;
}
.more-scroll-link p {
	width: 200px;
	text-align: center;
	font-size: 12px;
	font-weight: 500;
	color: #fff;
	letter-spacing: 0.25em;
}
.more-scroll-link img {
	display: block;
	width: 25px;
	margin: 12px auto 0;
	-webkit-animation: img-arrow-animation.6s infinite alternate;
	animation: img-arrow-animation .6s infinite alternate;
}
@-webkit-keyframes img-arrow-animation {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
	to {
		-webkit-transform: translateY(4px);
		transform: translateY(4px)
	}
}
@keyframes img-arrow-animation {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
	to {
		-webkit-transform: translateY(4px);
		transform: translateY(4px)
	}
}
@media screen and (max-width:1080px) {
	.section0 .text-box {
		text-align: center;
	}
	.section0 .inner h2 {
		font-size: 32px;
		margin-bottom: 10px;
	}
	.section0 .text-box p {
		font-size: 14px;
	}
	.more-scroll-link {
		bottom: 40px;
	}
}
/*=================================================================================

* Footer 

=================================================================================*/
#footer {
	width: 100%;
	background: #232323;
}
.footer-inner {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 40px 0;
}
.footer-inner > div {
	float: left;
	text-align: center;
	margin: 0;
	padding: 0;
}
.footer-logo img {
	width: 160px;
}
.footer-inner .info {
	padding-left: 40px;
	font-size: 14px;
	font-weight: 100;
	color: #fff;
	text-align: left;
}
.footer-inner .info p {
	margin-bottom: 4px;
	font-weight: 300;
}
.footer-inner .info p span {
	display: inline-block;
	margin-right: 8px;
	padding-right: 8px;
	border-right: 1px solid #ccc;
	line-height: 1;
}
.footer-inner .info p span:last-of-type {
	border-right: 0;
}
.footer-inner .info .copy {
	color: #666;
}
@media screen and (max-width:1080px) {
	#footer {
		height: auto;
	}
	.footer-innner {
		display: block;
		padding: 20px 0;
		height: auto;
	}
	.footer-inner > div {
		float: none;
	}
	.footer-inner .footer-logo {
		margin-bottom: 16px;
	}
	.footer-logo img {
		width: 84px;
	}
	.footer-innner .info {
		margin-bottom: 20px;
	}
	.footer-innner .info p {
		font-size: 12px;
		text-align: center;
	}
	.footer-innner .footer-logo {
		margin-bottom: 20px;
	}
}
/*=================================================================================

* section01 - 04 what we do

=================================================================================*/
.section01 {
	background: #f9f9f9 url("../img/img-do01.png") 100% 0 no-repeat;
	background-size: 50%;
}
.section01 .inner {}
.section01 .cont-wrap {
	justify-content: flex-start;
	align-items: center;
}
.section01 .cont-wrap .box {
	width: 50%;
	height: 300px;
}
.section01 .text01 {
	margin-bottom: 24px;
	font-size: 24px;
}
.section01 .text02 {
	font-size: 16px;
	color: #464646;
}
.section04 {
	background: #f9f9f9 url("../img/img-do02.png") 0 100% no-repeat;
	background-size: 50%;
}
.section04 .cont-wrap {
	justify-content: flex-end;
	align-items: center;
}
.section04 .cont-wrap .box {
	width: 50%;
	padding-left: 80px;
	height: 300px;
}
.section04 .text01 {
	margin-bottom: 24px;
	font-size: 24px;
}
.section04 .text-area ul {}
.section04 .text-area ul li {
	font-size: 16px;
	float: left;
	margin-right: 8px;
	padding: 4px 12px;
	border: 1px solid #111;
	border-radius: 30px;
}
@media screen and (max-width:1080px) {
	.section01, .section04 {
		background-size: cover;
	}
	.section01 .cont-wrap .box, .section04 .cont-wrap .box {
		width: 100%;
		padding: 0;
		color: #fff;
	}
	.section01 .cont-wrap .box .btn {
		color: #fff;
	}
	.section04 .text-area ul li {
		border-color: #fff;
	}
}
/*=================================================================================

* section02 business

=================================================================================*/
.section02 ul {}
.section02 .item {
	position: relative;
	float: left;
	width: calc(100%/4);
	height: 280px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}
.section02 .item figure {
	position: absolute;
	top: 0;
	left: 0;
}
.section02 .item figure img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.section02 .item figure:hover img {
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
}
.section02 .item .text {
	position: relative;
	font-size: 16px;
	font-weight: 300;
	color: #fff;
	z-index: 1;
}
.section02 .item .text span {
	font-size: 20px;
	font-weight: 600;
	color: #fff;
}
@media screen and (max-width:1200px) {
	.section02 .item {
		width: calc(100%/2);
		height: 360px;
	}
	.section02 .item figure {
		width: 100%;
		height: 100%;
	}
	.section02 .item figure img {
		width: 100%;
		height: 100%;
	}
}
@media screen and (max-width:1200px) {
	.section02 .item {
		width: calc(100%/2);
		height: 240px;
	}
}
/*=================================================================================

* section03 partners 

=================================================================================*/
.section03 {
	background: #f5f5f5;
}
.pt-wrap {}
.pt-wrap .item {
	float: left;
	width: calc(100%/7);
	padding: 12px 12px 0 0;
}
.pt-wrap .item .img-box {
	width: 100%;
	height: 60px;
	background: #fff;
	border: 1px solid #f1f1f1;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}
.pt-wrap .item img {}
@media screen and (max-width:1080px) {
	.pt-wrap .item {
		width: calc(100%/4);
	}
}
@media screen and (max-width:768px) {
	.pt-wrap .item {
		width: calc(100%/3);
	}
}
@media screen and (max-width:480px) {
	.pt-wrap .item {
		width: calc(100%/2);
		padding: 8px;
	}
}
/*=================================================================================

* 서브공통

=================================================================================*/
.sub-visual {
	position: relative;
	width: 100%;
	height: 400px;
	background: #333;
}
.sub-visual.about {
	background: url("../img/sub_visual_about.png") center no-repeat;
	background-size: cover;
}
.sub-visual.business {
	background: url("../img/sub_visual_business.png") center no-repeat;
	background-size: cover;
}
.sub-visual.reference {
	background: url("../img/sub_visual_reference.png") center no-repeat;
	background-size: cover;
}
.sub-visual.contact {
	background: url("../img/sub_visual_contact.png") center no-repeat;
	background-size: cover;
}
.sub-visual .visual-text-area {
	position: relative;
	width: 100%;
	height: 100%;
	max-width: 1440px;
	margin: 0 auto;
	display: table;
	color: #fff;
	z-index: 1;
	text-align: left;
}
.sub-visual .visual-text-area .visual-tit {
	display: table-cell;
	vertical-align: middle;
	font-size: 34px;
}
.sub-visual .visual-text-area .visual-tit span {
	display: block;
	font-size: 22px;
	font-weight: normal;
}
/*-------------------------------------서브페이지 로케이션 메뉴*/
.sub_menu {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 54px;
	margin: 0 auto;
	background: rgba(0, 0, 0, .5);
	z-index: 5;
}
.sub_menu-depth {
	width: 100%;
	max-width: 1440px;
	margin: 0 auto;
	padding: 0 40px;
}
.sub_menu-depth .drop-list {}
.sub_menu-depth .drop-list li {
	position: relative;
	float: left;
	width: 200px;
	height: 54px;
}
.sub_menu-depth .drop-list li:after {
	content: '';
	clear: both;
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	width: 1px;
	height: 20px;
	margin-top: -10px;
	background-color: #444;
}
.sub_menu-depth .drop-list li.location00 {
	width: auto;
	padding-right: 20px;
}
.sub_menu-depth .drop-list li.location00 a {
	display: block;
	width: 30px;
	height: 100%;
	background: url("../img/ico_home.png") center no-repeat;
}
.sub_menu-depth .drop-list li button {
	display: block;
	width: 100%;
	height: 100%;
	font-size: 16px;
	line-height: normal;
	color: #fff;
	text-transform: uppercase;
}
.sub_menu-depth .drop-list li button:after {
	content: '';
	clear: both;
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -5px;
	right: 16px;
	width: 7px;
	height: 7px;
	border: solid #6e6e6e;
	border-width: 0 1px 1px 0;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transition: -webkit-transform .3s;
	transition: -webkit-transform .3s;
	transition: transform .3s;
	transition: transform .3s, -webkit-transform .3
}
.sub_menu-depth .drop-list .location02:after {
	display: none;
}
.sub_menu-depth .drop-list .location02 button {
	color: #f76422;
	font-weight: bold;
}
.sub_menu-depth .drop-menu-cont {
	display: none;
	width: 100%;
	position: absolute;
	top: 53px;
	left: 0;
	background: #fff;
	border: 1px solid #f1f1f1;
	z-index: 10;
}
.sub_menu-depth .drop-menu-cont a {
	display: block;
	padding: 8px 16px;
	font-size: 14px;
	text-transform: uppercase;
}
.sub_menu-depth .drop-menu-cont li:first-child a {
	padding-top: 16px;
}
.sub_menu-depth .drop-menu-cont li:after {
	display: none;
}
.sub_menu-depth .drop-menu.active .drop-menu-cont {
	display: block;
	visibility: visible;
}
.sub_menu-depth .drop-menu.active button:after {
	transform: rotate(-135deg);
	margin-top: 0px;
}
.sub_menu-depth .drop-menu-cont .active span {
	color: #f76422;
}
/*-------------------------------------서브페이지 본문 타이틀 */
.sub-cont .sub-title {
	margin-bottom: 60px;
	text-align: center;
	font-size: 48px;
	font-weight: 700;
}
@media screen and (max-width:1080px) {
	.sub-cont .sub-title {
		margin-bottom: 40px;
		font-size: 32px;
	}
	.sub-visual .visual-text-area {
		padding-left: 40px;
	}
}
@media screen and (max-width:768px) {
	.sub_menu-depth {
		padding: 0;
	}
	.sub_menu-depth .drop-list li.location00 {
		display: none;
	}
	.sub_menu-depth .drop-list li {
		width: 50%;
	}
	.sub_menu-depth .drop-menu.active .drop-menu-cont li {
		width: 100%;
	}
	.sub_menu-depth .drop-list li button {
		font-size: 14px;
	}
}
@media screen and (max-width:480px) {}
/*=================================================================================

* 회사소개

=================================================================================*/
.about01 .box {
	margin-top: 100px;
}
.about01 .img-area {
	width: 50%;
	float: left;
}
.about01 .text-area {
	width: 50%;
	float: right;
	padding-top: 100px;
	padding-left: 80px;
}
.about01 .text-area p {
	font-size: 18px;
}
.about01 .text-area .text01 {
	font-size: 28px;
	font-weight: 700;
	line-height: 1.2;
}
.about01 .text-area .text02 {
	margin-top: 40px;
}
@media screen and (max-width:1080px) {
	.about01 .img-area {
		width: 100%;
	}
	.about01 .text-area {
		width: 100%;
		padding-top: 50px;
		padding-left: 0;
	}
	.about01 .text-area .text01 {
		font-size: 24px;
	}
	.about01 .text-area p {
		font-size: 15px;
	}
}
@media screen and (max-width:768px) {}
@media screen and (max-width:480px) {}
/*=================================================================================

* 연혁

=================================================================================*/
.box-history {
	position: relative;
	margin-bottom: 60px;
}
.history-wrap {
	margin: 0 0 170px;
}
.history-wrap .box-history dl {
	display: flex;
	margin: 0 0 100px;
	align-items: flex-start;
}
.history-wrap .box-history dt, .history-wrap .box-history dd {
	flex: 1;
}
.history-wrap .year-box {
	font-size: 86px;
	font-weight: 700;
	display: flex;
	justify-content: center;
	line-height: 1;
}
.history-wrap .month-box {
	position: relative;
}
.history-wrap .month-box:after {
	position: absolute;
	content: "";
	left: -25px;
	top: 0;
	height: calc(100% - 80px);
	width: 1px;
	background-color: #f1f1f1;
	z-index: 9;
}
.history-wrap .month-box .month {
	position: relative;
	margin: 0 0 80px;
	padding-left: 60px;
}
/*.history-wrap .month-box .month.month02 .line {
	position: relative;
	left: -50px;
}*/
.history-wrap .month-box .month.month02 .work {
	padding-top: 100px;
}
.history-wrap .month-box .month .line {
	display: block;
	position: absolute;
	top: -20px;
	right: auto;
	left: -50px;
	font-size: 40px;
	font-weight: 800;
	color: #f76422;
	z-index: 10;
	padding: 20px 0;
	background: #fff;
}
.history-wrap .month-box .month .work p {
	position: relative;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.4;
	margin-bottom: 8px;
}
.history-wrap .month-box .month .work p:before {
	position: absolute;
	top: 8px;
	left: -16px;
	display: block;
	clear: both;
	content: '';
	width: 4px;
	height: 4px;
	border-radius: 50%;
	border: 2px solid #f76422;
}
.history-wrap .month-box .month .work p strong {
	font-size: 20px;
}
@media screen and (max-width:1080px) {
	.history-wrap .box-history dl {
		flex-direction: column;
	}
	.history-wrap .box-history dt, .history-wrap .box-history dd {
		width: 100%;
	}
	.history-wrap .year-box {
		display: block;
		font-size: 56px;
		margin-bottom: 20px;
		border-bottom: 1px solid #f1f1f1;
	}
	.history-wrap .month-box .month {
		padding-left: 20px;
	}
	.history-wrap .month-box .month .line {
		position: inherit;
		left: 0;
		font-size: 24px;
		padding-bottom: 8px;
	}
	.history-wrap .month-box .month .work p {
		font-size: 14px;
	}
	.history-wrap .month-box .month.month02 .work {
		padding-top: 0;
	}
}
@media screen and (max-width:768px) {}
@media screen and (max-width:480px) {}
/*=================================================================================

* 주요사업

=================================================================================*/
.business-area {}
.business-area .box {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 50px;
}
.business-area .box > div {
	flex: 1;
}
.business-area .box .img-area {
	width: 100%;
	height: auto;
}
.business-area .box .text-area {
	padding: 40px 0 0 50px;
}
.business-area .box .text-area .title03 {
	margin-bottom: 20px;
	font-size: 28px;
	color: #f76422;
}
.business-area .box .text-area .title03 span {
	font-size: 18px;
}
.business-area .box .text-area ul li {
	float: left;
	width: 50%;
}
.business-area .box .text-area .desc01 {
	font-size: 17px;
	color: #777;
}
.business-area .box .text-area .desc01 span {
	display: block;
}
.business-area .box .text-area .desc02 {}
.business-area .box .bui-box {
	width: 100%;
}
.business-area .box .bui-item {
	float: left;
	width: 25%;
	padding: 16px;
}
.business-area .box .bui-item .in {
	background: #f1f1f1;
	height: 180px;
	padding: 12px;
}
.business-area .box .bui-item h3 {
	text-align: center;
}
.business-area .box .bui-item p {
	padding-left: 16px;
}
@media screen and (max-width:1080px) {}
@media screen and (max-width:768px) {
	.business-area .box .text-area {
		padding: 20px 0 0 20px;
	}
	.business-area .box .bui-item {
		width: 50%;
	}
	.business-area .box .text-area .title03 {
		font-size: 24px;
	}
	.business-area .box .text-area .desc01 {
		font-size: 15px;
	}
}
@media screen and (max-width:480px) {
	.business-area .box {
		flex-direction: column;
		margin-bottom: 40px;
	}
	.business-area .box.reverse .img-area {
		order: 0;
	}
	.business-area .box.reverse .text-area {
		order: 1;
	}
	.business-area .box .text-area {
		padding: 40px 0 0 0px;
	}
}
/*=================================================================================

* 문의하기

=================================================================================*/
.contactus {}
.contactus .box-item {}
.contactus .box-left {}
.contactus .box-item .brand-map {
	width: 100%;
	height: 360px;
	margin-bottom: 80px;
}
.contactus .box-item .brand-map iframe {
	height: 100%;
}
.contactus .box-item .text-area {}
.contactus .box-item .text-area h4 {
	font-size: 30px;
	font-weight: 300;
	border-bottom: 1px solid #e1e1e1;
	margin-bottom: 20px;
	padding-bottom: 20px;
	box-sizing: border-box;
}
.contactus .box-item .text-area li {}
.contactus .box-item .text-area p {
	font-size: 18px;
	color: #666;
	margin-bottom: 12px;
}
.contactus .box-item .text-area p span {
	position: relative;
	float: left;
	display: block;
	margin-right: 16px;
	padding-right: 16px;
}
.contactus .box-item .text-area p .email {}
.contactus .box-item .text-area p .tel {}
.contactus .box-item .text-area p .tel:after {
	position: absolute;
	top: 4px;
	right: 0;
	display: block;
	clear: both;
	content: '';
	width: 1px;
	height: 16px;
	background: #ccc;
}
.contactus .contact_form {}
.contactus .contact_form-tit {
	font-size: 18px;
	margin-bottom: 20px;
}
.contactus .contact_form .input-group {
	margin-bottom: 40px;
}
.contactus .contact_form .input-title {
	font-size: 14px;
	margin-bottom: 8px;
	display: inline-block;
}
.contactus .contact_form .form-control {
	display: block;
	width: 100%;
	height: 45px;
	padding: 12px 16px;
	font-size: 15px;
	border: 0;
	border-bottom: 2px solid #333;
	text-indent: 0;
}
.contactus .contact_form .form-textarea {
	height: 100px;
	border: 2px solid #333;
	border-radius: 0;
}
.help-block {
	margin: 4px 0 8px;
	padding-left: 16px;
	color: #D13739;
}
.contactus .contact_privacy {
	margin-bottom: 40px;
}
.contactus .contact_privacy .terms-textarea {
	width: 100%;
	height: 130px;
	margin-bottom: 12px;
	border: 1px solid #333;
	overflow-y: scroll;
}
@media screen and (max-width:1080px) {}
@media screen and (max-width:768px) {
	.contactus .box-item .brand-map {
		width: 100%;
		margin-bottom: 30px;
	}
	.contactus .box-item .text-area h4 {
		font-size: 24px;
	}
}
@media screen and (max-width:480px) {}
/*=================================================================================

* 설치레퍼런스

=================================================================================*/
.reference-wrap {}
.reference-wrap .item {
	float: left;
	width: 33.333%;
	padding: 16px;
}
.reference-wrap .item .in {
	width: 100%;
}
.reference-wrap .item .thum-area {
	width: 100%;
	height: 250px;
	margin-bottom: 20px;
	overflow: hidden;	
	object-fit: cover;
	line-height: normal;
}
.reference-wrap .item .thum-area img {
	width: 100%;
	line-height: normal;
}
.reference-wrap .item .text-area {}
.reference-wrap .item .text-area .title04 {
	font-size: 28px;
	margin-bottom: 12px;
	padding-bottom: 12px;
	border-bottom: 1px solid #e1e1e1;
}
.reference-wrap .item .text-area .text01 {
	margin-bottom: 12px;
	font-size: 17px;
	font-weight: 400;
}
.reference-wrap .item .text-area .text02 {
	font-size: 15px;
	color: #666;
}
@media screen and (max-width:1080px) {
	.reference-wrap .item {
		width: 50%;
	}
}
@media screen and (max-width:768px) {}
@media screen and (max-width:480px) {
	.reference-wrap .item {
		width: 100%;
	}
	.reference-wrap .item .thum-area {
		height: auto;
		line-height: normal;
	}
}