.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: inline-block;
  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 {
  color:#202020;
  font-size: 17px;
}
#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: 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 {
  width: 100%;
  max-width: 1200px;
  margin: 10px auto;
}
/*
.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 {
  margin-top: 20px;
}
.confirm_wrapper {
  margin-top: 110px;
}
.confirm_wrapper h3 strong {
  color: red;
}

.confirm_wrapper textarea { 
  width: 100%;
  height: 180px;
  padding: 35px 50px;
  overflow-y: scroll;
  font-size: 12px;
  color: #3d3d3d;
  border: solid  1px #dfdfdf;
  resize: none;
  margin-top: 35px;
}

.checkbox {
  text-align: left;
  line-height: 1;
  padding-left: 50px;
  margin-top: 20px;
}
#frmhr .checkbox label {
  font-size: 15px;
  text-indent: 25px;
}
#frmhr .checkbox label strong {
  font-weight: 500;
}

.cal-box {
  width: 50%;
  float: left;
  margin-right: 40px;
}
/* 태블릿 디바이스 (가로 해상도가 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;
  height: 80px;
  line-height: 80px;
  background-color: #171717;
  color: #fff;
}

.cal-navi button {
  width: 29px;
  height: 29px;
  border: 0;
  background: transparent;
}
.cal-navi button img {
  width: 100%;
}

/*
.cal-navi button:active {
  border: 0;
  transform: scale(0.8);
}*/

.cal-navi .btn-prev {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -14px;
  margin-left: -140px;
}

.cal-navi .btn-next {
  position: absolute;
  top: 50%;
  right: 50%;
  margin-top: -14px;
  margin-right: -140px;
}

.cal-navi h2 {
  text-align: center;
  font-size: 25px;
  color: #fff;
  font-weight: 400;
}

#cal-table-box {
  min-height: 300px;
  margin-bottom: 10px;
}

#cal-table-box table {
  border-collapse: collapse;
  width: 100%;
}

#cal-table-box td {
  border: 1px solid #dcdcdc;
  height: 60px;
  font-size: 19px;
  line-height: 1;
  color: #616161;
  text-align: center;
  width: 14.2857%;
  margin: 0;
  padding: 0;
  position: relative;
  box-sizing: border-box;
}
#cal-table-box td .tdi {
  width: 100%;
  height: 100%;
  padding-top: 19px;
}
#cal-table-box th {
  border: 1px solid #dcdcdc;
  width: 14.2857%;
  margin: 0;
  height: 60px;
  line-height: 60px;
  color: #171717;
  font-size: 19px;
  font-weight: 600;
  text-align: center;
}
#cal-table-box th.sunday {
  background-color: #fcebeb;
  color: #a81919;
}

#cal-table-box td.work .tdi {
  background-color: #dbf0fc;
}
#cal-table-box td.holiday .tdi {
  background-color: #fee;
}

#cal-table-box td.work {
  cursor: pointer;
  padding: 0;
}

#cal-table-box td .cm {
}

#cal-table-box td .cm1 {
  color: #616161;
  font-size: 19px;
}

#cal-table-box td.holiday .cm1 {
  color: #a81919;
}
#cal-table-box td .cm0 {
  color: #ccc;
  font-size: 19px;
}
#cal-table-box td.holiday .cm0 {
  color: #a81919;
}
#cal-table-box td .h1 {
  font-size: 12px;
  color: #a81919;
  margin-top: 5px;
}
#cal-table-box td .h0 {
  display: none;
  font-size: 12px;
  color: #0c43b7;
  margin-top: 5px;
}
.cal-info {
  color: #7a7a7a;
  font-size: 17px;
}
.cal-info .lt {
  float: left;
}

.cal-info .rt {
  float: right;
}

.r-available {
  display: inline-block;
  width: 36px;
  height: 36px;
  margin-right: 10px;
  background-color: #dbf0fc;
  vertical-align: middle;
}
.r-unavailable {
  display: inline-block;
  width: 36px;
  height: 36px;
  margin-right: 10px;
  background-color: #fcebeb;
  vertical-align: middle;
}

.time-box {
  width: calc(50% - 40px);
  max-width: 100%;
  float: left;
}
/* 태블릿 디바이스 (가로 해상도가 992px 보다 작은 화면에 적용) */
@media (max-width: 991px) {
  /*
  .time-box {
    width: 40%;
  }
  */
}
/* 가로모드 모바일 디바이스 (가로 해상도가 768px 보다 작은 화면에 적용) */
@media (max-width: 767px) {
  /*
  .time-box {
    width: 100%;
  }
  */
}

.time-box h2 {
  height: 80px;
  line-height: 80px;
  background-color: #171717;
  color: #fff;
  text-align: center;
  font-size: 25px;
  font-weight: 400;
}

.time-box table {
  border-collapse: collapse;
  width: 100%;
}

.time-box td,
.time-box th {
  font-size: 19px;
  border: 1px solid #dcdcdc;
  line-height: 60px;
  height: 60px;
  margin: 0;
  padding: 0;
  position: relative;
  box-sizing: border-box;
  text-align: center;
  font-weight: 500;
  color: #171717;
}

#time-list-box .item.close {
  color: #a7a7a7;
}

#time-list-box .item {
  cursor: pointer;
}

#time-list-box .item.on {
  background-color: #dbf0fc;
}

#frmhr .selected_date {
  margin-top: 30px;
}
#frmhr .selected_date label {
  font-size: 17px;
  color: #7a7a7a;
  margin-left: 5px;
}
#frmhr .selected_date input {
  width: calc(100% - 90px);
  height: 45px;
  line-height: 45px;
  font-size: 17px;
  font-weight: 500;
  color: #565656;
  padding-left: 24px;
  border: 0;
  background: #b3e3f7;
  margin-left: 10px;
}

.hr-info {
  margin-top: 20px;
}
.hr-info .row {
  border-bottom: 1px solid #d4d4d4;
}
.hr-info label {
  width: 220px;
  display: block;
  text-align: center;
  float: left;
  margin-right: 24px;
  background:#f0f0f0;
}

.hr-info .row .item {
  float: left;
  width: 50%;
  height: 60px;
  line-height: 60px;
}
.hr-info .row .item.textarea {
  width: 100%;
  height: 120px;
  line-height: 120px;
}
.hr-info textarea {
  width: calc(100% - 260px);
  height: 105px;
  border: 1px solid #d6d6d6;
  margin-top: 8px;
  line-height: 28px;
  color: #202020;
  font-size: 17px;
  padding: 10px 15px;
  resize: none;
}

.hr-info .row .item input,
.hr-info .row .item select {
  border: 1px solid #d6d6d6;
  height: 36px;
  line-height: 36px;
  color: #202020;
  font-size: 17px;
  padding: 0 15px;
  width: 310px;
}

.hr-info .row .item.phone input,
.hr-info .row .item.phone select {
  width: 96px;
  margin-right: 8px;
}

.popup_reserve_cover {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
  top: 0;
  left: 0;
  z-index: 101;
}

.popup_reserve {
  position: absolute;
  width: 660px;
  height: 410px;
  left: 50%;
  margin-left: -330px;
  top: 50%;
  margin-top: -205px;
  background: #fff;
  border-radius: 40px;
  text-align: center;
}

.popup_reserve img {
  margin: 60px 0 25px 0;
}

.popup_reserve .btn_popup_close {
  display: inline-block;
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  padding: 8px 35px;
  background: #4ab4f0;
  border-radius: 10px;
}
/* 가로모드 모바일 디바이스 (가로 해상도가 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;
  }
  */
}
.hr_date {
  margin-top: 110px;
}

.hr_inform_wrap {
  border: 20px solid #f1f1f1;
  padding: 20px 0;
  margin-top: 115px;
}
.hr_inform_wrap .hr_inform_icon {
  float: left;
  padding-left: 105px;
}
.hr_inform_wrap .hr_inform_text {
  float: left;
  padding: 42px 0 0 75px;
  font-size: 19px;
  line-height: 1;
  letter-spacing: -1px;
}
.hr_inform_wrap .hr_inform_text p {
  margin-bottom: 20px;
}
.hr_inform_wrap .hr_inform_text p strong {
  font-weight: 600;
}
.hr_inform_wrap .hr_inform_text p.holiday {
  font-weight: 600;
  color: #d80000;
  margin-top: 30px;
}

.form-box .action {
  text-align: center;
  margin-top: 60px;
}

.form-box .action button {
  background-color: #f1f1f1;
  color: #434445;
  text-align: center;
  font-weight: 500;
  display: inline-block;
  width: 150px;
  height: 60px;
  line-height: 60px;
  font-size: 22px;
  font-weight: 500;
  border: 0;
  border-radius: 15px;
  letter-spacing: -1px;
  margin-right: 23px;
}

.form-box .action .btn_submit {
  background-color: #4ab4f0;
  color: #fff;
  margin-right: 0;
}

/* list */
.list-box {
  width: 100%;
  max-width: 1200px;
  margin: 10px auto;
  letter-spacing: 1px;
}
.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 {
  line-height: 50px;
  height: 50px;
  border-bottom: 1px solid #d4d4d4;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: -1px;
  text-align: center;
  color: #202020;
}
.list th {
  line-height: 50px;
  height: 50px;
  background-color: #f0f0f0;
  border-top: 2px solid #171717;
}
@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%;
  }
  */
}
