.clear:after {
  content: " ";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}


#bo_cate_ul {
  overflow: auto;
  width: 100%;
  margin: 10px auto;
}
#bo_cate_ul > li {
  width: 50%;
  height: 55px;
  line-height: 50px;
  font-size:16px;
  float: left;
  border: 1px solid #ccc;
  text-align: center;
  box-sizing: border-box;
}
#bo_cate_ul > li:nth-child(even) {
  margin-left: -1px;
}
#bo_cate_ul > li a {
  display: inline-block;
  width: 100%;
  height: 100%;
  color: #444;
}
#bo_cate_ul > li.on a {
  color: #fff;
}
#bo_cate_ul > li.on {
  background-color: #3181cb;
  color: #fff;
  border: 1px solid #3181cb;
}

#frmhr {
  position:relative;
}

#frmhr label {
  color:#333;
  font-weight: 500;
  font-size:16px
}
#frmhr a.ctl-hr {
  position: absolute;
  display:block;
  line-height:30px;
  text-align:center;
  width:30px; 
  height:30px;
  z-index:1;
  border:0;
  font-size:16px;
  right:0;
  top:0;
  background-color:#fcffe6;
  color:#5b8c00;
}
#frmhr .ctl-hr:hover {
  background-color: #eaff8f;
}
.privacy-box {

    height: 250px;
    overflow: auto;
    border: 1px solid #ddd;
    padding: 0.5em;
    margin-bottom: 25px;
    position: relative;
    font-size: 12px;
    text-align: left;
    line-height: 20px;

}
.privacy-box a.ctl {
  position: absolute;
  display:block;
  line-height:30px;
  text-align:center;
  width:30px; 
  height:30px;
  z-index:1;
  border:0;
  font-size:16px;
  right:0;
  top:0;
  background-color:#fcffe6;
  color:#5b8c00;
}
.privacy-box a.ctl:hover {
  background-color: #eaff8f;
}
.form-box {
  width: 100%;
  max-width: 1200px;
  margin: 10px auto;
}

.form-box h3 {
  font-size: 18px;
  color: #000;
  margin-top: 10px;
}
/* 태블릿 디바이스 (가로 해상도가 992px 보다 작은 화면에 적용) */
@media (max-width: 991px) {
}

/* 가로모드 모바일 디바이스 (가로 해상도가 768px 보다 작은 화면에 적용) */
@media (max-width: 767px) {
}

label.hr_course {
  vertical-align: top;
}

.dt-wrapper {
  overflow: auto;
  margin-top: 20px;
}

.confirm_wrapper textarea {
  width: 100%;
  height: 100px;
  padding: 10px;
  border: 1px solid #ddd;
}
.checkbox {
  text-align: right;
}
.cal-box {
  width: 50%;
  float: left;
  margin-right: 10%;
}
/* 태블릿 디바이스 (가로 해상도가 992px 보다 작은 화면에 적용) */
@media (max-width: 991px) {
  .cal-box {
    width: 55%;
    margin-right: 5%;
  }
}
/* 가로모드 모바일 디바이스 (가로 해상도가 768px 보다 작은 화면에 적용) */
@media (max-width: 767px) {
  .cal-box {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 1em;
  }
}

.cal-box #hr_date {
  width: 110px;
  text-align: center;
  font-size:15px;
  height: 30px;
}

.cal-navi {
  position: relative;
  height: 50px;
  background-color: #333;
  color: #fff;
}

.cal-navi button {
  width: 50px;
  height: 50px;
  border: 0;
  border-radius: 50%;
  transform: scale(0.7);
  background-color: #3181cb;
  color: #fff;
  font-size: 16px;
}

.cal-navi button:active {
  border: 0;
  border-radius: 50%;
  transform: scale(0.8);
}

.cal-navi .btn-prev {
  position: absolute;
  top: 0;
  left: 0;
}

.cal-navi .btn-next {
  position: absolute;
  top: 0;
  right: 0;
}

.cal-navi h2 {
  text-align: center;
  line-height: 50px;
  font-size:16px
}

#cal-table-box {
  min-height: 300px;
  margin-bottom: 5px;
}

#cal-table-box table {
  border-collapse: collapse;
  width: 100%;
}

#cal-table-box td {
  border: 1px solid #ddd;
  height: 60px;
  width: 14.2857%;
  margin: 0;
  position: relative;
  vertical-align: top;
  box-sizing: border-box;
}
#cal-table-box td .tdi {
  width: 100%;
  height: 100%;
  padding:3px
}

#cal-table-box th {

  border: 1px solid #ddd;
  width: 14.2857%;
  padding:10px 0;
  margin: 0;
  text-align:center;

}
#cal-table-box td.work .tdi {
  background-color: #dceaff;
}
#cal-table-box td.work {
  cursor: pointer;
  padding: 0;
}

#cal-table-box td .cm {
}

#cal-table-box td .cm1 {
  color: #333;
  font-size: 14px;
}

#cal-table-box td .cm0 {
  color: #ccc;
  font-size: 12px;
}

#cal-table-box td .h1 {
  font-size: 12px;
  color: red;
}

#cal-table-box td .h0 {
  font-size: 12px;
  color: blue;
}

.cal-info .lt {
  float: left;
}

.cal-info .rt {
  float: right;
  line-height: 40px;
}

.time-box {
  width: 40%;
  max-width: 100%;
  float: left;
  font-size:16px
}
/* 태블릿 디바이스 (가로 해상도가 992px 보다 작은 화면에 적용) */
@media (max-width: 991px) {
  .time-box {
    width: 40%;
  }
}
/* 가로모드 모바일 디바이스 (가로 해상도가 768px 보다 작은 화면에 적용) */
@media (max-width: 767px) {
  .time-box {
    width: 100%;
  }
}

.time-box h2 {
  background-color: #333;
  color: #fff;
  font-size:16px;
  text-align: center;
  height: 50px;
  line-height: 50px;
}

.time-box table {
  border-collapse: collapse;
  width: 100%;
}

.time-box td,
.time-box th {
  border: 1px solid #ddd;
  line-height: 30px;
  margin: 0;
  position: relative;
  vertical-align: top;
  box-sizing: border-box;
  text-align: center;
}

#time-list-box .item.close {
  color: tomato;
}

#time-list-box .item {
  cursor: pointer;
}

#time-list-box .item.on {
  background-color: #3181cb;
  color: #fff;
}

#time-list-box .item.on .state { color:#fff}

.hr-info {
  margin-top: 20px;
}
.hr-info .row {
  overflow: auto;
  padding: 5px 0;
}
.hr-info label {
  width: 140px;
  display: inline-block;
  padding-left: 10px;
}
.hr-info textarea {
  width: 100%;
  height: 100px;
  border: 1px solid #ddd;
}
.hr-info .row .item {
  float: left;
  width: 50%;
}


.hr-info .row .frm_input { 
font-family:'Noto Sans KR', sans-serif;
font-size:15px;
	width: 200px;
	height: 40px;
	line-height: 40px;

}

/* 가로모드 모바일 디바이스 (가로 해상도가 768px 보다 작은 화면에 적용) */
@media (max-width: 767px) {
  .hr-info .row .item {
    float: left;
    width: 100%;
    margin-bottom: 5px;
  }
  .hr-info .row .item:nth-child(even) {
    margin-bottom: 0px;
  }
}

.r-available {
  display: inline-block;
  width: 30px;
  height: 20px;
  margin-right: 5px;
  background-color: #dceaff;
  vertical-align: middle;
  font-weight:500;
  line-height: initial;
}

.form-box .action {
  text-align: center;
  padding: 0.8em;
}
.form-box .action .btn_submit {
  border-radius: 0;
  font-weight: 500;
  display: inline-block;
  padding: 25px 45px;
  line-height: 0;
  font-size:16px;
  font-family:'Noto Sans KR', sans-serif;

}

/* list */
.list-box {
  width: 100%;
  margin: 10px auto;
  font-size:16px;
  font-weight:300
}
.list-box .btn {
  border-radius: 0;
  padding: 0;
  font-weight: 500;
  padding: 20px 35px;
  line-height: 0;
}
.list-box table.list {
  width: 100%;
}
.list-box table.list .pix {
	display:inline-block;
	width: 55px;
    height: 35px;
    line-height: 35px;
	font-weight:500;
	font-size:16px
	}
	
	
	
.list-box table.list .status0 {
	 background-color:#666;
	 color:#fff
}

.list-box table.list .status1 {
	 background-color:#3181cb;
	 color:#fff
}

.list-box table.list .status2 {
	 background-color:#d70000;
	 color:#fff
}

@media (max-width: 767px) {
  .list-box table.list {
    letter-spacing: 0;
    font-size: 14px;
  }
}

.list {
  border-collapse: collapse;
}
.list caption {
  display: none;
}

.list td,
.list th {
  border-bottom: 1px solid #ccc;
  line-height: 50px;
  height: 50px;
  text-align: center;
}
.list th {
  line-height: 50px;
  height: 50px;
  background-color: #f6f6f6;
  border-top: 2px solid #888;
}
@media (max-width: 767px) {
  .list td,
  .list th {
    height: 22px;
    line-height: 22px;
    font-size:13px;
  }
}

.list td span,
.list th span {
  display: inline-block;
  width:50%;
  text-align:center;
}


#fsearch {
  /*position: absolute;*/
  /*display: none;*/
  padding: 1em;
  background-color: #fff;
  border-radius: 0.5em;
  
}
#fsearch h2 {
  font-size: 1.5em;
  line-height: 2em;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px dashed lightskyblue;
}
#fsearch label {
  display: inline-block;
  width: 100px;
}
#fsearch .action {
  text-align: center;
}
#fsearch .field {
    margin-bottom: 20px;
    border-bottom: solid 2px #ccc;
    padding-bottom: 20px;
    margin-top: 20px;
}
/* 가로모드 모바일 디바이스 (가로 해상도가 768px 보다 작은 화면에 적용) */
@media (max-width: 767px) {
  .list td span,
  .list th span {
    display: block;
    width: 100%;
  }
}

#dt_id {padding:10px; font-size:16px;border:1px solid #ddd;float:left; margin-top:10px;}
#doctor-box {
  display:block;
  float: left;
  margin-left: 10px;

}
#doctor-box img {width:230px; float:left;}
#doctor-box .d-info {float:left; width:400px; font-size:19px; padding-left:1px; word-break:keep-all}
#doctor-box .d-info .pt {color:#08979c; font-size:19px; line-height:2em;}




@media (max-width: 640px) {
input {
   -webkit-appearance: none;
   -webkit-border-radius: 0;
}
}



/* 2021 5. 14 css추가 */

.__topbox {display: block;padding-top: 30px;border: 1px solid #ddd;margin-bottom: 5px;font-size: 17px;color: #424242;line-height: 1.2em;}
.__topbox.image {background-repeat: no-repeat;background-size: contain;}
.__topbox.image > strong {font-size: 21px;color: #424242;font-weight: 600;line-height: 35px;}
 .bred {color: #e53e53;font-weight:bold}
.__topbox.image > .bl {font-size: 20px;color: #1565c0;font-weight: bold;margin-top: 10px;
    margin-bottom: 20px;}

.__topbox.image > .bot {
	font-size: 20px;
	color: #00897b;
	font-weight: bold;
	margin-top: 50px; 
	margin-bottom: 20px; 
    text-align: left;
    padding-left: 30px;
}

.__topbox.image > strong .gr {color: #00897b;}
.__topbox.image > .gr {color: #00897b;}
.__topbox.image > strong .rd {color: #ff3366;}
.__topbox.image > .rd {color: #ff3366;font-size:20px;}
.__topbox.image > strong em {font-size: 17px;color: #424242;}
.__topbox.image > b {font-size: 17px;color: #e65100;font-weight: 400;}

.__botbox {display: block;padding: 30px 50px;border: 1px solid #ddd;margin-bottom: 45px;font-size: 17px;color: #424242;line-height: 1.2em;}
.__botbox.image {background-repeat: no-repeat;background-position: 50% 50%;background-size: cover;height: 300px;}
.__botbox.image:after,
.__botbox.image .txtin {display: inline-block;zoom: 1;*display: inline;vertical-align: middle;}
.__botbox.image:after {content: "";width: 0;height: 100%;}
.__botbox.image .txtin img {position: relative;left: 736px;}
@media all and (max-width:1440px){
.__topbox.image {background-size: cover;background-position: 20% 50% !important;margin-bottom: 20px;padding: 15px;}
.__botbox.image {text-align: right;background-position: -130px 50%;}
.__botbox.image .txtin img {left: 0;}
}
@media all and (max-width:800px){
.__topbox {font-size: 15px;line-height: 1.6em;}
.__topbox br {display: none;}
.__topbox.image > strong {display: block;font-size: 15px;line-height: 1.6em;}
.__topbox.image > strong em {font-size: 15px;}
.__topbox.image > b {font-size: 15px;line-height: 1.6em;}
.__botbox.image {background-color: #f2f1f7;background-image: none !important;text-align: center;height: auto;padding: 15px;}
.__botbox.image .txtin img {max-width: 100%;}
.__tableskin.type2 table thead th {font-size: 15px;padding: 10px 5px;}
.__tableskin.type2 table th,
.__tableskin.type2 table td {font-size: 14px;padding: 10px 5px;line-height: 1.6em;word-break: keep-all;}
.__tableskin.type2 table th {width: 30%;}
.__tableskin.type2 table td {width: 70%;}
}
@media all and (max-width:430px){
.__topbox,
.__topbox.image > strong,
.__topbox.image > strong em,
.__topbox.image > b {font-size: 14px;}
.__tableskin.type2 table thead th {font-size: 14px;}
.__tableskin.type2 table th,
.__tableskin.type2 table td {font-size: 12px;}
}


