#main{
	width:100%;
	min-width:100%;
	overflow:hidden;
}


#main .mainVisual{
	width:100%;
	height:100%;
	display:block;
	background:url(../../images/mainVisual.jpg) center center no-repeat;
	position:absolute;
	top:0;
}

#main .mainVisual .inner{
	width:94%;
	position:absolute;
	left:50%;
	margin-left:-47%;
	text-align:right;
	bottom:40px;
	
}

#main .mainVisual .inner .text-img{
	width:70%;
	display:inline-block;
}

#main .mainVisual .inner .text-img img{
	width:100%;
}



@media screen and (max-width: 823px){
	#main .mainVisual{
		width:100%;
		padding:50% 0%;
		display:block;
		background:url(../../mobile/images/mainVisual.jpg) center center no-repeat;
		position:relative;
		
		background-size:100%;
	}
	
	#main .mainVisual .inner{
		width:94%;
		position:absolute;
		left:50%;
		margin-left:-47%;
		text-align:right;
		bottom:2em;
		
	}
	
	#main .mainVisual .inner .text-img{
		width:70%;
		display:inline-block;
	}
	
	#main .mainVisual .inner .text-img img{
		width:100%;
	}
	
}





@media screen and (max-width: 425px){
	#main .mainVisual{
		width:100%;
		padding:50% 0%;
		display:block;
		background:url(../../mobile/images/mainVisual.jpg) center center no-repeat;
		position:relative;
		background-size:100%;
	}
	
	#main .mainVisual .inner{
		width:94%;
		position:absolute;
		left:50%;
		margin-left:-47%;
		text-align:right;
		bottom:2em;
		
	}
	
	#main .mainVisual .inner .text-img{
		width:80%;
		display:inline-block;
	}
	
	#main .mainVisual .inner .text-img img{
		width:100%;
	}
	
}





#main #mainCont{
	width:100%;
	position:absolute;
	top:100%;
	margin-top:-0%
}

@media screen and (max-width: 823px){
	#main #mainCont{
		width:100%;
		position:relative;
		top:0%;
		margin-top:-0%
	}
}



#main .with{
	width:100%;
	box-shadow:0px 5px 5px #e5e5e5;
	background:#fff;
	padding:10px 0px;
}

#main .with .inner{
	width:94%;
	margin:0 auto;
	text-align:Center;
}

#main .with .inner div{
	display:inline-block;
	margin:0px 30px;
}


@media screen and (max-width: 823px){

	#main .with{
		width:100%;
		box-shadow:0px 5px 5px #e5e5e5;
		background:#fff;
		padding:10px 0px;
	}
	
	#main .with .inner{
		width:94%;
		margin:0 auto;
		text-align:Center;
	}
	
	#main .with .inner div{
		display:inline-block;
		margin:0px 10px;
	}
	
	#main .with .inner div img{
		width:80%;
	}
}


@media screen and (max-width: 425px){

	#main .with{
		width:100%;
		box-shadow:0px 5px 5px #e5e5e5;
		background:#fff;
		padding:10px 0px;
	}
	
	#main .with .inner{
		width:94%;
		margin:0 auto;
		text-align:Center;
	}
	
	#main .with .inner div{
		display:inline-block;
		margin:0px 5px;
		width:25%;
	}
	
	#main .with .inner div:nth-child(2),
	#main .with .inner div:nth-child(4){
		width:3%;
	}
	
	#main .with .inner div:nth-child(3){
		width:10%;
	}
	
	#main .with .inner div img{
		width:100%;
	}
}



#main .prepare{
	width:94%;
	margin:0 auto;
	padding:5em 0px;
}

#main .prepare .prepareList{
	width:100%;
	margin-top:1.5em;
	border-top:5px double #222;
	border-bottom:1px solid #222;
}

#main .prepare .prepareList li{
	width:33%;
	display:inline-block;
	padding:30px 20px;
	box-sizing:border-box;
}


#main .prepare .prepareList li .icon{
	width:40px;
	display:inline-block;
}

#main .prepare .prepareList li .icon img{
	width:100%;
	vertical-align:top;
}

#main .prepare .prepareList li .textArea{
	width:83%;
	display:inline-block;
	vertical-align:top;
	padding-left:1em;
	box-sizing:border-box;
}


#main .prepare .prepareList li .textArea .subject{
	font-size:24px;
	color:#222;
	letter-spacing:-0.7px;
}

#main .prepare .prepareList li .textArea .substance{
	font-size:15px;
	color:#444;
	letter-spacing:-0.7px;
	margin-top:10px;
	word-break:keep-all;
}



@media screen and (max-width: 823px){
	#main .prepare{
		width:94%;
		margin:0 auto;
		padding:5em 0px;
	}
	
	#main .prepare .prepareList{
		width:100%;
		margin-top:1.5em;
		border-top:5px double #222;
		border-bottom:1px solid #222;
	}

	#main .prepare .prepareList li{
		width:100%;
		display:inline-block;
		padding:1.5em 1em;
		box-sizing:border-box;
		border-bottom:1px solid #e5e5e5;
	}
	
	#main .prepare .prepareList li:last-child{
		border-bottom:0px solid #e5e5e5;
	}
	
	
	#main .prepare .prepareList li .icon{
		width:40px;
		display:inline-block;
	}

	#main .prepare .prepareList li .icon img{
		width:100%;
		vertical-align:middle;
	}
	
	#main .prepare .prepareList li .textArea{
		width:83%;
		display:inline-block;
		vertical-align:middle;
		padding-left:1em;
		box-sizing:border-box;
	}
	
	
	#main .prepare .prepareList li .textArea .subject{
		font-size:18px;
		color:#222;
		letter-spacing:-0.7px;
	}
	
	#main .prepare .prepareList li .textArea .substance{
		font-size:14px;
		color:#444;
		letter-spacing:-0.7px;
		margin-top:5px;
		word-break:keep-all;
	}

}



@media screen and (max-width: 425px){
	#main .prepare{
		width:94%;
		margin:0 auto;
		padding:5em 0px;
	}
	
	#main .prepare .prepareList{
		width:100%;
		margin-top:1.5em;
		border-top:5px double #222;
		border-bottom:1px solid #222;
	}

	#main .prepare .prepareList li{
		width:100%;
		display:inline-block;
		padding:1.5em 1em;
		box-sizing:border-box;
		border-bottom:1px solid #e5e5e5;
	}
	
	#main .prepare .prepareList li:last-child{
		border-bottom:0px solid #e5e5e5;
	}
	
	
	#main .prepare .prepareList li .icon{
		width:40px;
		display:inline-block;
	}

	#main .prepare .prepareList li .icon img{
		width:100%;
		vertical-align:middle;
	}
	
	#main .prepare .prepareList li .textArea{
		width:83%;
		display:inline-block;
		vertical-align:middle;
		padding-left:1em;
		box-sizing:border-box;
	}
	
	
	#main .prepare .prepareList li .textArea .subject{
		font-size:16px;
		color:#222;
		letter-spacing:-0.7px;
	}
	
	#main .prepare .prepareList li .textArea .substance{
		font-size:13px;
		color:#444;
		letter-spacing:-0.7px;
		margin-top:5px;
		word-break:keep-all;
	}

}

#main .step3{
	width:100%;
	position:relative;
}

#main .step3 .allTitle{
	width:100%;
	background:#f7f7f7;
	padding:2em 0px;
	text-align:center;
	font-size:30px;
	word-break:keep-all;
}

#main .step3 .allTitle .arrow{
	width:30px;
	height:30px;
	background:#f7f7f7;
	position:absolute;
	margin-top:45px;
	left:50%;
	margin-left:-15px;
	transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
}


@media screen and (max-width: 823px){
	#main .step3{
		width:100%;
		position:relative;
	}
	
	#main .step3 .allTitle{
		width:100%;
		background:#f7f7f7;
		padding:2em 0px;
		text-align:center;
		font-size:24px;
		word-break:keep-all;
	}
	
	#main .step3 .allTitle .arrow{
		width:30px;
		height:30px;
		background:#f7f7f7;
		position:absolute;
		margin-top:35px;
		left:50%;
		margin-left:-15px;
		transform:rotate(45deg);
		-webkit-transform:rotate(45deg);
	}
	

}


@media screen and (max-width: 425px){
	#main .step3{
		width:100%;
		position:relative;
	}
	
	#main .step3 .allTitle{
		width:100%;
		background:#f7f7f7;
		padding:2em 0px;
		text-align:center;
		font-size:20px;
		word-break:keep-all;
	}
	
	#main .step3 .allTitle .arrow{
		width:30px;
		height:30px;
		background:#f7f7f7;
		position:absolute;
		margin-top:25px;
		left:50%;
		margin-left:-15px;
		transform:rotate(45deg);
		-webkit-transform:rotate(45deg);
	}
	

}



#main .step3 .step-bigdate{
	width:94%;
	margin:5em auto 0;
}

#main .step3 .step-bigdate .graph{
	width:80%;
	margin:2.5em auto 0;
}

#main .step3 .step-bigdate .graph img{
	width:100%;
}


#main .step3 .step-bigdate .bigdate-table{
	width:100%;
	border:1px solid #222;
	display:inline-block;
}

#main .step3 .step-bigdate .bigdate-table dd{
	width:33.33333%;
	display:inline-block;
	float:left;
}


#main .step3 .step-bigdate .bigdate-table dd .titleLine{
	width:100%;
	background:#222;
	padding:15px;
	box-sizing:border-box;
	display:inline-block;
}

#main .step3 .step-bigdate .bigdate-table dd .titleLine .num{
	font-size:40px;
	font-family:'roboto';
	color:#2f2f2f;
	font-style:italic;
	display:inline-block;
}

#main .step3 .step-bigdate .bigdate-table dd .titleLine .subject{
	font-size:24px;
	font-family:'roboto','noto sans kr';
	color:#777777;
	display:inline-block;
	margin-left:10px;
}

#main .step3 .step-bigdate .bigdate-table dd .titleLine .arrow{
	display:inline-block;
	float:right;
	width:20px;
	margin-top:1em;
	display:none;
}
#main .step3 .step-bigdate .bigdate-table dd .titleLine .arrow img{
	width:100%;
}



#main .step3 .step-bigdate .bigdate-table dd .img-Cont{
	width:100%;
	border-right:1px solid #222;
	padding:15px 20px;
	box-sizing:border-box;
	min-height:320px;
	display:block;
}


#main .step3 .step-bigdate .bigdate-table dd .img-Cont .text{
	text-align:Center;
	font-size:18px;
	word-break:keep-all;
}

#main .step3 .step-bigdate .bigdate-table dd .img-Cont .img{
	margin-top:0px;
	width:100%;
}

#main .step3 .step-bigdate .bigdate-table dd .img-Cont .img img{
	width:100%;
}

#main .step3 .step-bigdate .bigdate-table dd:last-child .img-Cont{
	border-right:0px solid #222;
}


@media screen and (max-width: 823px){
	#main .step3 .step-bigdate{
		width:94%;
		margin:5em auto 0;
	}
	
	#main .step3 .step-bigdate .graph{
		width:80%;
		margin:2.5em auto 0;
	}
	
	#main .step3 .step-bigdate .graph img{
		width:100%;
	}
	

	#main .step3 .step-bigdate .bigdate-table{
		width:100%;
		border:1px solid #222;
		display:inline-block;
	}
	
	#main .step3 .step-bigdate .bigdate-table dd{
		width:100%;
		display:inline-block;
		clear:both;
		margin-top:1px;
	}

	#main .step3 .step-bigdate .bigdate-table dd:first-child{
		margin-top:0px;
	}
	

	#main .step3 .step-bigdate .bigdate-table dd .titleLine{
		width:100%;
		background:#222;
		padding:15px;
		box-sizing:border-box;
		display:inline-block;
	}
	
	#main .step3 .step-bigdate .bigdate-table dd .titleLine .num{
		font-size:30px;
		font-family:'roboto';
		color:#2f2f2f;
		font-style:italic;
		display:inline-block;
	}

	#main .step3 .step-bigdate .bigdate-table dd .titleLine .subject{
		font-size:20px;
		font-family:'roboto','noto sans kr';
		color:#777777;
		display:inline-block;
		margin-left:10px;
	}

	#main .step3 .step-bigdate .bigdate-table dd .titleLine .arrow{
		display:inline-block;
		float:right;
		width:20px;
		margin-top:0.5em;
	}
	
	#main .step3 .step-bigdate .bigdate-table dd .titleLine .arrow img{
		width:100%;
	}


	
	#main .step3 .step-bigdate .bigdate-table dd .img-Cont{
		width:100%;
		border-right:1px solid #222;
		padding:15px 20px;
		box-sizing:border-box;
		min-height:auto;
		display:none;
	}


	#main .step3 .step-bigdate .bigdate-table dd .img-Cont .text{
		text-align:Center;
		font-size:16px;
		word-break:keep-all;
	}
	
	#main .step3 .step-bigdate .bigdate-table dd .img-Cont .img{
		width:70%;
		margin:0 auto;
	}
	
	#main .step3 .step-bigdate .bigdate-table dd .img-Cont .img img{
		width:100%;
		
	}
	
	#main .step3 .step-bigdate .bigdate-table dd:last-child .img-Cont{
		border-right:0px solid #222;
	}
	

}




@media screen and (max-width: 425px){
	#main .step3 .step-bigdate{
		width:94%;
		margin:5em auto 0;
	}
	
	#main .step3 .step-bigdate .graph{
		width:100%;
		margin:2.5em auto 0;
	}
	
	#main .step3 .step-bigdate .graph img{
		width:100%;
	}
	

	#main .step3 .step-bigdate .bigdate-table{
		width:100%;
		border:1px solid #222;
		display:inline-block;
	}
	
	#main .step3 .step-bigdate .bigdate-table dd{
		width:100%;
		display:inline-block;
		clear:both;
		margin-top:1px;
	}

	#main .step3 .step-bigdate .bigdate-table dd:first-child{
		margin-top:0px;
	}
	

	#main .step3 .step-bigdate .bigdate-table dd .titleLine{
		width:100%;
		background:#222;
		padding:15px;
		box-sizing:border-box;
		display:inline-block;
	}
	
	#main .step3 .step-bigdate .bigdate-table dd .titleLine .num{
		font-size:24px;
		font-family:'roboto';
		color:#2f2f2f;
		font-style:italic;
		display:inline-block;
	}

	#main .step3 .step-bigdate .bigdate-table dd .titleLine .subject{
		font-size:16px;
		font-family:'roboto','noto sans kr';
		color:#777777;
		display:inline-block;
		margin-left:10px;
	}

	#main .step3 .step-bigdate .bigdate-table dd .titleLine .arrow{
		display:inline-block;
		float:right;
		width:15px;
		margin-top:0.5em;
	}
	
	#main .step3 .step-bigdate .bigdate-table dd .titleLine .arrow img{
		width:100%;
	}


	
	#main .step3 .step-bigdate .bigdate-table dd .img-Cont{
		width:100%;
		border-right:1px solid #222;
		padding:15px 20px;
		box-sizing:border-box;
		min-height:auto;
		display:none;
	}


	#main .step3 .step-bigdate .bigdate-table dd .img-Cont .text{
		text-align:Center;
		font-size:16px;
		word-break:keep-all;
	}
	
	#main .step3 .step-bigdate .bigdate-table dd .img-Cont .img{
		width:100%;
		margin:0 auto;
	}
	
	#main .step3 .step-bigdate .bigdate-table dd .img-Cont .img img{
		width:100%;
		
	}
	
	#main .step3 .step-bigdate .bigdate-table dd:last-child .img-Cont{
		border-right:0px solid #222;
	}
	

}






#main .step3 .step-bank{
	width:100%;
	background:#00284a;
	padding:5em 0px;
	margin-top:5em;
}


#main .step3 .step-bank .inner{
	width:94%;
	margin:0 auto;
}

#main .step3 .step-bank .inner .bankVisual{
	width:100%;
}

#main .step3 .step-bank .inner .bankVisual li{
	width:100%;
}

#main .step3 .step-bank .inner .bankVisual .textArea{
	width:60%;
	display:inline-block;
	vertical-align:middle;
	padding-right:2em;
}

#main .step3 .step-bank .inner .bankVisual .textArea .titleLine .subTitle,
#main .step3 .step-bank .inner .bankVisual .textArea .titleLine .Title{
	text-align:left;
	color:#fff;
	-webkit-text-size-adjust: 100%;
}


#main .step3 .step-bank .inner .bankVisual .textArea .substance{
	font-size:16px;
	color:#fff;
	margin-top:20px;
	word-break:keep-all;
	-webkit-text-size-adjust: 100%;
}


#main .step3 .step-bank .inner .bankVisual .textArea .more{
	display:inline-block;
	padding:15px 40px;
	border-radius:50px;
	border:1px solid #fff;
	color:#fff;
	font-size:16px;
	font-family:'roboto';
	margin-top:30px;
	
}

#main .step3 .step-bank .inner .bankVisual .textArea .more a{
	color:#fff;
	display:block;
}



#main .step3 .step-bank .inner .bankVisual .imgArea{
	width:39%;
	display:inline-block;
	vertical-align:middle;
	text-align:Right;
}

#main .step3 .step-bank .inner .bankVisual .imgArea img{
	width:100%;
}



@media screen and (max-width: 823px){
	#main .step3 .step-bank{
		width:100%;
		background:#00284a;
		padding:5em 0px;
		margin-top:5em;
	}
	
	
	#main .step3 .step-bank .inner{
		width:94%;
		margin:0 auto;
	}
	
	#main .step3 .step-bank .inner .bankVisual{
		width:100%;
	}
	
	#main .step3 .step-bank .inner .bankVisual li{
		width:100%;
	}
	
	#main .step3 .step-bank .inner .bankVisual .textArea{
		width:60%;
		display:inline-block;
		vertical-align:middle;
		padding-right:2em;
	}
	
	#main .step3 .step-bank .inner .bankVisual .textArea .titleLine .subTitle,
	#main .step3 .step-bank .inner .bankVisual .textArea .titleLine .Title{
		text-align:left;
		color:#fff;
	}
	
	
	#main .step3 .step-bank .inner .bankVisual .textArea .substance{
		font-size:13px;
		color:#fff;
		margin-top:20px;
		word-break:keep-all;
		
 -webkit-text-size-adjust: 100%;

 
	}
	
	
	#main .step3 .step-bank .inner .bankVisual .textArea .more{
		display:inline-block;
		padding:15px 40px;
		border-radius:50px;
		border:1px solid #fff;
		color:#fff;
		font-size:16px;
		font-family:'roboto';
		margin-top:30px;
		
	}
	
	#main .step3 .step-bank .inner .bankVisual .textArea .more a{
		color:#fff;
		display:block;
	}
	
	
	
	#main .step3 .step-bank .inner .bankVisual .imgArea{
		width:39%;
		display:inline-block;
		vertical-align:middle;
		text-align:Right;
	}
	
	#main .step3 .step-bank .inner .bankVisual .imgArea img{
		width:100%;
	}

}




#main .step3 .step-how{
	width:100%;
	padding:5em 3%;
	box-sizing:border-box;
}

#main .step3 .step-how .howList{
	width:100%;
	margin-top:2.5em;
}

#main .step3 .step-how .howList li{
	width:24%;
	display:inline-block;
	vertical-align:middle;
	border:1px solid #e5e5e5;
	margin-left:1%;
	padding:2em 0em;
}

#main .step3 .step-how .howList li:first-child{
	margin-left:0%;
}

#main .step3 .step-how .howList li .icon{
	width:50px;
	margin:0 auto;
}

#main .step3 .step-how .howList li .icon img{
	width:100%;
}


#main .step3 .step-how .howList li .text{
	font-size:20px;
	text-align:center;
	margin-top:10px;
}

#main .step3 .step-how .howList li .enText{
	font-size:14px;
	text-align:center;
	font-family:'roboto';
	color:#777;
	margin-top:5px;
}


@media screen and (max-width: 823px){
	#main .step3 .step-how{
		width:100%;
		padding:5em 3%;
		box-sizing:border-box;
	}
	
	#main .step3 .step-how .howList{
		width:100%;
		margin-top:2.5em;
	}
	
	#main .step3 .step-how .howList li{
		width:23.5%;
		display:inline-block;
		vertical-align:middle;
		border:1px solid #e5e5e5;
		margin-left:1%;
		padding:2em 0em;
	}
	
	#main .step3 .step-how .howList li:first-child{
		margin-left:0%;
	}
	
	#main .step3 .step-how .howList li .icon{
		width:50px;
		margin:0 auto;
	}
	
	#main .step3 .step-how .howList li .icon img{
		width:100%;
	}
	
	
	#main .step3 .step-how .howList li .text{
		font-size:16px;
		text-align:center;
		margin-top:10px;
	}
	
	#main .step3 .step-how .howList li .enText{
		font-size:13px;
		text-align:center;
		font-family:'roboto';
		color:#777;
		margin-top:5px;
	}

}




@media screen and (max-width: 425px){
	#main .step3 .step-how{
		width:100%;
		padding:5em 3%;
		box-sizing:border-box;
	}
	
	#main .step3 .step-how .howList{
		width:100%;
		margin-top:2.5em;
	}
	
	#main .step3 .step-how .howList li{
		width:23.5%;
		display:inline-block;
		vertical-align:middle;
		border:1px solid #e5e5e5;
		margin-left:1%;
		padding:1em 0em;
	}
	
	#main .step3 .step-how .howList li:first-child{
		margin-left:0%;
	}
	
	#main .step3 .step-how .howList li .icon{
		width:30px;
		margin:0 auto;
	}
	
	#main .step3 .step-how .howList li .icon img{
		width:100%;
	}
	
	
	#main .step3 .step-how .howList li .text{
		font-size:13px;
		text-align:center;
		margin-top:5px;
	}
	
	#main .step3 .step-how .howList li .enText{
		font-size:13px;
		text-align:center;
		font-family:'roboto';
		color:#777;
		margin-top:5px;
		display:none;
	}

}


.howModal{
	width:100%;
	height:100%;
	z-index: 9999;
	display:none;
	position:absolute;
}


.howModal .layer_back_area {
	position: fixed;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background-color:#000000;
	opacity:0.7;
	z-index: 99;
}

.howModal .layer_area {
	position:absolute;
	z-index:999;
	width:100%;
	left:0;
	right:0;
	box-sizing:border-box;
}

.howModal .layer_area {
	width:94%;
	background:#fff;
	display:inline-block;
	padding:1em 1em 3em 1em;
	box-sizing:border-box;
}

.howModal .layer_area .topArea{
	width:100%;
	text-align:right;
}
.howModal .layer_area .topArea .modalClose{
	width:30px;
	display:inline-block;
}

.howModal .layer_area .topArea .modalClose img{
	width:100%;
}

.howModal .layer_area .title{
	text-align:center;
	margin-top:10px;
	font-size:18px;
}

.howModal .layer_area .enTitle{
	text-align:center;
	font-family:'roboto';
	font-size:13px;
	color:#777;
	margin-top:5px;
}


.howModal .layer_area .line{
	background:#d30000;
	width:15px;
	height:1px;
	margin:15px auto 0;
}

.howModal .layer_area .modalList{
	width:100%;
	margin-top:15px;
	padding-left:20px;
}

.howModal .layer_area .modalList li{
	width:100%;
	list-style:disc;
	color:#777;
}





#main .companyEdu{
	width:94%;
	margin:0 auto;
	padding-bottom:5em;
	border-bottom:1px solid #222;
}


#main .companyEdu .titleLine{
	width:100%;
	
}

#main .companyEdu .mapLine{
	width:100%;
	margin-top:1.5em;
	text-align:Center;
}



#main .companyEdu .mapLine dd{
	width:33%;
	display:inline-block;
	vertical-align:top;
}

#main .companyEdu .mapLine dd .worldmap{
	width:180px;
	margin:0 auto;
}

#main .companyEdu .mapLine dd .worldmap img{
	width:100%;
}

#main .companyEdu .mapLine dd .posiText{
	width:100%;
	margin-top:15px;
}

#main .companyEdu .mapLine dd .posiText .en{
	font-size:20px;
	text-align:center;
	color:#777;
	font-family:'montserrat';
}

#main .companyEdu .mapLine dd .posiText .kr{
	font-size:20px;
	text-align:center;
	color:#222;
}

#main .companyEdu .mapLine dd .nationList{
	width:100%;
	text-align:center;
}

#main .companyEdu .mapLine dd .nationList li{
	width:50px;
	display:inline-block;
	margin:7.5px 4px;
}

#main .companyEdu .mapLine dd .nationList li img{
	width:100%;
}


#main .companyEdu .subsLine{
	width:100%;
	margin-top:30px;
}

#main .companyEdu .subsLine .subs{
	font-size:16px;
	color:#444;
	text-align:center;
	margin-top:10px;
	letter-spacing:-0.7px;
}

#main .companyEdu .subsLine .Bsubs{
	font-size:20px;
	color:#222;
	text-align:center;
	letter-spacing:-0.7px;
}




@media screen and (max-width: 823px){
	#main .companyEdu{
		width:94%;
		margin:0 auto;
		padding-bottom:5em;
		border-bottom:1px solid #222;
	}
	
	
	#main .companyEdu .titleLine{
		width:100%;
		
	}
	
	#main .companyEdu .mapLine{
		width:100%;
		margin-top:1.5em;
		text-align:Center;
	}
	
	

	#main .companyEdu .mapLine dd{
		width:100%;
		display:block;
	}
	
	#main .companyEdu .mapLine dd .worldmap{
		display:none;
	}
	
	#main .companyEdu .mapLine dd .worldmap img{
		width:100%;
	}
	
	#main .companyEdu .mapLine dd .posiText{
		width:100%;
		margin-top:15px;
	}

	#main .companyEdu .mapLine dd .posiText .en{
		font-size:18px;
		text-align:center;
		color:#777;
		font-family:'montserrat';
	}
	
	#main .companyEdu .mapLine dd .posiText .kr{
		font-size:16px;
		text-align:center;
		color:#222;
	}
	
	#main .companyEdu .mapLine dd .nationList{
		width:100%;
		text-align:center;
	}
	
	#main .companyEdu .mapLine dd .nationList li{
		width:50px;
		display:inline-block;
		margin:7.5px 4px;
	}
	
	#main .companyEdu .mapLine dd .nationList li img{
		width:100%;
	}


	#main .companyEdu .subsLine{
		width:100%;
		margin-top:30px;
	}
	
	#main .companyEdu .subsLine .subs{
		font-size:14px;
		color:#444;
		text-align:center;
		margin-top:10px;
		letter-spacing:-0.7px;
	}
	
	#main .companyEdu .subsLine .Bsubs{
		font-size:16px;
		color:#222;
		text-align:center;
		letter-spacing:-0.7px;
	}
	
}






@media screen and (max-width: 425px){
	#main .companyEdu{
		width:94%;
		margin:0 auto;
		padding-bottom:5em;
		border-bottom:1px solid #222;
	}
	
	
	#main .companyEdu .titleLine{
		width:100%;
		
	}
	
	#main .companyEdu .mapLine{
		width:100%;
		margin-top:1.5em;
		text-align:Center;
	}
	
	

	#main .companyEdu .mapLine dd{
		width:100%;
		display:block;
	}
	
	#main .companyEdu .mapLine dd .worldmap{
		display:none;
	}
	
	#main .companyEdu .mapLine dd .worldmap img{
		width:100%;
	}
	
	#main .companyEdu .mapLine dd .posiText{
		width:100%;
		margin-top:15px;
	}

	#main .companyEdu .mapLine dd .posiText .en{
		font-size:18px;
		text-align:center;
		color:#777;
		font-family:'montserrat';
	}
	
	#main .companyEdu .mapLine dd .posiText .kr{
		font-size:16px;
		text-align:center;
		color:#222;
	}
	
	#main .companyEdu .mapLine dd .nationList{
		width:100%;
		text-align:center;
	}
	
	#main .companyEdu .mapLine dd .nationList li{
		width:40px;
		display:inline-block;
		margin:7.5px 4px;
	}
	
	#main .companyEdu .mapLine dd .nationList li img{
		width:100%;
	}


	#main .companyEdu .subsLine{
		width:100%;
		margin-top:30px;
	}
	
	#main .companyEdu .subsLine .subs{
		font-size:14px;
		color:#444;
		text-align:center;
		margin-top:10px;
		letter-spacing:-0.7px;
	}
	
	#main .companyEdu .subsLine .Bsubs{
		font-size:16px;
		color:#222;
		text-align:center;
		letter-spacing:-0.7px;
	}
	
}





#main .state{
	width:94%;
	margin:5em auto 5em;
	text-align:center;
}


#main .state .titleLine{
	width:100%;
	margin-bottom:1.5em;
}



#main .state .stateList{
	width:100%;
	text-align:center;
}

#main .state .stateList div{
	width:100%;
	display:inline-block;
	text-align:center;
	border:1px solid #e5e5e5;
	box-sizing:border-box;
	
}

#main .state .stateList div img{
	width:100%;
	padding:20px;
	box-sizing:border-box;
}




#main .state .more{
	display:inline-block;
	padding:15px 40px;
	border-radius:50px;
	border:1px solid #00284a;
	color:#00284a;
	font-size:16px;
	font-family:'roboto';
	margin-top:30px;
	
}

#main .state .more a{
	color:#00284a;
	display:block;
}



@media screen and (max-width: 823px){

	#main .state{
		width:94%;
		margin:5em auto 5em;
		text-align:center;
	}
	
	
	#main .state .titleLine{
		width:100%;
		margin-bottom:1.5em;
	}
	
	
	
	#main .state .stateList{
		width:100%;
		text-align:center;
	}
	
	#main .state .stateList div{
		width:100%;
		display:inline-block;
		text-align:center;
		border:1px solid #e5e5e5;
		box-sizing:border-box;
		
	}
	
	#main .state .stateList div img{
		width:100%;
		padding:20px;
		box-sizing:border-box;
	}
	
	
	
	
	#main .state .more{
		display:inline-block;
		padding:15px 40px;
		border-radius:50px;
		border:1px solid #00284a;
		color:#00284a;
		font-size:16px;
		font-family:'roboto';
		margin-top:1.5em;
		
	}
	
	#main .state .more a{
		color:#00284a;
		display:block;
	}

}







@media screen and (max-width: 823px){

	#main .state{
		width:94%;
		margin:5em auto 5em;
		text-align:center;
	}
	
	
	#main .state .titleLine{
		width:100%;
		margin-bottom:1.5em;
	}
	
	
	
	#main .state .stateList{
		width:100%;
		text-align:center;
	}
	
	#main .state .stateList div{
		width:100%;
		display:inline-block;
		text-align:center;
		border:1px solid #e5e5e5;
		box-sizing:border-box;
		
	}
	
	#main .state .stateList div img{
		width:100%;
		padding:10px;
		box-sizing:border-box;
	}
	
	
	
	
	#main .state .more{
		display:inline-block;
		padding:15px 40px;
		border-radius:50px;
		border:1px solid #00284a;
		color:#00284a;
		font-size:16px;
		font-family:'roboto';
		margin-top:1.5em;
		
	}
	
	#main .state .more a{
		color:#00284a;
		display:block;
	}

}













































