@charset "utf-8";

/*==============================
	.filter-wrap
==============================*/
.filter-wrap {
  margin-bottom: 20px;
  background: var(--lg-gray);
  padding: 15px;
  box-sizing: border-box;
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  padding-right: 150px;
}

.popup-cont .filter-wrap {
  padding-right: 15px;
}

.filter-wrap .filter {
  display: flex;
  flex-wrap: wrap;
}

.filter-wrap .filter > span {
  display: flex;
}

.filter-wrap .filter.dl4 dl {
  width: 25%;
}
.filter-wrap .filter.dl3 dl {
  width: 33%;
}
.filter-wrap .filter.dl2 dl {
  width: 50%;
}

.filter-wrap dl {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding: 7px 10px;
}

.filter-wrap dt {
  margin-right: 15px;
  font-size: 16px;
  white-space: nowrap;
  font-weight: normal;
}

.filter-wrap dt.dt2 {
  min-width: 30px;
  margin-left: 100px;
}

.filter-wrap dd {
  display: flex;
  align-items: center;
}

.filter-wrap dd input {
  margin: 0 5px;
}

.filter-wrap dd input:first-of-type {
  margin-left: 0;
}

.filter-wrap dd ul {
  display: flex;
  flex-wrap: wrap;
}

.filter-wrap dd li {
  display: flex;
  align-items: center;
  margin: 5px 5px 5px 0;
}

.filter-wrap input[type="checkbox"] {
  margin-right: 5px;
}

/* .filter-wrap label {
  margin-right: 30px;
} */

.filter-wrap input[type="text"] {
  height: 35px;
  box-sizing: border-box;
}

.filter-wrap select {
  height: 35px;
  min-width: 120px;
  padding: 5px 10px;
  box-sizing: border-box;
}

.filter-wrap input + select {
  min-width: 60px;
}

.filter-wrap .btn_search {
  padding: 10px 30px 10px 50px;
  font-size: 16px;
  background-position: 25% center;
  white-space: nowrap;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}

/*==============================
	.cont-wrap
==============================*/

.cont-wrap .cont-top {
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.cont-wrap .subtit {
  display: flex;
  align-items: center;
}

.cont-wrap .subtit p {
  font-size: 16px;
}

.cont-wrap .subtit .count {
  margin-left: 10px;
  font-size: 16px;
  line-height: 30px;
  color: var(--lg-color);
  font-weight: bold;
}

.cont-wrap .right-wrap select {
  height: 30px;
}

.cont-wrap > .btn-wrap {
  margin: 30px auto 50px;
  text-align: center;
}

.cont-wrap > .btn-wrap button {
  margin: 0 5px;
  padding: 5px 40px;
  font-size: 16px;
}

.cont-wrap .box {
  margin-bottom: 20px;
}

.cont-wrap .gray_cont {
  background: #f1f1f1;
  box-sizing: border-box;
  padding: 10px 0;
}

/* detail / register */

.cont-wrap .subtit p {
  line-height: 200%;
  font-weight: bold;
}

.cont-wrap .tbl_hl01 th {
  width: 150px;
}

.cont-wrap .tbl_hl01 td {
  text-align: left;
}

.cont-wrap .tbl_hl01 td input {
  width: 50%;
}

.cont-wrap .tbl_hl01 td ul {
  display: flex;
}

.cont-wrap .tbl_hl01 td li {
  display: flex;
  margin-right: 20px;
}

.cont-wrap .tbl_hl01 td li input {
  margin-right: 5px;
}

/*==============================
	지점관리 .branch-wrap
==============================*/

/*==============================
	지점등록 .branchdetail-wrap
==============================*/

.branchdetail-wrap td input[type="text"] {
  height: 30px;
}

.branchdetail-wrap .cont-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.branchdetail-wrap .subtit {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.branchdetail-wrap .subtit p {
  line-height: 200%;
}

.branchdetail-wrap .tbl_hl01 th {
  width: 100px;
}

/* mychoi */
.branchdetail-wrap .tbl_hl01 td {
  text-align: left;
}

.branchdetail-wrap .tbl_hl01 td ul {
  display: flex;
}

.branchdetail-wrap .tbl_hl01 td li {
  margin-right: 20px;
  white-space: nowrap;
}

.branchdetail-wrap .tbl_hl01 td li input {
  margin-right: 5px;
}

.branchdetail-wrap .tbl_hl01 td li img {
  width: 90px;
  height: 90px;
  object-fit: cover;
}

.branchdetail-wrap .tbl_hl01 #userZipcode {
  margin-right: 5px;
}

.branchdetail-wrap .tbl_hl01 #address01 {
  margin-top: 5px;
}

.branchdetail-wrap .tbl_hl01 #address02 {
  margin-top: 5px;
  margin-right: 1%;
}

.branchdetail-wrap .tbl_hl01 #address03 {
  margin-top: 5px;
}

.branchdetail-wrap .tbl_hl01 td p.red {
  color: #e6072f;
  font-size: 14px;
}

.branchdetail-wrap .tbl_hl01 .btn_li {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.branchdetail-wrap .tbl_hl01 .branchDesc ul {
  float: left;
  margin-bottom: 5px;
}

.branchdetail-wrap .tbl_hl01 .branchDesc:after {
  content: "";
  clear: both;
  position: absolute;
}

/*==============================
	협력사관리 .partner-wrap
==============================*/

/*==============================
	협력사등록 .partnerdetail-wrap
==============================*/

.partnerdetail-wrap td input[type="text"] {
  height: 30px;
}

.partnerdetail-wrap .cont-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.partnerdetail-wrap .subtit {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.partnerdetail-wrap .subtit p {
  line-height: 200%;
}

.partnerdetail-wrap .tbl_hl01 th {
  width: 100px;
}

/* mychoi */
.partnerdetail-wrap .tbl_hl01 td {
  text-align: left;
}

.partnerdetail-wrap .tbl_hl01 td ul {
  display: flex;
}

.partnerdetail-wrap .tbl_hl01 td li {
  margin-right: 20px;
}

.partnerdetail-wrap .tbl_hl01 td li input {
  margin-right: 5px;
}

/*==============================
	클래스관리 .class-wrap
==============================*/
.class-wrap .filter .cate select {
  margin-right: 30px;
}

/*==============================
	클래스등록 .classwriting-wrap
==============================*/

.classwriting-wrap td input[type="text"] {
  height: 30px;
}

.classwriting-wrap td select {
  min-width: 120px;
}

.classwriting-wrap .cont-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.classwriting-wrap .cont-wrap .box-wrap {
}

.classwriting-wrap .subtit {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.classwriting-wrap .subtit p {
  line-height: 200%;
}

.classwriting-wrap .tbl_hl01 th {
  width: 120px;
}

.classwriting-wrap .tbl_hl01 td {
  text-align: left;
}

.classwriting-wrap .tbl_hl01 td ul {
  display: flex;
}

.classwriting-wrap .tbl_hl01 td ul.direction {
  flex-direction: column;
}

.classwriting-wrap .tbl_hl01 td li {
  margin-right: 10px;
}

.classwriting-wrap .tbl_hl01 td li img {
  width: 90px;
  height: 90px;
  object-fit: cover;
}

.classwriting-wrap .tbl_hl01 td li input {
  margin-right: 5px;
}

.classwriting-wrap .tbl_hl01 td p.red {
  color: #e6072f;
  font-size: 14px;
}

.classwriting-wrap .tbl_hl01 .btn_li {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.classwriting-wrap .tbl_hl01 .bannerDesc ul {
  float: left;
  margin-bottom: 5px;
}

.classwriting-wrap .tbl_hl01 .bannerDesc:after {
  content: "";
  clear: both;
  position: absolute;
}

/*==============================
	클래스운영 .classoperation-wrap
==============================*/
.classoperation-wrap {
}

.classoperation-wrap .cont-wrap {
}

.classoperation-wrap .cont-wrap .gray_cont {
  position: relative;
}

.classoperation-wrap .cont-wrap .box-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.classoperation-wrap .subtit {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.classoperation-wrap .subtit p {
  line-height: 200%;
}

.classoperation-wrap .tbl_hl02 th {
  width: 150px;
}

.classoperation-wrap .tbl_hl02 td {
  text-align: left;
}

.classoperation-wrap .tbl_hl02 td ul {
  display: flex;
}

.classoperation-wrap .tbl_hl02 td li {
  margin-right: 20px;
  display: flex;
  align-items: center;
}

.classoperation-wrap .tbl_hl02 td li input {
  margin-right: 5px;
}

.classoperation-wrap .tbl_hl02 td li label {
  margin-right: 5px;
}

.classoperation-wrap .tbl_hl02 .btn_li {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.classoperation-wrap .thumb {
  width: 90px;
  height: 90px;
  border-radius: 5px;
  overflow: hidden;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -45px;
}

.classoperation-wrap .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* 탭영역 */

.tab-top ul {
  display: flex;
}

.tab-top li {
  background: #efefef;
  border: 1px solid #c6c6c6;
  margin-left: -1px;
  color: darkgray;
  padding: 10px 30px;
  cursor: pointer;
  text-align: center;
}

.tab-top li.on {
  background: #ff8b08;
  border: 1px solid #ff8b08;
  color: #fff;
}

.tab-top li:first-child {
  margin-left: 0;
}

.tab-cont {
  /* background: #efefef; */
  border: 1px solid #c6c6c6;
  padding: 15px 30px 30px;
  box-sizing: border-box;
  margin-top: -1px;
  position: relative;
}

.tab-cont .tabCont .subtit {
  display: flex;
  align-items: center;
}

.tab-cont .tabCont .subtit p {
  font-size: 18px;
  line-height: 30px;
  font-weight: bold;
}

.tab-cont .tabCont .subtit .count {
  margin-left: 10px;
  font-size: 14px;
  line-height: 30px;
  font-weight: normal;
}

.tabCont {
  display: none;
}

/* 스케줄링 */
.tabCont.schedule {
  display: block;
}

.tabCont.schedule .flex-wrap {
  display: flex;
  justify-content: space-between;
}

.tabCont.schedule .calendar-wrap {
  width: 450px;
}

.tabCont.schedule .calendar-wrap .calendar-top {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  position: relative;
}

.tabCont.schedule .calendar-wrap .calendar-top .pre {
  cursor: pointer;
  padding: 5px 10px;
}

.tabCont.schedule .calendar-wrap .calendar-top .next {
  cursor: pointer;
  padding: 5px 10px;
}

.tabCont.schedule .calendar-wrap .calendar-top h2 {
  font-size: 16px;
  margin: 0 10px;
}

.tabCont.schedule .calendar-wrap .calendar-top button {
  position: absolute;
  right: 0;
  padding: 2px 8px;
}

.tabCont.schedule .calendar-wrap .calendar-top button i {
  margin-right: 5px;
}

.tabCont.schedule .calendar-wrap .calendar th {
  text-align: center;
  font-size: 20px;
  line-height: 200%;
}

.tabCont.schedule .calendar-wrap .calendar td {
  text-align: center;
  font-size: 20px;
  line-height: 200%;
}

.tabCont.schedule .calendar-wrap .calendar td.today {
  background: #ddd;
}

.tabCont.schedule .calendar-wrap .calendar td span {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff;
  margin: 10px auto;
}

.tabCont.schedule .calendar-wrap .calendar td .non {
  background: #f2f2f2;
  color: #d7d7d7;
}

.tabCont.schedule .calendar-wrap .calendar td .on {
  border: 1px solid #63a103;
  box-sizing: border-box;
  cursor: pointer;
}

.tabCont.schedule .calendar-wrap .calendar td .sel {
  color: #fff;
  background: #f59a23;
  border: 1px solid #f59a23;
  box-sizing: border-box;
}

.tabCont.schedule .calendar-wrap .time-wrap p {
  font-size: 18px;
  font-weight: bold;
  line-height: 200%;
  border-bottom: 1px solid #000;
  margin-bottom: 10px;
}

.tabCont.schedule .calendar-wrap .time-wrap ul {
  display: flex;
  flex-wrap: wrap;
}

.tabCont.schedule .calendar-wrap .time-wrap li {
  margin: 5px 10px;
}

.tabCont.schedule .calendar-wrap .time-wrap li input {
  display: none;
}

.tabCont.schedule .calendar-wrap .time-wrap li input + label {
  background: #b0b0b0;
  color: #fff;
  padding: 5px 15px;
  border-radius: 5px;
  display: block;
}

.tabCont.schedule .calendar-wrap .time-wrap li input:checked + label {
  background: #f59a23;
}

.tabCont.schedule .timetable-wrap {
  width: calc(95% - 450px);
}

.tabCont.schedule .timetable-wrap .tbl_ht01 {
  margin-top: 5px;
}

.tabCont.schedule .timetable-wrap .tbl_ht01 td {
  background: #fff;
}

/* 211020 추가 */
.tabCont.schedule .timetable-wrap .tbl-wrap .seldate {
  margin-top: 5px;
  padding: 30px 0;
  font-size: 15px;
  border: 1px solid #afafaf;
  text-align: center;
}

/* 클래스 일정 등록 */
.tabCont.scheduleWriting {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  background: #efefef;
  border: 1px solid #c6c6c6;
  padding: 15px 30px 30px;
  box-sizing: border-box;
  margin: -1px;
  width: calc(100% + 2px);
}

.tabCont.scheduleWriting .flex-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.tabCont.scheduleWriting .tbl_hl01 th {
  width: 120px;
}

.tabCont.scheduleWriting .tbl_hl01 td {
  text-align: left;
  background: #fff;
}

.tabCont.scheduleWriting .tbl_hl01 td ul {
  display: flex;
}

.tabCont.scheduleWriting .tbl_hl01 td ul.direction {
  flex-direction: column;
}

.tabCont.scheduleWriting .tbl_hl01 td ul.direction li {
  margin-bottom: 5px;
}

.tabCont.scheduleWriting .tbl_hl01 td ul.direction li:last-child {
  margin-bottom: 0;
}

.tabCont.scheduleWriting .tbl_hl01 td li {
  margin-right: 20px;
}

.tabCont.scheduleWriting .tbl_hl01 td li input {
  margin-right: 5px;
}

.tabCont.scheduleWriting .tbl_hl01 td li input[type="date"] {
  height: 30px;
}

.tabCont.scheduleWriting .tbl_hl01 td li select {
  height: 30px;
  min-width: 100px;
}

.tabCont.scheduleWriting .flex-wrap > .btn-wrap {
  margin: 30px auto 50px;
  text-align: center;
}

.tabCont.scheduleWriting .flex-wrap > .btn-wrap button {
  padding: 10px 25px;
  font-size: 16px;
  margin: 0 5px;
}

.tabCont.scheduleWriting .tbl-wrap > button {
  padding: 5px 15px;
  font-size: 14px;
  margin: 20px auto;
  display: block;
}

.tabCont.scheduleWriting .tbl_hl01 td p.red {
  color: #e6072f;
  font-size: 14px;
}

.tabCont.scheduleWriting .tbl_ht01 td {
  background: #fff;
}

.tabCont.scheduleWriting .tbl_ht01 tr.overlap td {
  background: #edc2c7;
}

.tabCont.scheduleWriting .tbl_ht01 tr.overlap .memo {
  color: #d9001b;
  font-weight: bold;
}

.tabCont.scheduleWriting .tbl_ht01 tr.existing td {
  background: #ffefdd;
}

/* 공지사항 */

.tabCont.notice .tbl_hl01 th {
  width: 150px;
}

.tabCont.notice .tbl_hl01 td {
  text-align: left;
  background: #fff;
}

.tabCont.notice .tbl_hl01 td textarea {
  resize: none;
  width: 80%;
}

.tabCont.notice .tbl-wrap button {
  display: block;
  margin: 20px auto;
  padding: 5px 15px;
  font-size: 14px;
}

.tabCont.notice .tbl-wrap p.red {
  color: #e6072f;
  font-size: 14px;
}

/* 방문등록 이력 */

.tabCont.visit .tbl_ht01 th {
  width: 150px;
}

.tabCont.visit .tbl_ht01 td {
  background: #fff;
}

/* 위반 등록 이력 */

.tabCont.violation .tbl_ht01 th {
  width: 150px;
}

.tabCont.violation .tbl_ht01 td {
  background: #fff;
}

/* 알림장 */

.tabCont.noticeList .subtit {
  display: flex;
  justify-content: flex-start;
}

.tabCont.noticeList .subtit > span {
  display: flex;
  align-items: center;
}

.tabCont.noticeList .subtit > span p {
  color: #e6072f;
  font-size: 14px;
  font-weight: normal;
  line-height: 150%;
  margin: 0 15px 0 30px;
}

.tabCont.noticeList .tbl_ht01 th {
  width: 150px;
}

.tabCont.noticeList .tbl_ht01 td {
  background: #fff;
}

/* 리뷰관리 */

.tabCont.review .tbl_ht01 th {
  width: 150px;
}

.tabCont.review .tbl_ht01 td {
  background: #fff;
}

.tabCont.review .tbl_ht01 td.reviewCont {
  width: 45%;
}

.tabCont.review .tbl-wrap p.red {
  color: #e6072f;
  font-size: 14px;
}

/*==============================
	수업관리 .lesson-wrap
==============================*/
.lesson-wrap .filter .cate select {
  margin-right: 30px;
}

/*==============================
	교사관리 .teacher-wrap
==============================*/
.teacher-wrap .filter .cate select {
  margin-right: 30px;
}

/*==============================
	교사등록 .teacherdetail-wrap
==============================*/

.teacherdetail-wrap td input[type="text"] {
  height: 30px;
}

.teacherdetail-wrap .cont-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.teacherdetail-wrap .subtit {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.teacherdetail-wrap .subtit p {
  line-height: 200%;
}

.teacherdetail-wrap .tbl_hl01 th {
  width: 120px;
}

.teacherdetail-wrap .tbl_hl01 td {
  text-align: left;
}

.teacherdetail-wrap .tbl_hl01 td ul {
  display: flex;
}

.teacherdetail-wrap .tbl_hl01 td li {
  margin-right: 20px;
}

.teacherdetail-wrap .tbl_hl01 td li input {
  margin-right: 5px;
}

.teacherdetail-wrap .tbl_hl01 td li img {
  width: 90px;
  height: 90px;
  object-fit: cover;
}

.teacherdetail-wrap .tbl_hl01 td textarea {
  resize: none;
  width: 80%;
}

.teacherdetail-wrap .tbl_hl01 td p.red {
  color: #e6072f;
  font-size: 14px;
}

.teacherdetail-wrap .tbl_hl01 .btn_li {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

/*==============================
	차량관리. car-wrap
==============================*/
.car-wrap .tbl_ht01 .btn_td button {
  margin: 0 2px;
}

/*==============================
	차량관리 등록 .cardetail-wrap
==============================*/

.cardetail-wrap td > div {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}

.cardetail-wrap td input[type="text"] {
  height: 30px;
}

.cardetail-wrap .cont-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.cardetail-wrap .subtit {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.cardetail-wrap .subtit p {
  line-height: 200%;
}

.cardetail-wrap .tbl_hl01 th {
  width: 150px;
}

/* mychoi */
.cardetail-wrap .tbl_hl01 td {
  text-align: left;
}

.cardetail-wrap .tbl_hl01 td input[type="text"],
input[type="number"] {
  width: 50%;
}

.cardetail-wrap .tbl_hl01 td ul {
  display: flex;
}

.cardetail-wrap .tbl_hl01 td li {
  margin-right: 20px;
}

.cardetail-wrap .tbl_hl01 td li input {
  margin-right: 5px;
}

/* .pay-popup {
	position: inherit !important;
	width: 100% !important;
} */

/*==============================
	이용내역상세 .historydetail-wrap
==============================*/

.historydetail-wrap .cont-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.historydetail-wrap .subtit {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.historydetail-wrap .subtit p {
  line-height: 200%;
}

.historydetail-wrap .tbl_hl02 th {
  width: 150px;
}

.historydetail-wrap .tbl_hl02 td {
  text-align: left;
}

/*==============================
	공지사항 .notice-wrap
==============================*/

/*==============================
	공지사항등록 .noticewriting-wrap
==============================*/

.noticewriting-wrap .subtit {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.noticewriting-wrap .subtit p {
  line-height: 200%;
}

.noticewriting-wrap .tbl_hl01 th {
  width: 150px;
}

.noticewriting-wrap .tbl_hl01 td {
  text-align: left;
}

.noticewriting-wrap .tbl_hl01 td ul {
  display: flex;
}

.noticewriting-wrap .tbl_hl01 td li {
  margin-right: 20px;
}

.noticewriting-wrap .tbl_hl01 td li input {
  margin-right: 5px;
}

.noticewriting-wrap .tbl_hl01 td p.red {
  color: #e6072f;
  font-size: 14px;
}

/*==============================
	공지사항상세 .noticedetail-wrap
==============================*/

.noticedetail-wrap .subtit {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.noticedetail-wrap .subtit p {
  line-height: 200%;
}

.noticedetail-wrap .tbl_hl02 th {
  width: 150px;
}

.noticedetail-wrap .tbl_hl02 td {
  text-align: left;
}

/*==============================
	이벤트 .event-wrap
==============================*/
.event-wrap .thumbnail {
  width: 90px;
  height: 90px;
  object-fit: cover;
}

/*==============================
	이벤트등록 .eventwriting-wrap
==============================*/

.eventwriting-wrap .cont-wrap .box-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.eventwriting-wrap .subtit {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.eventwriting-wrap .subtit p {
  line-height: 200%;
}

.eventwriting-wrap .tbl_hl01 th {
  width: 150px;
}

.eventwriting-wrap .tbl_hl01 td {
  text-align: left;
}

.eventwriting-wrap .tbl_hl01 td ul {
  display: flex;
}

.eventwriting-wrap .tbl_hl01 td li {
  margin-right: 20px;
  display: flex;
  align-items: center;
}

.eventwriting-wrap .tbl_hl01 td li img {
  width: 100px;
  height: 100px;
  object-fit: cover;
}

.eventwriting-wrap .tbl_hl01 td li input {
  margin-right: 5px;
}

.eventwriting-wrap .tbl_hl01 td li label {
  margin-right: 5px;
}

.eventwriting-wrap .tbl_hl01 .btn_li {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.eventwriting-wrap p.red {
  color: #e6072f;
  font-size: 14px;
}

/*==============================
	이벤트상세 .eventdetail-wrap
==============================*/

.eventdetail-wrap .cont-wrap .box-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.eventdetail-wrap .subtit {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.eventdetail-wrap .subtit p {
  line-height: 200%;
}

.eventdetail-wrap .thumbnail_info {
  height: 100px;
  padding: 10px 20px;
}

.eventdetail-wrap .thumbnail_info img {
  height: 80px;
}

.eventdetail-wrap .tbl_hl02 th {
  width: 150px;
}

.eventdetail-wrap .tbl_hl02 td {
  text-align: left;
}

/*==============================
	이용안내 .information-wrap
==============================*/
.information-wrap .filter .cate select {
  margin-right: 30px;
}

/*==============================
	이용안내등록 .informationwriting-wrap
==============================*/

.informationwriting-wrap .subtit {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.informationwriting-wrap .subtit p {
  line-height: 200%;
}

.informationwriting-wrap .tbl_hl01 th {
  width: 150px;
}

.informationwriting-wrap .tbl_hl01 td {
  text-align: left;
}

.informationwriting-wrap .tbl_hl01 td ul {
  display: flex;
}

.informationwriting-wrap .tbl_hl01 td li {
  margin-right: 20px;
}

.informationwriting-wrap .tbl_hl01 td li input {
  margin-right: 5px;
}

.informationwriting-wrap .tbl_hl01 td p.red {
  color: #e6072f;
  font-size: 14px;
}

/*==============================
	일대일문의 .inquiry-wrap
==============================*/
.inquiry-wrap .filter .cate select {
  margin-right: 30px;
}

/*==============================
	이용안내등록 .inquirydetail-wrap
==============================*/

.inquirydetail-wrap .cont-wrap .box-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.inquirydetail-wrap .subtit {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.inquirydetail-wrap .subtit p {
  line-height: 200%;
}

.inquirydetail-wrap .tbl_hl01 th {
  width: 150px;
}

.inquirydetail-wrap .tbl_hl01 td {
  text-align: left;
}

.inquirydetail-wrap .tbl_hl01 td textarea {
  resize: none;
  width: 80%;
}

.inquirydetail-wrap .tbl-wrap .btn-wrap {
  margin: 10px 0;
  text-align: right;
}

/*==============================
	관리자정보관리 .managerdetail-wrap
==============================*/
.managerdetail-wrap {
}

.managerdetail-wrap td input[type="text"] {
  height: 30px;
}

.managerdetail-wrap .cont-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.managerdetail-wrap .box .cont select {
  min-width: 120px;
  margin-bottom: 5px;
  height: 30px;
}

.managerdetail-wrap .subtit {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.managerdetail-wrap .subtit p {
  font-size: 20px;
  font-weight: bold;
  line-height: 200%;
}

.managerdetail-wrap .tbl_hl01 th {
  width: 120px;
}

.managerdetail-wrap .tbl_hl01 td {
  text-align: left;
}

.managerdetail-wrap .tbl_hl01 td ul {
  display: flex;
}

.managerdetail-wrap .tbl_hl01 td li {
  margin-right: 20px;
}

.managerdetail-wrap .tbl_hl01 td li input {
  margin-right: 5px;
}

/*==============================
	내정보관리 .myinfo-wrap
==============================*/

.myinfo-wrap td input[type="text"] {
  height: 30px;
}

.myinfo-wrap .cont-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.myinfo-wrap .subtit {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.myinfo-wrap .subtit p {
  line-height: 200%;
}

.myinfo-wrap .tbl_hl01 th {
  width: 150px;
}

.myinfo-wrap .tbl_hl01 td {
  text-align: left;
}

.myinfo-wrap .tbl_hl01 td ul {
  display: flex;
}

.myinfo-wrap .tbl_hl01 td li {
  margin-right: 20px;
}

.myinfo-wrap .tbl_hl01 td li input {
  margin-right: 5px;
}

.myinfo-wrap .tbl_hl01 td li img {
  width: 90px;
  height: 90px;
  object-fit: cover;
}

.myinfo-wrap .tbl_hl01 td textarea {
  resize: none;
  width: 80%;
}

.myinfo-wrap .tbl_hl01 td p.red {
  color: #e6072f;
  font-size: 14px;
}

.myinfo-wrap .tbl_hl01 .btn_li {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

/*==============================
	아이디 / 비밀번호 찾기
==============================*/

/* 설정 등록/수정 */
#forgot_info {
  width: 450px;
  height: 520px;
  background: #fff;
}

#forgot_info .poptit {
  text-align: center;
}

#forgot_info .tab-cont {
  background-color: transparent;
}

#forgot_info .tbl-wrap {
  background-color: transparent;
}

#forgot_info .tbl-wrap th {
  background-color: transparent;
}

#forgot_info .tbl-wrap tr,
#forgot_info .tbl-wrap td,
#forgot_info .tbl-wrap th {
  border: 0;
}

#forgot_info .filter {
  width: 100%;
}

#forgot_info .filter dd {
  width: 100%;
}

#forgot_info input {
  width: 100%;
}

/*==============================
	프론트관리 .front-wrap
==============================*/

.front-wrap .cont-wrap .right-wrap {
  display: flex;
  align-items: center;
}

.front-wrap .cont-wrap .box-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.front-wrap .subtit {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.front-wrap .subtit p {
  line-height: 200%;
}

.front-wrap .tbl_hl01 th {
  width: 150px;
}

.front-wrap .tbl_hl01 td {
  text-align: left;
}

.front-wrap .tbl_hl01 td ul {
  display: flex;
}

.front-wrap .tbl_hl01 td ul.direction {
  flex-direction: column;
}

.front-wrap .tbl_hl01 td ul.direction li {
  margin-bottom: 5px;
}

.front-wrap .tbl_hl01 td ul.direction li:last-child {
  margin-bottom: 0;
}

.front-wrap .tbl_hl01 td li {
  margin-right: 20px;
  display: flex;
  align-items: center;
}

.front-wrap .tbl_hl01 td li input {
  margin-right: 5px;
  height: 30px;
}

.front-wrap .tbl_hl01 td li select {
  margin-right: 5px;
  min-width: 120px;
}

.front-wrap .tbl_hl01 td li button {
  margin: 0 3px;
}

.front-wrap p.red {
  color: #e6072f;
  font-size: 14px;
  font-weight: normal;
}

.front-wrap .btn_changeBottom {
  margin-left: 5px;
}

.front-wrap .btn_changeTop {
  margin-left: 5px;
}

/*==============================
	배너관리 .banner-wrap
==============================*/

.banner-wrap td input[type="text"] {
  height: 30px;
}

.banner-wrap .cont-wrap .box-wrap {
  display: flex;
  justify-content: space-between;
}

.banner-wrap .subtit {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.banner-wrap .subtit p {
  line-height: 200%;
}

.banner-wrap .gray_cont {
  margin-bottom: 10px;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.banner-wrap .gray_cont .thumbnail {
  width: 100px;
}

.banner-wrap .gray_cont .thumbnail img {
  width: 100%;
}

.banner-wrap .gray_cont .bannerinfo {
  width: calc(100% - 260px);
}

.banner-wrap .gray_cont .bannername {
  font-size: 18px;
}

.banner-wrap .gray_cont .bannername .btn_edit {
  margin-left: 20px;
  padding: 2px 5px;
  font-size: 12px;
}

.banner-wrap .gray_cont .desc {
  margin-top: 15px;
  word-break: keep-all;
}

.banner-wrap .gray_cont .btn-wrap {
  width: 70px;
  text-align: center;
}

.banner-wrap .gray_cont .btn-wrap2 {
  display: flex;
  flex-direction: column;
  width: 35px;
  justify-content: center;
  align-items: center;
}

.banner-wrap .gray_cont .btn-wrap2 button {
  margin: 2px;
}

.banner-wrap .tbl_hl01 th {
  width: 150px;
}

.banner-wrap .tbl_hl01 td {
  text-align: left;
}

.banner-wrap .tbl_hl01 td ul {
  display: flex;
}

.banner-wrap .tbl_hl01 td li {
  margin-right: 20px;
}

.banner-wrap .tbl_hl01 td li input {
  margin-right: 5px;
}

.banner-wrap .tbl_hl01 td select {
  min-width: 120px;
}

.banner-wrap .tbl_hl01 .btn_li {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

/*==============================
	약관관리 .terms-wrap
==============================*/
.terms-wrap tr.on {
  background: #fff7ca;
}

/*==============================
	약관등록 .termswriting-wrap
==============================*/

.termswriting-wrap .cont-wrap .box-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.termswriting-wrap .subtit {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.termswriting-wrap .subtit p {
  line-height: 200%;
}

.termswriting-wrap .tbl_hl01 th {
  width: 200px;
}

.termswriting-wrap .tbl_hl01 td {
  text-align: left;
}

.termswriting-wrap .tbl_hl01 td ul {
  display: flex;
}

.termswriting-wrap .tbl_hl01 td li {
  margin-right: 20px;
}

.termswriting-wrap .tbl_hl01 td li input {
  margin-right: 5px;
}

.termswriting-wrap p.red {
  color: #e6072f;
  font-size: 14px;
  font-weight: normal;
}

/*==============================
	레이어팝업
==============================*/
#layerPop {
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  display: none;
}

#layerPop > div {
  width: 400px;
  height: 260px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -130px;
  margin-left: -200px;
  border-radius: 5px;
  box-sizing: border-box;
  overflow: hidden;
  display: none;
}

#layerPop > div .layerCont {
  width: 100%;
  height: 210px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 40px;
  box-sizing: border-box;
}

#layerPop > div .layerCont p {
  font-size: 15px;
  line-height: 140%;
  color: #000;
  word-break: keep-all;
}

#layerPop > div .layerCont .btn-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
  display: flex;
}

#layerPop > div .layerCont .btn-wrap button {
  width: 100%;
  height: 50px;
  border-radius: 0;
}

/*==============================
	팝업 공통
==============================*/
.popup-wrap {
  /* background: #fff; border: 1px solid #373f45; box-sizing: border-box; box-shadow: 0 0 10px; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); */
}

.popup-wrap .popup-head {
  width: 100%;
  height: 50px;

  border-bottom: 2px solid #373f45;
  box-sizing: border-box;
}

.popup-wrap .popup-head .poptit {
  font-size: 21px;
  line-height: 50px;
  box-sizing: border-box;
  padding: 0 20px;
  color: #797979;
  font-weight: bold;
}

.popup-wrap .popup-cont {
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
}

.popup-wrap .popup-cont .cont .subtit {
  color: #4a4b50;
  font-size: 18px;
  margin: 15px 0 5px;
}

.popup-wrap .popup-cont .btn-wrap {
  margin: 30px auto 0;
  text-align: center;
}

.popup-wrap .popup-cont .btn-wrap button {
  margin: 0 5px;
  padding: 5px 20px;
  font-size: 16px;
}

/* 이미지 업로드 */
/* #popup_upload {
  width: 700px; height: 430px;
} */

#popup_upload .cont .img-wrap {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

#popup_upload .cont .img-wrap .img {
  width: 160px;
  height: 160px;
  overflow: hidden;
  margin-right: 20px;
}

#popup_upload .cont .img-wrap .img img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}

#popup_upload .cont .img-wrap button {
  padding: 5px 10px;
  font-size: 20px;
}

#popup_upload .cont .filebox {
  margin-top: 20px;
}

#popup_upload .cont .filebox th {
  width: 150px;
}

#popup_upload .cont .filebox td {
  text-align: left;
}

#popup_upload .cont .filebox p.red {
  font-size: 14px;
  color: #e6072f;
  margin-top: 10px;
}

/*==============================
	팝업 공통2
==============================*/

/* 모달팝업 공통 */
#popup-wrap {
  /* border: 2px solid #e3e3e3; */
  max-width: 96vw;
  max-height: 96vh;
}

#popup-wrap .popup-head {
  width: 100%;
  height: 50px;

  border-bottom: 2px solid var(--lg-black);
  box-sizing: border-box;
}

#popup-wrap .popup-head .poptit {
  font-size: 21px;
  line-height: 50px;
  box-sizing: border-box;
  padding: 0 20px;
  color: var(--gray-color-02);
  font-weight: bold;
}

#popup-wrap .popup-cont {
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
}

#popup-wrap .popup-cont .cont .subtit {
  color: var(--lg-black);
  font-size: 18px;
  margin: 15px 0 5px;
}

#popup-wrap .popup-cont .btn-wrap {
  margin: 50px auto 0;
  text-align: center;
}

#popup-wrap .popup-cont .btn-wrap button {
  margin: 0 5px;
  padding: 5px 20px;
  font-size: 16px;
}

#colorbox,
#cboxOverlay,
#cboxWrapper {
  z-index: 9998 !important;
}

#colorbox .popup-head {
  width: 100%;
  height: 50px;
  position: absolute;
  top: 0;
  left: 0;
  border-bottom: 2px solid #373f45;
  box-sizing: border-box;
}

#colorbox .popup-head .poptit {
  font-size: 21px;
  line-height: 50px;
  box-sizing: border-box;
  padding: 0 20px;
  color: #797979;
  font-weight: bold;
}

#colorbox .popup-cont {
  position: absolute;
  top: 50px;
  left: 0;
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
}

#colorbox .popup-cont .cont .subtit {
  color: #4a4b50;
  font-size: 18px;
  margin: 15px 0 5px;
}

#colorbox .popup-cont .btn-wrap {
  margin: 30px auto 0;
  text-align: center;
}

#colorbox .popup-cont .btn-wrap button {
  margin: 0 5px;
  padding: 5px 20px;
  font-size: 16px;
}

#colorbox .popup-cont img {
  width: 90px;
  height: 90px;
  object-fit: cover;
}

/* 이용내역 상세 */
#popup_history {
  width: 1000px;
  height: 860px;
  background: #fff;
}

#popup_history td button {
  padding: 4px 10px;
  margin: 0 3px;
}

/* 알림장 등록 */
#noticeList_Writing {
  width: 900px;
  height: 750px;
  background: #fff;
}

#noticeList_Writing .noticeImg ul {
  float: left;
  display: flex;
  padding-right: 15px;
  margin: 5px 0;
  max-width: 25%;
  box-sizing: border-box;
}

#noticeList_Writing .noticeImg ul li {
  margin-right: 10px;
}

#noticeList_Writing .noticeImg ul li img {
  width: 90px;
  height: 90px;
  object-fit: cover;
}

#noticeList_Writing .noticeImg:after {
  content: "";
  clear: both;
  position: absolute;
}

#noticeList_Writing .tbl_hl01 .btn_li {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

#noticeList_Writing textarea {
  resize: none;
}

#noticeList_Writing td {
  text-align: left;
}

#noticeList_Writing td input {
  height: 30px;
  margin-right: 10px;
}

#noticeList_Writing td select {
  height: 30px;
  min-width: 100px;
}

/* 알림장 상세 */
#noticeList-wrap {
  width: 900px;
  height: 810px;
  background: #fff;
}

#noticeList-wrap .popup-cont {
  height: calc(100% - 50px);
  overflow-y: auto;
  overflow-x: hidden;
}

#noticeList-wrap .gray_cont {
  background: #f1f1f1;
  box-sizing: border-box;
  padding: 10px 0;
  margin-bottom: 10px;
}

#noticeList-wrap .tbl_hl02 td {
  text-align: left;
}

#noticeList-wrap .tbl_hl02 td .btn-wrap {
  float: right;
  margin: 0 15px 0 0;
}

#noticeList-wrap .tbl_hl02 td textarea:read-only {
  padding: 20px;
  resize: none;
  box-sizing: border-box;
  width: 98%;
  border: none;
}

#noticeList-wrap .tbl_hl02:after {
  content: "";
  clear: both;
  position: absolute;
}

#noticeList-wrap .comment-wrap {
  border: 1px solid #777;
  padding: 20px;
  box-sizing: border-box;
  display: flex;
}

#noticeList-wrap .comment-wrap textarea {
  width: 85%;
  resize: none;
}

#noticeList-wrap .comment-wrap button {
  border-radius: 0;
  width: 15%;
}

/* #noticeList-wrap .btn-wrap {display: none;} */

/* 리뷰관리 */
#review-wrap {
  width: 900px;
  height: 810px;
  background: #fff;
}

#review-wrap .popup-cont {
  height: calc(100% - 50px);
  overflow-y: auto;
  overflow-x: hidden;
}

#review-wrap .cont {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#review-wrap .gray_cont {
  background: #f1f1f1;
  box-sizing: border-box;
  padding: 10px 0;
  margin-bottom: 10px;
}

#review-wrap .tbl_hl02 td {
  text-align: left;
  display: flex;
  align-items: center;
  position: relative;
}

#review-wrap .tbl_hl02 td .gray_white_btn {
  margin-left: 10px;
}

#review-wrap .tbl_hl02 td .gray_white_btn.on {
  background: #e86878;
  border-color: #e86878;
}

#review-wrap .tbl_hl02 td .btn-wrap {
  position: absolute;
  top: 5px;
  right: 15px;
  margin: 0;
}

#review-wrap .tbl_hl02 td .btn-wrap button {
  padding: 2px 20px;
}

#review-wrap .tbl_hl02 td textarea:read-only {
  padding: 20px;
  resize: none;
  box-sizing: border-box;
  width: 98%;
  border: none;
}

#review-wrap .tbl_hl02:after {
  content: "";
  clear: both;
  position: absolute;
}

#review-wrap .comment-wrap {
  border: 1px solid #777;
  padding: 20px;
  box-sizing: border-box;
  display: flex;
}

#review-wrap .comment-wrap textarea {
  width: 85%;
  resize: none;
}

#review-wrap .comment-wrap button {
  border-radius: 0;
  width: 15%;
}

/* #review-wrap .btn-wrap {display: none;} */

/* 주소찾기 */
#find_address {
  width: 800px;
  height: 660px;
  background: #fff;
}

#find_address .tbl-wrap {
  overflow: auto;
  max-height: 400px;
  border: 1px solid #afafaf;
}

#find_address .tbl-wrap thead {
  position: sticky;
  position: -webkit-sticky;
  top: 0;
}

#find_address .input-wrap {
  margin-bottom: 15px;
}

#find_address .input-wrap .inputbox {
  display: flex;
  justify-content: space-between;
}

#find_address .input-wrap .inputbox input {
  border: none;
  width: calc(100% - 80px);
  border-bottom: 1px solid #000;
}

#find_address .tbl-wrap .tbl_ht01 th,
#find_address .tbl-wrap .tbl_ht01 td {
  padding: 7px 10px;
}

/* 비밀번호 수정 */
#change_password {
  width: 450px;
  background: #fff;
}

#change_password .filter {
  width: 100%;
}

#change_password .filter dd {
  width: 100%;
}

#change_password input,
#change_password select {
  width: 100%;
}

/* 설비모달 */
#equip-modal {
  width: 450px;
}

#etc-modal {
  width: 450px;
}

.popup-wrap.device-modal {
  background: #fff;
}

.popup-wrap.device-modal .filter {
  width: 100%;
}
.popup-wrap.device-modal dl {
  width: 100%;
}

.popup-wrap.device-modal dd {
  width: calc(100% - 150px);
}
.popup-wrap.device-modal dt {
  width: 150px;
}

.popup-wrap.device-modal dd select {
  margin: 0 5px;
}

.popup-wrap.device-modal dd input,
.popup-wrap.device-modal dd select {
  width: 100%;
}
.popup-wrap.device-modal dd input[type="checkbox"] {
  width: 20px;
  height: 20px;
  margin: 0 10px;
}

.popup-wrap.device-modal dd input[type="radio"] {
  width: auto;
}

/* 이미지 모달 */
#image-modal {
  width: 630px;
  height: 700px;
  background: #fff;
}

#image-modal .filter {
  width: 100%;
}

#image-modal .filter dd {
  width: 100%;
}

#image-modal input,
#image-modal select {
  width: 100%;
}

/* LOTO 대장 팝업 */
#lotoLog-detail {
  background: #fff;
  width: 1350px;
  min-height: 600px;
}

#lotoLog-detail .poptit {
  text-align: center;
}

#lotoLog-detail .lotoLogdetail-wrap .cont-wrap .title {
  margin-bottom: 10px;
}

#lotoLog-detail .lotoLogdetail-wrap .cont-wrap .title .maintit {
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  margin-bottom: 20px;
}

.lotoLogdetail-wrap .cont-wrap .right-wrap button {
  margin: 0 2px;
}

#lotoLog-detail .filter dd {
  width: 100%;
}

#lotoLog-detail input,
#lotoLog-detail select {
  width: 100%;
}

#lotoLog-detail select {
  width: fit-content;
  padding: 5px;
  box-sizing: border-box;
}

#lotoLog-detail .box:last-child {
  margin: 0;
}

#lotoLog-detail table tr:hover {
  background: none;
}

#lotoLog-detail .loto-list {
  max-height: 45vh;
  overflow: auto;
}

#lotoLog-detail .loto-list thead {
  position: sticky;
  top: 0;
  z-index: 1;
}
#lotoLog-detail .loto-list thead:before {
  content: "";
  display: block;
  width: 100%;
  height: 44px;
  border-bottom: 1px solid #afafaf;
  border-top: 1px solid #afafaf;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
}
#lotoLog-detail .loto-list thead tr {
  border-bottom: none;
}

#lotoLog-detail .loto-list tbody tr:first-child td {
  border-top: none;
}

#lotoLog-detail .loto-list td .btn-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}

#lotoLog-detail .loto-list td .btn-wrap button {
  margin: 0;
  font-size: 14px;
}
#lotoLog-detail .loto-list td .btn-wrap button + button {
  margin-left: 3px;
}

#lotoLog-detail .loto-list > .btn-wrap button {
  font-size: 18px;
  padding: 5px 30px;
}

#lotoLog-detail .loto-list.view tr .under.pointer {
  cursor: auto;
  text-decoration: none;
}
#lotoLog-detail .loto-list.view tr .under.pointer.noPrint {
  cursor: pointer;
  text-decoration: underline;
}

#lotoLog-detail .loto-list input[name$="memo1"],
#lotoLog-detail .loto-list input[name*="memo2"],
#lotoLog-detail .loto-list input[name*="memo3"],
#lotoLog-detail .loto-list input[name*="memo4"],
#lotoLog-detail .loto-list input[name*="memo6"] {
  text-align: left;
}
#lotoLog-detail .loto-list input[name*="memo5"],
#lotoLog-detail .loto-list input[name*="memo7"] {
  text-align: center;
}
#lotoLog-detail .loto-list input[name*="memo"],
#lotoLog-detail .loto-list select[name*="memo"],
#lotoLog-detail .loto-list input,
#lotoLog-detail .loto-list.view select {
  border: 1px solid #afafaf;
  border-radius: 3px;
  box-sizing: border-box;
  font-size: 15px;
  opacity: 1;
}
#lotoLog-detail .loto-list input[name*="memo"]:disabled,
#lotoLog-detail .loto-list select[name*="memo"]:disabled,
#lotoLog-detail .loto-list input[name*="memo"]:read-only,
#lotoLog-detail .loto-list input:read-only {
  padding: 0;
  border: none;
  background: none;
  background: -webkit-linear-gradient(transparent, transparent);
  -webkit-appearance: none;
}

.note-section {
  box-sizing: border-box;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.note-section dl {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  width: 100%;
}

.note-section dt {
  margin-right: 20px;
  font-size: 15px;
  font-weight: 600;
  white-space: nowrap;
}

.note-section dd {
  display: flex;
  align-items: center;
  width: 100%;
}

.note-section dd div {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.note-section .w92p {
  padding: 3px;
}

/*==============================
	로그인
==============================*/
.login-wrap {
  width: 100vw;
  height: 100vh;
  background-image: linear-gradient(#12aac2, #10c99f);
  min-width: 1024px;
}

.login-wrap .loginbox {
  width: 600px;
  height: 340px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -200px;
  margin-left: -300px;
  border-radius: 15px;
  padding: 40px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  overflow: hidden;
}

.login-wrap .loginbox h2 {
  text-align: center;
  font-size: 28px;
  line-height: 150%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.login-wrap .loginbox h2 img {
  width: 55%;
  margin-right: 15px;
}

.login-wrap .loginbox .inputbox {
  margin: 60px 0;
  width: 90%;
  position: relative;
}

.login-wrap .loginbox .routingbox {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.login-wrap .loginbox .routingbox p {
  color: gray;
  font-weight: bold;
}

.login-wrap .loginbox dl {
  width: 67%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 5px;
}

.login-wrap .loginbox dt {
  width: 70px;
}

.login-wrap .loginbox dd {
  width: 210px;
  position: relative;
}

.login-wrap .loginbox dd input {
  width: 100%;
  height: 40px;
}

.login-wrap .loginbox dd input[type="checkbox"] {
  width: auto;
  height: auto;
  margin-right: 5px;
}

.login-wrap .loginbox button {
  width: 23%;
  position: absolute;
  top: 0;
  right: 5%;
  height: 85px;
  background: #13bbae;
  border: 1px solid #13bbae;
  color: #fff;
}

.login-wrap .loginbox button:hover {
  background: #a2d7d3;
  border: 1px solid #a2d7d3;
}

/*==============================
	회원가입
==============================*/
.signup-wrap {
  width: 100vw;
  height: 100vh;
  background-image: linear-gradient(#12aac2, #10c99f);
}

.signup-wrap .loginbox {
  width: 600px;
  height: 770px;
  background: #fff;
  position: absolute;
  top: 32%;
  left: 50%;
  margin-top: -200px;
  margin-left: -300px;
  border-radius: 15px;
  padding: 40px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  overflow: hidden;
}

.signup-wrap .loginbox h2 {
  text-align: center;
  font-size: 28px;
  line-height: 150%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.signup-wrap .loginbox h2 img {
  width: 55%;
  margin-right: 15px;
}

.signup-wrap .loginbox .inputbox {
  margin: 50px 0;
  width: 90%;
  position: relative;
}

.signup-wrap .loginbox .routingbox {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.signup-wrap .loginbox .routingbox p {
  color: gray;
  font-weight: bold;
}

.signup-wrap .loginbox dl {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: start;
  margin-bottom: 5px;
}

.signup-wrap .loginbox dt {
  width: 100px;
}

.signup-wrap .loginbox dd {
  width: 78%;
  position: relative;
}

.signup-wrap .loginbox dd input {
  width: 100%;
  height: 40px;
}

.signup-wrap .loginbox dd .input-btn-wrap {
  display: flex;
}

.signup-wrap .loginbox .inputbox button {
  width: 45%;
  height: 40px;
  margin-left: 10px;
  background: #13bbae;
  border: 1px solid #13bbae;
  color: #fff;
}

.signup-wrap .loginbox .btn-wrap {
  width: 100%;
  display: flex;
  justify-content: center;
}

.signup-wrap .loginbox .btn-wrap button {
  width: 20%;
  height: 50px;
  background: #13bbae;
  border: 1px solid #13bbae;
  color: #fff;
}

.signup-wrap .loginbox button:hover {
  background: #a2d7d3;
  border: 1px solid #a2d7d3;
}

.lotoLogdetail-wrap .sign-wrap-left {
  border-right: none;
}

.lotoLogdetail-wrap .sign-wrap-left p {
  word-break: break-all;
  text-align: right;
}

.lotoLogdetail-wrap .sign-wrap {
  position: relative;
  border-left: none;
  text-align: center !important;
}

.lotoLogdetail-wrap .sign-wrap p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.lotoLogdetail-wrap .noPrint.sign-wrap-left {
  padding-right: 20px;
}

/*==============================
	대시보드
==============================*/
.board-wrap {
  position: relative;
}
.board-wrap .dash-wrap {
  max-width: 400px;
  position: fixed;
  top: 70px;
  left: 210px;
  z-index: 1;
  background: #fff;
  border: 1px solid #000;
}

.board-wrap .filter-wrap {
  padding: 10px;
  margin-bottom: 0;
  padding-right: 70px;
}
.board-wrap .nowrap {
  white-space: nowrap;
}

.board-wrap .filter-wrap .btn_search {
  padding: 5px 15px 5px 30px;
  background-position: 15% center;
  margin-right: 0;
}
.board-wrap .filter-wrap dl {
  padding: 0;
}
.board-wrap .filter-wrap select {
  height: 30px;
}

.board-wrap .dash-wrap table th,
.board-wrap .dash-wrap table td {
  font-size: 15px;
}
.board-wrap .dash-wrap table td {
  padding: 5px 10px;
  cursor: auto;
}
.board-wrap .dash-wrap table th {
  cursor: auto;
}
.board-wrap .dash-wrap table tr:hover {
  background: transparent;
}

.dash-wrap .btn-wrap {
  display: flex;
  padding: 10px 10px 0;
  justify-content: space-between;
}

.dash-wrap .btn-wrap .orange_white_btn {
  width: 35%;
}

.main-title {
  text-align: center;
}
.main-title h1 {
  font-size: 20px;
}

.progress-wrap .color1 {
  background: #ff8a8a;
  filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.6));
}
.progress-wrap .color2 {
  background: #ffed78;
  filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.6));
}
.progress-wrap .color3 {
  background: #84e080;
  filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.6));
}
.progress-wrap .color4 {
  background: #c8c8ff;
  filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.6));
}

.main-table {
  max-width: calc(100% - 20px);
  margin: auto;
  padding-top: 10px;
}
.main-progressbar {
  max-width: calc(100% - 20px);
  margin: auto;
  padding: 10px 0;
}
.progress-wrap {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 30px;
  padding: 10px 0;
}
.progress-wrap .p-title {
  width: 28%;
  height: 80%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  font-weight: bold;
  border-radius: 5px;
  position: absolute;
  z-index: 1;
  text-align: center;
  line-height: 120%;
}
.progress-wrap .p-bar {
  width: 80%;
  height: 80%;
  padding-left: 20%;
}
.progress-wrap .bar-wrap {
  width: 100%;
  height: 100%;
  background: #f0f0f0;
  border-radius: 0 40px 40px 0;
  overflow: hidden;
}
.progress-wrap .color-bar {
  height: 100%;
  width: 0;
  border-radius: 0 40px 40px 0;
}

/*==============================
	AuthComfirmPassword
==============================*/
i[class*="icon-"] {
  display: inline-block;
  width: 7rem;
  height: 7rem;
  background: var(--lg-color);
}
.icon-password {
  background: url("/assets/images/content/icon-password2.png") no-repeat
    center / 100% auto !important;
}
.password-wrap {
  width: 23rem;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.local-text-01 {
  font-size: 1.2rem;
  line-height: 1.4;
}
.mt-20 {
  margin-top: 2rem !important;
}
.mt-30 {
  margin-top: 3rem !important;
}
.mt-40 {
  margin-top: 4rem !important;
}
input.input-box-type-01 {
  border: 1px solid var(--gray-color-03);
  border-radius: var(--border-radius-005);
  padding: var(--padding-01);
  font-size: 1rem;
  width: 100%;
}
input.input-box-type-01:focus {
  border: 1px solid var(--lg-color);
}
.btn-type-01 {
  width: auto;
  padding: 0.3rem 1rem;
  border: 0;
  border-radius: var(--border-radius-005);
  font-size: 1rem;
  font-weight: 500;
  color: #fff;
  background: var(--lg-red);
}
.w100 {
  width: 100% !important;
}
.input-large input,
.input-large button,
.input-large select {
  padding: var(--padding-015) !important;
}
:root {
  --main-color: #4682a9;
  --active-color: #0099ff;
  --active-color-hover: #63bcf8;
  --sub-color-01: #749bc2;
  --sub-color-02: #bddaff;
  --sub-color-03: #f6f4eb;
  --sub-color-bg: #f1f8f9;
  --lg-color: #c8294b;
  --lg-red: rgb(165 0 52);
  --lg-black: #474751;
  --lg-gray-00: rgb(107 107 107);
  --lg-gray: #eeeeee;

  --gray-color-01: #444444;
  --gray-color-02: #666666;
  --gray-color-03: #888888;
  --gray-color-04: #b3b3b3;
  --gray-color-05: #e3e3e3;
  --gray-color-06: #f1f1f1;

  --text-color-01: #1a1a1a;
  --text-color-02: #333333;
  --text-color-03: #a3a3a3;

  --label-color-normal: #858585;
  --label-color-red: #ff6969;
  --label-color-blue: #66a3ff;

  --step-color-01: #008cff;
  --step-color-02: #ceff1b;
  --step-color-03: #ffa41b;
  --step-color-04: #f43030;

  --text-placeholder-color: #a6a6a6;
  --text-readonly-color: #787878;
  --text-disabled-color: #b1b1b1;
  --bg-disabled-color: #f7f7f7;
  --bg-readonly-color: #f7f7f7;

  --padding-01: 0.5rem;
  --padding-015: 1rem;

  --border-radius-005: 0.3rem;
}
h2 {
  font-size: 1.2rem;
  font-weight: 600;
}

/*==============================
	설비 관리
==============================*/
.device-wrap {
  display: flex;
  justify-content: space-between;
}
.device-wrap.device-position {
  position: relative;
  margin-right: 30px;
}
.device-wrap.device-position .orange_white_btn {
  position: absolute;
  top: 26px;
  right: 0;
  transform: translateY(-50%);
}

.device-wrap .subtit {
  justify-content: space-between;
  padding: 10px 0 10px 10px;
}
.device-wrap section {
  width: 18%;
}
.device-wrap section:last-of-type {
  width: 43%;
}
.device-wrap .tbl-wrap {
  max-height: 60vh;
  overflow: auto;
  border: 1px solid #ddd;
}
.device-wrap .tbl-wrap thead {
  position: sticky;
  top: 0;
  z-index: 1;
}
.device-wrap .tbl-wrap td + td {
  border-left: 1px solid #ddd;
  padding-right: 60px;
  position: relative;
}

.device-wrap .equip-wrap td + td {
  padding-right: 10px;
}

.device-wrap .position_section:first-child {
  width: 330px;
}

.device-map .flex-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  position: relative;
}

/*==============================
	사용자 관리
==============================*/
.user-wrap .subtit {
  display: flex;
  justify-content: flex-end;
}

#user_regist {
  width: 450px;
}

#user_regist td {
  text-align: left;
  vertical-align: middle;
}
#user_regist td select {
  width: 100%;
  padding: 5px;
  box-sizing: border-box;
}
#user_regist td button {
  padding: 5px 15px;
  margin-left: 10px;
}
#user_regist td input {
  width: 100%;
}
#user_regist td input[type="checkbox"] {
  width: 20px;
  height: 20px;
  margin: 0 10px;
}
#user_regist .flex-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#user_regist label {
  display: flex;
  justify-content: center;
  align-items: center;
}

#lock_auth {
  width: 450px;
}
#lock_auth .table-wrap {
  max-height: 350px;
  overflow: auto;
  border: 1px solid #ddd;
  box-sizing: border-box;
}
#lock_auth thead {
  position: sticky;
  top: 0;
}
#lock_auth input[type="checkbox"] {
  width: 20px;
  height: 20px;
}

.cred.error {
  position: absolute;
}

/*==============================
	프린트 설정
==============================*/
@page {
  size: A4 portrait;
  margin: 50px;
}

@media print {
  html,
  body {
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
    width: 100%;
    height: auto;
  }
  #popup-wrap {
  }
  .popup-cont {
    height: calc(100vh - 200px);
  }
  table {
    page-break-inside: auto;
    border: 2px solid #afafaf;
  }
  tr {
    page-break-inside: avoid;
    page-break-before: auto;
  }
  thead {
    display: table-header-group;
  }
  tfoot {
    display: table-footer-group;
  }

  table th {
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
    background: #f1f1f1 !important;
    border: 1px solid #afafaf;
  }
  .under {
    text-decoration: none;
  }
  .print {
    display: block;
  }

  .red_white_btn {
    display: none;
  }

  #lotoLog-detail {
    width: 99vw;
    height: 100%;
    max-height: 0;
    /* margin: 0 0.5vw; */
  }

  #lotoLog-detail .popup-head {
    border-bottom: none;
  }

  #lotoLog-detail .poptit {
    font-size: 28px;
    color: #000;
  }

  #lotoLog-detail .popup-cont {
    padding-top: 0;
  }
  #lotoLog-detail .lotoLogdetail-wrap .cont-wrap .title .maintit {
    font-size: 24px;
  }
  #lotoLog-detail .title p {
    font-size: 18px;
  }
  #lotoLog-detail .loto-list input[name*="memo"],
  #lotoLog-detail .loto-list select[name*="memo"],
  #lotoLog-detail .loto-list input {
    font-size: 15px;
    padding: 0;
    border: none;
    background: none;
    background: transparent;
    background: -webkit-linear-gradient(transparent, transparent);
    -webkit-appearance: none;
  }

  #lotoLog-detail .loto-list input[name*="memo4"] {
    color: transparent;
  }
  #lotoLog-detail .loto-list {
    max-height: none;
  }

  #lotoLog-detail .loto-list thead:before {
    display: none;
  }

  .qr-cont {
    width: 100vw;
    margin: 0;
    box-sizing: border-box;
  }
  .qrcode-popup {
    width: 100%;
  }

  .qrcode-popup .qr-wrap {
    width: 100%;
    padding: 50px;
    gap: 30px;
  }
  .qrcode-popup .qr-box {
    width: 4.5cm;
    height: 4.5cm;
    page-break-inside: avoid;
    page-break-after: auto;
  }

  .popup-cont .loto-list .code {
    display: table-row;
  }

  .popup-cont .loto-list .printTd {
    display: table-cell;
  }
}

.ReactModal__Overlay {
  z-index: 100;
  background: rgba(0, 0, 0, 0.7) !important;
}
.ReactModal__Overlay__transparent {
  background: rgba(0, 0, 0, 0) !important;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
}

.tooltip {
}

/* 싸인 캔버스 */
.sigCanvas {
  width: 100%;
  height: 200px;
  border: 1px solid black;
}

/*==============================
	허가서 관리
==============================*/
#lotoPermission-detail {
  width: 1200px;
}

#lotoPermission-detail textarea {
  resize: none;
}

.td-radio {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap !important;
}
.td-radio li {
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  flex-wrap: nowrap;
}
.td-radio li + li {
  margin-left: 15px;
}
.td-radio input + label {
  margin-left: 5px;
  padding-right: 10px;
}
.td-radio li > label {
  padding-right: 10px;
}

/* LOTO 세팅 */
.setting-table input[type="number"] {
  width: 60px;
}

/* LOTO대장 테이블 */
.lotoLog-table .check {
  padding: 5px;
}

.lotoLog-table .check > div {
  border-radius: 100%;
  overflow: hidden;
  width: 36px;
  height: 36px;
  background-position: center center;
  background-size: 28px;
  background-repeat: no-repeat;
  margin: 2px auto;
}

.lotoLog-table .check .lock {
  background-image: url("../images/content/icon_lock.png");
}
.lotoLog-table .check .unlock {
  background-image: url("../images/content/icon_unlock.png");
}
.lotoLog-table tbody td,
.lotoLog-table tbody tr {
  border-bottom: none;
  border-top: none;
}
.lotoLog-table tbody tr {
  border-top: 1px solid #ddd;
}
.lotoLog-table tbody tr:last-of-type {
  border-bottom: 1px solid #ddd;
}
.lotoLog-table tbody .border-top-none {
  border-top: none;
}

.redrow td {
  color: var(--step-color-04);
}

.popup-cont .loto-list .code td {
  text-align: left;
  border-right: none;
}
.popup-cont .loto-list .code td + td {
  border-left: none;
  border-right: 1px solid #afafaf;
}
.popup-cont .loto-list .code span + span {
  margin-left: 60px;
}

#position-modal .popup-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 20px;
  box-sizing: border-box;
}
#position-modal .popup-cont {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
}

/* 설비 zone 모달 */
#popup-wrap.tooltip .popup-cont {
  padding: 10px;
}
#tooltip {
  border-radius: 10px !important;
}
#tooltip::after {
  content: "";
  width: 0;
  height: 0;
  display: block;
  position: absolute;
  bottom: -10px;
  left: 30px;
  border: none;
  border-left: 10px solid #000;
}
.tt_tbl {
  position: relative;
}
.tt_tbl .btn_right {
  top: 50%;
  transform: translateY(-50%);
  height: 40px;
  width: 40px;
  border-radius: 100%;
  right: 0;
}
.tt_tbl + .btn_right::after {
  width: 8px;
  height: 8px;
}

.tt_tbl table {
  border-spacing: 4px;
  /* border-collapse: separate; */
}
.tt_tbl tr:first-of-type td {
  font-size: 21px;
  font-weight: bold;
  line-height: 180%;
}
.tt_tbl th,
.tt_tbl td {
  position: relative;
  text-align: center;
  width: 60px;
  padding: 5px;
  box-sizing: border-box;
}

.tt_tbl th {
  border-bottom: 1px solid #ddd;
}
.tt_tbl .empty {
  border: none;
}

/* QR detail */
#qr-detail {
}

#qr-detail .popup-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 20px;
  box-sizing: border-box;
}

.qrcode-popup .qr-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 40px;
  padding: 50px;
  box-sizing: border-box;
}
.qrcode-popup .qr-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 3px 0;
  flex-direction: column;
  width: 4.4cm;
  height: 4.4cm;
  box-sizing: border-box;
  border: 1px solid var(--lg-black);
  position: relative;
}
.qrcode-popup .qr-wrap b {
  font-size: 14px;
  line-height: 100%;
  color: #000;
}
.qrcode-popup .qr-wrap p {
  text-align: center;
  font-size: 13px;
  line-height: 120%;
  text-overflow: ellipsis;
  width: 90%;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
  display: -webkit-box;
  font-weight: bold;
  color: #000;
  height: 30px;
}
.qrcode-popup .qr-wrap .qr {
  width: 100px !important;
  height: 100px !important;
}

/* 설비 도면 */
.canvas-container {
  display: flex;
  justify-content: center;
  padding-top: 52px;
}

.sample-canvas {
  width: fit-content;
}

#position-modal {
  width: 1300px;
  background: #fff;
}

.flex-wrap {
  display: flex;
  align-items: center;
}

.zonePopup-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.zonePopup-wrap .btn-wrap {
  padding: 30px 10px 10px;
}

.zonePopup-wrap .btn-wrap button + button {
  margin-left: 20px;
}

#position-modal .popup-cont .btn-wrap {
  padding: 30px 10px 10px;
  margin: 0;
}

#position-modal .popup-cont .btn-wrap button {
  width: 120px;
}
#position-modal .popup-cont .btn-wrap button + button {
  margin-left: 20px;
}

.nowrap {
  white-space: nowrap;
}

#confirm-modal {
  width: 450px;
}
.lock-modal {
  width: 400px;
}

.lock-modal .filter-wrap dl {
  width: 100%;
}

.img-top {
  vertical-align: top;
}
