@charset "utf-8";
.h3-contents{
  font-size: 28px;
  line-height: 32px;
  font-weight: 900;
  margin-top:25px;
  margin-bottom: 28px;
}
h4.gray-box{
  height: 52px;
  border-radius: 5px;
  background-color: #707070;
  padding: 12px 20px;
  font-size: 22px;
  line-height: 28px;
  font-weight: 500;
  color: #fff;
  box-sizing: border-box;
  margin-bottom: 20px;
  position: relative;
}
h5.h5-service{
  font-size: 17px;
  line-height: 1em;
  font-weight: 500;
  margin-top: 10px;
  margin-bottom: 20px;
  padding-left: 28px;
  position: relative;
}
h5.h5-service::before{
  content: '';
  width: 11px;
  height: 11px;
  background: url('../images/ico-h5.png') no-repeat;
  position: absolute;
  left: 10px;
  top: 3px;
}
.service-area{
  padding-top: 10px;
  padding-bottom: 50px;
}
.box-service{
  margin-top: 10px;
  margin-bottom: 30px;
  border: 1px solid #dde1e6;
  padding: 15px 20px;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 28px;
}

.list-service{
  display: flex;
  flex-flow: row wrap;
}
.list-service dt{
  width: 140px;
  font-size: 14px;
  line-height: 28px;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 6px;
  position: relative;
  box-sizing: border-box;
}
.list-service dt::before{
  content: '';
  width: 2px;
  height: 2px;
  background-color: #5e5e5e;
  position: absolute;
  left: 0;
  top: 20px;
}
.list-service dd{
  width: calc(50% - 150px);
}
.list-service dd:nth-of-type(2n+1){
  margin-right: 20px;
}
.list-service dd.merge-wide{
  width: calc(100% - 140px);
  margin-right: 0;
}
.list-service dd.merge-wide input.half-input{
  width: calc(50% - 80px);
  margin-right: 20px;
}

/* table */
table.table01{
  border-top: 1px solid #dde1e6;
  margin-bottom: 30px;
  width: 100%;
}
table.table01 th,
table.table01 td{
  border-bottom: 1px solid #dde1e6;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 24px;
}
table.table01 th{
  border-right: 1px solid #dde1e6;
  border-left: 1px solid #dde1e6;
  background-color: #f6f6f6;
  width: 150px;
  text-align: center;
  vertical-align: middle;
  font-weight: 500;
  padding: 8px 10px;
}
table.table01 td{
  border-right: 1px solid #dde1e6;
  padding: 8px 15px;
  vertical-align: middle;
}
table.table01 td input[type="text"],
table.table01 td input[type="file"],
table.table01 td textarea,
table.table01 td select{
  margin-top: 7px;
  margin-bottom: 7px;
}

/* radio */
.radio-double{
  display: flex;
  flex-flow: row wrap;
}
.radio-double li{
  width: 140px;
}
.list-fourth{
  display: flex;
  flex-flow: row wrap;
}
.list-fourth li{
  width: calc((100% - 60px)/4);
  margin-left: 20px;
}
.list-fourth li label{
  display: inline-block;
  width: 60px;
}
.list-fourth li select{
}
.list-fourth li:nth-child(4n+1){
  margin-left: 0;
}
.select-animals,
input.select-animals{
  width: calc(100% - 90px);
}

.list-fourth li.list-etc{
  width: calc((100% - 60px)/2 - 80px);
}
.list-fourth li.list-etc input.select-animals{
  width: calc((100% - 100px)/2);
}
.list-fourth li.list-etc select.select-animals{
  width: calc((100% - 100px)/2);
}
.date-pick{
  display: inline-block;
  width: 140px;
}
.date-pick input{
  background: url('../images/ico-date.png') no-repeat right 10px center;
  padding-left: 10px;
}
.date-hypen{
  display: inline-block;
  width: 30px;
  text-align: center;
}
.block-small{
  margin-left: 30px;
}

.auto-size{
  width: 100%;
  min-height: 150px;
  border: 1px solid #e1e5e9;
  box-sizing: border-box;
}
.auto-size::placeholder{
  color: #999;
}
.add-form{
  display: inline-block;
  width: 100%;
  height: 32px;
  border-radius: 4px;
  background-color: #76839a;
  text-align: center;
  font-size: 14px;
  line-height: 32px;
  color: #fff;
  margin-top: 10px;
  margin-bottom: 7px;
}
.add-form span{
  display: inline-block;
  position: relative;
}
.add-form span::after{
  content: '+';
  margin-left: 3px;
}
.agree-area{
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.agree-area .text-agree{
  margin-right: 20px;
}
.agree-area .list-radio{
  display: flex;
}
.agree-area .list-radio li{
  margin-left: 30px;
}
.button-right{
  display: flex;
  justify-content: right;
}
.move-next{
  display: inline-block;
  height: 28px;
  border-radius: 5px;
  background-color: #606bc4;
  font-size: 14px;
  line-height: 28px;
  color: #fff;
  text-align: center;
  padding: 0 25px;
}
/* modal */
.modal-wrap{
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0 0 0 / 70%);
  z-index: 9999;
  display: none;
}
.modal-body{
  width: 900px;
  background-color: #fff;
  position: relative;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.modal-body.modal-large{
  width: 1000px;
  max-height: 1005px;
  height: 90vh;
}
.modal-header{
  height: 60px;
  background-color: #f6f6f6;
  border: 1px solid #dde1e6;
  box-sizing: border-box;
  padding: 15px 30px;
  box-sizing: border-box;
  position: relative;
}
.modal-header h3{
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
}
.modal-header a.close-modal{
  position: absolute;
  right: 30px;
  top: 50%;
  display: block;
  width: 18px;
  height: 18px;
  background: url('../images/close-modal.png') no-repeat;
  transform: translateY(-50%);
}
.modal-content{
  padding: 30px;
}
.modal-content h4.h4-dot{
  font-size: 14px;
  line-height: 28px;
  font-weight: 500;
  padding-left: 7px;
  position: relative;
  margin-bottom: 10px;
}
.modal-content h4.h4-dot::before{
  content: '';
  width: 2px;
  height: 2px;
  background-color: #6f6f6f;
  position: absolute;
  left: 0;
  top: 12px;
}
.modal-bottom{
  padding: 10px 30px 40px;
}
.list-button{
  display: flex;
  justify-content: flex-end;
}
.list-button li{
  margin:0 5px;
}
.list-button li:last-child{
  margin-right: 0;
}
.list-button li a{
  display: block;
  padding: 0 40px;
  font-size: 14px;
  line-height: 34px;
  color: #fff;
  border-radius: 5px;
  box-sizing: border-box;
  background-color: #6d7ae3;
}
.list-button li a.close-modal{
  background-color: #fff;
  color: #76839a;
  border:1px solid #76839a;
  line-height: 32px;
}
.search-bbs{
  display: flex;
  justify-content: flex-end;
  padding-bottom: 30px;
}
.search-bbs .search-select{
  width: 122px;
  height: 28px;
}
.search-bbs .search-text{
  width: 360px;
  height: 28px;
  margin-left: 5px;
}
.search-btn{
  display: inline-block;
  padding: 0 25px;
  font-size: 14px;
  line-height: 28px;
  color: #fff;
  border-radius: 5px;
  background-color: #999;
  margin-left: 5px;
}
.search-bbs .search-btn.btn-reload{
  position: relative;
}
.search-bbs .search-btn.btn-reload::before{
  content: '';
  width: 24px;
  height: 21px;
  background: url('../images/ico-reload.png') no-repeat;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.table-height{
  max-height: 275px;
  overflow-y: auto;
}
.table-modal{
  width: 100%;
}
.table-modal thead{
  border: 1px solid #eaedf1;
}
.table-modal thead th{
  background-color: #f0f0f0;
  padding: 6px 10px;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  text-align: center;
}
.table-modal tbody{
  border-right: 1px solid #f0f0f0;
  border-left: 1px solid #f0f0f0;
}
.table-modal tbody td{
  border-bottom: 1px solid #f0f0f0;
  padding: 10px;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
}
.tab-facility{
  display: flex;
  width: calc(100% + 2px);
  border:none;
  border-radius: 0;
}
.tab-facility li{
  flex: 1;
  text-align: center;
  border: 1px solid #dde1e6;
  border-radius: 0;
}
.tab-facility li + li{
  margin-left: -1px;
}
.tab-facility li a{
  display: block;
  padding: 15px 0;
}
.tab-facility li a:hover,
.tab-facility li.ui-tabs-active a{
  background-color: #606bc3;
  color: #fff;
  border:none;
}
.tab-facility li.ui-tabs-active{
  border-color: #dde1e6;
  background-color: #606bc3;
}
.view-img{
  margin-top: 20px;
  margin-bottom: 30px;
}
#list-facility,
.area-facility{
  border:none;
}
.area-facility{
  max-height: 400px;
  overflow-y: auto;
}

/* 신청확인 */
.view-service{
  display: flex;
  flex-wrap: wrap;
}
.view-service li{
  width: 50%;
  font-size: 14px;
  line-height: 28px;
}
.view-service li strong{
  position: relative;
  padding-left: 6px;
  display: inline-block;
  font-weight: 400;
}
.view-service li strong::before{
  content: '';
  width: 2px;
  height: 2px;
  background-color: #5e5e5e;
  position: absolute;
  left: 0;
  top: 13px;
}
.list-animals{
  display: flex;
}
.list-animals li + li{
  margin-left: 20px;
  padding-left: 20px;
  position: relative;
}
.list-animals li + li::before{
  content: '';
  width: 1px;
  height: 12px;
  background: #535353;
  position: absolute;
  left: 0;
  top: 5px;
}
a.file-view{
  color: #606bc3;
  text-decoration: underline;
}

/* 유효성평가지원서비스 */
.sorting-test{
  display: flex;
  flex-direction: column;
}
.sorting-test li{
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 850px;
  height: 80px;
  background-color: #f5f5f5;
  border: 1px solid #eaedf1;
  border-radius: 5px;
  padding: 0 45px;
  box-sizing: border-box;
}
.sorting-test li + li{
  margin-top: 20px;
}
.sorting-test li strong{
  font-size: 20px;
  line-height: 1em;
  color: #363636;
  font-weight: 900;
}
.sorting-test li a{
  width: 113px;
  height: 37px;
  background-color: #606bc4;
  border-radius: 5px;
  font-size: 17px;
  line-height: 37px;
  text-align: center;
  color: #fff;
}
.h6-blue{
  font-size: 15px;
  color: #fff;
  font-weight: 400;
  line-height: 47px;
  background-color: #606bc4;
  padding: 0 30px;
  margin-bottom: 10px;
}
table.table01 .td-sub-title{
  width: 120px;
  background-color: #eaf1fe;
  text-align: center;
}
.list-service.list-immunity dt{
  width: 95px;
}
.list-service.list-immunity dd{
  width: calc(100% - 115px);
}
.list-text{
  display: flex;
}
.list-text li label{
  margin-right: 50px;
}
.select-amount{
  width: 185px;
}
.select-time{
  width: 100px;
}
.half-list{
  display: flex;
}
.half-list li{
  width: calc(50% - 15px);
}
.half-list li + li{
  margin-left: 30px;
}
.half-list li label{
  width: 140px;
}
.half-list li input{
  width: calc(100% - 145px);
}
.list-check4{
  display: flex;
  flex-wrap: wrap;
}
.list-check4 li{
  width: 20%;
}
.list-check4.veiw-check li{
  position: relative;
  padding-left: 6px;
}
.list-check4.veiw-check li::before{
  content: '';
  width: 2px;
  height: 2px;
  background-color: #5e5e5e;
  position: absolute;
  left: 0;
  top: 13px;
}
.bbs-top{
  margin-bottom: 15px;
}
.bbs-top strong{
  color: #606bc4;
  font-weight: 400;
}
.bbs-sub-text{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.bbs-sub-text span{
  font-size: 12px;
  color: #f15342;
}
.bbs-sub-text .help{
  display: block;
  width: 154px;
  height: 28px;
  border: 1px solid #dde1e6;
  padding-right: 20px;
  text-align: center;
  line-height: 28px;
  position: relative;
  box-sizing: border-box;
}
.bbs-sub-text .help::after{
  content: '';
  width: 13px;
  height: 13px;
  background: url('../images/ico-help.png') no-repeat;
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  box-sizing: border-box;
}
.bbs-list{
  margin-top: 20px;
  margin-bottom: 60px;
  width: 100%;
}
.bbs-list thead th{
  background-color: #f6f6f6;
  border-top: 1px solid #dde1e6;
  font-weight: 400;
}
.bbs-list th, .bbs-list td{
  border-right: 1px solid #dde1e6;
  border-bottom: 1px solid #dde1e6;
  text-align: center;
  padding: 10px;
  line-height: 17px;
  vertical-align: middle;
}
.bbs-list td a{
  text-decoration: underline;
}
.bbs-list th:first-child, .bbs-list td:first-child{
  border-left: 1px solid #dde1e6;
}
.btn-detail-view{
  display: inline-block;
  padding: 7px 20px;
  border-radius: 3px;
  line-height: 1em;
  background-color: #999;
  color: #fff;
  text-decoration: none !important;
  word-break: keep-all;
}
.btn-black{
  display: inline-block;
  padding: 7px 20px;
  border-radius: 3px;
  line-height: 1em;
  background-color: #434343;
  color: #fff;
  text-decoration: none !important;
  word-break: keep-all;
}
.bbs-list .table-button{
  display: flex;
  justify-content: center;
  align-items: center;
}
.bbs-list .table-button li{
  margin: 0 5px;
}
.bbs-list .table-button li button{
  height: 28px;
  padding: 7px 20px;
  border-radius: 3px;
  line-height: 1em;
  word-break: keep-all;
}
.btn-opinion{
  background-color: #729be6;
  color: #fff;
}
.btn-reason{
  background-color: #3e478d;
  color: #fff;
}

.pagination{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.pagination a{
  width: 38px;
  height: 38px;
  margin: 0 3px;
  text-align: center;
  border-radius: 5px;
  line-height: 36px;
  box-sizing: border-box;
  font-size: 15px;
  border: 1px solid #eaedf1;
}
.pagination .btn-move{
  display: flex;
}
.pagination .btn-move a{
  width: 38px;
  height: 38px;
  background-color: #f6f6f6;
  border: 1px solid #eaedf1;
  align-items: center;
  line-height: 36px;
  box-sizing: border-box;
  background-repeat: no-repeat;
  background-position: center;
}
.pagination .btn-move .first{
  background-image: url('../images/ico-move01.png');
}
.pagination .btn-move .prev{
  background-image: url('../images/ico-move02.png');
}
.pagination .btn-move .next{
  background-image: url('../images/ico-move03.png');
}
.pagination .btn-move .last{
  background-image: url('../images/ico-move04.png');
}
.pagination .page{
  display: flex;
  margin: 0 14px;
}
.pagination .page strong{
  width: 38px;
  height: 38px;
  margin: 0 3px;
  text-align: center;
  border-radius: 5px;
  line-height: 36px;
  box-sizing: border-box;
  font-size: 15px;
  color: #fff;
  font-weight: 400;
  background-color: #606bc4;
}
.pagination .page a:hover,
.pagination .page a:focus{
  background-color: #f6f6f6;
}
.header-button{
  padding: 30px 30px 10px 30px;
  display: flex;
  justify-content: flex-end;
}

@media screen and (max-width: 1600px) {
  .btn-detail-view{
    padding: 7px 10px;
  }
  .bbs-list .table-button li{
    margin: 0 3px;
  }
  .bbs-list .table-button li button{
    padding: 7px 10px;
  }
}
.modal-button-wrap{
  position: relative;
}
.tight-button{
  display: flex;
  justify-content: flex-end;
  margin-top: 10px;
  margin-bottom: 10px;
}
.tight-button li{
  display: inline-flex;
  margin: 0 5px;
}
.tight-button li:last-child{
  margin-right: 0;
}
.tight-button li a{
  padding: 10px 20px;
}
.btn-download{
  background-color: #ec765b !important;
  padding: 7px 20px;
  border-radius: 3px;
  line-height: 1em;
  color: #fff;
}
.auto-scroll{
  overflow-y: auto;
}
.scroll-300{
  max-height: 300px;
}
.scroll-405{
  max-height: 405px;
}
.h3-contents{
  position: relative;
}
.btn-right{
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.h3-contents .btn-right{
  display: block;
  font-size: 14px;
  font-weight: 400;
  padding: 10px 20px;
}
.button-group{
  display: flex;
  justify-content: space-between;
}
.button-left{
  display: flex;
  justify-content: left;
}
.btn-list{
  display: inline-block;
  height: 28px;
  border-radius: 5px;
  border: 1px solid #76839a;
  background-color: #fff;
  font-size: 14px;
  line-height: 28px;
  color: #76839a;
  text-align: center;
  padding: 0 20px;
  box-sizing: border-box;
}
.service-area.view-report{
  text-align: center;
  vertical-align: top;
}
.select-full{
  width: 100%;
}
.select-half{
  width: calc(50% - 80px);
}
.double-dd .select-half{
  margin-right: 20px;
}
@media screen and (max-width: 1563px) {
  .list-service dd .date-pick{
    width: calc(50% - 20px);
  }
  .list-service dd .date-pick input{
    font-size: 12px;
    padding-left: 4px;
    background-position:right 4px center;
  }
}

.list-service dd.double-dd{
  width: calc(100% - 140px);
  margin-right: 0;
}

.btn-delete{
  display: inline-block;
  height: 28px;
  border-radius: 5px;
  border: 1px solid #707070;
  background-color: #fff;
  font-size: 14px;
  line-height: 26px;
  color: #363636;
  text-align: center;
  padding: 0 25px;
  box-sizing: border-box;
}
.search-select2{
  width: 230px;
  margin-left: 5px;
}
.search-select2.first{
  margin-left: 0;
}
.search-box{
  position: relative;
  margin-bottom: 30px;
}
.search-box::after{
  content: '';
  width: calc(100% + 60px);
  height: 1px;
  background-color: #dde1e6;
  position: absolute;
  left: -30px;
  bottom: 0;
}
.required{
  display: inline-block;
  vertical-align: top;
  color: #f15342;
  margin-left: 2px;
}
input.input-size{
  width: 140px;
}
.unit-size{
  display: inline-block;
  vertical-align: bottom;
}
.margin-layout{
  margin-top: 3px;
}
.box-view-equipment{
  background-color: #f0f0f0;
  border: 1px solid #eaedf1;
  padding: 7px;
  box-sizing: border-box;
  margin-top: 10px;
}
.list-equipment{
  display: flex;
  flex-wrap: wrap;
  margin-right: -8px;
  margin-left: -8px;
}
.list-equipment li{
  margin: 8px;
  display: flex;
}
.list-equipment li .name-equipment{
  display: inline-block;
  vertical-align: top;
  line-height: 17px;
}
.list-equipment li .del-equipment{
  margin-left: 5px;
  display: inline-block;
  vertical-align: top;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background-color: #363636;
  transform: translateY(2px);
  position: relative;
}
.list-equipment li .del-equipment::before,
.list-equipment li .del-equipment::after{
  content: '';
  width: 9px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  left: 2px;
  top: 6px;
}
.list-equipment li .del-equipment::before{
  transform: rotate(45deg);
}
.list-equipment li .del-equipment::after{
  transform: rotate(-45deg);
}
.btn-list2{
  display: inline-block;
  height: 34px;
  border-radius: 5px;
  border: 1px solid #76839a;
  background-color: #fff;
  font-size: 14px;
  line-height: 32px;
  color: #76839a;
  text-align: center;
  padding: 0 40px;
  box-sizing: border-box;
}
.detail-eqipment{
  color: #6d7ae3;
  margin-left: 5px;
}
.table-height2{
  max-height: 350px;
  overflow-y: auto;
}
.wrap-equipment{
  display: flex;
  flex-wrap: wrap;
}
.wrap-equipment .list-equipment{
  margin-top: 10px;
  margin-right: -8px;
  margin-left: -8px;
}
/* 콘텐츠 관리 */
.sort-title{
  display: inline-block;
  vertical-align: top;
  transform: translateY(2px);
  height: 13px;
}
.sort-title > a{
  display: inline-block;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #363636 url('../images/icon-tbl-sort.png') no-repeat center;
}
.sort-title .bottom{
}
.sort-title .top{
  transform: rotate(180deg);
}
.editor{
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #dde1e6;
}
.badge{
  display: inline-block;
  padding: 0 10px;
  height: 20px;
  line-height: 20px;
  border-radius: 10px;
}
.badge-notice{
  background-color: #f15342;
  color: #fff;
}
.bbs-list tr.notice td{
  background-color: #faf5e1;
}
.fix-list{
  display: inline-block;
  vertical-align: top;
  line-height: 28px;
  margin-top: 7px;
}
.data-from{
  width: 100%;
}
.data-from li{
  text-align: left;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.fix-table{
  table-layout: fixed;
}

@media screen and (max-width: 1600px) {
  .responsive {
    width: 100%;
    overflow-x: auto;
  }
  .responsive table{
    width: 1200px;
  }
}
.btn-preview{
  padding: 0 25px;
  background-color: #fff;
  border: 1px solid #707070;
  border-radius: 3px;
  color: #363636;
  margin-left: 6px;
}
.btn-standard-download{
  padding: 0 25px;
  background-color: #1e7145;
  color: #fff;
  border-radius: 3px;
  margin-left: 6px;
}
.badge-data{
  display: inline-block;
  vertical-align: top;
  padding: 0 25px;
  border-radius: 3px;
  background-color: #fff;
  color: #707070;
  font-size: 14px;
  line-height: 28px;
  margin-right: 7px;
}
.data-top-info{
  display: flex;
  margin-right: -10px;
  margin-left: -10px;
  width: calc(100% + 20px);
}
.data-top-info li{
  margin-right: 10px;
  margin-left: 10px;
  position: relative;
}
.data-top-info li + li::before{
  content: '';
  width: 1px;
  height: 12px;
  background-color: #5e5e5e;
  position: absolute;
  left: -10px;
  top: 8px;
}
.area-data{
  border: 1px solid #dde1e6;
  padding: 50px;
  box-sizing: border-box;
  text-align: center;
  margin-bottom: 30px;
}
.tab-inner-data{
  display: flex;
  width: calc(100% + 2px);
  margin-bottom: 25px;
}
.tab-inner-data li{
  flex: 1;
  height: 50px;
  border-radius: 0;
  text-align: center;
  line-height: 48px;
  border: 1px solid #bfbfbf;
}
.tab-inner-data li + li{
  margin-left: -1px;
}
.tab-inner-data li.ui-tabs-active{
  background-color: #606bc3;
}
.tab-inner-data li a{
  display: block;
}
.list-text li{
  line-height: 28px;
  padding-top: 7px;
  padding-bottom: 7px;
}
.inner-data.ui-tabs{
  border: none;
}
.inner-data .ui-widget-header{
  border-radius: 0;
  border: none;
}
.inner-data .ui-widget-content{
  border: none;
}
.list-button.small-button li a{
  line-height: 28px;
  padding: 0;
  text-align: center;
  width: 72px;
}
.regist-all{
  background-color: #7d7d7d !important;
  color: #fff;
}
.btn-detail-modi{
  display: inline-block;
  padding: 7px 20px;
  border-radius: 3px;
  line-height: 1em;
  background-color: #434343;
  color: #fff;
  text-decoration: none !important;
}
.search-fix{
  position: relative;
  padding-bottom:18px;
}
.search-fix + .search-fix::before{
  content: '';
  width: 100%;
  height: 1px;
  border-top: 1px dashed red;
  position: absolute;
  left: 0;
  top: 0;
}
.search-fix .search-list3{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.search-fix .search-list3 li{
  padding-top: 7PX;
  padding-bottom: 7px;
  display: flex;
}
.search-fix .search-list3 li:first-child{
  width: 490px;
}
.search-fix .search-list3 li:nth-child(2){
  width: calc(100% - 1010px);
}
.search-fix .search-list3 li:last-child{
  width: 420px;
}
.search-fix .search-list3 li + li{
  margin-left: 50px;
}
.search-fix .search-list3 li strong{
  display: inline-block;
  width: 55px;
  line-height: 28px;
}
.search-fix .search-list3 li:nth-child(2) strong{
  width: 75px;
}
.search-fix .search-list3 li input[type="text"],
.search-fix .search-list3 li select{
  width: 140px;
  margin-left: 5px;
}
.box-facility{
  border: 8px solid #d3d1cf;
  padding: 22px;
  box-sizing: border-box;
  border-radius: 3px;
  max-height: 800px;
  height: calc(90vh - 206px);
}
.view-map{
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  max-height: 740px;
  overflow-y: auto;
}
.view-map > ul{
  width: calc((100% - 112px)/3);
}
.view-map > ul > li{
  height: 80px;
  border: 2px solid #dadada;
  border-radius: 5px;
  background-color: #f3f3f3;
  padding: 15px 12px;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 1em;
}
.view-map > ul > li + li{
  margin-top: 10px;
}
.view-map > ul > li strong{
  display: block;
  font-weight: 400;
  margin-bottom: 15px;
}
.view-map > ul > li p{}
.view-map > .view-map1 > li > ul{
  margin: -15px -12px;
  display: flex;
}
.view-map > .view-map1 > li > ul > li{
  padding: 15px 12px
}
.view-map > .view-map1 > li > ul > li:first-child{
  width: 142px;
  border-right: 2px solid #dadada;
}
table.table01.table-pay td{
  border-right: none;
}
table.table01.table-pay td.name-pay{
  border-right: 1px solid #dde1e6;
}
table.table01.table-pay td.commision{
  width: 300px;
  text-align: right;
  font-weight: 700;
  background-color: #fcfcfc;
  border-right: 1px solid #dde1e6;
}
table.table01.table-pay tr.sub-total td.commision{
  border-right: none;
}
table.table01.table-pay td.commision input{
  text-align: right;
}
table.table01.table-pay tfoot{
  border-left: 1px solid #dde1e6;
}
table.table01.table-pay tfoot td{
  background-color: #77839b;
  color: #fff;
}
table.table01.table-pay tfoot td.commision{
  background-color: #77839b;
  color: #fff45c;
}
table.table01.table-pay tfoot.last-total th{
  background-color: #f15342;
  color: #fff;
}
table.table01.table-pay tfoot.last-total td{
  background-color: #feebe9;
  color: #f15342;
}
table.table01.table-pay td ul.list-due{
  display: flex;
}
table.table01.table-pay td ul.list-due li{
  line-height: 28px;
}
table.table01.table-pay td ul.list-due li + li{
  margin-left: 70px;
}
table.table01.table-pay td ul.list-due li strong{
  position: relative;
  padding-left: 6px;
  font-weight: 400;
  display: inline-block;
}
table.table01.table-pay td ul.list-due li strong::before{
  content: '';
  width: 2px;
  height: 2px;
  background-color: #5e5e5e;
  position: absolute;
  left: 0;
  top: 13px;
}
.list-h4{
  display: flex;
}
.list-h4 li{
  font-size: 14px;
  line-height: 28px;
  font-weight: 500;
  padding-left: 7px;
  position: relative;
  flex: 1;
}

.list-h4 li::before{
  content: '';
  width: 2px;
  height: 2px;
  background-color: #6f6f6f;
  position: absolute;
  left: 0;
  top: 12px;
}
.confirm-view{
  display: inline-flex;
}
.confirm-view > a{
  padding: 7px 20px;
  border-radius: 3px;
  line-height: 1em;
  margin: 0 5px;
}
.confirm-view .btn-paper01{
  background-color: #729be6;
  color: #fff;
}
.confirm-view .btn-paper02{
  background-color: #3e478d;
  color: #fff;
}
.btn-add-paper{
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 5px;
  border: 1px solid #76839a;
  background-color: #fff;
  font-size: 14px;
  line-height: 28px;
  color: #76839a;
  text-align: center;
  padding: 0 20px;
  box-sizing: border-box;
}
.text-time{
  margin-left: 20px;
}
.btn-in{
  display: inline-block;
  padding: 0 10px;
  background-color: #1e7145;
  color: #fff;
  border-radius: 3px;
  margin-left: 6px;
  line-height: 22px;
}
.list-return li{
  line-height: 28px;
}
.list-return li strong{
  display: inline-block;
  font-weight: 400;
  position: relative;
  padding-left: 6px;
  width: 60px;
}
.list-return li strong::before{
  content: '';
  width: 2px;
  height: 2px;
  background-color: #6f6f6f;
  position: absolute;
  left: 0;
  top: 12px;
}
a.link-text{
  text-decoration: underline;
}
.h3-contents .button-right{
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.h3-contents .button-right a{
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 400;
}
.h3-contents .button-right a + a{
  margin-left: 10px;
}
.editor-unit{
  font-size: 14px;
  line-height: 22px;
  color: #999;
  font-weight: 400;
  position: absolute;
  right: 0;
  bottom: 0;
}
.list-use{
  display: inline-block;
  width: 80px;
}
.list-use input[type=radio]{
  margin-left: 0;
}
.fix-left{
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 1580px){
  .text-time{
    display: block;
    margin-left: 0;
  }
  .bbs-list .table-button{
    display: inline-block;
  }
  .bbs-list .table-button li button{
    margin-top: 6px;
  }
}
/* tiny editor */
.mce-content-body[data-mce-placeholder]:not(.mce-visualblocks)::before{
  color: #999;
}
.mce-content-body {
  font-size: 14px;
  line-height: 22px;
}
.mce-content-body p{
  margin: 0;
}
/* //tiny editor */

/* 일정관리 달력 */
.month-wrap{
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 25px;
}
.month-wrap strong{
  margin-right: 30px;
  margin-left: 30px;
  font-size: 35px;
  line-height: 28px;
  font-weight: 700;
  color: #363636;
}
.month-wrap .btn-month{
  width: 50px;
  height: 28px;
  background-color: #f6f6f6;
  border: 1px solid #eaedf1;
  border-radius: 3px;
  position: relative;
}
.month-wrap .btn-month::before{
  content: '';
  width: 7px;
  height: 11px;
  background: url('../images/btn-calendar.png') no-repeat;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.month-wrap .btn-month.btn-prev::before{}
.month-wrap .btn-month.btn-next::before{
  transform: translate(-50%, -50%) rotate(180deg);
}

/* 전체 달력 */
.table-calendar{
  width: 100%;
}
.table-calendar thead .data-calendar thead th{
  background-color: #f6f6f6;
  text-align: center;
  font-size: 18px;
  line-height: 40px;
  height: 40px;
  color: #363636;
  font-weight: 400;
  border-top: 1px solid #dde1e6;
  border-right: 1px solid #dde1e6;
  border-bottom: 1px solid #dde1e6;
}
.table-calendar thead .data-calendar thead th.sun{
  color: #f15342;
}
.table-calendar thead .data-calendar thead th.sat{
  color: #6d7ae3;
}

.table-calendar thead .data-calendar thead th:first-child{
  border-left: 1px solid #dde1e6;
}
.data-calendar{
  width: 100%;
  table-layout: fixed;
}
.data-calendar thead th,
.data-calendar tbody td{
  width: calc(100% / 7);
}
.data-calendar thead.date-num th{
  height: 30px;
  text-align: left;
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  padding-left: 8px;
}
.data-calendar thead.date-num th.not{
  color: #999;
}
.data-calendar thead.date-num th.sat{
  color: #6d7ae3;
}
.data-calendar thead.date-num th.sun{
  color: #f15342;
}
.data-calendar tbody tr td{
  padding: 4px 0;
  position: relative;
}
.data-calendar tbody td > a{
  display: block;
  height: 10px;
  background-color: #89c997;
  border-radius: 10px;
  margin-right: 4px;
  margin-left: 4px;
}
div.view-schedule{
  display: none;
  width: 210px;
  height: 110px;
  background-color: #fff;
  border: 3px solid #529ee9;
  border-radius: 10px;
  box-shadow: 11px 0 16px rgba(0 0 0 / 6%);
  padding: 10px 6px;
  box-sizing: border-box;
  /*position: absolute;*/
  /*left: 50%;*/
  /*top: -110px;*/
  transform: translateX(-50%);
}
div.view-schedule h5{
  font-size: 17px;
  line-height: 25px;
  font-weight: 900;
  letter-spacing: -0.05em;
  margin-bottom: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
div.view-schedule p{
  font-size: 13px;
  line-height: 20px;
  letter-spacing: -0.08em;
}
div.view-schedule .button-schedule{
  margin-top: 10px;
  display: flex;
  justify-content: center;
}
div.view-schedule .button-schedule li{
  margin: 0 2px;
}
div.view-schedule a{
  display: flex;
  height: 26px;
  border-radius: 13px;
  background-color: #454545;
  text-align: center;
  font-size: 12px;
  line-height: 26px;
  color: #fff;
  padding: 0 12px;
}
div.view-schedule a.close{
  background-color: #a1a1a1;
}
div.view-schedule a i{
  display: inline-block;
  margin-left: 10px;
  width: 6px;
  height: 9px;
  background: url('../images/arrow-view.png') no-repeat;
  transform: translateY(8px);
}
.week-data{
  position: relative;
  z-index: 0;
  min-height: 120px;
  padding-bottom: 10px;
}
.bg-table{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  z-index: -1;
}
.bg-table > span{
  flex: 1;
  height: 100%;
  border-right: 1px solid #dde1e6;
  border-bottom: 1px solid #dde1e6;
}
.bg-table > span:first-child{
  border-left: 1px solid #dde1e6;
}

.name-language{
  font-size: 0;
  line-height: 0;
  margin-bottom: 10px;
}
.name-language li{
  display: inline-block;
  width: 50%;
  font-size: 14px;
  line-height: 28px;
  font-weight: 500;
  padding-left: 7px;
  box-sizing: border-box;
  position: relative;
}
.name-language li::before{
  content: '';
  width: 2px;
  height: 2px;
  background-color: #6f6f6f;
  position: absolute;
  left: 0;
  top: 12px;
}
input.search-select2{
  width: 230px !important;
  margin-left: 0;
}
.scroll-privacy{
  border: 1px solid #bfbfbf;
  padding: 15px;
  max-height: 400px;
  overflow-y: auto;
}
.box-preview{
  border: 1px solid #bfbfbf;
  padding: 30px;
}
.title-preview{
  display: flex;
  margin-bottom: 50px;
}
.title-preview h5{
  width: 250px;
  margin-right: 40px;
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
  word-break: keep-all;
}
.title-preview .sub-title{
  width: 180px;
  font-size: 16px;
  line-height: 24px;
  word-break: keep-all;
}
.title-preview .sub-title strong{
  font-weight: 700;
  display: block;
}
.table-preview{
  width: 100%;
  border-top: 2px solid #000;
}
.table-preview tbody th,
.table-preview tbody td{
  border-bottom: 1px solid #d2d2d2;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  text-align: left;
  padding: 15px 0;
}
.table-preview tbody tr:last-child th,
.table-preview tbody tr:last-child td{
  border-bottom: 2px solid #000;
}
ul.circle li{
  padding-left: 10px;
  position: relative;
}
ul.circle li::before{
  content: '';
}
ul.circle > li::before{
  width: 7px;
  height: 8px;
  border-radius: 4px;
  border: 1px solid #363636;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 6px;
}
ul.circle > li > ul > li::before{
  width: 6px;
  height: 2px;
  background-color: #363636;
  position: absolute;
  left: 0;
  top: 10px;
}

.foot-preview{
  margin-top: 20px;
  display: flex;
}
.foot-preview .bottom-logo{
  width: 280px;
  height: 46px;
  background: url('../images/logo-preview.jpg') no-repeat;
  background-size: 154px;
}
.foot-preview .bottom-text{
  width:calc(100% - 280px);
}
.foot-preview .bottom-text p{
  font-size: 14px;
  line-height: 26px;
}
.foot-preview .bottom-text .sign{
  margin-top: 40px;
  text-align: right;
  font-size: 14px;
  line-height: 26px;
}
.foot-preview .bottom-text .sign .date{
  display: block;
}
.foot-preview .bottom-text .name{
  display: block;
  letter-spacing: 0.3em;
  margin-right: -0.3em;
}
.foot-preview .bottom-text .name em{
  letter-spacing: -0.05em;
  margin-left: -0.5em;
}