@charset "utf-8";

.fw-20 { width: 20% !important; }
.fw-25 { width: 25% !important; }
.fw-30 { width: 30% !important; }
.fw-35 { width: 35% !important; }
.fw-40 { width: 40% !important; }
.fw-45 { width: 45% !important; }
.fw-50 { width: 50% !important; }
.fw-60 { width: 60% !important; }
.fw-70 { width: 70% !important; }
.fw-80 { width: 80% !important; }
.fw-85 { width: 85% !important; }
.fw-90 { width: 90% !important; }

.h1, h1 { font-size: 2.25rem; }
.h2, h2 { font-size: 2rem; }
.h3, h3 { font-size: 1.75rem; }
.h4, h4 { font-size: 1.5rem; }
.h5, h5 { font-size: 1.25rem; }
.h6, h6 { font-size: 1rem; }
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
}

h4#recruit_name {
    text-align: center;
}

.btn, .btn-group {
	margin: 0 auto;
}

.btn-primary {
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd;
}

.btn-primary:hover {
    color: #fff;
    background-color: #0b5ed7;
    border-color: #0a58ca;
}

.btn {
    display: block;
    font-weight: 400;
    line-height: 1.5;
    /*color: #212529;*/
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    /*background-color: transparent;*/
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.form-control {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 0.85rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.programField {
    width: 100%;
    padding: 30px;
    margin: 30px auto;
    border: 3px solid #eee;
    border-radius: 30px;
    box-sizing: border-box;
}
.programSet {
    display: block;
    width: 230px;
    height: 30px;
    margin: 0 auto;
    line-height: 30px;
    text-align: center;
    text-decoration: none !important;
    color: white;
    font-weight: bold;
    font-size: 13px;
    background: #1147C1;
    border-radius: 15px;
}

.input-group-text {
    display: flex;
    align-items: center;
    padding: 0.375rem 0.75rem;
    font-size: 0.83rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}

form#apply_sub table {border-collapse:collapse; width:100%;}
form#apply_sub table th,
form#apply_sub table td {
	padding:10px 0;
	font-size:13px;
	vertical-align:middle;
	text-align:left;
	line-height: 21px;
}
form#apply_sub table th {
	padding-left: 2%;
	background: url(/pages/images/dot_a.gif) no-repeat left center;
	background-size: 10px 10px;
}
form#apply_sub table td input[type="text"],
form#apply_sub table td input[type="password"],
form#apply_sub table td textarea,
form#apply_sub table td select {display:inline-block; vertical-align:middle; /*font-size:13px;*/ border:1px solid #ccc;}

form#apply_sub table td input[type="text"],
form#apply_sub table td input[type="password"] {height:30px; padding:0 8%;}
form#apply_sub table td input[type="radio"] {vertical-align:middle;}
form#apply_sub table td input[name="v_name"] {width:80%;}
form#apply_sub table td input[name^="v_social"] {width:40%;}
form#apply_sub table td input[name="v_num"] {width:10%;}

form#apply_sub table td select {height:30px;}
form#apply_sub table td select[name="ca_code"] {width:100%;}
form#apply_sub table td select[name="hak"],
form#apply_sub table td select[name="ban"] {width:40%;}

form#apply_sub table td textarea {width:98%; padding:1%; min-height:100px; resize:vertical;}
form#apply_sub table td input[type="file"] {width:100%; cursor:pointer;}

.img_wrap {position:relative; height:196px;}
.img_wrap img {display:block; width:128px; height:165px;}
.img_wrap input[type="file"] {position:absolute; width:128px !important; bottom:0;}

span.on {display:inline-block; margin-left:3px; color:orange; font-style:italic; font-size:8px;}
span.off {display:inline-block; margin-left:3px; color:#aaa; font-style:italic; font-size:8px;}

#apply_list td:first-of-type {text-align:left;}

/* 프로그램 스타일 */
.programTable1 {width:100%; border-collapse:collapse; margin-bottom:10px; border-top:2px solid <?php echo $mainColor?>}
.programTable1 th,
.programTable1 td {padding:5px 10px; vertical-align:middle; text-align:center; border-bottom:1px solid #ddd;}
.programTable1 th {background:#eee;}
.programTable1 td {}
.programTable1 td input {vertical-align:middle;}
.programTable1 td input[type="text"] {border:none; border:1px solid #ccc; padding:3px;}
.programTable1 td input[type="checkbox"] {display:inline-block; width:16px; height:16px;}
.programTable1 td select {height:26px; border:1px solid #ccc; vertical-align:middle;}

.programTable1 td .btn_unlock {display: inline-block;background: #1147C1;border: 1px solid #1147C1;border-radius: 5px;color:#ffffff;}
.programTable1 td .btn_lock {display: inline-block;background: #FFFFFF;border: 1px solid #1147C1;border-radius: 5px;color:#1147C1;}


.programTable2 {width:100%; border-collapse:collapse;}
.programTable2 th,
.programTable2 td {padding:5px 10px; text-align:center; font-size:13px; vertical-align:middle; border-bottom:1px solid #ddd;}
.programTable2 th {color:white; font-size:13px; background: #1A2A42;}
.programTable2 td {}

.programAdmin {
	float:right;
	padding:4px 7px;
	margin-top:20px;
	text-decoration:none !important;
	font-size:11px;
	color:white;
	background:#555;
}

.programExcel {
	float:right;
	padding:8px 10px;
	margin-top:20px;
	text-decoration:none !important;
	font-size:11px;
	color:white;
	background:#555;
}

.programExcel2 {
	padding:3px 5px;
	text-decoration:none !important;
	font-size:11px;
	color:white;
	background:#1147C1;
}
.modify_msg { font-size:12px; font-weight: bold; color: red; text-decoration: underline; }
.bg_efefef { background: #efefef; }

button.btn.ok_btn {
    text-align: center;
    margin: 0;
    position: relative;
    /* top: 50%; */
    left: 42%;
    /*-ms-transform: translateY(-50%);
    transform: translateY(-50%);*/
}
button.btn.pass_btn {
    text-align: center;
    margin: 0;
    position: relative;
    left: 62%;
}


/* BOARD PAGE */
.board_page {text-align:center;}
.board_page a.notselected {color:#484848;margin:0 5px}
.board_page a.notselected:hover{color: #1A2A42;}
.board_page span.selected {
	display:inline-block;
	padding:3px 5px;
	margin:0 5px;
	color: #1147C1;;
	font-weight:bold;
	height:21px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:5px;
}
.board_page img{margin:1px;vertical-align: bottom}
.board_page.dashed{border-bottom:2px dashed #d9d9d9;padding-bottom:30px;margin-bottom:20px}