이메일 무단수집거부
본 사이트에 게시된 이메일 주소가 전자우편 수집 프로그램이나 그 밖의 기술적 장치를 이용하여 무단으로 수집 되는 것을 거부합니다.
이를 위반시 「정보통신망 이용촉진 및 정보보호 등에 관한 법률」에 의해 형사처벌됨을 유념하시기 바랍니다.
.parent{
width: 90%;
margin: 10px auto;
display: flex;
}
.first {
flex:1;
width:30%;
box-sizing: border-box;
}
.second{
flex:1;
width:30%;
box-sizing: border-box;
}
.third{
flex:1;
width:30%;
box-sizing: border-box;
}