/* ********** */
/* 2026 added */
/* ********** */
.ir {
  overflow: hidden;
  position: absolute;
  width: 0;
  height: 0;
  line-height: 0;
  text-indent: -999rem;
}

@media (max-width: 1024px) {
  .insurance-target-regist.type2 .order-view > span {
    flex: 1;
  }
}
.insurance-target-regist.type2 * + .question {
  margin-top: 40px;
}
@media (max-width: 1024px) {
  .insurance-target-regist.type2 * + .question {
    margin-top: 20px;
  }
}
.insurance-target-regist.type2 .wrapAgreement {
  border: 1px solid #ccc;
  border-radius: 10px;
  padding: 20px;
}
.insurance-target-regist.type2 .wrapAgreement * + h3 {
  margin-top: 20px;
}
.insurance-target-regist.type2 .wrapAgreement * + h4 {
  margin-top: 20px;
}
.insurance-target-regist.type2 .wrapAgreement ol > li ol {
  padding-left: 10px;
}
.insurance-target-regist.type2 .wrapAgreement .wrap-table-sub {
  margin-top: 10px;
}
.insurance-target-regist.type2 .wrapAgreement .chkWrap {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
  flex-direction: row;
  padding: 10px;
  background-color: #f1f1f1;
  margin-top: 20px;
  border-radius: 10px;
}
@media (max-width: 1024px) {
  .insurance-target-regist.type2 .wrapAgreement .chkWrap {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    margin-top: 10px;
  }
}
.insurance-target-regist.type2 .wrapAgreement .chkWrap label {
  font-weight: 700;
}

.loginWrap .topLogo {
  text-align: center;
}
.loginWrap .topLogo img {
  height: 55px;
}
@media (max-width: 1024px) {
  .loginWrap .topLogo img {
    height: 42px;
  }
}
.loginWrap .contArea {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 20px;
  flex-direction: row;
  margin-top: 40px;
}
@media (max-width: 1024px) {
  .loginWrap .contArea {
    margin-top: 20px;
    flex-direction: column;
  }
}
.loginWrap .contArea .cont {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  flex-direction: column;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 16px;
  width: 560px;
  padding: 40px 40px;
}
@media (max-width: 1024px) {
  .loginWrap .contArea .cont {
    width: 100%;
    padding: 20px 20px;
  }
}
.loginWrap .contArea .cont .top {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  flex-direction: column;
}
.loginWrap .contArea .cont .top img {
  height: 80px;
}
@media (max-width: 1024px) {
  .loginWrap .contArea .cont .top img {
    height: 40px;
  }
}
.loginWrap .contArea .cont .top .tit {
  font-size: 28px;
  font-weight: 700;
  margin-top: 20px;
}
@media (max-width: 1024px) {
  .loginWrap .contArea .cont .top .tit {
    font-size: 24px;
    margin-top: 10px;
  }
}
.loginWrap .contArea .cont .top .desc {
  margin-top: 20px;
  text-align: center;
  color: #555;
}
@media (max-width: 1024px) {
  .loginWrap .contArea .cont .top .desc {
    margin-top: 10px;
  }
}
.loginWrap .contArea .cont .bottom {
  width: 400px;
}
@media (max-width: 1024px) {
  .loginWrap .contArea .cont .bottom {
    width: 100%;
  }
}
.loginWrap .contArea .cont .bottom .blank {
  height: 54px;
}
@media (max-width: 1024px) {
  .loginWrap .contArea .cont .bottom .blank {
    display: none;
  }
}
.loginWrap .contArea .cont .bottom .formCont {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-direction: column;
}
.loginWrap .contArea .cont .bottom .formCont .inp-text {
  width: 100%;
}
.loginWrap .contArea .cont .bottom .formCont .wrap-btns {
  margin-top: 10px;
}
.loginWrap .contArea .cont .bottom .formCont .btnZone {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  flex-direction: row;
  width: 100%;
  height: 34px;
  border-top: 1px dashed #ccc;
  margin-top: 10px;
  padding-top: 10px;
}
@media (max-width: 1024px) {
  .loginWrap .contArea .cont .bottom .formCont .btnZone {
    height: auto;
  }
}
.loginWrap .contArea .cont .bottom .formCont .btnZone .btnWrap {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
  flex-direction: row;
}
@media (max-width: 1024px) {
  .loginWrap .contArea .cont .bottom .formCont .btnZone .btnWrap {
    gap: 3px;
  }
}
.loginWrap .contArea .cont .bottom .formCont .btnZone .btnWrap a {
  font-weight: 500;
}
.loginWrap .contArea .cont .bottom .formCont .textForm {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-direction: row;
  width: 100%;
}
.loginWrap .contArea .cont .bottom .formCont .textForm > span {
  width: 60px;
  min-width: 60px;
  font-weight: 500;
}
.loginWrap .contArea .cont .bottom .formCont .textForm .inpSelect {
  width: 100%;
  height: 46px;
  padding: 0 15px;
  border: 1px solid #ddd;
  border-radius: 10px;
  background-color: #fff;
  background-position-x: right 10px;
}
.loginWrap .contArea .cont .bottom .formCont .textForm .flexZone {
  width: calc(100% - 60px);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-direction: row;
}

.tblWrap .reqText {
  margin-bottom: 5px;
  color: #555;
}
.tblWrap .reqText strong {
  font-weight: 700;
  color: red;
}
.tblWrap table tbody th {
  background-color: #fafafa;
  font-weight: 700;
  word-break: break-all;
}
@media (max-width: 1024px) {
  .tblWrap table tbody th {
    font-size: 14px;
    padding: 10px;
  }
}
.tblWrap table tbody th .req {
  position: relative;
}
.tblWrap table tbody th .req:after {
  content: " *";
  color: red;
  position: absolute;
  bottom: 0;
  right: -8px;
}
.tblWrap table tbody td .tblFlex {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  flex-direction: row;
  width: 100%;
}
@media (max-width: 1024px) {
  .tblWrap table tbody td .tblFlex {
    gap: 5px;
    flex-direction: column;
    align-items: flex-start;
  }
  .tblWrap table tbody td .tblFlex.tel {
    flex-direction: row;
    align-items: center;
  }
  .tblWrap table tbody td .tblFlex.tel .textForm {
    width: 50px;
  }
}
.tblWrap table tbody td .btnWrap {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 5px;
  flex-direction: row;
}
.tblWrap table tbody td .btnWrap button {
  background-color: #333;
  color: #fff;
  height: 46px;
  border-radius: 5px;
  padding: 0 15px;
}
@media (max-width: 1024px) {
  .tblWrap table tbody td .btnWrap button {
    height: 40px;
  }
}
.tblWrap table tbody td .btnWrap button.gray {
  color: #111;
  background-color: #ccc;
  border: none;
}

.textForm input[type=text],
.textForm input[type=password] {
  width: 300px;
}
.textForm input[type=text]:read-only,
.textForm input[type=password]:read-only {
  background-color: #f1f1f1;
}
.textForm input[type=text].sm,
.textForm input[type=password].sm {
  width: 100px;
}
@media (max-width: 1024px) {
  .textForm input[type=text].sm,
  .textForm input[type=password].sm {
    width: 50px;
  }
}
.textForm.full {
  width: 100%;
}
.textForm.full input[type=text],
.textForm.full input[type=password] {
  width: 100%;
}
.textForm.full .inpSelect {
  width: 100%;
}
.textForm .inpSelect {
  width: 300px;
  height: 46px;
  padding: 0 15px;
  border: 1px solid #ddd;
  border-radius: 10px;
  background-color: #fff;
  background-position-x: right 10px;
}
@media (max-width: 1024px) {
  .textForm .inpSelect {
    width: 100% !important;
    height: 40px;
  }
}
@media (max-width: 1024px) {
  .textForm {
    width: 100% !important;
  }
  .textForm input[type=text],
  .textForm input[type=password] {
    width: 100%;
  }
}

.topMsg {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  flex-direction: column;
  border: 1px solid #ccc;
  padding: 80px 40px;
  border-radius: 10px;
}
@media (max-width: 1024px) {
  .topMsg {
    padding: 40px 20px;
  }
}
.topMsg .topIcon img {
  width: 100px;
}
@media (max-width: 1024px) {
  .topMsg .topIcon img {
    width: 60px;
  }
}
.topMsg .msg {
  text-align: center;
  font-size: 18px;
}
@media (max-width: 1024px) {
  .topMsg .msg {
    font-size: 14px;
  }
}

.tblScroll table thead tr th {
  text-align: center;
}
.tblScroll table tbody tr td {
  text-align: center;
  word-break: break-all;
}
.tblScroll table tbody tr td.left {
  text-align: left;
}
.tblScroll table .brdLeft {
  border-left: 1px solid #ddd !important;
}
.tblScroll.type2 {
  overflow: auto;
  max-height: 240px;
}
.tblScroll.type2 table {
  min-width: 1400px;
}
@media (max-width: 1024px) {
  .tblScroll {
    overflow-x: auto;
  }
  .tblScroll table {
    min-width: 1000px;
  }
  .tblScroll table tbody td,
  .tblScroll table tbody th {
    padding: 7px 10px;
  }
}

.tblTrans .brdLeft {
  border-left: 1px solid #ddd !important;
}
@media (max-width: 1024px) {
  .tblTrans table {
    display: block;
    width: 100%;
  }
  .tblTrans table tbody {
    display: block;
    width: 100%;
  }
  .tblTrans table tbody tr {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  .tblTrans table tbody tr th {
    display: flex;
    width: 100%;
    border-left: none;
  }
  .tblTrans table tbody tr td {
    display: flex;
    width: 100%;
    border-left: none;
  }
}

.tblLink {
  color: var(--primary-color);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.btn-danger {
  background-color: #b71010;
  color: #fff;
}

.popup-wrap .popup-container {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
}
.popup-wrap .popup-container .board-list-info {
  margin-bottom: 10px;
}
.popup-wrap.wide .popup-container {
  flex-basis: 1200px;
}
.popup-wrap.full .popup-container {
  flex-basis: 100%;
}
.popup-wrap .popTit {
  font-size: 16px;
  font-weight: 700;
}
.popup-wrap * + .popTit {
  margin-top: 40px;
}
.popup-wrap .popup-footer {
  gap: 10px;
}
.popup-wrap .topFilter > .left ul li {
  width: calc(50% - 10px);
}
@media (max-width: 1024px) {
  .popup-wrap .topFilter > .left ul li {
    width: 100%;
  }
}
.popup-wrap .popup-head > h2 small {
  display: block;
  font-weight: 400;
  color: #333;
  font-size: 14px;
}

.inp_textarea {
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 10px;
  resize: none;
}

.topFilter {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 20px;
  flex-direction: row;
  margin: 20px auto;
  padding: 24px;
  line-height: 1.4;
  border-radius: 10px;
  background: #edf1f8;
}
@media (max-width: 1024px) {
  .topFilter {
    padding: 20px;
    flex-direction: column;
  }
}
.topFilter > .left {
  flex: 1;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0;
  flex-direction: row;
}
.topFilter > .left ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
  flex-direction: row;
  flex-wrap: wrap;
}
.topFilter > .left ul li {
  width: calc(33% - 10px);
}
@media (max-width: 1024px) {
  .topFilter > .left ul li {
    width: 100%;
  }
}
.topFilter > .left ul li .textForm {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  flex-direction: row;
}
.topFilter > .left ul li .textForm span {
  width: 120px;
  word-break: keep-all;
  font-weight: 500;
}
.topFilter > .left ul li .textForm input,
.topFilter > .left ul li .textForm select {
  flex: 1;
}

.topFilter > .left .filter-group {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.topFilter > .left .filter-group-row {
  display: flex;
  align-items: center;
}

.topFilter > .right {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  flex-direction: row;
  width: 200px;
  min-width: 200px;
  border-left: 1px solid #ccc;
  padding-left: 20px;
}
@media (max-width: 1024px) {
  .topFilter > .right {
    width: 100%;
    min-width: none;
    padding-left: 0;
    padding-top: 20px;
    border: none;
    border-top: 1px solid #ccc;
  }
}
.topFilter > .right button {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  flex-direction: row;
  height: 60px;
  min-width: auto;
  background-color: #fff;
}
@media (max-width: 1024px) {
  .topFilter > .right button {
    min-width: 60px;
  }
}
.topFilter > .right button.btn-primary {
  background-color: var(--primary-color);
  color: #fff;
}
.topFilter > .right button img {
  height: 20px;
}

.popFilter {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  flex-direction: row;
  margin-bottom: 1rem;
  padding: 1rem;
  background-color: #f1f1f1;
  border-radius: 10px;
}
.popFilter .textForm {
  flex: 1;
}
.popFilter > button {
  border: 1px solid #ccc;
  color: #fff;
  height: 46px;
  border-radius: 5px;
  padding: 0 15px;
  background-color: var(--primary-color);
}
.popFilter > button img {
  filter: invert(100);
}

.treeWrap {
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 10px 20px;
  max-height: 300px;
  word-break: break-all;
  overflow-y: auto;
}

.filerResult {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  flex-direction: row;
  height: 46px;
  padding: 0 15px;
  border: 1px solid #ddd;
  border-radius: 10px;
  background-color: #fff;
  margin-top: 1rem;
  font-weight: 500;
}

.topBtn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-direction: row;
  flex-wrap: wrap;
}
.topBtn .textForm select {
  width: 100%;
  height: 30px;
  border-radius: 5px;
  padding: 0 40px 0 15px;
}

.checkArea + .checkArea {
  margin-top: 40px;
}
.checkArea .areaTit {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
  position: relative;
  padding-left: 20px;
}
.checkArea .areaTit:before {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  background-color: #000;
  border-radius: 50%;
  top: 50%;
  left: 4px;
  transform: translateY(-50%);
}
.checkArea .areaTit + .popTit {
  margin-top: 10px;
}
.checkArea .popTit {
  margin-bottom: 5px;
}
.checkArea .checkWarp {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
  flex-direction: row;
  flex-wrap: wrap;
  border-radius: 10px;
  border: 1px solid #ddd;
  padding: 20px;
}
.checkArea .checkWarp > div {
  width: calc(33% - 11px);
}
.checkArea .checkWarp > div.full {
  width: 100%;
}
.checkArea .checkWarp > div button {
  margin-left: 10px;
}
@media (max-width: 1024px) {
  .checkArea .checkWarp {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  .checkArea .checkWarp > div {
    width: 100%;
  }
}

textarea.inp-text {
  width: 100%;
  height: auto;
  padding: 10px 20px;
}

.headerTop {
  background-color: #f1f1f1;
  border-bottom: 1px solid #ddd;
}
.headerTop .topInner {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 20px;
  flex-direction: row;
  max-width: 1480px;
  margin: 0 auto;
  padding: 10px 20px;
}
@media (max-width: 1024px) {
  .headerTop .topInner {
    padding: 5px;
  }
}
.headerTop .topInner a {
  font-size: 14px;
  border-bottom: 1px solid #333;
}
.headerTop .topInner a.btnBox {
  background-color: #fff;
  padding: 3px 10px;
  border: 1px solid #333;
  border-radius: 5px;
}

.pickerRange {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  flex-direction: row;
  flex: 1;
}
@media (max-width: 1024px) {
  .pickerRange {
    flex-direction: column;
    align-items: flex-start;
  }
}
.pickerRange .textCal {
  position: relative;
  width: 100%;
}
.pickerRange .textCal input {
  width: 135px !important;
  cursor: pointer;
}
@media (max-width: 1024px) {
  .pickerRange .textCal input {
    width: 100% !important;
  }
}
.pickerRange .textCal input.full {
  width: 100% !important;
}
.pickerRange .textCal .ui-datepicker-trigger {
  width: 24px !important;
  height: 24px;
  position: absolute;
  background-color: #fff;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
  border: none;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  display: none;
}
.ui-datepicker .ui-datepicker-title {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  flex-direction: row;
}
.ui-datepicker .ui-datepicker-title select {
  border: none;
}
.ui-datepicker .ui-datepicker-calendar th {
  color: #000;
  font-weight: 400;
}
.ui-datepicker .ui-datepicker-calendar th:first-child {
  color: #ff2121;
}
.ui-datepicker .ui-datepicker-calendar th:last-child {
  color: #2045ff;
}
.ui-datepicker .ui-datepicker-calendar td {
  color: #000;
  font-weight: 400;
}
.ui-datepicker .ui-datepicker-calendar td:first-child {
  color: #ff2121;
}
.ui-datepicker .ui-datepicker-calendar td:last-child {
  color: #2045ff;
}
.ui-datepicker .ui-datepicker-calendar td a {
  font-weight: 400;
}

.btn.btn-warning {
  background-color: var(--warning-color);
  color: #fff;
}/*# sourceMappingURL=added.css.map */