/*foot.css*/
#ft{padding: 40px 0; width:100%; min-width: inherit; text-align: left; background: #f9e8b3;}
#ft *{color:#000;  line-height: 28px; -ms-transform: skew(-0.1deg); -webkit-transform: skew(-0.1deg); transform: skew(-0.1deg); text-align: left; font-weight: 300;}
#ft_company{margin: 0 auto;}
#ft_company li{display: inline-block;}
@media screen and (max-width:1199px){
    #ft{padding: 30px 0;}
    #ft *{font-size: 13px; line-height: 24px; word-break: keep-all;}
}
@media screen and (max-width:480px){
    #ft *{font-size: 12px; line-height: 18px;}
}

@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css');

* { 
font-family: Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, 'Helvetica Neue', 'Segoe UI', 'Apple SD Gothic Neo', 'Noto Sans KR', 'Malgun Gothic', sans-serif;
}

.ft_cont{
	max-width:1400px;
	margin: 0 auto;
	font-family: Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, 'Helvetica Neue', 'Segoe UI', 'Apple SD Gothic Neo', 'Noto Sans KR', 'Malgun Gothic', sans-serif;;
}

.ft_cont:after{
	content: '';
	display: block;
	clear: both;
}

.ft_cont .ft1{
	float: left;
	width: 33.33%;
}

.ft_cont .ft1 h2{
	font-size: 18px;
	margin-bottom: 20px;
	font-weight: 600;
}

.ft_cont .ft1 p{
	font-size: 15px;
}


.ft_cont .ft2{
	float: left;
	width: 33.33%;
}

.ft_cont .ft2 h2{
	font-size: 18px;
	margin-bottom: 20px;
	font-weight: 600;
}

.ft_cont .ft2 p{
	font-size: 15px;
}

.ft_cont .ft3{
	float: left;
	width: 33.33%;
}

.ft_cont .ft3 a{
	font-size: 25px;
	display: inline-block;
	margin-right: 5px;
}

@media(max-width:1199px){
	.ft_cont .ft3 a i{
		font-size: 25px !important;
	}
}

.ft_cont .ft3 h2{
	font-size: 18px;
	margin-bottom: 20px;
	font-weight: 600;
}

.ft_cont .ft3 p{
	font-size: 15px;
}



@media(max-width:690px){
	.ft_cont .ft1{width: 98%; float: none; margin: 20px auto;}
	.ft_cont .ft2{width: 98%; float: none; margin: 20px auto;}
	.ft_cont .ft3{width: 98%; float: none; margin: 20px auto;}

	.ft_cont .ft1 h2{font-size: 16px !important; font-weight: 600 !important;}
	.ft_cont .ft2 h2{font-size: 16px !important; font-weight: 600 !important;}
	.ft_cont .ft3 h2{font-size: 16px !important; font-weight: 600 !important;}
	
}