/*푸터*/
*{
    font-family: Pretendard,'Noto Sans KR', sans-serif;
}

.footer{
background-color: rgb(18 18 18);
font-size: 12px;
line-height: 1.5em;
height: 300px;
color: rgb(168, 168, 168);
display: flex;
justify-content: center;
}

.footer .container_1{
position: relative;
max-width: 1500px;
min-width: 1150px;
margin-top: 40px;
}

.foot-row{
display: flex;
justify-content: space-between;
padding: 0px 0 0px;
justify-content: flex-end;
}

.group2{
display: inline-flex;
}

.person{
text-align: center;
padding-right: 10px;
padding-left: 10px;
margin-top: 0px;
margin-bottom: 0px;
font-size: 11pt;
font-weight: 400;
color: #ffffffa1;
}


.person1{
text-align: center;
padding-right: 10px;
padding-left: 10px;
border-left: 2px solid rgb(151, 151, 151);
height: 17px;
margin-top: 0px;
margin-bottom: 0px;
font-size: 11pt;
font-weight: 400;
color: #ffffffa1;
}

/*로고 및 내용*/
.footer_g{
display: inline-flex;
align-items: flex-end;
width: 1150px;
}

.lg{
margin-top: 60px;
width: 996px;
}

.lg > img{
    margin-left: 0px;
}

.foot-row2{
display: flex;
justify-content: space-between;
padding: 10px 0 0px;
justify-content: flex-start;
}

.group3{
display: inline-flex;
}

.person2{
text-align: left;
padding-right: 10px;
border-right: 2px solid rgb(151, 151, 151);
height: 17px;
margin-top: 0px;
margin-bottom: 0px;
font-size: 11pt;
font-weight: 400;
color: #ffffffa1;
}

.person3{
text-align: left;
margin-left: 10px;
padding-left: 5px;
padding-right: 5px;
background-color: #c2c2c2;
color: rgb(80, 80, 80);
height: 17px;
margin-top: 0px;
margin-bottom: 0px;
font-size: 11pt;
font-weight: 600;
color: #2c2c2c;
}

.foot-icon{
text-align: right;
width: 165px;
}