section {}

.clear:after {
  content: " ";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}

#bo_cate_ul {
  overflow: auto;
  width: 100%;
  margin: 10px auto 50px;
}
#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;
	font-size: 1.4em;
}
#bo_cate_ul > li.on a {
  color: #fff;
}
#bo_cate_ul > li.on {
    background-color: #8aa330;
    color: #fff;
    border: 1px solid #8aa330;
}

#frmhr {
  position: relative;
}

#frmhr label {
  font-weight: 500;
  font-size:15px
}
#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: auto;
	overflow: auto;
	border: 1px solid #ddd;
	padding: 20px;
	margin-bottom: 5px;
	position: relative;
	margin-top: 10px;
}
.privacy-box p {font-weight: 400; font-size: 1.2em !important;}
.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%;
  box-sizing:border-box
}
.frm_input { 
    width: 100%;
    box-shadow: none;
    border-radius: 0px;
    font-size: 1.2em;
}


.form-box h3 {
  font-size: 18px;
  color: #000;
  margin: 10px 0 10px 0;
  font-weight:500;
  letter-spacing:-1px
}


.form-box .pretty { margin-bottom:10px}

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: 2%;
}
/* 태블릿 디바이스 (가로 해상도가 992px 보다 작은 화면에 적용) */
@media (max-width: 991px) {
  .cal-box {
    width: 100%;
    margin-right: 5%;
  }
}
/* 가로모드 모바일 디바이스 (가로 해상도가 768px 보다 작은 화면에 적용) */
@media (max-width: 767px) {
  .cal-box {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 1em;
  }
}

.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: #666;
  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: 1.4em;
}

#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%;
  position: relative;
}
#cal-table-box th {
  border: 1px solid #ddd;
  width: 14.2857%;
  margin: 0;
  padding:10px 0;
  text-align: center;
}
/*
#cal-table-box td.work .tdi {
  background-color: #fee;
}
*/
#cal-table-box td.work {
  cursor: pointer;
  padding: 0;
}

#cal-table-box td .cm {
  position: absolute;
  width: 30px;
  height: 30px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  line-height: 30px;
  border-radius: 50%;
}
#cal-table-box td.work .cm {
  background-color: #b4d6f0;
  transition: all 0.3s;
}
#cal-table-box td.work.on .cm {
  background-color: #8aa330;
  color: #fff;
}

#cal-table-box td .cm1 {
  color: #333;
  font-size: 14px;
}

#cal-table-box td .cm0 {
  color: #636363;
  font-size: 12px;
}

#cal-table-box td .h1 {
	font-size: 0.8em;
	color: red;
}

#cal-table-box td .h0 {
  font-size: 12px;
  color: blue;
}
.time-info,
.cal-info {
    position: relative;
    display: flex;
    align-items: center;
    gap: 5px;
}
input#hr_date,
input#hr_time {
	width: auto;
	font-size: 1.2em;
	border: none;
	box-shadow: unset;
}
.cal-info p,
.time-info p {display: inline-block; font-size: 1.2em !important; margin-bottom: 1px;}
.cal-info span,
.time-info span {
	display: inline-block;
	font-size: 1.2em;
	margin-right: 10px;
}
/*
.cal-info .lt {
  float: left;
}

.cal-info .rt {
  float: right;
}
*/
.time-box {
  width: 48%;
  max-width: 100%;
  float: left;
}
/* 태블릿 디바이스 (가로 해상도가 992px 보다 작은 화면에 적용) */
@media (max-width: 991px) {
  .time-box {
    width: 100%;
  }
}
/* 가로모드 모바일 디바이스 (가로 해상도가 768px 보다 작은 화면에 적용) */
@media (max-width: 767px) {
  .time-box {
    width: 100%;
  }
}

.time-box h2 {
	background-color: #333;
	color: #fff;
	text-align: center;
	height: 50px;
	line-height: 50px;
	font-size: 1.4em;
}

.time-box table {
  border-collapse: collapse;
  width: 100%;
  height:339px;
  margin-bottom: 5px;
}

.time-box table .tl {
  text-align: left;
}

.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 td {
  padding: 5px;
}
#time-list-box .item {
	cursor: pointer;
	border: 1px solid #ddd;
	display: inline-block;
	background-color: #eee;
	line-height: 1em;
	padding: 10px 7px;
	margin: 5px;
	transition: all 0.3s;
	width: calc(100% / 3 - 10px);
	text-align: center;
}

#time-list-box .item.on {
  background-color: #8aa330;
  color: #fff;
}

.hr-info {
    padding: 70px 100px;
    background: #f6f6f6;
}
.hr-info .row {
	display: flex;
	align-items: center;
	margin: 20px 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 {
}





.hr-info .row .item:nth-child(2n+1) { margin-left:0}
.data-info { padding-top:30px}
.data-info h3 { padding-bottom:10px}
.data-info ul li { font-size:16px; padding:2px 0; color:#555}

/* 가로모드 모바일 디바이스 (가로 해상도가 768px 보다 작은 화면에 적용) */
@media (max-width: 769px) {
  .hr-info .row .item {
    float: left;
    width: 100%;
    margin-bottom: 5px;
	margin-left:0
  }
  .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;
  margin-top:80px
}
.form-box .action .btn_submit {
	border-radius: 0;
	font-weight: 500;
	display: inline-block;
	padding: 18px 50px;
	font-size: 1.4em;
	font-family: inherit;
	background-color: #685b55;
}

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


.item select,
.item input[type=text] {
    box-shadow: none;
    border-radius: 0px;
    font-size: 1.2em;
	height: 40px;
	border: 1px solid #d0d3db;
	vertical-align: middle;
	padding: 5px;
	min-width: 90px;
}
.item.hp input[type=text] {max-width: 120px;}

.btn_submit.btn-search-pop {
    border-radius: 0;
    font-weight: 500;
    padding: 18px 50px !important;
    font-size: 1.4em;
    font-family: inherit;
    background-color: #685b55;
    color: #FFF;
    border: unset;
}
a.btn02 {
    border-radius: 0;
    font-weight: 500;
    padding: 18px 50px !important;
    font-size: 1.4em;
    font-family: inherit;
    background-color: #4b545e;
    color: #FFF;
    border: unset;
}
.btn_submit {
    border-radius: 0;
    font-weight: 500;
    padding: 18px 50px !important;
    font-size: 1.4em;
    font-family: inherit;
    background-color: #685b55;
    color: #FFF;
    border: unset;
}



.dt-wrapper {overflow: unset;}
.cal-box {position: relative;}
.cal-box .legend {position: absolute; top: -25px; right: 0; font-size: 1.2em !important;}
.cal-box .legend span {color: #b4d6f0; margin-right: 4px;}


/* 가로모드 모바일 디바이스 (가로 해상도가 768px 보다 작은 화면에 적용) */
@media (max-width: 767px) {
	section {margin-bottom: 30px;}
	#bo_cate_ul {margin: 0px auto 0px;}
	#bo_cate_ul > li a {font-size: 14px;}
	#bo_cate_ul > li {height: unset; padding: 10px 5px; margin-bottom: 20px; line-height: 1.3;}
	.form-box h3 {font-weight: 600;}
	#frmhr label {font-weight: 400; font-size: 12px;}

	.cal-navi h2 {font-size: 16px; line-height: 1.3;}
	.cal-navi {height: unset; padding: 15px 0;}
	.cal-navi button {font-size: 21px; background-color: transparent; top: 0px !important;}
	#cal-table-box {min-height: unset;}
	#cal-table-box td .cm0 {font-size: 1.0em; color: #999;}
	#cal-table-box th {font-size:14px; font-weight: 500;padding: 5px 0;}
	#cal-table-box td.work .cm {padding: 1px 8px; height: unset; width: unset;}
	#cal-table-box td {height: 38px;}

	.time-box table {height: auto;}
	.time-box h2 {font-size:16px;}
	
	.form-box .action {padding: 0; margin-top: 0px;}
	.form-box .action .btn_submit {font-size: 14px; padding: 10px 45px !important; font-family: inherit;}
	#frmhr .text_area_zone_b {line-height: 1.3; font-weight: 400;}
	#frmhr .confirm_wrapper .privacy-box p span b {font-size: 12px !important;}

	.data-info {padding-top: 0px;}
	.data-info ul li {font-size: 1.2em;}
	.item select, .item input[type=text] {height: 38px; font-size: 12px;}
	.item.hp input[type=text] {max-width: 64px;}
	.item select, .item input[type=text] {min-width: 60px;}
	#frmhr .hr-info {padding: 30px 10px; margin-bottom: 5px;}
	#frmhr .hr-info .row {margin: 10px 0;}
	#frmhr .hr-info label {font-size: 12px; width: 100px; padding-left: 0;}
	#frmhr .hr-info .row .item.hp {display: flex; align-items: center; gap: 2px;}

	.form-box .pretty {margin-bottom: 0px;}
	.form-box .pretty.p-default .state label.hr_course {width: 70px !important;}

	#time-list-box .item {width: calc(100% / 2 - 10px);}
	.time-info, .cal-info {margin-bottom: 30px;}
	.cal-info p, .time-info p {margin-bottom: 2px; display: flex; align-items: center; font-size: 12px !important;min-width: 105px;}
	input#hr_date, input#hr_time {font-size: 12px !important;}
	.cal-info span, .time-info span {font-size: 14px; margin-right: 5px;}
	.privacy-box {padding: 10px;}
	.privacy-box p {font-size: 12px !important;}
	.confirm_wrapper {margin-bottom: 50px;}


	#fsearch {max-width: 260px;}
	#fsearch h2 {font-size: 14px;}
	#fsearch label {font-size: 14px;}
	#fsearch .btn_submit {font-size: 12px; padding: 11px 50px !important;}
	#fsearch .field {padding: 0px 10px;}
	
	.list-box {margin: 0px auto 0 auto;}
	.btn_submit.btn-search-pop {padding: 10px 10px !important; font-size: 14px;}
	a.btn02 {padding: 10px 10px !important; font-size: 14px;}
	.btn_submit.btn-search-pop,
	a.btn02 {width: calc(100% / 2 - 3px); text-align: center;}
	
	.list-box table.list colgroup col:nth-child(3) {width:22%;}
	.list-box table.list colgroup col:nth-child(4) {width:8%;}
	
	.cal-box .legend {font-size: 12px !important; top: -22px;}
	


}


/*20241220*/
.form-box .pretty .hr_course {width:90px; text-indent: 1.3em;}
.form-box .pretty .hr_course:before,
.form-box .pretty .hr_course:after {border-radius: 50% !important;}
.form-box .pretty .hr_course:before {background-color: #fff;}
