@charset "utf-8";
.programCon {margin: 90px auto 110px; max-width: 1400px;}
.program_search a {color: #fff; border: none; background-color: #0a2a3b;}

@media all and (max-width: 767px) {
    .programCon {margin: 45px auto 65px;}
}

#member .inner > h4 {padding: 100px 0; text-align: center; box-sizing: border-box; font-family: var(--sub-font); font-weight: 600; font-size: var(--fz-34); line-height: 1.2em;}

.writeForm > table > tbody > tr > th {padding-left: 20px;}
.writeForm table tr td select.selecEmail,
.writeForm table tr td select.selecEmail option {text-align: left; text-align-last: left;}