@charset "UTF-8";
.wrap .bg {
	background-position: center 41px;
	background-repeat: no-repeat;
	background-size: 960px 222px;
    background-color: #05121f;
    background-image: URL("/img/company/company_main.png");
}
.wrap .content-2 {
	position: relative;
	height: 250px;
	margin-top: 50px;  
}
.wrap .content-2 {
	text-align: center;
}
.container_main{
	padding-left: 10px;
	padding-right: 10px;
	max-width: 100%;
	position: relative;
}
/*컨테이너 가운데 정렬*/
@media only screen and (max-width: 340px) {
	.wrap .container_main {
		padding-left: 20px;
		padding-right: 20px;
	}
	.wrap .bg{
		background-image: none;	
	}
}
@media only screen and (min-width: 341px) and (max-width: 480px) {
	.wrap .container_main {
		padding-left: 20px;
		padding-right: 20px;
	}
	.wrap .bg{
		background-image: none;	
	}
}
@media only screen and (min-width: 481px) and (max-width: 767px) {
	.wrap .container_main {
		padding-left: 20px;
		padding-right: 20px;
	}
	.wrap .bg{
		background-image: none;	
	}
}
@media only screen and (min-width: 1024px) and (max-width: 1200px) {
	.wrap .container_main {
		padding-left: 20px;
		padding-right: 20px;
		width: 980px;
		margin: 0 auto;
	}
}
@media only screen and (min-width: 1201px) {
	.wrap .container_main {
		width: 980px;
		margin: 0 auto;
	}
}
/*----------컨테이너 가운데 정렬*/
.container_main h1{
	font-size: 2em !important; 
    color: #ffffff !important;
    font-weight: 500 !important;
    padding-top: 150px !important;
    padding-bottom: 30px !important;
    max-width: 80% !important;
    display: inline-block !important;
    text-shadow: 3px 3px 4px #25005e;
}
.container_main h3{
	font-size: 18px !important;
    letter-spacing: -0.5px !important;
    font-weight: 300 !important;
    padding-bottom: 20px !important;
    max-width: 94% !important;
    display: inline-block !important;
    color: #270076;
}
/*상단 컨테이너 박스*/
@media only screen and (max-width: 340px) {
	.wrap .content-2 {
		
	}
}
@media only screen and (min-width: 341px) and (max-width: 480px) {
	.wrap .content-2 {
		
	}
}
@media only screen and (min-width: 481px) and (max-width: 767px) {
	.wrap .content-2 {
		
	}
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
	.wrap .content-2 > div {
		width: 100% !important;
		height: 70% !important;
	}
}
/*회사소개*/
.wrap .content-3 {	
    background-color: #85a2cd;    
}
.wrap .content-3 h1 {
	color: #ffffff;
	font-size: 30px;	
	max-width: 100%;
	font-weight: 500;	
	padding-bottom: 20px;
	line-height: 1.15;
	padding-top: 31px;
    text-shadow: 3px 3px 4px black;
    text-align: center;
}
.content-3 .content-4-bar{
	background-color: #ffffff;
	width: 40px;
	height: 3px;
	margin:10px auto;
}
/*백그라운드 이미지 ~ 기업히스토리*/
@media only screen and (max-width: 340px) {
	.wrap .content-3{
		height: 980px;		
	}
	.content-3 .history-1{
		margin: 50px 25% 0px 20%;		
	}	
	.content-3 .history-2{
		margin: 50px 20% 0px 26%;		
	}	
	.wrap .content-3 h1 {
		padding-top: 90px;		
	}
}
@media only screen and (min-width: 341px) and (max-width: 480px) {
	.wrap .content-3{
		height: 750px;		
	}
	.content-3 .history-1{
		margin: 50px 0px 0px 3%;
		width: 98%;					
	}	
	.content-3 .history-1 img{		
		width: 98%;				
	}	
	.content-3 .history-2{
		margin: 50px 0px 0px 3%;
		width: 98%;		
	}	
	.content-3 .history-2 img{		
		width: 98%;		
	}	
	.wrap .content-3 h1 {
		padding-top: 90px;		
	}
	
}
@media only screen and (min-width: 481px) and (max-width: 767px) {
	.wrap .content-3{
		height: 900px;		
	}
	.content-3 .history-1{
		margin: 30px auto;
		width: 390px;					
	}	
	.content-3 .history-1 img{		
		width: 98%;				
	}	
	.content-3 .history-2{
		margin: 40px auto;
		width: 390px;		
	}	
	.content-3 .history-2 img{		
		width: 98%;		
	}	
	.wrap .content-3 h1 {
		padding-top: 20%;		
	}
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
	.wrap .content-3{
		height: 980px;		
	}
	.content-3 .history-1{
		margin: 50px 25% 0px 20%;		
	}	
	.content-3 .history-2{
		margin: 50px 20% 0px 26%;		
	}	
	.wrap .content-3 h1 {
		padding-top: 90px;		
	}
}
@media only screen and (min-width: 1024px) and (max-width: 1200px) {	
	.wrap .content-3{
		height: 565px;		
	}
	.content-3 .history-1{
		display: inline-block;
		margin: 10px 20px 0px 0px;
	}
	.content-3 .history-2{
		display: inline-block;
		margin: 10px 0px 0px 0px;
	}
	.wrap .content-3 h1 {
		padding-top: 120px;		
	}
}
@media only screen and (min-width: 1201px) {
	.wrap .content-3{
		height: 565px;		
	}
	.content-3 .history-1{
		display: inline-block;
		margin: 10px 30px 0px 0px;
	}
	.content-3 .history-2{
		display: inline-block;
		margin: 10px 0px 0px 0px;
	}
	.wrap .content-3 h1 {
		padding-top: 120px;		
	}
}
/*스마트팜 컨텐츠*/
.wrap .content-4 {
	background: #304b76;
	text-align: center;
	position: relative;	
}
.wrap .content-4 h1 {
	color: #ffffff;
	font-size: 30px;	
	max-width: 100%;
	font-weight: 500;	
	padding-bottom: 20px;
	line-height: 1.15;
	padding-top: 31px;
    text-shadow: 3px 3px 4px black;
}
.wrap .content-4 h5{
    font-weight: bold;
    display: inline-block;
    color: black;
    font-size: 15px;
}
.content-4-bar{
	background-color: #959595;
	width: 40px;
	height: 3px;
	margin:10px auto;
}

@media only screen and (max-width: 340px) {
	
}
@media only screen and (min-width: 341px) and (max-width: 480px) {
	
}
@media only screen and (min-width: 481px) and (max-width: 767px) {
	
}
@media only screen and (min-width: 1024px) and (max-width: 1200px) {
	.wrap .content-4 {
		height: 600px;
	}
	
}
@media only screen and (min-width: 1201px) {
	.wrap .content-4 {
		height: 600px;
	}
	

}
/*크기에 따른 글자변화*/
@media only screen and (max-width: 340px) {
	.wrap .content-4 h1 {
		max-width: 100%;
		padding-bottom: 30px;		
	}
}
@media only screen and (min-width: 341px) and (max-width: 480px) {
	.wrap .content-4 h1 {
		max-width: 100%;		
		padding-bottom: 30px;		
	}
}
@media only screen and (min-width: 481px) and (max-width: 767px) {
	.wrap .content-4 h1 {
		max-width: 100%;
		padding-top: 50px;
		padding-bottom: 30px;
	}
}
@media only screen and (min-width: 1024px) and (max-width: 1200px) {
	.wrap .content-4 h1 {
		padding-top: 31px;		
	}
	.wrap .content-4{
		height: 975px;
	}	
}
@media only screen and (min-width: 1201px) {
	.wrap .content-4 h1 {
		padding-top: 45px;		
	}
	.wrap .content-4{
		height: 1040px;
	}
}
/*------크기에 따른 글자변화*/
@media only screen and (max-width: 340px) {
	.wrap .content-4 .menu-list .row {
		display: block;
	}
	.wrap .content-4 .menu-list .row .menu-column {
		display: block;
		flex: none;
		width: auto;
		height: auto;
		padding-bottom: 0px;
	}
	.wrap .content-4 .menu-list .row .menu-column .body .item {
		display: inline-block;
		margin-right: 20px;
	}
}
@media only screen and (min-width: 341px) and (max-width: 480px) {
	.wrap .content-4 .menu-list .row {
		display: block;
	}
	.wrap .content-4 .menu-list .row .menu-column {
		display: block;
		flex: none;
		width: auto;
		height: auto;
		padding-bottom: 0px;
	}
	.wrap .content-4 .menu-list .row .menu-column .body .item {
		display: inline-block;
		margin-right: 20px;
	}
}
@media only screen and (min-width: 481px) and (max-width: 767px) {
	.wrap .content-4 .menu-list .row {
		display: block;
	}
	.wrap .content-4 .menu-list .row .menu-column {
		display: block;
		flex: none;
		width: auto;
		height: auto;
		padding-bottom: 0px;
	}
	.wrap .content-4 .menu-list .row .menu-column .body .item {
		display: inline-block;
		margin-right: 20px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
	.wrap .content-4 .menu-list .row {
		display: block;
	}
	.wrap .content-4 .menu-list .row .menu-column {
		display: block;
		flex: none;
		width: auto;
		height: auto;
		padding-bottom: 0px;
	}
	.wrap .content-4 .menu-list .row .menu-column .body .item {
		display: inline-block;
		margin-right: 20px;
	}
}
@media only screen and (min-width: 1024px) and (max-width: 1200px) {
	.wrap .content-4 .menu-list .row {
		display: flex;
	}
}
@media only screen and (min-width: 1201px) {
	.wrap .content-4 .menu-list .row {
		display: flex; /*수평 맞추기*/		
	}
}
.wrap .content-4 .menu-column {
	display: inline-block;
	vertical-align: middle;
	flex: 1;
	width: 130px;
	height: 500px;
	padding-left: 0px;
	padding-bottom: 0px;
}
.wrap .content-4 .menu-column .big-only {
	display: block;
}
.wrap .content-4 .menu-column .small-only {
	display: none;
}
@media only screen and (max-width: 340px) {
	.wrap .content-4 .menu-column {
		padding-left: 0px;
		width: 100%;
		padding-top: 0px;
		padding-bottom: 0px;
		height: auto;
	}
	.wrap .content-4 .menu-column .big-only {
		display: none;
	}
	.wrap .content-4 .menu-column .small-only {
		display: block;
	}
}
@media only screen and (min-width: 341px) and (max-width: 480px) {
	.wrap .content-4 .menu-column {
		padding-left: 0px;
		width: 100%;
		padding-top: 0px;
		padding-bottom: 0px;
		height: auto;
	}
	.wrap .content-4 .menu-column .big-only {
		display: none;
	}
	.wrap .content-4 .menu-column .small-only {
		display: block;
	}	
}
@media only screen and (min-width: 1024px) and (max-width: 1200px) {
	.wrap .content-4 .menu-column {
		margin-right: 10px;
		width: 140px;
	}
}
@media only screen and (min-width: 1201px) {
	.wrap .content-4 .menu-column {
		margin-right: 10px;
		width: 140px;
	}
	.wrap .content-4 .menu-column-board1 .title{
		margin-top: 8px;
	}
}
.wrap .content-4 .menu-column .title {
    text-align: left;
    font-size: 16px;
    font-weight: normal;
    color: #ffffff;   
    padding: 3px 15px;    
    border-radius: 15px;
    float: left;
    background-color: #4f668a;
    width: 270px;
    height: 30px;
    padding-top: 1px;     
}
@media only screen and (max-width: 340px) {
	.wrap .content-4 .menu-column .title {
		padding-top: 20px;
	}
}
@media only screen and (min-width: 341px) and (max-width: 480px) {
	.wrap .content-4 .menu-column .title {
		padding-top: 4px;
	}	
}
.wrap .content-4 .menu-column .body {
	text-align: left;
    font-size: 14px;
    font-weight: normal;
    color: #ffffff;
    padding-bottom: 20px;
    padding-left: 306px;
}
@media only screen and (min-width: 341px) and (max-width: 480px) {
	.wrap .content-4 .menu-column .body {		
	    padding-left: 0px;
	}
}
.wrap .content-4 .menu-column .body .item {
	padding: 7px 15px;
}
/*스마트팜*/
.wrap .content-5 {
	background: #f1f3f4;
	text-align: center;
	height: 1800px;	
}
.wrap .content-5 h1 {
	color: black;
	font-size: 30px;	
	max-width: 100%;
	font-weight: 500;	
	padding-bottom: 20px;
	line-height: 1.15;
	padding-top: 31px;
    
}
.content-5-bar{
	background-color: #959595;
	width: 40px;
	height: 3px;
	margin:0px auto;
	margin-bottom: 10px;
}
.gallery-list{
	width: 980px;
	height: 1800px;
}
.gallery-title{
	color: #05121f;
	font-size: 9px;	
	max-width: 100%;
	font-weight: bold;		
	line-height: 1.15;
	padding-top: 5px;
	text-align: center;
}
/*크기에 따른 글자변화*/
@media only screen and (max-width: 340px) {
	.wrap .content-5 h1 {
		max-width: 100%;
		padding-right: 100px;
	}
	.wrap .content-5{
		height: 1900px;
	}		
}
@media only screen and (min-width: 341px) and (max-width: 480px) {
	.wrap .content-5 h1 {
		max-width: 100%;		
		padding-right: 155px;
	}
	.wrap .content-5{
		display: none;
	}	
}
@media only screen and (min-width: 481px) and (max-width: 767px) {
	.wrap .content-5{
		display: none;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
	.wrap .content-5{
		display: none;
	}
}
@media only screen and (min-width: 1024px) and (max-width: 1200px) {
	.wrap .content-5 h1 {
		padding-top: 31px;		
	}	
	.wrap .content-5{
		display: none;
	}
}
@media only screen and (min-width: 1201px) {
	.wrap .content-5 h1 {
		padding-top: 31px;		
	}
	.wrap .content-5{
		
	}
	.wrap .content-5 .gallery{
		display: inline-block;
		margin: 0px 5px 10px 5px;
		height: 260px;
		float: left;		
	}
}
/*------크기에 따른 글자변화*/

@media only screen and (max-width: 340px) {
	
}
@media only screen and (min-width: 1024px) and (max-width: 1200px) {
	
}
@media only screen and (min-width: 1201px) {
	
}


@media only screen and (max-width: 340px) {
	
}
@media only screen and (min-width: 341px) and (max-width: 480px) {
	
}
@media only screen and (min-width: 481px) and (max-width: 767px) {
	
}
@media only screen and (min-width: 1024px) and (max-width: 1200px) {
	
}
@media only screen and (min-width: 1201px) {
	
}
/*스마트팜*/
.wrap .content-6 {
	background: #c3c7cd;
	text-align: center;
	height: 600px;	
}
.wrap .content-6 h1 {
	color: black;
	font-size: 30px;	
	max-width: 100%;
	font-weight: 500;	
	padding-bottom: 20px;
	line-height: 1.15;
	padding-top: 31px;
    
}
.wrap .content-6 h4 {
	color: black;
	font-size: 25px;	
	max-width: 100%;
	font-weight: 400;	
	padding-bottom: 20px;
	line-height: 1.15;
	padding-top: 15px;
    
}
.content-6-bar{
	background-color: #959595;
	width: 40px;
	height: 3px;
	margin:0px auto;	
}

/*크기에 따른 글자변화*/
@media only screen and (max-width: 340px) {
	.wrap .content-6 h1 {
		max-width: 100%;
		padding-top: 50px;
		padding-bottom: 30px;
	}
}
@media only screen and (min-width: 341px) and (max-width: 480px) {

}
@media only screen and (min-width: 481px) and (max-width: 767px) {

}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
	.wrap .content-6 h1 {
		padding-top: 32px;	   	
	}
}
@media only screen and (min-width: 1024px) and (max-width: 1200px) {
	.wrap .content-6 h1 {
		padding-top: 32px;    	
	}
	.wrap .content-6-longbar{
		width: 940px;
		margin-top: 5px;
	}
	
}
@media only screen and (min-width: 1201px) {
	.wrap .content-6 h1 {
		padding-top: 32px;
   		
	}
	.wrap .content-6 .map{
		width: 800px;	 
	    display: inline-block;
	    height: 360px;
	}	
}


/*타임라인*/
.box{
    margin:0 10%;
    height: 630px;
    overflow: hidden;
    padding: 10px 0 40px 60px
}

.box ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: relative;
    transition: all 0.5s linear;
    top:0
}

.box ul:last-of-type{top:80px}

.box ul:before{
    content: "";
    display: block;
    width: 0;
    height: 100%;
    border:1px dashed #fff;
    position: absolute;
    top:0;
    left:30px
}

.box ul li{
    margin: 20px 60px 35px;
    position: relative;
    padding: 10px 20px;
    background:#061625;
    color:#ffffff;
    border-radius: 10px;
    line-height: 20px;
    width: 90%;
    height: 75px;
}


.box ul li > span{
    content: "";
    display: block;
    width: 0;
    height: 100%;
    border:1px solid #fff;
    position: absolute;
    top:0;
    left:-30px
}

.box ul li > span:before,.box ul li > span:after{
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background:#071a2c;
    border:2px solid #fff;
    position: absolute;
    left:-7.5px
}

.box ul li > span:before{top:-10px}
.box ul li > span:after{top:95%}

.box .title{
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 5px;      
}

.box .info:first-letter{text-transform: capitalize;line-height: 1.7}

.box .name{
    margin-top: 10px;
    text-transform: capitalize;
    font-style: italic;
    text-align: right;
    margin-right: 20px
}


.box .time span{
    position: absolute;
    left: -100px;
    color:#fff;
    font-size:80%;
    font-weight: bold;
}
.box .time span:first-child{top:-16px}
.box .time span:last-child{top:94%}


.arrow{
    position: absolute;
    top: 105%;
    left: 46%;
    cursor: pointer;
  height:20px;
  width:20px
}

.arrow:hover{
    -webkit-animation: arrow 1s linear infinite;
       -moz-animation: arrow 1s linear infinite;
         -o-animation: arrow 1s linear infinite;
            animation: arrow 1s linear infinite;
}

.box ul:last-of-type .arrow{
    position: absolute;
    top: 105%;
    left: 46%;
    transform: rotateX(180deg);
    cursor: pointer;
}

svg{
    width: 20px;
    height: 20px
}

@keyframes arrow{
    0%,100%{
        top:105%
    }
    50%{
        top:106%
    }
}

@-webkit-keyframes arrow{
    0%,100%{
        top:105%
    }
    50%{
        top:106%
    }
}

@-moz-keyframes arrow{
    0%,100%{
        top:105%
    }
    50%{
        top:106%
    }
}

@-o-keyframes arrow{
    0%,100%{
        top:105%
    }
    50%{
        top:106%
    }
}
/*타임라인끝*/