@charset "utf-8";

/* °øÅë */
.fl{ float: left;}
.cf{ display: block; content:''; clear:both;}

/* »ó´Ü ¹è°æ Á¦¸ñ */
.bg-section-title{
	position: relative;
	font-size: 2.5em;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	padding: 125px 0;
}

/*  ·Î±×ÀÎ */
#login_fs>legend{ display: none;}


/* header */

#bs-example-navbar-collapse-1 ul li.view a{ color: red;}



/*===== ¸ÞÀÎ =====*/

	/* ¸ÞÀÎ portfoilo ¹öÆ° */
	.centered button{ padding: 8px; background-color: #f8f8f8; border: none; padding: 0 0 20px 0;} 

	.centered button:hover{ color: #fb876b;}

	/*  ¸ÞÀÎ business */
	.business-section{
		border-top: 1px solid #eaeaea;
		border-bottom: 1px solid #eaeaea;
		background-color: #f8f8f8;
		padding-top: 60px;
		padding-bottom: 60px;
	}

	/* ¸ÞÀÎ news & notices */

	.news-section{
		border-top: 1px solid #eaeaea;
		border-bottom: 1px solid #eaeaea;
		background-color: #f8f8f8;
		padding-bottom: 60px;
	}

	/* °Ô½ÃÆÇ news & notices */
	.news-section-bg{
		position: relative;
		background: url("/images/news/news_bg.jpg") no-repeat center bottom;
		background-size: cover;
		width: 100%;
		height: 300px;
	}




	.news-section .container{ padding: 60px 0;}

	.pic_lt .lat_title{ display: none;}

	.pic_lt li{ width: 25%;}


	/* ¸ÞÀÎ spl-gallery */
	.gallery-section{
		border-top: 1px solid #eaeaea;
		border-bottom: 1px solid #eaeaea;
		background-color: #f8f8f8;
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.gallery-section .section-row{ position: relative; width: 1140px; margin: 0 auto;}
	.gallery-section .section-row:after{
		display: block;
		content: '';
		clear: both;
	}
	.box{ 
		position: relative;
		width: 265px; 
		height: 400px; 
		margin: 0 10px;
		overflow: hidden;
		cursor: pointer;
	}

	.box01{
		background: url('/images/main/main_gallery_img01.jpg') no-repeat center center;
		background-size: cover;
	}

	.box02{
		background: url('/images/main/main_gallery_img02.jpg') no-repeat center center;
		background-size: cover;
	}

	.box03{
		background: url('/images/main/main_gallery_img03.jpg') no-repeat center center;
		background-size: cover;
	}

	.box04{fo
		background: url('/images/main/main_gallery_img04.jpg') no-repeat center center;
		background-size: cover;
	}

	.box a div{
		position: absolute;
		top: 400px;
		width: 100%;
		background-color: #292a2d;
		padding: 30px 0px 0px 20px;
		color: #fff;
		opacity: 0.9;
	}

	.box a div h3{ font-size: 18px;}
	.box a div h4{ font-size: 16px;}
	.box a div p{ padding: 20px 0;}


	/* ¸ÞÀÎ SNS */
	.sns-section{
		border-top: 1px solid #eaeaea;
		border-bottom: 1px solid #eaeaea;
		background-color: #f8f8f8;
		padding-top: 60px;
		padding-bottom: 60px;
	}

	.sns-section .section-title p:first-child{ color: #F15922; font-size: 30px; font-weight: bold;}
	.sns-section .section-title p:last-child{ font-size: 20px; padding: 5px 0; color: #888888;}

	.sns-section ul{
		position: relative;
		width: 280px;
		margin: 0 auto;
	}

	.sns-section ul:after{ 
		display: block;
		content: "";
		clear: both;
	}

	.sns-section ul li{
		margin: 0 10px;
	}

	.sns-section ul li a{
		display: inline-block;
		width: 50px;
		height: 50px;


	}

	.sns-section ul li a img{
		width: 50px;
		height: 50px;
	}
/*===== ¸ÞÀÎ end =====*/


/*===== about us =====*/

.about-section{ padding: 0; background-color: #fff;}
.about-section .container{ padding: 60px 0; width: 1200px;}
.about-section .section-row{ margin: 0;}
.about-section-bg{
	position: relative;
	background: url("/images/about/about_bg.jpg") no-repeat center center;
	background-size: cover;
	width: 100%;
	height: 300px;
}

.about-content01{ margin-bottom: 100px;}
.about-content01 h2{ text-align: center; padding-bottom: 20px; font-weight: 300; color: #ff8b34;}
/* .about-content01>div:nth-child(2){
	position: relative;
	background: url('/images/about/about_content01_img_gray.jpg') no-repeat center center;
	background-size: cover;
	width: 1200px;
	height: 550px;
	margin: 0 auto;
} */
/* .about-content01>div:nth-child(2):hover{
	-webkit-filter: grayscale(0%);
	filter: none;
	cursor:pointer;
	transition: all 1s;
} */
.about-content01>div:nth-child(2){
	position: relative;
	width: 1200px;
	height: 550px;
	margin: 0 auto;
}
.about-content01>div:nth-child(2) img{
	position: relative;
	width: 100%;
	height: 100%;
	cursor: pointer;
}



.m-text{ display: none;}
.about-content01-text:after{ display: block; clear: both; content:'';}
.about-content01-text div{ position: relative; font-family: 'Nanum Gothic';  padding: 50px 0 0 50px;}
.about-content01-text div:nth-child(1){ width: 30%;}
.about-content01-text div:nth-child(2){ width: 70%; text-align: right;}
.about-content01-text div:nth-child(1):after{ 
	position: absolute;
	content: "";
	width: 60px;
	height: 2px;
	background-color: #FF8B34;
	right: 50px;
	bottom: -10px;
    transform: rotate(138deg);
	transition: all 1s;
}

.about-content01-text h3{
	font-size: 2.3em;
	line-height: 1.5;
	margin: 0;
	letter-spacing: -1px;
}

.about-content01-text h4{
    font-size: 1.8em;
    line-height: 1.5;
	letter-spacing: -1px;
}

.about-content01-text p{
	line-height: 2;
	letter-spacing: -1px;
	font-size: 1.1em;
}


.about-content02 #map{
	position: relative;
	width: 100% !important;
	height: 500px !important;
}


.about-content02 .map-content{
	position: relative;
	width: 100%;
}

.about-content02 .map-content ul:after{
	display: block;
	content: '';
	clear: both;
}

.about-content02 .map-content ul li{
	float: left;
	width: 50%;
	border: 1px solid #d6d6d6;
	padding: 20px 10px;
}

.about-content02 .map-content ul li i{ padding: 0 7px;}






/*===== about us end =====*/

/*===== business =====*/
.business-section{ padding: 0; background-color: #fff;}
.business-section .container{ padding: 60px 0; width: 1200px;}
.business-section .section-row{ margin: 0;}
.business-section-bg{
	position: relative;
	background: url("/images/business/business_bg.jpg") no-repeat center center;
	background-size: cover;
	width: 100%;
	height: 300px;
}
.business-section h2{ 
	font-size: 2.2em;
	margin: 0;
	padding: 0 0 20px 0;
	text-transform: uppercase;
	text-align: center;
	font-weight: 300;
	color: #ff8b34;
}
.business-content{ padding: 0 0 60px 0;}

/*===== business  project=====*/
.business-content01 ul:after{
	display: block;
	content: '';
	clear: both;
}
.business-content01 ul li{ width: 25%; padding: 10px; }
.business-content01 ul li img{ width: 100%; height: 100%;}

.business-content01-content{
	position: relative;
	margin: -80px 0 0 15px;
	padding: 10px;
	background-color: #fff;
}
.business-content01-content h4{ padding: 0 0 0 10px; font-weight: 500;}
.business-content01-content p{ padding: 0 10px; line-height: 1.8; word-break: keep-all;}


/*===== business  organization=====*/
.business-content02 img{
	width: 1200px;
	margin: 0 auto;
}


/*===== business  process=====*/
.business-content03>div:nth-child(2){
	padding-top: 50px;
}
.business-content03 ul{ 
	position: relative;
	width: 1000px;
	margin: 0 auto;
}
.business-content03 ul:after{
	display: block;
	content: '';
	clear: both;
}

.business-content03 ul li{
	position: relative;
	float: left;
	width: 25%;
	margin-bottom: 90px;
	padding: 0 15px 15px 25px;
	text-align:center;
	    
}

.business-content03 ul li:after{
	background: url('/images/business/process_line.png') no-repeat center center;
	content: '';
	position: absolute;
	top: 50px;
	right: -50px;
	width: 92px;
	height: 3px;
	
}

.business-content03 ul li:nth-child(4):after{
	background: url('/images/business/process_line2.png') no-repeat center center;
	content: '';
	position: absolute;
	top: 190px;
	right: 115px;
	width: 3px;
	height: 92px;
}

.business-content03 ul li:nth-child(5):before{ 
	background: url('/images/business/process_line2.png') no-repeat center center;
	content: '';
	position: absolute;
	top: 190px;
	right: 115px;
	width: 3px;
	height: 92px;
}
.business-content03 ul li:nth-child(8):after{ background: none;}
.business-content03 ul li:nth-child(9):after{ background: none;}

.m-process{ display: none;}
/*===== business end ===== */





/*===== portfolio =====*/

.portfolio-section{ padding: 0 0 60px 0;}

.portfolio-section-bg{
	position: relative;
	background: url("/images/portfolio/portfolio_bg.jpg") no-repeat center center;
	background-size: cover;
	width: 100%;
	height: 300px;
}

.portfolio-section #container{
	width: 100%;
}
.portfolio-section .container{
	padding: 60px 0;
}
.portfolio-tab{
    text-align: center;
    width: 1170px;
    margin: 0 auto;
    
}

.portfolio-tab ul:after{
    display: block;
    content: "";
    clear: both;
}
.portfolio-tab ul{
    margin: 60px 0 0 0;
	border-bottom: 1px solid #5d80a0;
}

.portfolio-tab ul li{}

.portfolio-tab ul li a{
    display: block;
    width: 167px;
    padding: 10px 0;
    color: #C1C3C6;
    border: 1px solid #d6d6d6;
    border-bottom-color: transparent;
    border-left-width: 0;
    margin-bottom: -1px
}

.portfolio-tab ul li.on a{
    border-bottom-color: #ffffff;
    border-left: 1px solid #5d80a0;
    border-top: 1px solid #5d80a0;
    border-right: 1px solid #5d80a0;
	font-weight: bold;
	color:#000000;
}


/* °ü¸®ÀÚ¾²±â */
.portfolio-section .bo_w_link{
	position: relative;
	margin: 10px 0;
}

.portfolio-section .bo_w_link label{
	position: absolute;
    top: 1px;
    left: 1px;
    border-radius: 3px 0 0 3px;
    height: 40px;
    line-height: 38px;
    width: 40px;
    background: #eee;
    text-align: center;
    color: #888;
}


.portfolio-section .full_input{
	height: 42px;
	padding-left: 50px;
}

.portfolio-section .bo_w_flie .file_wr {
	position: relative;
    border: 1px solid #ccc;
    background: #fff;
    vertical-align: middle;
    border-radius: 3px;
    padding: 5px;
    height: 40px;
    margin: 0;
}

.portfolio-section .bo_w_flie .lb_icon {
    position: absolute;
    top: 0px;
    left: 0px;
    border-radius: 3px 0 0 3px;
    height: 38px;
    line-height: 38px;
    width: 40px;
    background: #eee;
    text-align: center;
    color: #888;
}

.portfolio-section .bo_w_flie .frm_file {
    padding-left: 50px;
}




/*===== portfolio end =====*/




/*===== footer =====*/

	/* footer about us */
	.footer-title{ font-size: 2em;}

	footer .footer-content{
		line-height: 2;
	}


	/* media-query */

	@media only screen and (max-width: 1200px){
			
		/* about */
		.about-section .container{ width: 100%;}
		.about-content01>div:nth-child(2) {width: 100%; height: auto;}
		.about-content01-text{ padding: 0 15px;}
		.about-content01-text div:nth-child(1):after{
			left: 55px;
			transform: none;
		}
		.about-content02{ padding: 0 15px;}



		/* business */
		.business-section .container{ width: 100%;}
		.business-content02 img{ width: 100%;}


		/*  gallery */
		.gallery-section .section-row{ width: 100%;}

		.box{
			width: 47%;
			margin: 10px;
		}

		/* porfolio */
		.portfolio-tab{ width: 980px;}

		.portfolio-tab ul li a{ width: 140px;}
		
		.bx-grandi{ max-width: 225px; height:154px;}
	}

	@media only screen and (max-width: 1120px){
		.business-content03 ul{ width: 800px;}
		.business-content03 ul li:after{ right: -32px; width: 50px;}
		.business-content03 ul li:nth-child(4):after{ top: 210px; right: 90px;}
		.business-content03 ul li:nth-child(5):before{ top: 210px; right: 90px;}
		.business-content03 ul li:nth-child(9){ float: none;}
	}
	

	@media only screen and (max-width: 1065px){
		.about-content01-text div:nth-child(2){
			padding-left: 0;
		}
	}


	@media only screen and (max-width: 1010px){
		.portfolio-tab{ width: 700px;}
		.portfolio-tab ul li a{ width: 100px;}
	}

/*===== footer end =====*/

	

	@media only screen and (max-width: 991px){

		/* about */
		.about-content01-text div:nth-child(1){ width: 100%; padding-left: 10px;}
		.about-content01-text div:nth-child(1):after{ left: 15px;}
		.about-content01-text div:nth-child(2){ width: 100%; padding: 0;}
		.about-content01-text h3{ font-size: 2em; transition: all 1s;}
		.about-content01-text h4{ font-size: 1.5em;}


		
		/* business */
		.business-content01 ul li{ width: 50%;}

		/* news & notices */
		.pic_lt li{ width: 50%;}

		/*  portfolio   */
		.bx-grandi{ max-width: 355px; height:237px;}
		.portfolio-section .section-row{ padding-left: 10px;}

	}

	@media only screen and (max-width: 988px){
		/* logo */	
		.navbar-brand img{ height: 40px;}
	}

	
	@media only screen and (max-width: 880px){
		.business-content03 ul{ width: 600px;}
		.business-content03 ul li{ padding: 0 10px; margin-bottom: 50px;}
		.business-content03 ul li img{ width: 80px;}
		.business-content03 ul li:after { top: 42px; right: -28px;}
		.business-content03 ul li:nth-child(4):after{ top: 183px; right: 74px; height: 50px;}
		.business-content03 ul li:nth-child(5):before{ top: 183px; right: 74px; height: 50px;}
	}


	@media only screen and (max-width: 840px){
		.portfolio-section .container{ padding: 0 15px;}
	}

	@media only screen and (max-width: 800px){
		.about-content02 .map-content ul li{ padding: 10px; width: 100%;}
	}
	

	@media only screen and (max-width: 766px){
		
		/* news & notices */
		.pic_lt li{ width: 100%;}

		/* portfolio */
		.wrap-grandi{ width: 500px; margin: 0 auto;}
		.bx-grandi{ max-width: 240px; height: 160px;}
		
	}
	
	@media only screen and (max-width: 720px){
		
		/* portfolio */
		.portfolio-tab{ width: 550px; margin: 0 auto;}
		.portfolio-tab ul{ border-bottom: none}
		.portfolio-tab ul li{
			border-left: 1px solid #d6d6d6; margin: 5px;
		}
		.portfolio-tab ul li a{ 
			border-bottom-color: #d6d6d6;		
			border-left-width: 1px solid #d6d6d6;
			margin-bottom: 0;
			width: 170px;
		}
		
		.portfolio-tab ul li.on a{
			border-bottom-color: #d6d6d6;
			border-left: 1px solid #d6d6d6;
			border-top: 1px solid #d6d6d6;
			border-right: 1px solid #d6d6d6;
		}
		

	}

	@media only screen and (max-width: 714px){

		/* about */
		.about-content01-text div:nth-child(2){ padding-top: 30px;}
		.about-content01-text .m-text{ display: block;}
		.about-content01-text .pc-text{ display: none;}
		
		/* gallery */
		.box{
			width: 100%;
			margin: 10px 0px;
		}
		
		/*  °Ô½ÃÆÇ */

		#bo_w{ width: 100%;}

	}

	@media only screen and (max-width: 672px){
		.pc-process{ display: none;}
		.m-process{ display: block;}
		.business-section{ overflow-x: hidden;}
		.business-content03 ul{ width: 95%; padding-top: 50px;}
		.business-content03 ul li{ width: 50%; margin-bottom: 30px;}
		.business-content03 ul li:nth-child(2):after{ display: none;}
		.business-content03 ul li:nth-child(4){ margin-bottom: 50px;}
		.business-content03 ul li:nth-child(4):after{ display: none;}
		.business-content03 ul li:nth-child(5):before{ display: none;}
		.business-content03 ul li:nth-child(6):after{ display: none;}
		.business-content03 ul li:nth-child(6){ margin-bottom: 50px;}
		.business-content03 ul li:nth-child(9){ float: left;}

	}


	@media only screen and (max-width: 555px){
		
		/* portfolio  */
		.portfolio-tab{ width: 333px;}
		.portfolio-tab ul li a{
			width: 100px;
			font-size: 12px;
		}
		.wrap-grandi{ width: 410px; margin: 0 auto;}
		.bx-grandi{ max-width: 400px; height: 266px;}
	}

	@media only screen and (max-width: 480px){

		/* business */
		.business-content01 ul li{ width: 100%;}
		.business-section h2{ font-size: 1.8em; line-height: 1.2;}


		.wrap-grandi{ width: 95%;}
		.bx-grandi{ width: 95%; max-height:260px;}
		.bx-grandi img{ height: fit-content;}
	}



	@media only screen and (max-width: 415px){
		
		/*  main-slider  */
		.top-slider{ height: 550px;}
		.top-slider-item{ height: 550px;}
		
		/* gallery */
		.box{
			overflow: inherit;
		}

		.box a div{
			position: absolute;
			top: 225px;
		}
		
		/*  footer  */
		footer{ text-align: center;}

	}

	@media only screen and (max-width: 350px){
		.business-content03 ul li{ width: 100%;}
		.business-content03 ul li:nth-child(1n):after{ display: none;}
	}