@charset "UTF-8";

.instructor-title {
    font-size: 18px;
    color: #0064CD;
    font-weight: bold;
}

.person-title {
    border-left: solid 4px #0064CD;
    padding-left: 10px;
    font-weight: bold;
}

.person-contents {
    white-space: pre-line;
    background-color: #f7f7f7;
    padding: 20px;
    font-size: 15px;
}

.person-contents b {
    color: #000;
    font-family: 'CoreDream';
    font-weight: normal;
    margin-bottom: 5px;
}

h5 {
    font-weight: bold;
}

.form-group {
    padding: 10px;
    margin: 0;
    font-size: 15px;
    font-family: 'CoreDream';
}

.register-box-body {
    padding: 40px 20px;
}

.box-footer {
    margin-top: 40px;
}

.pool-box {
    max-width: 940px;
    margin: 0 auto; 	
    min-height: calc(100vh - 290px);
}

.register-box-body .title {
    text-align: center;
    font-size: 26px;
    color: #000;
    font-family: 'CoreDream';
    margin-bottom: 20px;
    font-weight: bold;
}

.form_block.box1 {
    border: 1px solid #ddd;
    padding: 20px 30px;
}

.mesg_agree {
    display: inline-block;
    font-family: 'CoreDream';
    font-size: 15px;
    margin-right: 10px;
}

.agree_chk label {
    font-size: 15px;
    font-family: 'CoreDream';
}

.icheckbox_flat-blue,
.iradio_flat-blue {
    vertical-align: top;
    margin-right: 5px;
}



/* 협력교원 */
.instructor-title {	font-size: 18px;	color: #0064CD;	font-weight: bold;}
.person-title {	border-left: solid 4px #0064CD;	padding-left: 10px;	font-weight: bold;}
.person-contents {	white-space: pre-line;	background-color: #f7f7f7;	padding: 20px;	font-size: 15px;line-height: 1.6;}
.person-contents b {	color: #000;	font-family: 'S-CoreDream-5Medium';	font-weight: normal;	margin-bottom: 5px;}
h5 {	font-weight: bold;}
.form-group {	padding: 10px;	margin: 0;	font-size: 15px;	font-family: 'CoreDream';}
.register-box-body {	padding: 40px 20px;}
.box-footer {	margin-top: 40px;}
.pool-box {	max-width: 940px;	margin: 0 auto;   	min-height: calc(100vh - 290px);}
.register-box-body .title {	text-align: center;	font-size: 26px;	color: #000;	font-family: 'S-CoreDream-5Medium';	margin-bottom: 20px;	font-weight: bold;}
.form_block.box1 {	border: 1px solid #ddd;	padding: 20px 30px;}
.mesg_agree {	display: inline-block;	font-family: 'S-CoreDream-4regular';	font-size: 15px;	margin-right: 10px;}
.agree_chk label {	font-size: 15px;	font-family: 'S-CoreDream-4regular';}
.icheckbox_flat-blue,.iradio_flat-blue {	vertical-align: top;	margin-right: 5px;}
.imp {color:#ff0000;display: inline-block;margin-right:5px;} 
.write_pool {	padding: 40px 20px;}
.write_pool > div {margin-bottom:25px;}
.write_pool > div:last-child {margin-bottom:0;}
.write_pool .person-title {	font-family: 'CoreDream';}
.info_form_wrap * {	font-family: 'CoreDream'}
.info_form_wrap {	border-top: 1px solid #000}
.info_form_wrap .radio_area {margin-right:15px;}
.info_form_wrap dl {	display: flex;	/* gap: 10px; */	border-bottom: 1px solid #ddd;	margin: 0;}
.info_form_wrap dl dt,.info_form_wrap dl dd {	display: flex;	align-items:center;	flex-wrap:wrap;	min-height:60px;	font-size: 15px;	padding: 10px 15px;}
.info_form_wrap dl dt {	flex:0 0 auto;	width: 170px;	background-color: #f7f7f7;	border-right: 1px solid #ddd;}
.info_form_wrap dl dd {	flex:1 1 auto;}
.info_form_wrap.v2 dl dt {	width: 300px;}
.info_form_wrap.v3 dl dt {	width: 300px;}
.info_form_wrap input[type="text"],.info_form_wrap select {	height: 40px;	border: 1px solid #ddd;	padding:0 10px; width:auto;}
.info_form_wrap textarea {	width:100%;	border: 1px solid #ddd;}
.info_form_wrap input[readonly] {background:#f7f7f7;outline:none;}
.tel_form {	display: flex;	align-items: center;	justify-content: flex-start;	gap: 10px;}
.tel_form input {	width: 80px;}
.info_form_wrap button {	height: 40px;	padding: 0 15px;}
.email_form {	display: flex;	align-items: center;	justify-content: flex-start;	gap: 10px;}
.email_form input,.email_form select {	width: 120px;}
.education_from {	display: flex;	align-items: center;	justify-content: flex-start;	gap: 10px;	margin: 5px 0; width:100%;}
input.tc {text-align:center;}
input.getYear {text-align:center;}
.education_from select {	width: 120px;}
.done_wrap {  text-align: center;  padding-top: 50px;}
.done_wrap:before {  content: "";  display: block;  width: 100%;  height: 100px;  background-image: url("/images/common/done_mesg.png");  background-repeat: no-repeat;  background-position: center;}
.done_wrap .done_mesg {	font-family: 'S-CoreDream-5Medium';  background-color: #F7F7F7;  display: inline-block;  padding: 25px 20px;  width: 100%;  max-width: 940px;  margin-bottom: 20px;  font-weight: bold;}
.done_wrap .done_mesg .txt_big {  color: #2E6BC6;  font-size: 35px;  font-weight: 500;  letter-spacing:-2px;}
.done_wrap .done_mesg .txt_min {  font-size: 22px;  letter-spacing:-1px;	font-family: 'CoreDream';  font-weight:bold;}
.done_wrap .done_mesg .txt_min span {color:#27a5cd;}
.done_wrap .guide_mesg {  font-size: 17px;}
.done_wrap a {  padding: 15px 30px;  font-size: 19px;}

.board_write dl dt {display:inherit;align-items: center;}

/* button */
a.btn_blue {padding-top:15px;}
a.btn_base {padding-top:0 30px;}
.prgm{ display: inline-block;    white-space: nowrap; }

.info_form_wrap * {
    font-family: 'CoreDream'
}

.info_form_wrap {
    border-top: 1px solid #000
}
.info_form_wrap .radio_area {margin-right:15px;}

.info_form_wrap dl {
    display: flex;
    /* gap: 10px; */
    border-bottom: 1px solid #ddd;
    margin: 0;
}

.info_form_wrap dl dt,
.info_form_wrap dl dd {
    display: flex;
    align-items:center;
    flex-wrap:wrap;
    min-height:60px;
    font-size: 15px;
    padding: 10px 15px;
}

.info_form_wrap dl dt {
    flex:0 0 auto;
    width: 170px;
    background-color: #f7f7f7;
    border-right: 1px solid #ddd;
}
.info_form_wrap dl dd {
    flex:1 1 auto;
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border-radius: 4px;
    border-radius: 3px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid transparent;
}
.btn-primary {
    color: #fff;
    background-color: #3c8dbc;
    border-color: #367fa9;
}

.info_form_wrap dl dt a {
    margin-left: 5px;
}

.person-title {
    border-left: solid 4px #0064CD;
    padding-left: 10px;
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: bold;
}
.btn-default {
    background-color: #f4f4f4;
    color: #444;
    border-color: #ddd;
}
.btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}
.btn-default:hover, .btn-default:active, .btn-default.hover {
    background-color: #e7e7e7;
}

.person-contents b {
    color: #000;
    font-family: 'CoreDream';
    font-weight: normal;
    margin-bottom: 5px;
}

.agree_chk_wrap {
	text-align: right;
	padding: 3px 10px 20px 0;
}

.box-footer {
	display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 10px;
}

.btn_wrap .btn,
.box-footer .btn {
	padding: 10px 22px;
	height: auto;
}
