/*
 * AllLiveC 임상회원웹
 */

[v-cloak] { display:none }

html,
body {
    height: 100%;
	font-family: 'notokr-regular';
	-webkit-appearance: none;
	font-family:Nanum Gothic, Nanum Gothic Coding,'Nanum Gothic','Nanum Gothic Coding','돋움',Dotum,Helvetica,sans-serif;
}
input:focus, button:focus {
  outline: none;
}
.clearBoth {clear:both}
.margin0 {margin:0}
.padding0 {padding:0}
.paddingT5 {padding-top:5px;}
.paddingT10 {padding-top:10px;}
.paddingT15 {padding-top:15px;}
.paddingB5 {padding-bottom:5px;}
.paddingB10 {padding-bottom:10px;}
.paddingB15 {padding-bottom:15px;}
.marginT5 {margin-top:5px;}
.marginT10 {margin-top:10px;}
.marginT15 {margin-top:15px;}
.marginT30 {margin-top:30px}
.marginB0 {margin-bottom:0}
.marginB5 {margin-bottom:5px;}
.marginB10 {margin-bottom:10px;}
.marginB15 {margin-bottom:15px;}
.marginB30 {margin-bottom:30px}
.border-none {border:none}

.font-txtL {font-family:'notokr-light'}
.font-txtR {font-family:'notokr-regular'}
.font-txtM {font-family:'notokr-medium'}
.font-txtB {font-family:'notokr-bold'}

/*체크박스/라디오 폼요소*/
.checkbox {
  padding-left: 20px; }
.checkbox label {
  display: inline-block;
  vertical-align: middle;
  position: relative;
    padding-left: 5px; }
.checkbox label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0;
  margin-left: -20px;
  border: 1px solid #cccccc;
  border-radius: 3px;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
      transition: border 0.15s ease-in-out, color 0.15s ease-in-out; }
.checkbox label::after {
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 16px;
  left: 0;
  top: 0;
  margin-left: -20px;
  padding-left: 3px;
  padding-top: 1px;
  font-size: 11px;
      color: #555555; }
.checkbox input[type="checkbox"],
.checkbox input[type="radio"] {
  opacity: 0;
  z-index: 1;
  cursor: pointer;
}
.checkbox input[type="checkbox"]:focus + label::before,
.checkbox input[type="radio"]:focus + label::before {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
      outline-offset: -2px; }
.checkbox input[type="checkbox"]:checked + label::after,
.checkbox input[type="radio"]:checked + label::after {
  font-family: "FontAwesome";
  content: "\f00c";}
.checkbox input[type="checkbox"]:indeterminate + label::after,
.checkbox input[type="radio"]:indeterminate + label::after {
  display: block;
  content: "";
  width: 10px;
  height: 3px;
  background-color: #555555;
  border-radius: 2px;
  margin-left: -16.5px;
  margin-top: 7px;
}
.checkbox input[type="checkbox"]:disabled,
.checkbox input[type="radio"]:disabled {
    cursor: not-allowed;
}
.checkbox input[type="checkbox"]:disabled + label,
.checkbox input[type="radio"]:disabled + label {
      opacity: 0.65; }
.checkbox input[type="checkbox"]:disabled + label::before,
.checkbox input[type="radio"]:disabled + label::before {
  background-color: #eeeeee;
        cursor: not-allowed; }
.checkbox.checkbox-circle label::before {
    border-radius: 50%; }
.checkbox.checkbox-inline {
    margin-top: 0; }

.checkbox-primary input[type="checkbox"]:checked + label::before,
.checkbox-primary input[type="radio"]:checked + label::before {
  background-color: #337ab7;
  border-color: #337ab7; }
.checkbox-primary input[type="checkbox"]:checked + label::after,
.checkbox-primary input[type="radio"]:checked + label::after {
  color: #fff; }

.checkbox-danger input[type="checkbox"]:checked + label::before,
.checkbox-danger input[type="radio"]:checked + label::before {
  background-color: #d9534f;
  border-color: #d9534f; }
.checkbox-danger input[type="checkbox"]:checked + label::after,
.checkbox-danger input[type="radio"]:checked + label::after {
  color: #fff; }

.checkbox-info input[type="checkbox"]:checked + label::before,
.checkbox-info input[type="radio"]:checked + label::before {
  background-color: #5bc0de;
  border-color: #5bc0de; }
.checkbox-info input[type="checkbox"]:checked + label::after,
.checkbox-info input[type="radio"]:checked + label::after {
  color: #fff; }

.checkbox-warning input[type="checkbox"]:checked + label::before,
.checkbox-warning input[type="radio"]:checked + label::before {
  background-color: #f0ad4e;
  border-color: #f0ad4e; }
.checkbox-warning input[type="checkbox"]:checked + label::after,
.checkbox-warning input[type="radio"]:checked + label::after {
  color: #fff; }

.checkbox-success input[type="checkbox"]:checked + label::before,
.checkbox-success input[type="radio"]:checked + label::before {
  background-color: #5cb85c;
  border-color: #5cb85c; }
.checkbox-success input[type="checkbox"]:checked + label::after,
.checkbox-success input[type="radio"]:checked + label::after {
  color: #fff;}

.checkbox-primary input[type="checkbox"]:indeterminate + label::before,
.checkbox-primary input[type="radio"]:indeterminate + label::before {

  background-color: #337ab7;
  border-color: #337ab7;
}

.checkbox-primary input[type="checkbox"]:indeterminate + label::after,
.checkbox-primary input[type="radio"]:indeterminate + label::after {
  background-color: #fff;
}

.checkbox-danger input[type="checkbox"]:indeterminate + label::before,
.checkbox-danger input[type="radio"]:indeterminate + label::before {
  background-color: #d9534f;
  border-color: #d9534f;
}

.checkbox-danger input[type="checkbox"]:indeterminate + label::after,
.checkbox-danger input[type="radio"]:indeterminate + label::after {
  background-color: #fff;
}

.checkbox-info input[type="checkbox"]:indeterminate + label::before,
.checkbox-info input[type="radio"]:indeterminate + label::before {
  background-color: #5bc0de;
  border-color: #5bc0de;
}

.checkbox-info input[type="checkbox"]:indeterminate + label::after,
.checkbox-info input[type="radio"]:indeterminate + label::after {
  background-color: #fff;
}

.checkbox-warning input[type="checkbox"]:indeterminate + label::before,
.checkbox-warning input[type="radio"]:indeterminate + label::before {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}

.checkbox-warning input[type="checkbox"]:indeterminate + label::after,
.checkbox-warning input[type="radio"]:indeterminate + label::after {
  background-color: #fff;
}

.checkbox-success input[type="checkbox"]:indeterminate + label::before,
.checkbox-success input[type="radio"]:indeterminate + label::before {
  background-color: #5cb85c;
  border-color: #5cb85c;
}

.checkbox-success input[type="checkbox"]:indeterminate + label::after,
.checkbox-success input[type="radio"]:indeterminate + label::after {
  background-color: #fff;
}

.radio {
  padding-left: 20px; }
.radio label {
  display: inline-block;
  vertical-align: middle;
  position: relative;
    padding-left: 5px; }
.radio label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0;
  margin-left: -20px;
  border: 1px solid #cccccc;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out;
      transition: border 0.15s ease-in-out; }
.radio label::after {
  display: inline-block;
  position: absolute;
  content: " ";
  width: 11px;
  height: 11px;
  left: 3px;
  top: 3px;
  margin-left: -20px;
  border-radius: 50%;
  background-color: #555555;
  -webkit-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
      transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33); }
.radio input[type="radio"] {
  opacity: 0;
  z-index: 1;
  cursor: pointer;
}
.radio input[type="radio"]:focus + label::before {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
      outline-offset: -2px; }
.radio input[type="radio"]:checked + label::after {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
      transform: scale(1, 1); }
.radio input[type="radio"]:disabled {
    cursor: not-allowed;
}
.radio input[type="radio"]:disabled + label {
      opacity: 0.65; }
.radio input[type="radio"]:disabled + label::before {
        cursor: not-allowed; }
.radio.radio-inline {
    margin-top: 0; }

.radio-primary input[type="radio"] + label::after {
  background-color: #337ab7; }
.radio-primary input[type="radio"]:checked + label::before {
  border-color: #337ab7; }
.radio-primary input[type="radio"]:checked + label::after {
  background-color: #337ab7; }

.radio-danger input[type="radio"] + label::after {
  background-color: #d9534f; }
.radio-danger input[type="radio"]:checked + label::before {
  border-color: #d9534f; }
.radio-danger input[type="radio"]:checked + label::after {
  background-color: #d9534f; }

.radio-info input[type="radio"] + label::after {
  background-color: #5bc0de; }
.radio-info input[type="radio"]:checked + label::before {
  border-color: #5bc0de; }
.radio-info input[type="radio"]:checked + label::after {
  background-color: #5bc0de; }

.radio-warning input[type="radio"] + label::after {
  background-color: #f0ad4e; }
.radio-warning input[type="radio"]:checked + label::before {
  border-color: #f0ad4e; }
.radio-warning input[type="radio"]:checked + label::after {
  background-color: #f0ad4e; }

.radio-success input[type="radio"] + label::after {
  background-color: #5cb85c; }
.radio-success input[type="radio"]:checked + label::before {
  border-color: #5cb85c; }
.radio-success input[type="radio"]:checked + label::after {
  background-color: #5cb85c; }

input[type="checkbox"].styled:checked + label:after,
input[type="radio"].styled:checked + label:after {
  font-family: 'FontAwesome';
  content: "\f00c"; }
input[type="checkbox"] .styled:checked + label::before,
input[type="radio"] .styled:checked + label::before {
  color: #fff; }
input[type="checkbox"] .styled:checked + label::after,
input[type="radio"] .styled:checked + label::after {
  color: #fff; }

/*로그인*/
.login_top {
	border-top:2px solid #5cb430;
	height:37px; border-bottom:1px solid #dedede; background-color:#fafafc; margin-bottom:15px
}
.login_top .login_topLogo {
	margin-top:55px;
	margin-bottom:55px
}
.login_top .login_topLogo h6 {
	color:#003913
}
.loginLayout {
	width:500px;
	min-width:500px;
	max-width:500px
}
.loginBox {
	border:3px solid #65b83b;
	width:100%; height:260px;
	padding:20px 15px 30px 15px
}
.loginBox i {
	display:block;
	width:15px;
	height:3px;
	background-color:#65b83b;
	margin-bottom:5px
}
.loginBox h4 {
	font-weight:bold
}
.loginBox h6 {
	color:#6d6d6d;
	font-weight:bold
}
.loginBox h6 span {
	color:#ff6600
}
.memberLogin-form {
	margin-top:20px;
	height:80px;
}
.memberLogin-form .inputBox {
	margin:0;
	padding:0;
	width:300px;
	min-width:300px;
	float:left
}
.memberLogin-form .inputBox input {
	width:355px
}
.memberLogin-form .loginbtnBox {
	margin:0;
	padding:0;
	width:100px;
	min-width:80px;
	float:right;
}
.search_idpwd {
	font-size:12px;
	border-top:1px solid #ddd;
	margin-top:20px;
	padding-top:20px;
	clear:both
}
.memberLogin-form .loginbtnBox button {
	height:77px
}
.search_idpwd .idpwd-list a {
	color:inherit
}
.search_idpwd .idpwd-list li {
	border-right:1px solid #ddd;
	padding-left:15px;
	padding-right:18px;
	height:12px;
	line-height:12px
}
.search_idpwd .idpwd-list li:last-child {
	border:none
}
.search_idpwd .idpwd-list li:last-child a {
	color:#5cb430
}
footer {clear:both}
.login_footer {background-color:#ffffff; width:1200px; margin-left:auto; margin-right:auto; padding-right:15px; padding-left:15px}
.login_footer address {
	margin-top:30px;
	font-size:12px;
	font-family: 돋음, Dotum, Baekmuk Dotum, Undotum, Apple Gothic, Latin font, sans-serif;
	color:#767676;
	line-height:1.8
}
.loginLayout .login_Info {
	font-size:12px;
	padding:20px;
}
.loginLayout .login_Info ul {
    line-height:2em;
	color:#919191
}
.loginLayout .login_Info ul li span {
	color:#ff6600
}
/*로그인*/

#wrap {
  min-height: 100%;
  height: auto;
  margin: 0 auto -60px;
  padding: 0 0 60px;
}
#footer {
  height: 60px;
  font-size:12px;
  background-color: #efefef;
}
#footer address {margin-bottom:0; line-height:1.7em}

/*메인-공고관리*/
.pageNav {
	border-bottom:1px solid #5cb430;
	background-color:#f4f4f4;
	min-height:60px;
	margin-bottom:0
}
.pageNav .navbar-header {
	float:left
}
.pageNav .navbar-header .navbar-brand {
	padding:10px 0px 0px 20px
}
.pageNav .topRightMenu {
	float:right;
	margin-top:20px;
	padding-right:5px;
	font-size:12px
}
/*
.topRightMenu ul li:first-child {
	padding-right:50px
}
*/
.topRightMenu ul li i {
	color:#5cb42f;
}
.topRightMenu ul li:first-child span {
	color:#5cb42f;
	font-weight:bold;
}
.topRightMenu ul li a {
	color:inherit;
    text-decoration:none;
}
.con_Title .page-header h4 {
	font-weight:bolder
}
.con_Title .page-header b {
	font-size:12px;
	color:#838383
}
.con_Title .box_Search {
	margin:0 auto;
	width:345px;
	clear:both
}
.con_Title .box_Search .box_SearchLeft {
	padding-right:0;
	float:left;
	width:263px;
}
.con_Title .box_Search .box_SearchLeft input {
	font-size:12px;
	height:42px;
	border-radius:0px;
	border:1px solid #92c56d
}
.con_Title .box_Search .box_SearchRight {
	float:left;
	margin-left:5px
}
.con_Title .box_Search .box_SearchRight button {
	border-radius:0px;
	width:105px; height:42px;
	background-color:#92c56d;
	border:none
}
.noticeA_List .table-sm {
	border-bottom:1px solid #ddd;
}
.noticeA_List table {
	font-size:14px;
}
.noticeA_List .sort {
	padding:0px 5px;
	margin-right:5px;
	color:#ffffff;
	display:block;
	border-radius:20px;
	background-color:#5cb430;
	float:left;
	font-weight:normal
}
.noticeA_List .subject {
	float:left;
	display:block;
	display:-webkit-box;
	width:400px;
	overflow:hidden;
	word-wrap:break-word;
	text-overflow:ellipsis;
	-webkit-line-clamp:1;
	-webkit-box-orient:vertical;
	text-align:left
}
.noticeA_List table thead {
	border-top:2px solid #5cb430;
}
.noticeA_List table > thead > tr > th, .noticeA_List table > tbody > tr > td {
	border-bottom:none;
	text-align:center;
	vertical-align:middle
}
.noticeA_List table caption {
	text-align:right;
	padding-top:0px;
	padding-right:10px;
	font-weight:bold
}
.noticeA_List table caption label {
	color:#5cb430;
}
.noticeA_List table > tbody > tr > td > button {
	font-size:12px;
	border:none;
	min-width:70px
}
.noticeA_List table > tbody > tr > td > .yellowbtn {
	background-color:#f5a623;
	border:1px solid #f5a623;
	color:#ffffff
}
.noticeA_List table > tbody > tr > td > .greenbtn {
	background-color:#5db431;
	border:1px solid #5db431;
	color:#ffffff
}
.noticeA_List table > tbody > tr > td > .graybtn {
	background-color:#d6d6d6;
	border:1px solid #959595;
	color:#959595
}
.noticeA_List table > tbody > tr > td > .etcbtn {
	background-color:#e9e9e9;
	border:1px solid #959595;
	color:#959595
}
.innerTable tr td {
	text-align:left !important
}
.noticeA_List table tr td {
	line-height:1.7em;
}
.noticeA_List table tr td .applicantNum_approve {
	display:inline-block;
	border-radius:50%;
	padding:10px;
	width:50px;
	height:50px;
	font-weight:bold;
	background-color:#f5a623;
	line-height:1.3em;
	color:#ffffff
}
.noticeA_List table tr td .applicantNum_recruit {
	display:inline-block;
	border-radius:50%;
	width:50px;
	height:50px;
	font-weight:bold;
	line-height:4em;
	background-color:#5cb430;
	color:#ffffff
}
.noticeA_List table tr td .applicantNum_wait {
	display:inline-block;
	border-radius:50%;
	width:50px;
	height:50px;
	font-weight:bold;
	line-height:4em;
	background-color:#959595;
	color:#ffffff
}
.noticeA_List table tr td .applicantNum_etc {
	display:inline-block;
	border-radius:50%;
	width:50px;
	height:50px;
	font-weight:bold;
	line-height:4em;
	background-color:#d9d9d9;
}
.noticeA_List table tr td span {
	font-weight:bold
}
.noticeA_List table tr td a {
	color:inherit;
	text-decoration:none;
}
.recruit_Select {
	color:#5cb430
}
.innerTable > tbody > tr > td {
	padding-left:5px
}
.innerTable .sort {
	padding:0px 5px;
	margin-right:5px;
	color:#ffffff;
	display:block;
	border-radius:20px;
	background-color:#5cb430;
	float:left;
	font-weight:normal
}
.innerTable .subject {
	float:left;
	display:block;
	display:-webkit-box;
	width:590px;
	height:20px;
	overflow:hidden;
	word-wrap:break-word;
	text-overflow:ellipsis;
	-webkit-line-clamp:1;
	-webkit-box-orient:vertical
}
.registerBtn button i {
	margin-right:10px
}
.pagination {
	margin-bottom:100px
}
.margin-bottom-zero.pagination{
	margin-bottom:0
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
	background-color:#47a200;
	border-color:#47a200
}
.sortNum_Checkbox1 {
	border:2px solid #47a200;
	min-height:80px;
	margin-bottom:20px;
	margin-top:10px;
}
.sortNum_Checkbox1 div {
	padding-top:12px;
	border-right:1px solid #dedede;
	min-width:14.2857%;
	height:76px;
	float:left;
    cursor:pointer;
}
.sortNum_Checkbox1 div label {
	font-size:20px
}
.sortNum_Checkbox1 div .approve{
	color:#f5a623
}
.sortNum_Checkbox1 div .recruit{
	color:#5cb430
}
.sortNum_Checkbox1 div .wait{
	color:#959595
}
.sortNum_Checkbox1 div .etc{
	color:#cbcbcb
}
.sortNum_Checkbox1 div span {
	font-weight:bold;
	display:inline-block;
	font-size:12px
}
.sortNum_Checkbox1 div:last-child {
	border-right:none
}
.sortNum_Checkbox1 div.router-link-active {
	background-color:#47a200;
}
.sortNum_Checkbox1 div.router-link-active label {
	color:#ffffff; font-size:25px; text-shadow:2px 2px #6a6a6a; margin-bottom:-2px
}
.sortNum_Checkbox1 div.router-link-active span {
	color:#ffffff;
}
.registerBtn button {
	margin-right:10px
}
/*메인-공고관리*/

/*지원자관리*/
.manageTitlebox {
	margin-bottom:10px
}
.manageTitlebox h4 {
	margin-top:0px; color:#47a200; float:left
}
.manageTitlebox .title {
	color:#010101; font-weight:bolder
}
.manageTitlebox h4 .sort {
	font-size:12px;
	padding:5px 10px;
	margin-left:5px;
	margin-right:5px;
	color:#ffffff;
	display:inline-block;
	border-radius:20px;
	background-color:#5cb430;
	font-weight:normal;
	vertical-align:text-top
}
.sortNum_Checkbox {
	border:2px solid #47a200;
	min-height:80px
}
.sortNum_Checkbox div {
	margin-top:25px;
	border-right:1px solid #dedede;
	min-width:232px;
	float:left
}
.sortNum_Checkbox div label {
	margin-right:5px;
}
.sortNum_Checkbox div span {
	font-weight:bold;
	display:inline-block;
	padding:2px 10px;
	color:#ffffff;
	border-radius:10px;
	margin-right:3px
}
.sortNum_Checkbox div:last-child {
	border-right:none
}
/*지원자관리*/

/*공고등록*/
.register_topInfo .register_topInfoLeft {
	float:left;
	min-width:50%;
	padding:10px 15px;
	border:1px solid #ddd;
	height:190px;
}
.register_topInfo .register_topInfoLeft ul {
	font-size:12px;
	list-style:none
}
.register_topInfo .register_topInfoLeft ul li label {
	display:inline-block;
	min-width:150px;
}
.register_topInfo .register_topInfoRight {
	float:left;
	min-width:50%;
	padding:10px 15px;
	border:1px solid #ddd;
	border-left:none;
	height:190px;
	background-color:#fafafa
}
.register_topInfo .register_topInfoRight div {
	display: block;
}
.register_topInfo .register_topInfoRight div ul {
	font-size:12px;
	list-style:none;
	margin-left:15px
}
.register_topInfoRight div ul li label {
	display:inline-block;
	min-width:80px;
}
.register_applicant table {
	font-size:12px
}
.register_applicant table caption {
	color:#ff8400;
	font-weight:bold
}
.register_applicant table > tbody > tr > td label {
	margin-top:10px
}
.register_applicant table > tbody > tr > td input[type=file] {
	width:100%; min-height:25px
}
.register_applicant table > tbody > tr > td .personsRecruit {
	width:100px;
	display:inline-block;
	margin-right:5px
}
.register_applicant table > tbody > tr > td .search input {
	width:400px;
	display:inline-block
}
.register_applicant table > tbody > tr > td .search button {
	vertical-align:top
}
.register_applicant table > tbody > tr > td .search .confirmBtn {
	background-color:#e9e9e9
}
.register_applicant table > tbody > tr > td:first-child {
	width:100px
}
.register_applicant table > tbody > tr > td .form-check-label {
	margin-right:10px
}
.register_applicant table > tbody > tr > td .form-check-label input {
	vertical-align:text-bottom
}
.register_applicant .asterisk_text {
	color:#ff8400;
}
.register_applicant table > tbody > tr > td .ageInput {
	width:50px;
	display:inline-block;
	margin-right:5px;
    margin-left:5px;
}
.searchResult_list {
	position:relative;
	bottom:10px;
	overflow:auto;
	height:75px;
	border:1px solid #ddd;
	padding:0px 0px 10px 10px
}
.register_applicant table > tbody > tr > td .check-Same {
	margin-top:0px;
    margin-left:10px
}
.register_applicant table > tbody > tr > td .check-Same input, .searchResult_list input {
	width:inherit
}
.result_organ li {
	border:1px solid #ddd;
	padding:2px 0px 2px 5px;
	margin-bottom:5px
}
.result_organ li span {
	color:#5cb430
}
.result_organ li button {
	background:none;
	border:none;
	color:#7a7b7a;
	position:relative; top:2px; left:1px
}
.register_applicant table > tbody > tr > td .telNumber {
	width:150px;
	display:inline-block
}
.gray-btn {
	background-color:#9c9c9c;
	color:#ffffff;
	border:1px solid #878787
}
.searchResult-modal {
	overflow:auto;
	height:240px;
	font-size:13px
}

.searchResult-modal li input {
	vertical-align:text-bottom;
	margin-right:10px
}
/*공고등록*/

/*모집공고상세보기*/
.recDetail_date {
	position:relative; bottom:15px; right:10px; font-size:12px
}
.recruitTitle .detail-Ul {
	font-size:13px;
}
.recruitTitle .detail-Ul li {
	height:11px;
	border-right:1px solid #bcbcbc;
	line-height:11px;
	padding-left:5px;
	padding-right:10px
}
.recruitTitle .detail-Ul li:last-child {
	border-right:none
}
.hospitalLogo {
	border:1px solid #ddd
}
.recDetail_title h4 {
	display:inline-block;
	color:#5cb430;
	font-weight:bold
}
.recDetail_title .division_ic {
	display:inline-block;
	padding:1px 10px;
	border-radius:20px;
	background-color:#5cb430;
	color:#ffffff
}
.recDetailCon .recDetailConUl {
	list-style:none;
	margin-left:-35px
}
.recDetailCon .recDetailConUl b {
	font-size:13px
}
.recDetailCon .recDetailConUl li ul {
	font-size:12px;
	line-height:1.8em
}
.recDetailCon .recDetailConUl li ul li img {
	margin-right:5px;
}
.recDetailCon .recDetailConUl li ul li a {
	color:inherit
}
/*모집공고상세보기*/

/*지원자정보*/
.userinfotable {
	border-top:2px solid #5cb430
}
.userinfotable caption {
	font-weight:bold
}
.userinfotable > tbody > tr > th:first-child {
	width:150px;
}
.userinfotable > tbody > tr > .name_age {
	width:150px;
	text-align:center
}
.userinfotable > tbody > tr > th, .userinfotable > tbody > tr > td {
	vertical-align:middle;
	font-size:12px
}
.userinfotable > tbody > tr > th {
	background-color:#f3f3f3;
	font-weight:normal
}
.userinfotable > tbody > tr > .firstCon_td {
	width:50%
}
.userinfotable .innertable {
	margin-bottom:0px;
}
.userinfotable .innertable tr td {
	width:30%;
	border-top:none;
	border-right:1px solid #ddd
}
.userinfotable .innertable tr td:last-child {
	border-right:none
}
.userinfotable .innertable tr td span {
	text-align:center;
	display:block;
	font-size:14px;
	font-weight:bold
}
.userinfotable > tbody > tr > td .form-check-label input {
	vertical-align:text-bottom
}
.fact_identifybox .fact_identifycon span {
	margin-left:10px;
	font-weight:bold
}
.fact_identifybox .fact_identifyresult {
	margin:80px 0px;
	font-size:13px
}
.fact_identifybox .fact_identifyresult .resulttext {
	margin-right:20px;
	font-weight:normal
}
.fact_identifyresult .form-check-label {
	margin-right:15px;
}
.fact_identifyresult .form-check-label input {
	vertical-align:sub
}
/*지원자정보*/

/* add stylesheet list-clinical-test */
.content-wrapper .clinical-item .btn-candidate { background-color:#eac100; color:#fff; border:medium none; font-size:12px; }
.content-wrapper .clinical-item .btn-schedule { background-color:#ea6600; color:#fff; border:medium none; font-size:12px; }
.content-wrapper .clinical-item .btn-schedule.off { background-color:#cbccd2; }

/* add stylesheet write-clinical-test */
.content-wrapper .clinical-form .top-area { display:block; }
.content-wrapper .clinical-form .top-area .company-info .company-info-top { display:inline-block; width:100%; }
.content-wrapper .clinical-form .top-area .company-info .company-info-top h5 { display:block; float:left; }
.content-wrapper .clinical-form .top-area .company-info .company-info-top .register-img-wrapper { float:right; }
.content-wrapper .clinical-form .top-area .company-info .company-info-bottom .list-group { margin:0; }
.content-wrapper .clinical-form .main-content { clear:both; }
.content-wrapper .clinical-form .main-content .form-content .type-checkbox-wrapper { width:100%; display:inline-block; padding:20px 10px 0; }
.content-wrapper .clinical-form .main-content .form-content .type-checkbox-wrapper .type-checkbox { width:30%; display:inline; float:left; }
.content-wrapper .clinical-form .main-content .form-content .type-checkbox-wrapper .type-checkbox label { margin:0; }
.content-wrapper .clinical-form .main-content .form-content .type-checkbox-wrapper .type-checkbox input[type="radio"] { cursor:pointer; }
.content-wrapper .clinical-form .main-content .form-content .search { display:block; position:relative; }
.content-wrapper .clinical-form .main-content .form-content .search select.kind-select { width:30%; }
.content-wrapper .clinical-form .main-content .form-content .search button.confirmBtn { position:absolute; left:30%; margin-left:10px; }
.content-wrapper .clinical-form .main-content .form-content .search span.search-info { vertical-align:bottom; margin-right:10px; }
.content-wrapper .clinical-form .main-content .form-content .date i ,
.content-wrapper .clinical-form .main-content .form-content .date .input-group-addon { cursor:pointer; }
.content-wrapper .clinical-form .main-content .form-content .date .input-sm { width:80%; }
.content-wrapper .clinical-form .main-content .form-content .date .input-group-addon { float:left; width:20%; }
.content-wrapper .clinical-form .main-content .form-content input[type=file] { width:inherit; cursor:pointer; }
.content-wrapper .clinical-form .main-content .form-content .file-preview { margin-top:10px; }
.content-wrapper .clinical-form .main-content .form-content .file-preview .file-item { display:inline-block; border:1px solid #ddd; padding:5px; margin:0 10px 10px 0; }
.content-wrapper .clinical-form .main-content .form-content .file-preview .file-item .remove-file { background:none; border:none; color:#7a7b7a; }

.content-wrapper .clinical-form .main-content .form-content input.has-error, textarea.has-error { border-color:#a94442; -webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075); box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075); }
.content-wrapper .clinical-form .main-content .form-content .validation-error { padding-top:5px; }
.content-wrapper .clinical-form .main-content .form-content .validation-error span.is-danger , i.fa-warning { color:#a94442; }
.content-wrapper .clinical-form .main-content .form-content .result-item-wrapper .result-item { margin-top:10px; }
.content-wrapper .clinical-form .main-content .form-content .result-item-wrapper .result-item .result-header { border-top:1px solid #ccc; padding:10px 5px 0; }
.content-wrapper .clinical-form .main-content .form-content .result-item-wrapper .result-item .remove-all-item,
.content-wrapper .clinical-form .main-content .form-content .result-item-wrapper .result-item .remove-item { background:none; border:none; color:#7a7b7a; }
.content-wrapper .clinical-form .main-content .form-content .result-item-wrapper .result-item .result-top-item { margin-top:10px; }
.content-wrapper .clinical-form .main-content .form-content .result-item-wrapper .result-item .result-top-item .result-item-inline { display:inline-block; padding:2px 5px; line-height:20px; }
.content-wrapper .clinical-form .main-content .form-content .result-item-wrapper .result-item .result-top-item .result-item-inline span { vertical-align:bottom; }
.content-wrapper .clinical-form .main-content .form-content .result-item-wrapper .result-item .result-top-item .result-item-inline .glyphicon { line-height:20px; }
.content-wrapper .clinical-form .main-content .form-content .result-item-wrapper .result-item .result-sub-item { margin-top:10px; }
.content-wrapper .clinical-form .main-content .form-content .result-item-wrapper .result-item .result-sub-item .list-inline { margin:0; }
.content-wrapper .clinical-form .main-content .form-content .result-item-wrapper .result-item .result-sub-item .list-inline li { margin-right:5px; }

.content-wrapper .modal-mask { position: fixed; z-index: 9998; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, .5); display: table; transition: opacity .3s ease; }
.content-wrapper .modal-wrapper { display: table-cell; vertical-align: middle; }
.content-wrapper .modal-container { width: 50%; margin: 0px auto; padding: 20px 30px; background-color: #fff; border-radius: 2px; box-shadow: 0 2px 8px rgba(0, 0, 0, .33); transition: all .3s ease; font-family: Helvetica, Arial, sans-serif; }
.content-wrapper .modal-header { font-size:24px; }
.content-wrapper .modal-header h3 { margin-top: 0; color: #42b983; }
.content-wrapper .modal-search { padding:20px; border-bottom: 1px solid #e5e5e5; }
.content-wrapper .modal-search .input { width:85%; }
.content-wrapper .modal-search .btn { float:right; }
.content-wrapper .modal-body { margin:20px 0; overflow-y:auto; max-height:400px; }
.content-wrapper .modal-body .list-group { list-style:none; margin:0; }
.content-wrapper .modal-body .list-group .list-group-item input[type=checkbox] { margin-right:10px; }
.content-wrapper .modal-body .list-group .list-group-item .item-title a { color:#333; text-decoration:none; display:block; }
.content-wrapper .modal-close-button { float:right; border:medium none; background:#fff; }
.content-wrapper .modal-footer .modal-btn { float: right; }
.content-wrapper .modal-footer .modal-btn .btn:first-child { margin-left:10px; }
.content-wrapper .modal-enter { opacity: 0; }
.content-wrapper .modal-leave-active { opacity: 0; }
.content-wrapper .modal-enter .modal-container, .content-wrapper .modal-leave-active .modal-container { -webkit-transform: scale(1.1); transform: scale(1.1); }

/* add stylesheet member-info */
.content-wrapper .necessary-input { color:#5cb430; font-size:12px; margin-left:5px;}
.content-wrapper .none-border { border:none; }
.content-wrapper .form-sec { margin-top:40px; }
.content-wrapper .form-sec .title-area { border-top:2px solid #65b83b; padding:10px 0; }
.content-wrapper .form-sec .title-area a { cursor:pointer; color:#838383; }
.content-wrapper .form-sec .corporateBox .joininput .hp { width:90px; margin-right:10px; }


/*법인회원가입*/
.joinstep {
	margin-left:0px;
	text-align:center
}
.joinstep li {
	width:32.9%;
	border:1px solid #d7d7d7
}
.joinstep li h5 {
	font-weight:bold
}
.joinstep li h5 b {
	margin-right:10px
}
.joinstep li h5 .on {
	color:#5cb430;
}
.joinstep li h5 .off {
	color:#c4c5c5;
}
.joinstep .active {
	background-color:#355a27;
	color:#ffffff;
}
.joinstep .disabled {
	background-color:#f6f6f6;
	color:#707070;
}
.privacy_Policy {
	margin:30px 0px
}
.access_terms .joinTitle1 label ,privacy_Policy .joinTitle2 label ,info_Mail .joinTitle3 label {
	font-size:14px
}
.access_terms label span, .privacy_Policy label span, .joinTitle1 label span {
	margin-left:5px;
	color:#5cb430;
	font-size:12px
}
.info_Mail {
	margin-bottom:30px;
	padding-bottom:20px;
	border-bottom:1px solid #eee;
}
.info_Mail label span {
	margin-left:5px;
	color:#a6a6a6;
	font-size:12px
}
.joinTitle1 i {
	display:block;
	width:52px;
	height:3px;
	background-color:#65b83b;
	margin-bottom:5px
}
.joinTitle2 i {
	display:block;
	width:105px;
	height:3px;
	background-color:#65b83b;
	margin-bottom:5px
}
.joinTitle3 i {
	display:block;
	width:78px;
	height:3px;
	background-color:#65b83b;
	margin-bottom:5px
}
.agreeCheck label {
	font-size:13px
}
.agreeCheck ul li:nth-child(2) {
	margin-left:50px
}
.con_Title .page-header h4 span {
	color:#5cb430;
	font-style:normal
}
.con_Title .page-header b span {
	color:#ff6600;
}
.access_privacyBox {
	width:100%;
	height:250px;
	overflow-y:scroll;
	background-color:#f7f7f7;
	border:1px solid #f0f0f0;
	padding:10px;
	font-size:12px
}
.joinbottomBtnbox {
	margin-bottom:30px;
	text-align:center
}
.joinbottomBtnbox button {
	min-width:150px
}
.joinbottomBtnbox button i {
	margin-right:10px
}
.joinTitlePosition {
	position:relative; top:30px
}
.corporateBox table {
	font-size:12px
}
.corporateBox table caption {
	color:#ff8400;
	font-weight:bold;
	text-align:right
}
.corporateBox table > tbody > tr > td label {
	margin-top:10px
}
.corporateBox table > tbody > tr > td input[type=file] {
	width:100%; min-height:25px
}
.corporateBox table > tbody > tr > td .joininput input {
	width:300px;
	display:inline-block
}
.corporateBox table > tbody > tr > td .joininput button {
	vertical-align:top
}
.corporateBox table > tbody > tr > td:first-child {
	width:130px
}
.corporateBox table > tbody > tr > td .form-check-label {
	margin-right:10px
}
.corporateBox table > tbody > tr > td .form-check-label input {
	vertical-align:text-bottom
}
.corporateBox .asterisk_text {
	color:#ff8400;
}
.corporateBox table > tbody > tr > td .name {
	width:200px;
}
.corporateBox table > tbody > tr > td .joininput .confirmBtn {
	background-color:#e9e9e9
}
.corporateBox table > tbody > tr > td .joininput .hp {
	width:70px;
	display:inline-block
}
.corporateBox table > tbody > tr > td .company {
	width:370px;
}
.corporateBox table > tbody > tr > td .ceo {
	width:145px;
}
.corporateBox table > tbody > tr > td .joininput .addr1 {
	width:80px;
}
.corporateBox table > tbody > tr > td .joininput .addr2 {
	width:400px;
	margin:7px 0px
}
.corporateBox table > tbody > tr > td .joininput .addr3 {
	width:400px;
}
.corporateBox table > tbody > tr > td .joininput button i {
	margin-right:10px
}
.corporateBox table > tbody > tr > td .joininput .companytype {
	width:200px;
	display:inline-block;
}
.corporateBox table > tbody > tr > td .fileupload_text {
	margin-right:25px;
}
.corporateBox table > tbody > tr > td .dept {
	width:400px;
}
.corporateBox table > tbody > tr:last-child {
	border-bottom:1px solid #ddd
}
.corporateBox table > tbody > tr > td .tel_text {
	display:block;
	margin-top:5px;
}
.corporateBox table > tbody > tr > td .success {
	color:#5cb430;
	margin-left:10px;
}
.corporateBox table > tbody > tr > td .error {
	color:#ff6600;
	margin-left:10px;
}
.join_step3Box {
	border-top:2px solid #5cb430;
	background-color:#fcfcfc;
	border-bottom:1px solid #ddd;
	min-height:250px;
	margin:30px 0px
}
.join_step3Box .join_step3Title {
	text-align:center;
	margin-top:60px;
}
.join_step3Box .join_step3Title h4 {
	font-weight:bold
}
.join_step3Box .join_step3Title h4 span {
	color:#5cb430;
}
.join_step3Box .join_step3Text {
	text-align:left;
	margin-top:30px;
	font-size:12px;
	line-height:2.5em;
	margin-left:250px;
	display:block
}
.join_step3Box .join_step3Text span b {
	color:#ff6600
}
/*법인회원가입*/

/*아이디/비번찾기*/
.idSearchBox {
	border-top:2px solid #5cb430;
	background-color:#fcfcfc;
	border-bottom:1px solid #ddd;
	min-height:250px;
	margin:30px 0px
}
.idSearchBox .idSearchTitle {
	text-align:center;
	margin-top:40px;
}
.idSearchBox .idSearchTitle h4 {
	line-height:1.5em
}
.idSearchBox .idSearchForm {
	margin-left:240px;
	margin-top:30px
}
.idSearchForm .top_left {
	float:left;
	width: 110px;
}
.idSearchForm .top_left label, .idSearchForm .top_left2 label {line-height:2em}
.idSearchForm .idSearchForm_top .top_right, .idSearchForm .idSearchForm_bottom .top_right, .idSearchForm .idSearchForm_email .top_right, .idSearchForm .idSearchForm_email2 .top_right {
	display:inline-block;
}
.idSearchForm .idSearchForm_top .top_right .hp, .idSearchForm .idSearchForm_bottom .top_right .hp {
	display:inline-block;
	width:70px;
}
.idSearchForm .code {
	display:inline-block;
	width:86px;
}
.idSearchForm .idSearchForm_top .top_right .hp2, .idSearchForm .idSearchForm_bottom .top_right .hp2 {
	display:inline-block;
	width:280px;
}
.idSearchForm .idSearchForm_bottom {
	margin-top:15px;
}
/*.idSearchForm .idSearchForm_bottom .top_left {
	display:inline-block;
	margin-right:35px
}*/
.idSearchForm .error {
	color:#ff6600;
	margin-left:10px;
	font-size:12px
}
.idSearchForm .success {
	color:#5cb430;
	margin-left:10px;
	font-size:12px
}
.idSearchBox .idSearchresult {
	text-align:center;
	margin-top:30px;
}
.idSearchBox .idSearchresult label {
	font-size:18px
}
.idSearchBox .idSearchresult span {
	font-size:13px;
	color:#989898
}
.idSearchForm .idSearchForm_email, .idSearchForm .idSearchForm_email2 {
	margin-bottom:15px;
	margin-top:15px;
}
.idSearchForm .idSearchForm_email2 input {
	width:300px
}
.idSearchForm .top_left2 {float:left; width:100px}
/*아이디/비번찾기*/

/*지원자정보 - sms발송팝업*/
.smsmodalBox_top p {
	font-size:12px; margin-bottom:20px
}
.smsmodalBox_top p span {
	color:#ff6600
}
.smsmodalBox_mid {
	background:url(../images/web/sms_bg.png) no-repeat; width:248px; height:394px; margin:0 auto; position:relative
}
.smsmodalBox_mid .sms_phonebgBox {
	padding-left:18px; position:relative; top:84px; overflow:auto; text-align:left; width:232px; line-height:1.5em
}
.smsmodalBox_mid .sms_phonebgBox textarea {
	font-size:12px; color:#ffffff; min-height:228px; background-color:#29292f
}
.smsmodalBox_mid .sms_phonebgNum {
	position:relative; top:80px; font-size:12px
}
.smsmodalBox_mid .sms_phonebgNum .top label {
	margin-right:10px
}
.smsmodalBox_mid .sms_phonebgNum .top input {
	padding:0px 5px
}
.smsmodalBox_mid .sms_phonebgNum .top {
	text-align:left; margin-left:20px
}
.smsmodalBox_mid .sms_phonebgNum .bottom {
	margin-top:10px; color:#888888
}
.smsmodalBox_bottom {
	text-align:center
}
.smsmodalBox_bottom .btn-default {
	background-color:#a2a2a2; border-color:#a2a2a2; color:#ffffff
}
/*지원자정보 - sms발송팝업*/

/*로그인 리뉴얼*/
.loginTopBox {width:1200px; margin:0 auto}
.loginTopBox .topLeftBox {float:left; margin-top:5px;}
.loginTopBox .topLeftBox span {font-size:12px; color:#747474}
.loginTopBox .loginTopBoxInner {float:right; margin-top:5px}
.loginBrand {width:1200px; margin:0 auto; clear:both; padding:20px 0px 10px 15px; display:table; content:"";}
.loginBrand .brandLogo {float:left}
.loginBrand .brandMenu {float:right; position:relative; top:10px}
.loginBrand .brandMenu .markIcon {position:relative; bottom:25px; right:55px}
.brandMenu ul {color:#000000; font-size:14px; font-weight:bold}
.brandMenu ul li {padding:0px 20px}
.brandMenu ul li:last-child {padding:0px 0px 20px 20px}
.brandMenu ul li a {color:#000000}
.brandMenu ul li a:hover, .brandMenu ul li a:active {color:#65b33d}
.loginNav_top a {
  color: #747474;
  padding: 0 15px;
  text-align:right;
  text-decoration: none;
  font-size:12px;
  border-right:1px solid #cbcbcb
}
.loginNav_top a:last-child {
  border-right:none
}
.loginNav_top a:hover, .loginNav_top a:focus {
	color:inherit
}
.conLogintop_Bg {
	background-color:#d8d9db; height:805px; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover;
	background-size: cover; z-index:0; margin:0 auto; position:relative
}
.loginBgCover_Img {background:url(../images/web/bgcover.png) no-repeat; width:1200px; height:803px; z-index:1; position:absolute; top:0px}
.conLogintop_Bg .innerbg_Img {background:url(../images/web/top_bg.png) no-repeat; width:1200px; height:217px; z-index:3; margin:0 auto; position:relative; top:20px}
.conLogintop_Bg .innerbg_Img .loginTopConBox {padding:15px 18px; width:100%}
.innerbg_Img .loginTopConBox .login_leftForm {float:left; width:285px}
.loginTopConBox .login_leftForm .inputBox input:last-child {margin-bottom:15px}
.loginTopConBox .login_leftForm .loginbtnBox button {background-color:#002a69; color:#ffffff; height:45px; font-weight:bold}
.loginNav_form {margin-top:15px}
.loginNav_form a {
  color: #ffffff;
  padding: 0 11px;;
  text-decoration: none;
  font-size:12px;
  border-right:1px solid #cbcbcb
}
.loginNav_form a:last-child {
  border-right:none
}
.loginNav_form a:hover, .loginNav_form a:focus {
	color:#ffffff
}
.middle_textBox {position:relative; z-index:100; text-align:center;}
.middle_textBox .middle_text {padding:20px}
.middle_textBox .middle_text h3 {color:#002a69; font-weight:bold}
.con_download {width:1200px; height:424px; z-index:100; position:relative; margin:0 auto; border:1px solid #000000; background-color:#ffffff; text-align:center}
.con_download button {background:url(../images/web/download_btn.png) no-repeat; width:420px; height:51px; text-indent:-9999px; border:none; margin-top:20px}
.loginNav_footer {padding-top:20px}
.loginNav_footer a:first-child {
  padding-left:10px
}
.loginNav_footer a {
  color: #747474;
  padding: 0 40px;
  text-align:right;
  text-decoration: none;
  font-size:12px;
  font-weight:bold;
  border-right:1px solid #cbcbcb
}
.loginNav_footer a:last-child {
  border-right:none
}
.loginNav_footer a:hover, .loginNav_footer a:focus {
	color:inherit
}
.login_footer address span {color:#c1c1c1; padding:0 5px}

/*서브페이지-contact Us*/
.webSub_conBox {
	width:1200px; z-index:0; margin:0 auto; position:relative; padding-left:15px; padding-right:15px;
}
.webSub_conBox .webTitle h4 {font-weight:bold}
.webSub_conBox .webTitle span {font-size:12px; color:#919191}
.webSub_conBox .webTitle span label,a {color:#ff6600}
.section_contactUs {margin-top:25px}
.section_contactUs .section_title {
	border-top:2px solid #92c56d; border-bottom:1px solid #dedede; width:100%; display:inline-block; padding:10px 5px 5px 5px; font-size:12px
}
.section_contactUs .section_title .leftBox {display:block; float:left; color:#8a8a8a}
.section_contactUs .section_title .leftBox span {font-size:15px; font-weight:bold;}
.section_contactUs .section_title .leftBox span label {font-size:12px; font-weight:normal; color:#5cb430; margin-left:5px}
.section_contactUs .section_title .rightBox {display:block; float:right; color:#8a8a8a; margin-top:2px}
.contactUstable > tbody > tr > td:first-child {width:150px}
.contactUstable > tbody > tr > td span {color:#5cb430; margin-left:5px}
.contactUstable > tbody > tr > td .name, .email, .company {width:247px}
.contactUstable > tbody > tr > td .title {width:650px}
.contactUstable > tbody > tr > td .contactUsHp {width:80px; display:inline-block}
.contactUstable > tbody > tr > td .contactUsType {width:247px;}
.contactUstable > thead > tr > th, .contactUstable > tfoot > tr > th, .contactUstable > thead > tr > td {border:none; color:#9b9b9b}
.contactUstable > tbody > tr > th, .contactUstable > tbody > tr > td {
	vertical-align:middle;
	font-size:12px; border-top:none
}
.contactUstable > tbody > tr > td .form-check-label input {
	vertical-align:text-bottom
}
.contactUsPdata {padding:10px;}
.contactUsPdata label {font-weight:normal; margin:0px; color:#9b9b9b}
.contactUsPdata label input {position:relative; top:2px; margin-right:5px}
.contactUsPdata label span {color:#5cb430}
.contactUsPdata .text {font-size:12px; color:#9b9b9b; padding:10px 0px; display:block}

.contactUsPdatatable {margin-bottom:0px}
.contactUsPdatatable > tbody > tr > th:first-child {
	width:150px;
}
.contactUsPdatatable > tbody > tr > .name_age {
	width:150px;
	text-align:center
}
.contactUsPdatatable > tbody > tr > th, .contactUsPdatatable > tbody > tr > td {
	vertical-align:middle;
	font-size:12px; color:#9b9b9b
}
.contactUsPdatatable > tbody > tr > th {
	background-color:#f3f3f3;
	font-weight:bold
}
.contactUsPdatatable > tbody > tr > .firstCon_td {
	width:50%
}
.contactUsPdatatable > tbody > tr > td .form-check-label input {
	vertical-align:text-bottom
}
.contactUsBtnbox {
	margin:20px 0 70px;
	text-align:center
}
.contactUsBtnbox button {
	min-width:150px
}
.contactUsBtnbox .green-btn {background-color:#92c56d; border:none; margin-right:20px}
.contactUsBtnbox .gray-btn {border:none; color:#ffffff}
.contactUsBtnbox button i {
	margin-right:10px

}

/*Dashboard*/
.webSub_conBox .webTitle.dashboardTitle {
	border-bottom:1px solid #dedede; padding-bottom:10px
}
.webSub_conBox .dashboardCon {
	width:100%; min-height:260px; margin-top:30px
}
.webSub_conBox .dashboardCon .conText {
	padding-left:27%
}
.webSub_conBox .dashboardCon .conText span {
	font-size:18px
}
.webSub_conBox .dashboardCon .conText span label {
	color:#47ca4a
}
.webSub_conBox .dashboardCon .service-btn {
	font-weight:bold; background-color:#f8f8f8
}
.graphCon span {
	display:block; font-size:14px; color:#575757; margin-top:10px
}
.customDashboard .panel-default > .panel-heading {
	background-color:#9b9b9b;
	color:#ffffff
}
.customDashboard .panel-default > .panel-heading.active {
	background-color:#47ca4a
}
.customDashboard .panel-default > .panel-heading .panel-title .date {
	float:right
}
.dashboardTableBox {margin-top:30px}
.dashboardTable {
	font-size:12px;
}
.dashboardTable > thead > tr > th label {
	margin-bottom:0px;
}
.dashboardTable > thead > tr > th, .dashboardTable > tbody > tr > td {
	padding:15px;
}
.dashboardTable > thead > tr > th {
	border-top:2px solid #9b9b9b !important;
	border-bottom:2px solid #9b9b9b;
	background-color:#fafafa;
	text-align:left
}
.dashboardTable > tbody > tr > td {
	text-align:left
}
.dashboardTable > tbody > tr > td:nth-child(1) {
	width: 90px;
}
.dashboardTable > tbody > tr > td:nth-child(3) {
	text-align:right !important;
	width: 100px;
}
.dashboardTable > tbody > tr:last-child {
	border-bottom:1px solid #ddd
}
/*Dashboard*/

/*2018 메인페이지 리뉴얼*/
.mainLoginTop .topBg {
	background:url(../images/main_img/img_main.jpg) no-repeat;
	background-size:cover;
	-webkit-background-size:cover;
	width:100%;
	height:384px
}
.mainLoginTop .topBg .jumbotron {
	padding:0px;
	margin-top:90px;
	background:none
}
.mainLoginTop .topBg .leftBox {
	color:#ffffff
}
.mainLoginTop .topBg .leftBox h2 {
	margin-left:80px; font-size:38px
}
.mainLoginTop .topBg .leftBox h3 {
	line-height:1.5em
}
.mainLoginTop .topBg .rightBox .form-signin input[type=email] {
	padding-left:10px; margin-bottom:10px; height:45px;
}
.mainLoginTop .topBg .rightBox .form-signin input[type=password] {
	padding-left:10px; margin-bottom:20px;  height:45px;
}
.mainLoginTop .topBg .rightBox .signList {
	margin-top:15px; font-size:12px
}
.mainLoginTop .topBg .rightBox .signList li {
	border-right:1px solid #fff;
	line-height:1em;
	padding-left:20px;
	padding-right:20px
}
.mainLoginTop .topBg .rightBox .signList li:last-child {
	border-right:none
}
.mainLoginTop .topBg .rightBox .signList li a {
	color:#ffffff;
}
.dashboardMain {
	margin-top:30px;
	margin-bottom:30px;
}
.dashboardMain .dashboardDate {
	color:#9c9c9c; text-align:center
}
.slideMain {
	margin-top:30px;
	margin-bottom:30px;
}
.slideMain .slideMainBg {
	padding-top:30px;
	padding-bottom:30px;
	background-color:#F7F7F7
}
/*2018 메인페이지 리뉴얼*/


/* 법인회원 메인페이지 슬라이드 */
.brand-carousel
{
  padding-bottom:30px;
  margin:30px 0px 0px 5px
}
/* Control buttons  */
.brand-carousel .carousel-control
{
  background: none;
  color: #222;
  font-size: 2.3em;
  text-shadow: none;
  margin-top: 30px;
}
/* Previous button  */
.brand-carousel .carousel-control.left
{
  left: -50px;
  top:37%
}
/* Next button  */
.brand-carousel .carousel-control.right
{
  right: -50px !important;
  top:37%
}
/* Changes the position of the indicators */
.brand-carousel .carousel-indicators
{
  right: 50%;
  top: auto;
  bottom: -15px;
}
/* Changes the color of the indicators */
.brand-carousel .carousel-indicators li
{
  background: #c0c0c0;
}
.brand-carousel .carousel-indicators .active
{
  background: #333333;
}
.brand-carousel .caption {
	margin:15px 0px;
	text-align:center
}
.brand-carousel .brandSlide {
	text-align:center;
	width:750px;
	margin:20px auto 0px
}
.bottom-cs {
	margin-top:80px;
	margin-bottom:100px;
}
.bottom-cs .csCenter {
	text-align:center;
	padding-top:45px
}
.logoutBox {
	text-align:center;
	color:#fff;
}
.logoutBox li {
	margin-bottom:15px
}
.logoutBox li .btn {
	min-width:250px;
	padding:10px 0px
}
.logoutBox li:last-child {
	margin-bottom:0px;
	text-align:right;
	padding-right:55px !important
}
.logoutBox li:last-child a {
	color:#fff
}
/* 법인회원 메인페이지 슬라이드 */

/*
  2018.4.17 차트용 kdh
*/
.numberCircle {
	display: inline-block;
	text-align: center;
	background-color: #ffffff;
	border: 10px solid #47ca4a;
	width: 120px;
	height: 120px;
	border-radius: 50%;
	padding-top: 26px;
	margin-bottom: 46px;
    margin-top: 36px;
}
.numberCircle .counter {
	color: #013e85;
    font-size: 22px;
    font-weight: bold;
}
.app-counter {
	color: #013e85;
    font-size: 22px;
    font-weight: bold;
	position: absolute;
	margin-top: -117px;
	width: 363px;
	text-align: center;
}
.total-gender-counter {
	color: #013e85;
    font-size: 22px;
    font-weight: bold;
	position: absolute;
	margin-top: -110px;
    width: 349px;
	text-align: center;
}
.total-apply-counter {
	color: #013e85;
    font-size: 22px;
    font-weight: bold;
	position: absolute;
	margin-top: -96px;
    width: 339px;
	text-align: center;
}
.writeClinicalTestCaption
{
	text-align:right!important;
}

/*피험자정보 스케쥴페이지*/
.studySchedule {
	margin-bottom:30px;
	margin-top:30px;
	text-align:center
}
.studySchedule_box .subject {
	display:inline-block;
	font-weight:bold;
	overflow:hidden;
	text-overflow:ellipsis;
	-webkit-line-clamp:2;
	word-wrap:break-word;
	-webkit-box-orient:vertical;
	display:-webkit-box;
	max-width:800px;
	margin:0 auto
}
.studySchedule_box .subject .sort {
	padding:0px 5px;
	margin-right:5px;
	color:#ffffff;
	display:inline-block;
	border-radius:20px;
	background-color:#5cb430;
	font-weight:normal
}
.scheduleTable {
	font-size:11px
}
.scheduleTable > thead > tr > th {
	background-color:#449b2f;
	color:#ffffff;
	vertical-align:middle;
	border-bottom:none;
	text-align:center
}
.scheduleTable > tbody > tr > td {
	border-top:none;
	border-bottom:1px solid #ddd;
	vertical-align:middle;
	text-align:center
}
.scheduleTable > tbody > tr > td button {
	background-color:#fff;
	border:1px solid #ddd;
	font-weight:bold
}
.con_Title .box_Search .box_inquiryRight {
	float:left;
	margin-left:5px
}
.con_Title .box_Search .box_inquiryRight button {
	border-radius:0px;
	width:105px; height:42px;
	background-color:#449b2f;
	border:none
}
.con_Title .box_Search .box_inquiryRight button .fa-search {
	margin-left:5px
}
.scheduleBox {
	margin-top:30px
}
.scheduleBoxTop .left {
	float:left
}
.scheduleBoxTop .right {
	float:right
}
.scheduleBoxTop .left .selectDelete_btn {
    background: #acacac;
    color: #fff;
    font-size: 13px;
    padding: 4px 10px;
    border : 0px;
}
.scheduleBox .footerBox{
    text-align: center;
    margin: 20px 0;
}
.scheduleBox .backBtn{
    background-color: #449b2f;
    color:#fff;
    text-decoration: none;
    padding: 7px 30px;
    font-size: 12px;
}
.scheduleBoxTop .right .lump_btn {
	background:url(../images/button/btn-regist-all.png) no-repeat; width:101px; height:28px; text-indent:-9999px; border:none
}
.scheduleBoxTop .right .individual_btn {
	background:url(../images/button/btn-regist-one.png) no-repeat; width:101px; height:28px; text-indent:-9999px; border:none
}
.scheduleBoxTop .right .schedule_btn {
	background:url(../images/button/btn-sch-manage.png) no-repeat; width:101px; height:28px; text-indent:-9999px; border:none
}
.scheduleBoxTop .right .sms_btn {
	background:url(../images/button/btn-sms.png) no-repeat; width:101px; height:28px; text-indent:-9999px; border:none
}
.scheduleBoxTop .right .sms_list_btn {
	background:url(../images/button/btn-sms_list.png) no-repeat; width:115px; height:28px; text-indent:-9999px; border:none
}
.exceldownloadBox {
	margin-top:10px
}
.exceldownloadBox .excelDown_btn {
	background:url(../images/button/btn-excel-down.png) no-repeat; width:140px; height:24px; border:none; text-indent:-9999px
}
.exceldownloadBox .infoText {
	color:#8c8c8c; font-size:12px; display:block; clear:both; margin:15px 0px
}
.exceldownloadBox .infoText i {
	color:#ff8400
}
/*피험자정보 스케쥴페이지*/

/*모달팝업공통*/
.customModal {
 	width:1100px
}
.customModal .modal-footer {
	text-align:center;
	clear:both
}
.customModal .modal-footer b {font-size:13px; display:block; margin-bottom:20px}
.customModal .modal-footer b span {color:#449b2f}
.customModal .modal-footer button {
	font-size:12px;
	min-width:150px;
}
/*모달팝업공통*/

/*일괄등록팝업*/
.aModalTableBox {
	height:223px;
	overflow-y:scroll;
	overflow-x:hidden
}
.aModalTableBox table {margin-bottom:0px}
.previewText {font-size:12px}
/*일괄등록팝업*/

/* input file type */
.input-file { display: inline-block; }
.input-file .fileText {font-size:13px; float:left; margin-top:3px}
.input-file [type="file"] { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); border: 0 none; float:left; }
.input-file .file-label { display: inline-block; min-width: 53px; padding: 3px 10px; height:25px; border:1px solid #ddd; border-radius: 2px; font-size: 12px; background-color: #fff; color: #000; text-align: center; margin-left:10px; cursor:pointer}
.input-file .file-name { width: 300px; height:25px; background: #f5f5f5;text-indent: 5px; border: 1px solid #bbb; float:left; margin-left:10px; font-size:12px}
/* 접근성 탭 포커스 스타일 */
.file-focus { outline: 1px dotted #d2310e; }

/*개별등록팝업*/
.individualBox {
	width:480px;
	margin:0 auto
}
.individualBox table {
	font-size:12px
}
.individualBox table > tbody > tr > td {
	border-top:none;
	vertical-align:middle;
	text-align:left
}
.individualBox table > tbody > tr > td label {
	margin-top:7px
}
.individualBox table > tbody > tr > td:first-child {
	width:100px
}
.individualBox table > tbody > tr > td .form-check-label {
	margin-right:10px
}
.individualBox table > tbody > tr > td .form-check-label input {
	vertical-align:text-bottom
}
.individualBox .asterisk_text {
	color:#ff8400;
}
.individualBox table .birthDate {
	width:80px;
	height:30px;
	float:left;
	margin-right:5px;
	font-size:12px
}
.individualBox table > tbody > tr .genderTd {text-align:left;}
.individualBox table > tbody > tr > td .dateInput {
	float:left; width:100px
}
.individualBox table .input-group-addon {
	background:none !important; float:left; width:42px; height:30px; margin-left:-1px
}
.individualBox table .input-group-addon i {
	background:url(../images/icon/icn-calendar.png) no-repeat; width:15px; height:14px; display:block
}
.individualBox table .dateTimecheck {
	float:left;
	width:110px; height:30px;
	margin-left:-1px;
	font-size:12px
}
/*개별등록팝업*/

/*sms발송팝업*/
.smsSendBox {
	width:750px;
	margin:0 auto
}
.smsSendBox .leftBox {
	float:left; width:450px
}
.smsSendBox .rightBox {
	width:300px; float:right; text-align:left
}
.smsSendBox .rightBox textarea {background-color:#000; color:#fff; font-size:12px; overflow-x:hidden}
.smsSendBox .rightBox .phoneText {font-size:12px; margin-top:10px}
.smsSendBox .rightBox .phoneText input {margin-left:10px; padding:3px}
.smsSendBox .rightBox .bytesText {font-size:12px; text-align:center; margin-top:20px;}
.smsSendBox table {
	font-size:12px
}
.smsSendBox table > tbody > tr > td {
	border-top:none;
	vertical-align:middle;
	text-align:left
}
.smsSendBox table > tbody > tr > td label {
	margin-top:7px
}
.smsSendBox table > tbody > tr > td:first-child {
	width:100px
}
.smsSendBox table > tbody > tr > td .form-check-label {
	margin-right:10px
}
.smsSendBox table > tbody > tr > td .form-check-label input {
	vertical-align:text-bottom
}
.smsSendBox .asterisk_text {
	color:#ff8400;
}
.smsSendBox table > tbody > tr .sendSetting {text-align:left;}
.smsSendBox table > tbody > tr .sendSetting .left {float:left}
.smsSendBox table > tbody > tr .sendSetting .right {float:left; margin-top:4px;}
.smsSendBox table .input-group-addon {
	background:none !important; float:left; width:42px; height:30px; margin-left:-1px
}
.smsSendBox table .input-group-addon i {
	background:url(../images/icon/icn-calendar.png) no-repeat; width:15px; height:14px; display:block
}
.smsSendBox table > tbody > tr > td .dateInput {
	float:left; width:100px
}
.smsSendBox table .dateTimecheck {
	float:left;
	width:110px; height:30px;
	margin-left:-1px;
	font-size:12px
}
.smsSendBox table .personText {color:#ff0000}
.smsSendBox table .infoText {color:#8c8c8c}
.customModal .modal-footer .smsSendBtn {margin-right:10px}
/*sms발송팝업*/

/*월별스케쥴관리*/
.calendarTableBox .calendar_table {
	font-size:11px
}
.calendarTableBox .calendar_table > thead > tr > .name, .calendarTableBox .calendar_table > thead > tr > .birthDate {
	min-width:80px;
}
.calendarTableBox .calendar_table > thead > tr > th {
	background-color:#5cb52c;
	color:#ffffff;
	vertical-align:middle;
	border-bottom:none;
	text-align:center;
	min-width:45px;
}
.calendarTableBox .calendar_table > tbody > tr > td {
	border-top:none;
	border-bottom:1px solid #ddd;
	vertical-align:middle;
	text-align:center;
	padding-top:12px; padding-bottom:12px;
	position:relative
}
.calendarTableBox .calendar_table > tbody > tr > .schedule {
	background-color:#a1c202; color:#fff
}
.calendarTableBox .calendar_table > tbody > tr > .completion {
	background-color:#429c2b; color:#fff
}
.calendarTableBox .calendar_table > tbody > tr > .cancel {
	background-color:#656565; color:#fff
}
.calendarTableBox .calendar_table .calendar_layer {
	position:absolute;
    right: 29px;
    top: -1px;
	width:100px; padding:10px;
	color:#292929;
	border:1px solid #ddd;
	background-color:#eee;
	font-weight:bold;
	z-index:1000
}
.calendarTableBox .calendar_table .weekend {
	background-color:#ecf9ef
}
.calendarTableBox .calendar_table .calendar_layer ul {
	margin:0 auto
}
.calendarTableBox .calendar_table .calendar_layer ul li {
	margin-bottom:10px;
}
.calendarTableBox .calendar_table .calendar_layer ul li:last-child {
	margin-bottom:0px
}
.calendarTableBox .calendar_table .calendar_layer .divider {
	margin-bottom:10px; height: 1px; margin: 9px 0; overflow: hidden; background-color: #e5e5e5;
}
.calendarPrevNext {
	padding-left:0px
}
.calendarPrevNext ul {
	font-size:13px; font-weight:bold; margin-top:8px
}
.calendarSearchBox .searchBoxLeft {
	width:263px; float:left
}
.calendarSearchBox .searchBoxLeft select {
	height:42px; font-size:12px
}
.calendarSearchBox .searchBoxRight {
	float:left; margin-left:5px
}
.calendarSearchBox .searchBoxRight button {
	border-radius:0; width:105px; height:42px; background-color:#449b2f; border:none
}
.calendarSearchBox .searchBoxRight button .fa-search {
	margin-left:5px
}
.calendarInfoBox ul {
	font-size:12px; margin-top:13px
}
.calendarInfoBox ul li .completion {
	background-color:#429c2b; width:7px; height:7px; display:inline-block; margin-right:5px
}
.calendarInfoBox ul li .schedule {
	background-color:#a1c202; width:7px; height:7px; display:inline-block; margin-right:5px
}
.calendarInfoBox ul li .cancel {
	background-color:#656565; width:7px; height:7px; display:inline-block; margin-right:5px
}
.scheduleBoxTop .left .infoText {
	font-size:12px
}
.scheduleBoxTop .right .excelDown_btn {
	background:url(../images/button/btn-excel-download.png) no-repeat; width:101px; height:26px; text-indent:-9999px; border:none
}
.scheduleBoxTop .right .submit_btn {
	background:url(../images/button/btn-small-save.png) no-repeat; width:101px; height:26px; text-indent:-9999px; border:none
}
.calendarTableBox {
	width:100%;
}
.schedule_Tab li a {
	color:#000 !important
}
.calendarSearchModal {
	width:550px;
	margin:0 auto
}
.calendarSearchModal .searchBoxLeft {
	width:263px; float:left
}
.calendarSearchModal .searchBoxLeft select {
	height:42px; font-size:12px
}
.calendarSearchModal .searchBoxRight {
	float:left; margin-left:5px
}
.calendarSearchModal .searchBoxRight button {
	border-radius:0; width:105px; height:42px; background-color:#449b2f; border:none
}
.calendarSearchModal .searchBoxRight button .fa-search {
	margin-left:5px
}
.smsInputstyle {float:left; margin-left:5px}
.smsInputstyle input {min-width:150px; height:42px; font-size:12px}
.sms_RadioGroup {
	clear:both; float:right; font-size:12px; color:#919191; margin-top:20px; margin-bottom:20px;
}
.sms_RadioGroup .all {color:#000000}
.sms_RadioGroup .success {color:#5cb430}
.sms_RadioGroup .failed {color:#ff6600}
.sms_RadioGroup .optradio {position:relative; bottom:2px}
.smsBoardTable > thead > tr > th {
	background-color:#449b2f;
	color:#ffffff;
	vertical-align:middle;
	border-bottom:none;
	text-align:center;
	font-size:12px
}
.smsBoardTable > tbody > tr > td {
	border-top:none;
	border-bottom:1px solid #ddd;
	vertical-align:middle;
	text-align:center;
	font-size:12px
}
.smsBoardTable > tbody > tr > td:nth-child(4) {
	text-align:left !important
}
.smsBoardTable > tbody > tr > td .success {
	color:#5cb430
}
.smsBoardTable > tbody > tr > td .notyet {
	color:#9c9c9c
}
.smsBoardTable > tbody > tr > td button {
	color:#fff;
	background-color:#666;
	border:0
}
.sms_pagination {
	margin-bottom:0px !important
}
/*월별스케쥴관리*/
.scheduleTable span.required{
    color:#000;
}
.scheduleTable span.red{
    color:#e84343;
}
.scheduleTable span.overColumn{
    color:#e84343;
    text-decoration-line:line-through;
}
.scheduleTable th.required{
    background-color: #e84343;
}
.calendarTableBox{
    height : initial;
    overflow: initial;
}
.calendarTableBox .calendar_table > thead{
    width : 100%;
}
.calendarTableBox .calendar_table > thead > tr > th, .calendarTableBox .calendar_table > tbody > tr > td{
   min-width : 20px !important;
   font-size : 11px;
}
.noexistSch, .existSch{
   cursor: pointer;
}
.userInfo{
    font-size: 11px !important;
}
.schTime{
    font-size: 10px !important;
    font-weight : 900;
}
.scheduleMeta{
    display : none;
}
.calendarTableBox .calendar_table > tbody > tr > td.sd{
    padding : 0px;
}
.calendarTableBox .calendar_table > tbody > tr > td.cellSelection{
    background-color: #eee;
    color : #000;
}
.calendarTableBox .calendar_table .calendar_layer{
    font-size: 11px;
}
.headerTable{
    overflow-y : scroll;
    width : 100%;
}
.infoTable{
    min-height : 150px;
    max-height : 600px;
    width : 100%;
    overflow-x : hidden;
    overflow-y: scroll;
}
.headerTable > table, .infoTable > table{
    table-layout: fixed;
}
.table-header
{
    margin : 0px;
}
.calendarTableBox .calendar_table > thead > tr > .name, .calendarTableBox .calendar_table > thead > tr > .birthDate, .calendarTableBox .calendar_table > thead > tr > .gender{
    width :70px;
    min-width :70px;
}
.calendarTableBox .calendar_table > tbody > tr > td.userInfo{
    width :70px;
    min-width :70px;
}
.calendarTableBox .calendar_table > thead > tr > th.cellResize, .calendarTableBox .calendar_table > tbody > tr > td.cellResize{
    width :80px;
    min-width :80px;
}
.popover-arrow {
    clip: rect(0 7px 17px -1px);
    position: absolute;
    left: 100px;
    top: 0px;
}
.popover-arrow:after {
    content: '';
    display: block;
    width: 11px;
    height: 11px;
    background: #eee;
    transform: rotate(133deg) translate(6px,6px);
    box-shadow: -1px -1px 1px -1px rgba(0,0,0,.44);
}
.calendarTableBox .calendar_table > thead > tr > th.saturday{
    color: #2267f3;
    font-weight : 900;
}
.calendarTableBox .calendar_table > thead > tr > th.sunday{
    color: #f44e4e;
    font-weight : 900;
}