.edu_box { display: flex; flex-direction: column; margin-bottom: 15px; margin-top: 15px;}
.edu_box .edu_title { display: flex; align-items: center; padding: 10px 0; color: #03A9F4;}
.edu_box .edu_title h4 { margin: 0 5px;}
.edu_box .edu_title .material-icons { font-size: 18px;}
.edu_box .edu_body { padding: 5px 10px; }
.edu_box .edu_body p { margin-bottom: 5px; }
.edu_box .edu_body p > strong { font-size: 14px;}

textarea[name=txtEtc] { height: 100px;}

.edu_agree { display: flex; width: 100%; margin: 10px 0px; height: auto; border: 1px solid #ddd; padding: 10px; flex-direction: column; gap:10px;}
