.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;
  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:flex;
  align-items:center;
  justify-content:center;
  width: 100%;
  height: 100%;
  color: #444;
}
#bo_cate_ul > li.on a {
  color: #fff;
}
#bo_cate_ul > li.on {
  background-color: #0d68b1;
  color: #fff;
  border: 1px solid #0d68b1;
}

#frmhr {
  position:relative;
}

#frmhr label {
}
#frmhr a.ctl-hr {
  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: 100px;
  overflow: auto;
  border: 1px solid #ddd;
  padding: 0.5em;
  margin-bottom: 5px;
  position:relative;
}
.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 {}

.form-box h3 {
  font-size: 18px;
  color: #00474f;
  margin-top: 10px;
}
/* 태블릿 디바이스 (가로 해상도가 992px 보다 작은 화면에 적용) */
@media (max-width: 991px) {
}

/* 가로모드 모바일 디바이스 (가로 해상도가 768px 보다 작은 화면에 적용) */
@media (max-width: 767px) {
}

label.hr_course {
  vertical-align: top;
}

.dt-wrapper {padding:36px; border:1px solid #DCDCDC;}

.confirm_wrapper textarea {
  width: 100%;
  height: 100px;
  padding: 10px;
  border: 1px solid #ddd;
}
.checkbox {
  text-align: right;
}
.cal-box {
}
/* 태블릿 디바이스 (가로 해상도가 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;
}

.cal-navi {
  position: relative;
}

.cal-navi button {width:24px; height:24px; border-radius:0; border:1px solid #eee;}

.cal-navi button:active {
  border: 0;
  border-radius: 50%;
  transform: scale(0.8);
}

.cal-navi .btn-prev {background:url(../img/chevron-left.svg) no-repeat center center; background-size:100%; }
.cal-navi .btn-next {background:url(../img/chevron-right.svg) no-repeat center center; background-size:100%; }
.cal-navi button .fa{display:none;}


#cal-table-box {
  min-height: 300px;
  margin-bottom: 5px;
}

#cal-table-box table {
  border-collapse: collapse;
  width: 100%;
}

#cal-table-box td {
  padding:4px;
}
#cal-table-box td .tdi {
  padding:8px; height:88px; border:none; border-top:1px solid #ddd; background:transparent; box-sizing:border-box; font-size:14px;
}
#cal-table-box th {font-size:0.875rem; font-weight:400;}
#cal-table-box td.work .tdi {
  background-color: #fee;
}
#cal-table-box td.work.on .tdi{
background-color:var(--point-color-1);
color:#fff;
}
#cal-table-box td.work.on .tdi .cm1{
color:#fff;
}
#cal-table-box td.work {
  cursor: pointer;
}

#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;
}
.cal-info{margin-bottom:30px;}
.cal-info #hr_date{border:none; background:none; }
.cal-info #hr_date.on{padding:10px 35px; width:auto; height:auto; line-height:1.4; background-color:var(--point-color-1); font-size:0.875rem; color:#fff; border-radius:4px; border:none; text-align:center;}

.time-box {
  
}

.time-box h2 {
  background-color: #333;
  color: #fff;
  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: var(--point-color-1);
  color: #fff;
}

#time-list-box ul{display:flex; flex-wrap:wrap;}
#time-list-box ul li{margin:0 4px; padding:10px 18px; border:1px solid #eee; border-radius:4px; display:flex; }

.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%;
}

/* 가로모드 모바일 디바이스 (가로 해상도가 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: 30px;
  margin-right: 5px;
  background-color: #b5f5ec;
  vertical-align: middle;
}

.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;
}

/* list */
.list-box {
}
.list-box .btn {
  border-radius: 0;
  padding: 0;
  font-weight: 500;
  padding: 20px 35px;
  line-height: 0;
}
.list-box table.list {
  width: 100%;
}

@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;
  border: 2px solid lightgreen;
}
#fsearch h2 {
  font-size: 1.5em;
  line-height: 2em;
  margin-bottom: 0.5em;
  border-bottom: 1px dashed lightskyblue;
}
#fsearch label {
  display: inline-block;
  width: 100px;
}
#fsearch .action {
  text-align: center;
}
#fsearch .field {
  margin-bottom: 0.5em;
}
/* 가로모드 모바일 디바이스 (가로 해상도가 768px 보다 작은 화면에 적용) */
@media (max-width: 767px) {
  .list td span,
  .list th span {
    display: block;
    width: 100%;
  }
}


@media screen and (max-width: 768px) {
.dt-wrapper{padding:15px;}
#cal-table-box td .tdi{height:40px;}
#cal-table-box{min-height:0;}

}
