@charset "UTF-8";
@import url("../../js/amcharts/export.css");
@import url("../../fonts/xeicon/font_xeicon.css");
@import url("../common/default.css");
@import url("../common/cmp.css");
/*-------------------------------------------------
title       : 콘텐츠
Author      : PLAN I
Create date : 2025-01-15
-------------------------------------------------*/
:focus {
  box-shadow: inherit;
  outline: 0 none;
}

#frameLayout {
  width: calc(100% - 2rem);
}

#error {
  height: 100vh;
}

.txt-left {
  text-align: left !important;
}

.txt-center {
  text-align: center !important;
}

.txt-right {
  text-align: right !important;
}

.txt-bold {
  font-weight: 700 !important;
}

.hidden,
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  padding: 0;
  border: 0 none;
  white-space: nowrap;
  clip: rect(0, 0, 0, 0);
}

.point01 {
  color: #e20000 !important;
}

.error-txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.error-txt .display-block {
  display: block;
  margin-bottom: 5rem;
}

.block_smallTxt {
  display: block;
  position: relative;
  padding-left: 2rem;
  margin-bottom: 0.5rem;
  font-size: calc(var(--fs) - 0.2rem);
  color: #2157d6;
  text-align: left;
}
.block_smallTxt::before {
  position: absolute;
  top: auto;
  left: 0;
  content: "";
}
.block_smallTxt::before {
  position: absolute;
  font-family: "remixicon";
  content: "\eca0";
}

#loading-image {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  background-color: #fff;
}
#loading-image svg {
  height: 6rem;
}

.progress {
  display: inline-block;
  position: relative;
  width: calc(100% - 10rem);
  height: 1rem;
  overflow: hidden;
  margin-right: 1rem;
  border-radius: 1rem;
  background-color: #efefef;
  vertical-align: middle;
}
.progress .bar {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background-color: #009dff;
}

.depth2_title02 {
  display: block;
  margin: 3rem 0 1rem;
  font-size: 2rem;
  color: #000;
  line-height: var(--lh);
}
.depth2_title02:first-child {
  margin-top: 0;
}

.depth2_title {
  display: block;
  margin: 0 0 1rem;
  font-size: 2rem;
  color: #000;
  line-height: var(--lh);
}
.depth2_title:first-child {
  margin-top: 0;
}
.input-long {
  width: 100%;
}

.input-long02 {
  width: 90%;
}

.input-long03 {
  width: 87%;
}

.input-long04 {
  width: 65%;
}

.input-mid {
  width: 50%;
}

.input-mid02 {
  width: 45%;
}

.input-mid03 {
  width: 35%;
}

.input-small {
  width: 25%;
}

.input_Num {
  width: 30rem;
  text-align: center;
}

input[type="text"],
input[type="password"],
input[type="number"],
select {
  height: var(--cmpH);
  padding: 0 1.5rem;
  border: 1px solid var(--bdc);
  border-radius: var(--brd);
  background-color: #fff;
  vertical-align: middle;
  transition: var(--time2);
  outline: 0 none;
}
input[type="text"]:hover,
input[type="text"]:focus,
input[type="password"]:hover,
input[type="password"]:focus,
input[type="number"]:hover,
input[type="number"]:focus,
select:hover,
select:focus {
  box-shadow: 0.2rem 0.2rem 0.7rem rgba(0, 0, 0, 0.2);
  border-color: #000;
}
input[type="text"].input_Num,
input[type="password"].input_Num,
input[type="number"].input_Num,
select.input_Num {
  width: 8rem;
}

input[type="text"].hasDatepicker,
input[type="password"].hasDatepicker,
input[type="number"].hasDatepicker {
  max-width: 20rem;
  padding-right: 5rem;
  background: url("../../../resources/images/common/icon/icon_calendar.gif") no-repeat 95% center #fff !important;
}
input[type="text"].keyword,
input[type="password"].keyword,
input[type="number"].keyword {
  width: 16%;
  margin-bottom: 0.5rem;
}
input[type="text"][style="width : 40px;"],
input[type="text"].input_sort,
input[type="password"][style="width : 40px;"],
input[type="password"].input_sort,
input[type="number"][style="width : 40px;"],
input[type="number"].input_sort {
  min-width: 5rem;
  text-align: center;
}
input[type="text"]:read-only,
input[type="text"][readonly],
input[type="text"][disabled],
input[type="password"]:read-only,
input[type="password"][readonly],
input[type="password"][disabled],
input[type="number"]:read-only,
input[type="number"][readonly],
input[type="number"][disabled] {
  background-color: #efefef;
}
input[type="text"]:read-only:hover,
input[type="text"]:read-only:focus,
input[type="text"][readonly]:hover,
input[type="text"][readonly]:focus,
input[type="text"][disabled]:hover,
input[type="text"][disabled]:focus,
input[type="password"]:read-only:hover,
input[type="password"]:read-only:focus,
input[type="password"][readonly]:hover,
input[type="password"][readonly]:focus,
input[type="password"][disabled]:hover,
input[type="password"][disabled]:focus,
input[type="number"]:read-only:hover,
input[type="number"]:read-only:focus,
input[type="number"][readonly]:hover,
input[type="number"][readonly]:focus,
input[type="number"][disabled]:hover,
input[type="number"][disabled]:focus {
  box-shadow: inherit;
  cursor: default;
  border-color: var(--bdc);
}
input[type="text"] + i[class*="xi-eye"],
input[type="password"] + i[class*="xi-eye"],
input[type="number"] + i[class*="xi-eye"] {
  position: absolute;
  top: auto;
  left: auto;
  transform: translateX(calc(-100% - 1rem));
  line-height: var(--cmpH);
}

input[type="number"] {
  width: 10rem;
}

input + label {
  margin: 0 2rem 0 0.5rem;
}

select {
  padding-right: 3.5rem;
  background: url("../../../resources/images/common/bbs/select_arrow.png") no-repeat right center #fff;
}

.ui-datepicker .ui-datepicker-title select {
  background: url("../../../resources/images/common/bbs/select_arrow_on.png") no-repeat right center #333;
}

.ui-dialog .ui-dialog-buttonset .ui-button,
.ui-dialog .tstyle-list + div[align="center"] input[type="button"],
.btn-type02,
.btn-type01,
.btn-type03,
.btn-basic,
.btn-small,
.btn-blue,
.btn-black,
.btn-red,
.btn-green {
  display: inline-block;
  height: var(--cmpH);
  border-radius: var(--brd);
  line-height: calc(var(--cmpH) - 2px);
  vertical-align: middle;
  cursor: pointer;
  transition: var(--time2);
}
.ui-dialog .ui-dialog-buttonset .small.ui-button,
.ui-dialog .tstyle-list + div[align="center"] input.small[type="button"],
.small.btn-type02,
.small.btn-type01,
.small.btn-type03,
.small.btn-basic,
.small.btn-small,
.small.btn-blue,
.small.btn-black,
.small.btn-red,
.small.btn-green {
  min-width: 7rem;
  height: 2.8rem;
  padding: 0;
  font-size: calc(var(--fs) - 0.3rem);
  font-weight: 500;
  line-height: calc(2.8rem - 2px);
  text-align: center;
}
.btn-red {
  background-color: #e40000;
  color: #fff;
  border-color: #e40000;
}
.btn-red:hover,
.btn-red:focus {
  background-color: #fff;
  color: #e40000;
}
.btn-green {
  background-color: #2157d6;
  color: #fff;
  border-color: #2157d6;
}
.btn-green:hover,
.btn-green:focus {
  background-color: #fff;
  color: #2157d6;
}

.btn-area {
  display: block;
  margin-top: 2.5rem;
  text-align: center;
}

.btn-blue,
.btn-black,
.btn-red,
.btn-green {
  padding: 0 1.2rem;
  border: 1px solid #000 !important;
  background-color: #000 !important;
  font-weight: 300;
  color: #fff !important;
}
.btn-blue:hover,
.btn-blue:focus,
.btn-black:hover,
.btn-black:focus,
.btn-red:hover,
.btn-red:focus,
.btn-green:hover,
.btn-green:focus {
  background-color: #fff !important;
  color: #000 !important;
}

.btn-small.logView {
  white-space: nowrap;
}
.btn-small.logView i {
  margin-right: 0.5rem;
  color: inherit !important;
  vertical-align: middle;
}

.btn-type01,
.btn-type03,
.btn-basic,
.btn-small {
  padding: 0 1.2rem;
  border: 1px solid #000;
  background-color: #fff;
  color: #000;
}
.btn-type01:hover,
.btn-type01:focus,
.btn-type03:hover,
.btn-type03:focus,
.btn-basic:hover,
.btn-basic:focus,
.btn-small:hover,
.btn-small:focus {
  background-color: #000;
  color: #fff;
}
.btn-type01#btnAdd,
.btn-type03#btnAdd,
.btn-basic#btnAdd,
.btn-small#btnAdd {
  background-color: #000;
  color: #fff;
  border-color: #000;
}
.btn-type01#btnAdd:hover,
.btn-type01#btnAdd:focus,
.btn-type03#btnAdd:hover,
.btn-type03#btnAdd:focus,
.btn-basic#btnAdd:hover,
.btn-basic#btnAdd:focus,
.btn-small#btnAdd:hover,
.btn-small#btnAdd:focus {
  background-color: #fff;
  color: #000;
}
.btn-type01#btnReg,
.btn-type03#btnReg,
.btn-basic#btnReg,
.btn-small#btnReg {
  background-color: #000;
  color: #fff;
  border-color: #000;
}
.btn-type01#btnReg:hover,
.btn-type01#btnReg:focus,
.btn-type03#btnReg:hover,
.btn-type03#btnReg:focus,
.btn-basic#btnReg:hover,
.btn-basic#btnReg:focus,
.btn-small#btnReg:hover,
.btn-small#btnReg:focus {
  background-color: #fff;
  color: #000;
}
.btn-type01#btnDelete,
.btn-type03#btnDelete,
.btn-basic#btnDelete,
.btn-small#btnDelete {
  background-color: #e40000;
  color: #fff;
  border-color: #e40000;
}
.btn-type01#btnDelete:hover,
.btn-type01#btnDelete:focus,
.btn-type03#btnDelete:hover,
.btn-type03#btnDelete:focus,
.btn-basic#btnDelete:hover,
.btn-basic#btnDelete:focus,
.btn-small#btnDelete:hover,
.btn-small#btnDelete:focus {
  background-color: #fff;
  color: #e40000;
}
.btn-type01#btnDel,
.btn-type03#btnDel,
.btn-basic#btnDel,
.btn-small#btnDel {
  background-color: #e40000;
  color: #fff;
  border-color: #e40000;
}
.btn-type01#btnDel:hover,
.btn-type01#btnDel:focus,
.btn-type03#btnDel:hover,
.btn-type03#btnDel:focus,
.btn-basic#btnDel:hover,
.btn-basic#btnDel:focus,
.btn-small#btnDel:hover,
.btn-small#btnDel:focus {
  background-color: #fff;
  color: #e40000;
}
.btn-type01#btnAddXml,
.btn-type03#btnAddXml,
.btn-basic#btnAddXml,
.btn-small#btnAddXml {
  background-color: #2157d6;
  color: #fff;
  border-color: #2157d6;
}
.btn-type01#btnAddXml:hover,
.btn-type01#btnAddXml:focus,
.btn-type03#btnAddXml:hover,
.btn-type03#btnAddXml:focus,
.btn-basic#btnAddXml:hover,
.btn-basic#btnAddXml:focus,
.btn-small#btnAddXml:hover,
.btn-small#btnAddXml:focus {
  background-color: #fff;
  color: #2157d6;
}

.btn-type02 {
  padding: 0 1.2rem;
  border: 1px solid #2157d6 !important;
  background-color: #2157d6 !important;
  color: #fff !important;
}
.btn-type02:hover,
.btn-type02:focus {
  background-color: #fff !important;
  color: #2157d6 !important;
}

.treeMenu_area .tree_list > .hidden:first-child + p,
.treeMenu_area .tree_list > p:first-child,
.tow-column.code-mgr .tree_list > .hidden:first-child + p,
.tow-column.code-mgr .tree_list > p:first-child,
#insertForm fieldset > legend + p,
.depth2_title + p {
  margin-bottom: 1rem;
  text-align: right;
}

.table-wrap {
  overflow: hidden;
}
.table-wrap table {
  position: relative;
  left: -1px;
  z-index: 0;
  border-top: 0.2rem solid #000;
  background-color: #fff;
  font-weight: 300;
}
.table-wrap th,
.table-wrap td {
  height: 4.5rem;
  border-bottom: 1px solid var(--bdc);
  border-left: 1px solid var(--bdc);
}
.table-wrap th {
  background-color: #f1f1f1;
  white-space: nowrap;
  font-weight: 700;
  color: #1d1d1d;
}
.table-wrap td {
  overflow: hidden;
  word-break: keep-all;
  white-space: normal;
  font-weight: 500;
}

.tstyle-list {
  white-space: nowrap;
  text-align: center;
  table-layout: fixed;
}
.tstyle-list th,
.tstyle-list td {
  padding: 0.5rem 1rem;
}
.tstyle-list td {
  text-overflow: ellipsis;
}
.tstyle-list i {
  font-size: 2rem;
  color: #000;
}
.tstyle-list .allChk,
.tstyle-list .file {
  width: 8rem;
}
.tstyle-list .num,
.tstyle-list .hit,
.tstyle-list .openYN {
  width: 10rem;
}
.tstyle-list .name {
  width: 12rem;
}
.tstyle-list .date {
  width: 16rem;
}
.tstyle-list .txt-left a {
  display: block;
  max-height: inherit;
  overflow: hidden;
  margin: 0 1rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: inherit;
}
.tstyle-list colgroup > .menu:first-child + .access_effect + .hit + .hit + .hit {
  width: 15rem;
}
.tstyle-list .category {
  width: 18rem;
}
.tstyle-list .category + col:not(.subject):nth-child(4) {
  width: 21rem;
}

.tstyle-view .col-sm-1,
.tstyle-view .col-sm-2 {
  max-width: 18rem;
  min-width: 18rem;
  width: 18rem;
}
.tstyle-view th,
.tstyle-view td {
  padding: 1rem 2rem;
  border-top: 1px solid var(--bdc);
  text-align: left;
}
.tstyle-view input + p:nth-child(2):last-child {
  margin-top: 0.5rem;
}
.tstyle-view th {
  position: relative;
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}
.tstyle-view th .point01 {
  position: absolute;
  top: auto;
  left: 2rem;
}
.tstyle-view th:first-child + td + th::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: var(--bdc);
  content: "";
}

.board_pager {
  margin-top: 2rem;
  text-align: center;
}
.board_pager span {
  margin: 0 1rem;
  font-weight: 300;
}
.board_pager span .active {
  background-color: #3e5277;
  font-weight: 600;
  color: #fff;
}
.board_pager span .prev,
.board_pager span .next,
.board_pager span .first,
.board_pager span .last {
  border: 1px solid #d9d9d9;
}
.board_pager span a {
  display: inline-block;
  width: 4rem;
  height: 4rem;
  overflow: hidden;
  border-radius: 100%;
  line-height: 4rem;
  text-align: center;
  vertical-align: middle;
}
.board_pager span a + a {
  margin-left: 0.8rem;
}
.board_pager span a img {
  vertical-align: top;
}

#searchForm,
.search-form {
  padding: 2.5rem;
  margin-bottom: 3rem;
  border: 1px solid #d5d5d5;
  border-radius: 1.2rem;
  background-color: #f8f8f8;
}
#searchForm .btn-area,
#searchForm .row + .txt-center:last-child,
.search-form .btn-area,
.search-form .row + .txt-center:last-child {
  display: block;
  margin-top: 1.6rem;
  text-align: center;
}
#searchForm .tstyle-search th,
#searchForm .row label,
.search-form .tstyle-search th,
.search-form .row label {
  max-width: 14rem;
  min-width: 14rem;
  padding-left: 2rem;
  padding-right: 2rem;
  white-space: nowrap;
  font-weight: 600;
  color: #000;
  text-align: center;
}
#searchForm .btn-type02,
.search-form .btn-type02 {
  min-width: 10rem;
}
#searchForm .row,
.search-form .row {
  display: flex;
  align-items: center;
}
/* #searchForm .row * + *, .search-form .row * + * {
  margin-left: 0.8rem;
} */
#searchForm .row + .row,
.search-form .row + .row {
  padding-top: 1.2rem;
  margin-top: 1.2rem;
  border-top: 1px dotted #b0b0b0;
}
#searchForm .tstyle-search tr th,
#searchForm .tstyle-search tr td,
.search-form .tstyle-search tr th,
.search-form .tstyle-search tr td {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
}
#searchForm .tstyle-search tr:first-child th,
#searchForm .tstyle-search tr:first-child td,
.search-form .tstyle-search tr:first-child th,
.search-form .tstyle-search tr:first-child td {
  padding-top: 0;
}
#searchForm .tstyle-search tr:last-child th,
#searchForm .tstyle-search tr:last-child td,
.search-form .tstyle-search tr:last-child th,
.search-form .tstyle-search tr:last-child td {
  padding-bottom: 0;
}
#searchForm .tstyle-search tr + tr th,
#searchForm .tstyle-search tr + tr td,
.search-form .tstyle-search tr + tr th,
.search-form .tstyle-search tr + tr td {
  border-top: 1px dotted #b0b0b0;
}

.float-wrap02 {
  margin-bottom: 1.5rem;
  text-align: right;
}

.float-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 1.5rem;
  color: #000;
}
.float-wrap .articles {
  font-weight: 300;
}
.float-wrap .total {
  font-weight: 700;
}
.float-wrap .float-right,
.float-wrap .txt-right {
  margin-left: auto;
}
.float-wrap + input#allChk[title="전체선택"] {
  position: absolute;
  top: auto;
  left: auto;
  margin: 1rem 0 0 1rem;
}
.float-wrap.txt-right {
  display: block;
  text-align: right !important;
}
.float-wrap .photo-type {
  display: inline-block;
  height: var(--cmpH);
  overflow: hidden;
  margin-right: 1rem;
  border: 1px solid var(--bdc);
  border-radius: var(--brd);
  vertical-align: middle;
}
.float-wrap .photo-type button {
  width: var(--cmpH);
  height: 100%;
  overflow: hidden;
  background-color: #f8f8f8;
  color: #999;
  float: left;
}
.float-wrap .photo-type button + button {
  border-left: 1px solid var(--bdc);
}
.float-wrap .photo-type button#btnTextStyle::before {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-family: "remixicon";
  line-height: inherit;
  text-align: center;
  content: "\f46c";
}
.float-wrap .photo-type button#btnImageStyle::before {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-family: "remixicon";
  line-height: inherit;
  text-align: center;
  content: "\f44c";
}
.float-wrap .photo-type button#btnGalleryStyle::before {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-family: "remixicon";
  line-height: inherit;
  text-align: center;
  content: "\f444";
}
.float-wrap .photo-type button[class*="_on"] {
  background-color: #fff;
  color: #000;
}

.photo-list {
  border-top: 0.2rem solid #000;
  border-bottom: 1px solid var(--bdc);
}
.photo-list a {
  display: block;
}
.photo-list strong {
  display: block;
  display: block;
  max-height: inherit;
  overflow: hidden;
  margin: 2rem 0 1rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 1.8rem;
  color: #000;
  line-height: var(--lh);
  line-height: inherit;
}
.photo-list strong:first-child {
  margin-top: 0;
}
.photo-list li {
  position: relative;
}
.photo-list li > .listCheck:first-child {
  position: absolute;
  top: 3rem;
  left: 3rem;
}

#insertForm + #dialog + .btn-area {
  display: flex;
  margin-top: 2.5rem;
}
#insertForm + #dialog + .btn-area .float-right {
  margin-left: auto;
}
#insertForm .table-wrap.response .tstyle-view tr:last-child td[colspan] {
  padding: 1rem 0 0;
  border-bottom: 0 none;
}
#insertForm .table-wrap.response .tstyle-view tr:last-child td[colspan] div[style="padding: 1rem;"] {
  padding: 0 !important;
}
#insertForm .table-wrap.response .tstyle-view tr:last-child td[colspan] .panel {
  margin-bottom: 0;
}

.thumb-type > li {
  display: flex;
  padding: 3rem 0;
}
.thumb-type > li > .listCheck:first-child {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.thumb-type > li .headline {
  flex: 1 1;
  padding-left: 2rem;
}
.thumb-type > li .date {
  display: block;
  opacity: 0.7;
  margin-top: 1rem;
  font-size: calc(var(--fs) - 0.1rem);
}
.thumb-type > li + li {
  border-top: 1px solid var(--bdc);
}

.album-type {
  display: grid;
  padding: 1.5rem;
  grid-template-columns: repeat(3, calc(33.3333333333% - 0px));
  column-gap: 0px;
  row-gap: 0px;
}
.album-type li {
  padding: 1.5rem;
}

.board-view .newsTitle,
.board-view .view-title {
  padding: 3rem 0;
  border-top: 0.2rem solid #000;
  font-size: 2.2rem;
  color: #000;
  text-align: center;
}
.board-view .view-content {
  padding: 3rem 0;
  border-bottom: 1px solid var(--bdc);
}
.board-view .info {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  border-bottom: 1px solid var(--bdc);
  font-size: 1.5rem;
}
.board-view .info dt,
.board-view .info dd {
  display: flex;
  align-items: center;
  min-height: 4.5rem;
  padding: 1rem 1.5rem;
  margin-bottom: -1px;
  border-top: 1px solid var(--bdc);
  border-bottom: 1px solid var(--bdc);
}
.board-view .info dt {
  width: 10rem;
  background-color: #f1f1f1;
  font-weight: 500;
  color: #000;
}
.board-view .info dd {
  width: calc(50% - 10rem);
}
.board-view .download-list {
  padding: 0.5rem 0;
  border-bottom: 1px solid var(--bdc);
}
.board-view .download-list a {
  display: block;
  position: relative;
}
.board-view .download-list i {
  display: none;
}
.board-view .download-list .txt_right span {
  display: inline-block;
  margin-right: 0.5rem;
  color: #000;
  vertical-align: middle;
}
.board-view .download-list li {
  padding: 1rem 1.5rem;
}
.board-view .download-list li + li {
  border-top: 1px solid #efefef;
}

.nextprev-list {
  margin-top: 5rem;
  border-top: 1px solid var(--bdc);
  border-bottom: 1px solid var(--bdc);
}
.nextprev-list strong {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 13.5rem;
  font-weight: 500;
  color: #000;
  text-align: center;
}
.nextprev-list a {
  display: -webkit-box;
  height: 2.5rem;
  overflow: hidden;
  line-height: 2.5rem;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.nextprev-list li {
  position: relative;
  padding: 1.5rem 0 1.5rem 15.5rem;
}
.nextprev-list li + li {
  border-top: 1px solid #efefef;
}

#uploaderContainer .plupload_header {
  display: none;
}

.treeMenu_area,
.tow-column.code-mgr {
  display: flex;
}
.treeMenu_area .dtree,
.treeMenu_area #jstree,
.tow-column.code-mgr .dtree,
.tow-column.code-mgr #jstree {
  overflow-y: auto;
  padding-top: 1.2rem;
  margin-top: 1.2rem;
  border-top: 1px dotted #b4b4b4;
}
.treeMenu_area .tree_nav,
.tow-column.code-mgr .tree_nav {
  position: relative;
  max-width: 30rem;
  min-width: 30rem;
  padding: 7.6rem 2rem 2rem;
  border: 1px solid #d5d5d5;
  border-radius: 0.8rem;
}
.treeMenu_area .tree_nav > select,
.tow-column.code-mgr .tree_nav > select {
  position: absolute;
  top: 2rem;
  left: 2rem;
  right: 2rem;
  height: 4.8rem;
}
.treeMenu_area .tree_nav > .btn-control,
.treeMenu_area .tree_nav > .siteIdSel_view,
.tow-column.code-mgr .tree_nav > .btn-control,
.tow-column.code-mgr .tree_nav > .siteIdSel_view {
  display: grid;
  height: auto;
  margin-bottom: 0.8rem;
  font-size: calc(var(--fs) - 0.1rem);
  grid-template-columns: repeat(2, calc(50% - 0.4rem));
  column-gap: 0.8rem;
  row-gap: 0.8rem;
}
.treeMenu_area .tree_nav > .btn-control #btnContentXml:last-child:nth-child(3),
.treeMenu_area .tree_nav > .btn-control #btnSortChg:first-child:nth-last-child(3),
.treeMenu_area .tree_nav > .siteIdSel_view #btnContentXml:last-child:nth-child(3),
.treeMenu_area .tree_nav > .siteIdSel_view #btnSortChg:first-child:nth-last-child(3),
.tow-column.code-mgr .tree_nav > .btn-control #btnContentXml:last-child:nth-child(3),
.tow-column.code-mgr .tree_nav > .btn-control #btnSortChg:first-child:nth-last-child(3),
.tow-column.code-mgr .tree_nav > .siteIdSel_view #btnContentXml:last-child:nth-child(3),
.tow-column.code-mgr .tree_nav > .siteIdSel_view #btnSortChg:first-child:nth-last-child(3) {
  grid-column: span 2;
}
.treeMenu_area .tree_nav > .btn-control button,
.treeMenu_area .tree_nav > .btn-control a,
.treeMenu_area .tree_nav > .siteIdSel_view button,
.treeMenu_area .tree_nav > .siteIdSel_view a,
.tow-column.code-mgr .tree_nav > .btn-control button,
.tow-column.code-mgr .tree_nav > .btn-control a,
.tow-column.code-mgr .tree_nav > .siteIdSel_view button,
.tow-column.code-mgr .tree_nav > .siteIdSel_view a {
  border: 1px solid var(--bdc);
  border-radius: var(--brd);
  line-height: 5rem;
  text-align: center;
  transition: var(--time2);
}
.treeMenu_area .tree_nav > .btn-control button:hover,
.treeMenu_area .tree_nav > .btn-control button:focus,
.treeMenu_area .tree_nav > .btn-control a:hover,
.treeMenu_area .tree_nav > .btn-control a:focus,
.treeMenu_area .tree_nav > .siteIdSel_view button:hover,
.treeMenu_area .tree_nav > .siteIdSel_view button:focus,
.treeMenu_area .tree_nav > .siteIdSel_view a:hover,
.treeMenu_area .tree_nav > .siteIdSel_view a:focus,
.tow-column.code-mgr .tree_nav > .btn-control button:hover,
.tow-column.code-mgr .tree_nav > .btn-control button:focus,
.tow-column.code-mgr .tree_nav > .btn-control a:hover,
.tow-column.code-mgr .tree_nav > .btn-control a:focus,
.tow-column.code-mgr .tree_nav > .siteIdSel_view button:hover,
.tow-column.code-mgr .tree_nav > .siteIdSel_view button:focus,
.tow-column.code-mgr .tree_nav > .siteIdSel_view a:hover,
.tow-column.code-mgr .tree_nav > .siteIdSel_view a:focus {
  border-color: #000;
}
.treeMenu_area .tree_nav > .btn-control button i,
.treeMenu_area .tree_nav > .btn-control a i,
.treeMenu_area .tree_nav > .siteIdSel_view button i,
.treeMenu_area .tree_nav > .siteIdSel_view a i,
.tow-column.code-mgr .tree_nav > .btn-control button i,
.tow-column.code-mgr .tree_nav > .btn-control a i,
.tow-column.code-mgr .tree_nav > .siteIdSel_view button i,
.tow-column.code-mgr .tree_nav > .siteIdSel_view a i {
  position: relative;
  top: 0.2rem;
  margin-right: 0.5rem;
  font-size: 2rem;
}
.treeMenu_area .tree_nav > .btn-control button span,
.treeMenu_area .tree_nav > .btn-control a span,
.treeMenu_area .tree_nav > .siteIdSel_view button span,
.treeMenu_area .tree_nav > .siteIdSel_view a span,
.tow-column.code-mgr .tree_nav > .btn-control button span,
.tow-column.code-mgr .tree_nav > .btn-control a span,
.tow-column.code-mgr .tree_nav > .siteIdSel_view button span,
.tow-column.code-mgr .tree_nav > .siteIdSel_view a span {
  display: inline-block;
  position: relative;
  padding-left: 3rem;
  line-height: 1;
  text-align: left;
  vertical-align: middle;
}
.treeMenu_area .tree_nav > .btn-control button span i,
.treeMenu_area .tree_nav > .btn-control a span i,
.treeMenu_area .tree_nav > .siteIdSel_view button span i,
.treeMenu_area .tree_nav > .siteIdSel_view a span i,
.tow-column.code-mgr .tree_nav > .btn-control button span i,
.tow-column.code-mgr .tree_nav > .btn-control a span i,
.tow-column.code-mgr .tree_nav > .siteIdSel_view button span i,
.tow-column.code-mgr .tree_nav > .siteIdSel_view a span i {
  position: absolute;
  top: 0;
  left: 0;
}
.treeMenu_area .tree_nav > .btn-control button span small,
.treeMenu_area .tree_nav > .btn-control a span small,
.treeMenu_area .tree_nav > .siteIdSel_view button span small,
.treeMenu_area .tree_nav > .siteIdSel_view a span small,
.tow-column.code-mgr .tree_nav > .btn-control button span small,
.tow-column.code-mgr .tree_nav > .btn-control a span small,
.tow-column.code-mgr .tree_nav > .siteIdSel_view button span small,
.tow-column.code-mgr .tree_nav > .siteIdSel_view a span small {
  position: relative;
  top: -0.3rem;
}
.treeMenu_area .tree_list,
.tow-column.code-mgr .tree_list {
  flex: 1 1;
  padding-left: 2.7rem;
}
.treeMenu_area .tree_list > iframe,
.tow-column.code-mgr .tree_list > iframe {
  width: 100%;
  height: calc(100vh - 28rem);
}
.treeMenu_area .table-wrap tr,
.tow-column.code-mgr .table-wrap tr {
  position: relative;
}
.treeMenu_area .table-wrap .btn-higher,
.tow-column.code-mgr .table-wrap .btn-higher {
  position: absolute;
  top: 1rem;
  right: 0;
}
.treeMenu_area .table-wrap + .btn-area,
.tow-column.code-mgr .table-wrap + .btn-area {
  display: block;
  margin-top: 1.5rem;
  text-align: right;
}
.treeMenu_area .table-wrap .higher-state,
.tow-column.code-mgr .table-wrap .higher-state {
  white-space: nowrap;
}
.treeMenu_area .table-wrap .higher-state > *,
.tow-column.code-mgr .table-wrap .higher-state > * {
  display: inline-block;
  vertical-align: middle;
}

#jstree {
  max-height: calc(100vh - 40rem);
}
#jstree ul {
  margin: 0.5rem 0;
}
#jstree ul ul {
  margin-top: 0.5rem;
  margin-bottom: 1rem;
  font-weight: 300;
}
#jstree ul li li {
  margin-left: 1.5rem;
}
#jstree ul li + li {
  margin-top: 0.25rem;
}

.dtree {
  max-height: calc(100vh - 52rem);
  min-height: 47rem;
}
.dtree a {
  transition: var(--time2);
}
.dtree .display-block:nth-child(2):last-child {
  margin-left: 0.5rem;
}
.dtree .nodeSel {
  font-weight: 500;
  color: #000;
}
.dtree .dTreeNode {
  position: relative;
  z-index: 0;
}
.dtree .dTreeNode a::before {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: #efefef;
  transition: var(--time2);
  content: "";
}
.dtree .dTreeNode a:hover::before,
.dtree .dTreeNode a:focus::before {
  opacity: 1;
}
.dtree .clip {
  margin: 0.5rem 0;
}
.dtree .clip .clip {
  font-weight: 300;
}

.auth-mgr [class*="depth"] {
  display: block;
  position: relative;
  padding-left: 2rem;
}
.auth-mgr [class*="depth"]::before {
  display: inline-block;
  position: absolute;
  top: 0.5rem;
  left: 0;
  width: 1rem;
  height: 1rem;
  overflow: hidden;
  border-bottom: 1px solid #888;
  border-left: 1px solid #888;
  line-height: 1rem;
  text-align: center;
  vertical-align: middle;
  content: "";
}
.auth-mgr .depth01 {
  padding-left: 0;
}
.auth-mgr .depth01::before {
  display: none;
}
.auth-mgr .depth02 {
  margin-left: 1rem;
}
.auth-mgr .depth03 {
  margin-left: 2rem;
}
.auth-mgr .depth04 {
  margin-left: 3rem;
}
.auth-mgr .depth05 {
  margin-left: 4rem;
}
.auth-mgr .depth06 {
  margin-left: 5rem;
}

.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}

.ui-dialog {
  z-index: 999;
  border-radius: 1rem;
  background-color: #fff;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.2);
}
.ui-dialog .search_area {
  padding: 2rem;
  margin-bottom: 2rem;
  border-radius: 1rem;
  background-color: #f7f7f8;
  text-align: center;
}
.ui-dialog .search_area label {
  margin-right: 2rem;
  font-weight: 600;
  color: #000;
}
.ui-dialog .tstyle-list {
  border-top: 0.2rem solid #000;
}
.ui-dialog .tstyle-list th,
.ui-dialog .tstyle-list td {
  padding: 1rem;
  border-bottom: 1px solid var(--bdc);
}
.ui-dialog .tstyle-list select#codeNameSelect {
  min-width: 100%;
  min-height: 14rem;
  padding: 1.5rem;
  background: none;
}
.ui-dialog .tstyle-list tr:first-child > td {
  font-weight: 600;
  color: #000;
}
.ui-dialog .tstyle-list tr:first-child > td span {
  font-weight: 400;
  color: var(--fs);
}
.ui-dialog .tstyle-list + div[align="center"] {
  padding: 1rem;
  border-bottom: 1px solid var(--bdc);
  background-color: #f8f8f8;
  text-align: center;
}
.ui-dialog .tstyle-list + div[align="center"] input[type="button"] {
  padding: 0 1.2rem;
  margin: 0 0.01rem;
  border: 1px solid var(--bdc);
  background-color: #fff;
}
.ui-dialog .tstyle-list + div[align="center"] input[type="button"]:hover,
.ui-dialog .tstyle-list + div[align="center"] input[type="button"]:focus {
  background-color: #000;
}
.ui-dialog .ui-dialog-buttonset {
  margin: 2rem;
  text-align: center;
}
.ui-dialog .ui-dialog-buttonset .ui-button {
  padding: 0 1.2rem;
  margin: 0 0.2rem;
  border: 1px solid #000;
  background-color: #fff;
  color: #000;
}
.ui-dialog .ui-dialog-buttonset .ui-button:hover,
.ui-dialog .ui-dialog-buttonset .ui-button:focus {
  background-color: #000;
  color: #fff;
}
.ui-dialog .ui-dialog-buttonset .ui-button:first-child {
  background-color: #2157d6;
  color: #fff;
  border-color: #2157d6;
}
.ui-dialog .ui-dialog-buttonset .ui-button:first-child:hover,
.ui-dialog .ui-dialog-buttonset .ui-button:first-child:focus {
  background-color: #fff;
  color: #2157d6;
}

.slide-photo {
  position: relative;
  max-width: 100%;
  width: 100%;
}
.slide-photo > button {
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  width: 5rem;
  height: 5rem;
  overflow: hidden;
  border-radius: 100%;
  background-color: #fff;
  line-height: 5rem;
  text-align: center;
  vertical-align: middle;
}
.slide-photo > button.btn-left {
  left: 0;
}
.slide-photo > button.btn-right {
  right: 0;
}

.tree_structure {
  overflow: hidden;
  border-top: 2px solid #111;
  border-bottom: 1px solid #e5e5e5;
}

.tree_structure li {
  overflow: hidden;
}

.tree_structure li strong {
  display: block;
  width: 17rem;
  margin-right: 1rem;
  float: left;
}

.tree_structure > li {
  padding: 1.5rem;
  border-bottom: 1px solid #e5e5e5;
}

.tree_structure > li > strong {
  color: #000;
}

.tree_structure > li ul {
  overflow: hidden;
  margin: 0.5rem 0 0 1rem;
}

.tree_structure .depth2 li {
  margin-top: 0.8rem;
}

.tree_structure .depth2 li strong {
  width: 16rem;
  font-weight: 200;
  line-height: 1.2;
}

.tree_structure .depth3 > li > strong {
  width: 15rem;
}

.tree_structure .progress_area {
  white-space: nowrap;
  font-size: 80%;
}

.flex-box {
  display: flex;
  flex-wrap: wrap;
  gap: 0 0.8rem;
}
.flex-box.nowrap {
  flex-wrap: nowrap;
}
.flex-box.center {
  justify-content: center;
}
.flex-box.right {
  justify-content: flex-end;
}
.flex-box.a-start {
  align-items: flex-start;
}
.flex-box.a-center {
  align-items: center;
}
.flex-box.between {
  justify-content: space-between;
}
.flex-box .radio__wrap {
  margin-right: 1rem;
}
.flex-box .radio__wrap:last-child {
  margin-right: 0;
}

.row select + input {
  margin-left: 0.8rem;
}

/* 사용자 페이지용 스타일 복사 */
.mt0 {
  margin-top: 0 !important;
}
.mt4 {
  margin-top: 0.4rem !important;
}
.mt8 {
  margin-top: 0.8rem !important;
}
.mt10 {
  margin-top: 1rem !important;
}
.mt16 {
  margin-top: 1.6rem !important;
}
.mt20 {
  margin-top: 2rem !important;
}
.mt24 {
  margin-top: 2.4rem !important;
}
.mt30 {
  margin-top: 3rem !important;
}
.mt40 {
  margin-top: 4rem !important;
}
.mt50 {
  margin-top: 5rem !important;
}
.mt60 {
  margin-top: 6rem !important;
}
.mt70 {
  margin-top: 7rem !important;
}
.mt80 {
  margin-top: 8rem !important;
}

.mb4 {
  margin-bottom: 0.4rem !important;
}
.mb8 {
  margin-bottom: 0.8rem !important;
}
.mb10 {
  margin-bottom: 1rem !important;
}
.mb16 {
  margin-bottom: 1.6rem !important;
}
.mb20 {
  margin-bottom: 2rem !important;
}
.mb24 {
  margin-bottom: 2.4rem !important;
}
.mb30 {
  margin-bottom: 3rem !important;
}
.mb40 {
  margin-bottom: 4rem !important;
}
.mb50 {
  margin-bottom: 5rem !important;
}
.mb60 {
  margin-bottom: 6rem !important;
}
.mb70 {
  margin-bottom: 7rem !important;
}
.mb80 {
  margin-bottom: 8rem !important;
}

.ml4 {
  margin-left: 0.4rem !important;
}
.ml8 {
  margin-left: 0.8rem !important;
}
.ml10 {
  margin-left: 1rem !important;
}
.ml16 {
  margin-left: 1.6rem !important;
}
.ml20 {
  margin-left: 2rem !important;
}

.mr4 {
  margin-right: 0.4rem !important;
}
.mr8 {
  margin-right: 0.8rem !important;
}
.mr10 {
  margin-right: 1rem !important;
}
.mr16 {
  margin-right: 1.6rem !important;
}
.mr20 {
  margin-right: 2rem !important;
}

#content #sub-tab,
.contents #sub-tab {
  margin-top: 0;
}
#content .con__box,
.contents .con__box {
  margin-top: 8rem;
}
#content .title,
#content .sub-title,
.contents .title,
.contents .sub-title {
  color: #111;
}
#content .title strong.red,
#content .sub-title strong.red,
.contents .title strong.red,
.contents .sub-title strong.red {
  color: red;
}
#content h1.title,
.contents h1.title {
  margin-bottom: 2rem;
  font-size: 3.2rem;
  line-height: 1.3;
}
#content h2.title,
.contents h2.title {
  margin-bottom: 2rem;
  font-size: 2.8rem;
  line-height: 1.3;
}
#content h3.title,
.contents h3.title {
  margin-bottom: 2rem;
  font-size: 2.4rem;
  line-height: 1.3;
}
#content h4.title,
#content .sub-title,
.contents h4.title,
.contents .sub-title {
  margin-bottom: 2rem;
  font-size: 2rem;
  line-height: 1.3;
}
#content p.text,
.contents p.text {
  font-size: 1.8rem;
  color: #555;
}

.contents_body h1,
.contents_body h2,
.contents_body h3 {
  color: #000;
  margin-bottom: 1.2rem;
}

.table__wrap {
  position: relative;
}
.table__wrap + .table__wrap {
  margin-top: 4rem;
}
.table__wrap table {
  background-color: #fff;
  text-align: center;
  table-layout: fixed;
}
.table__wrap table label {
  font-size: 1.8rem !important;
  line-height: 1.4;
}
.table__wrap table caption {
  width: 1px;
  height: 1px;
  color: #fff;
}
.table__wrap table thead th {
  padding: 1.5rem 1rem;
  background-color: #0097a1;
  font-size: 2rem;
  font-weight: 600;
  color: #fff;
}
.table__wrap table thead th .sm {
  font-size: 1.6rem;
}
.table__wrap table tbody tr {
  border-bottom: 1px solid #e7ecf1;
}
.table__wrap table tbody tr:first-child {
  border-top: 1px solid #0097a1;
}
.table__wrap table tbody tr:last-child {
  border-bottom: 1px solid #0097a1;
}
.table__wrap table tbody th {
  padding: 1.5rem 1rem;
  background-color: #f2f6fa;
  font-size: 2rem;
  font-weight: 600;
  color: #0097a1;
}
.table__wrap table tbody th.bd-right {
  border-right: 1px solid #e7ecf1;
}
.table__wrap table tbody th .sm {
  font-size: 1.6rem;
}
.table__wrap table tbody td {
  padding: 1.5rem 1rem;
  border-right: 1px solid #e7ecf1;
  font-size: 1.8rem;
  color: #555;
}
.table__wrap table tbody td:last-child {
  border-right: none;
}
.table__wrap table tbody td.bd-right {
  border-right: 1px solid #e7ecf1;
}
.table__wrap table tbody td .btn__box {
  gap: 0.4rem 0.8rem;
}
.table__wrap.style table thead th {
  background-color: #2b578d;
}
.table__wrap.style table tbody td {
  padding: 1rem;
}
.table__wrap.style table tbody tr:last-child {
  border-color: #2b578d;
}
.table__wrap.form tbody th,
.table__wrap.form tbody td {
  text-align: left;
}
.table__wrap.form tbody th {
  padding: 1.5rem 2.5rem;
}
.table__wrap.form tbody td {
  padding: 1rem 2rem;
}
.table__wrap table tbody td a {
  color: #555;
}

@media (max-width: 1024px) {
  .table__wrap.style {
    padding-top: 4rem;
  }
  .table__wrap.style::before {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 2rem;
    font-weight: 500;
    color: #2b578d;
    content: "좌우로 스크롤하여 전체 내용을 볼 수 있습니다.";
  }
  .table__wrap.style > div {
    overflow-x: scroll;
    scrollbar-width: thin;
    scrollbar-color: #e3e3e3 transparent;
  }
  .table__wrap.style > div::-webkit-scrollbar {
    width: 6px;
    height: 6px;
  }
  .table__wrap.style > div::-webkit-scrollbar-thumb {
    border-radius: 50px;
    background-color: #e3e3e3;
  }
  .table__wrap.style > div::-webkit-scrollbar-track {
    background-color: transparent;
  }
  .table__wrap.style table {
    width: 1200px;
  }
}
@media (max-width: 768px) {
  .table__wrap {
    padding-top: 4rem;
  }
  .table__wrap::before {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 2rem;
    font-weight: 500;
    color: #0097a1;
    content: "좌우로 스크롤하여 전체 내용을 볼 수 있습니다.";
  }
  .table__wrap > div {
    overflow-x: scroll;
    scrollbar-width: thin;
    scrollbar-color: #e3e3e3 transparent;
  }
  .table__wrap > div::-webkit-scrollbar {
    width: 6px;
    height: 6px;
  }
  .table__wrap > div::-webkit-scrollbar-thumb {
    border-radius: 50px;
    background-color: #e3e3e3;
  }
  .table__wrap > div::-webkit-scrollbar-track {
    background-color: transparent;
  }
  .table__wrap table {
    width: 980px;
  }
}

.step__tab {
  display: flex;
  margin-bottom: 6rem;
  border-radius: 1rem;
  background-color: #fff;
  border: 1px solid #2B578D;
  counter-reset: tabNum;
}
.step__tab.num-none .step__item::before {
  display: none;
}
.step__item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1 0 0;
  position: relative;
  min-height: 7rem;
  padding: 1rem 2rem;
  border-radius: 1rem;
  font-size: 2rem;
  color: #111;
  text-align: center;
  gap: 1rem;
}
.step__item a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.step__item::before {
  flex-shrink: 0;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 50%;
  background-color: #2B578D;
  font-size: 1.4rem;
  font-weight: 700;
  color: #fff;
  line-height: 2.4rem;
  counter-increment: tabNum;
  content: counter(tabNum);
}
.step__item.active {
  background-color: #2B578D;
  font-weight: 600;
  color: #fff;
  border-radius: 0.8rem;
}
.step__item.active::before {
  background-color: #fff;
  color: #2B578D;
}

@media (max-width: 768px) {
  .step__tab {
    flex-direction: column;
  }
  .step__item {
    min-height: auto;
    padding: 1.4rem 2rem;
  }
}

.btn__box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.8rem;
}
.btn__box.left {
  justify-content: flex-start;
}
.btn__box--list .btn__style {
  min-width: 10rem;
  height: 5rem;
}
.btn__style {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0.8rem 1.5rem;
  border: 1px solid #0097a1;
  border-radius: 0.5rem;
  background-color: #0097a1;
  font-size: 1.6rem;
  font-weight: 500;
  color: #fff;
  transition: 0.24s;
  gap: 1rem;
}
.btn__style:hover,
.btn__style:focus {
  background-color: #064163;
  border-color: #064163;
}
.btn__style.disabled,
.btn__style[disabled] {
  background-color: #ddd;
  pointer-events: none;
  border-color: #ddd;
}
.btn__style.type02 {
  background-color: #fff;
  color: #0097a1;
  border-color: #0097a1;
}
.btn__style.type02:hover,
.btn__style.type02:focus {
  background-color: #e4faff;
}
.btn__style.type03 {
  background-color: #2b4b90;
  transition: 0s;
  border-color: #2b4b90;
}
.btn__style.type03:hover,
.btn__style.type03:focus {
  background: linear-gradient(103deg, #1bb9c3 -27.68%, #4596e7 122.21%);
  border-color: transparent;
}
.btn__style.type04 {
  background-color: #e4edff;
  color: #2b4b90;
  border-color: rgba(43, 75, 144, 0.4);
}
.btn__style.type04:hover,
.btn__style.type04:focus {
  background-color: #2b4b90;
  color: #fff;
  border-color: #2b4b90;
}
.btn__style.type05 {
  background-color: #f9f9f9;
  color: #555;
  border-color: #ddd;
}
.btn__style.type05:hover,
.btn__style.type05:focus {
  background-color: #555;
  color: #fff;
  border-color: #555;
}
.btn__style.type06 {
  background-color: #333;
  color: #fff;
  border-color: #333;
}
.btn__style.type06:hover,
.btn__style.type06:focus {
  background-color: #555;
  color: #fff;
  border-color: #555;
}
.btn__style.type07 {
  background-color: #111;
  color: #fff;
  border-color: #111;
}
.btn__style.type07:hover,
.btn__style.type07:focus {
  background-color: #111;
  border-color: #111;
}
.btn__style.type-lg {
  width: 23rem;
  height: 5rem;
  border-radius: 0.8rem;
  font-weight: 600;
}
.btn__style.type-lg.black {
  background-color: #111;
  border-color: #111;
}
.btn__style.type-sm {
  padding: 0.5rem 1rem;
  background-color: #fff;
  font-size: 1.5rem;
  color: #555;
  border-color: #ddd;
}
.btn__style.type-sm:hover,
.btn__style.type-sm:focus {
  background-color: #0097a1;
  color: #fff;
  border-color: #0097a1;
}

.select__wrap {
  display: inline-block;
  position: relative;
}
.select__wrap.sm {
  width: 14rem;
}
.select__wrap.md {
  width: 20rem;
}
.select__wrap.full {
  width: 100%;
}
.select__wrap.half {
  width: 50%;
}
.select__wrap.grow {
  flex-grow: 1;
}
.select__wrap::after {
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
  font-family: "remixicon";
  color: #000;
  content: "\ea4e";
}
.select__wrap select {
  width: 100%;
  padding: 0.8rem 1rem;
  padding-right: 3.4rem;
  border: 1px solid #ddd;
  border-radius: 0.5rem;
  background-color: #fff;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 1.6rem;
  font-weight: 500;
  color: #333;
  -o-appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.input__wrap {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}
.input__wrap input {
  width: 100%;
  padding: 0.65rem 1rem;
  border: 1px solid #ddd;
  border-radius: 0.5rem;
  background-color: #fff;
  font-size: 1.8rem;
  color: #333;
}
.input__wrap input::-moz-placeholder {
  color: #999;
}
.input__wrap input::placeholder {
  color: #999;
}
.input__wrap input:disabled {
  background-color: #f1f5f9;
  color: #555;
}
.input__wrap.sm {
  width: 10rem;
}
.input__wrap.md {
  width: 20rem;
}
.input__wrap.half {
  width: 50%;
}
.input__wrap.full {
  width: 100%;
}
.input__wrap.grow {
  flex-grow: 1;
}

.date__wrap {
  display: inline-block;
  width: 18rem;
}
.date__wrap input {
  width: 100%;
  padding: 0.65rem 1rem;
  border: 1px solid #ddd;
  border-radius: 0.5rem;
  background-color: #fff;
  font-size: 1.8rem;
  color: #333;
}
.date__wrap input:disabled {
  background-color: #ddd;
  color: #555;
}

.alert-text {
  position: relative;
  padding-left: 2rem;
  font-size: 1.6rem;
  font-weight: 500;
  margin: 1rem 0;
  color: #555;
}
.alert-text::before {
  position: absolute;
  top: 0.2rem;
  left: 0;
  font-family: "remixicon";
  font-weight: 400;
  color: #0097a1;
  content: "\ee58";
}

td .input__wrap + .input__wrap,
td .input__wrap + .date__wrap,
td .date__wrap + .input__wrap,
td .date__wrap + .date__wrap,
td input + .input__wrap,
td input + .date__wrap {
  margin-top: 0.8rem;
}

.btn__box + .table-wrap {
  margin-top: 1.2rem;
}
.table__wrap + .btn__wrap {
  margin-top: 2.4rem;
}

.table__wrap table td a:hover,
.table-wrap table td a:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.table-wrap.form td {
  text-align: left;
}

#btn_dlbr_regist {
  height: 4rem;
  min-width: auto;
}

.contents_body #wrap {
  background-color: #fff;
}

input[type="checkbox"],
input[type="radio"] {
  width: 15px; 
  height: 15px; 
}

.pd-bottom {
  padding-bottom: 1rem;
}

#brno1,
#brno2,
#brno3 {
  width: 12rem;
}

.modal-header .con__title {
  margin-bottom: 0;
  font-size: 2.4rem;
}
.modal-body .con__box:first-child {
  margin-top: 0 !important;
}
.modal-body .title {
  font-size: 2.2rem !important;
}
.modal-body .sub-title {
  border-bottom: none;
  margin-bottom: 1.4rem !important;
}

.cert-doc-item + .cert-doc-item {
  margin-top: 2.4rem;
}

.cert-doc-item h5 {
  font-size: 1.9rem;
  color: #0097a1;
  margin-bottom: .8rem;
}
.cert-doc-detail + .cert-doc-detail {
  margin-top: .6rem;
}
.cert-doc-detail + .btn__style {
  margin-top: .8rem;
}
.cert-doc-detail {
  font-size: 1.8rem;
}
.cert-doc-detail label {
  font-weight: 700;
  margin-right: .4rem;
  color: #333;
}

.con__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 1.4rem;
  gap: 0.8rem 4rem;
}
.con__top .title {
  margin-bottom: 0 !important;
}

.table-wrap.left td {
  text-align: left;
}

.file-box a + .btn__style {
  margin-left: 0.6rem;
}

.file-input {
  width: 30rem;
  padding: 0.45rem 1rem;
  border: 1px solid #ddd;
  border-radius: 0.5rem;
  background-color: #fff;
  font-size: 1.8rem;
  color: #333;
}

.file-input::file-selector-button {
  padding: 0.5rem 1rem;
  margin-right: 0.8rem;
  border: none;
  border-radius: 0.5rem;
  background-color: #0097A1;
  font-size: 1.5rem;
  color: #fff;
  cursor: pointer;
}

.file-wrap {
  display: flex;
  align-items: center;
}
.file-wrap img {
  margin-right: 0.8rem;
}

.file-item {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.file-item img {
  width: 2.6rem;
  margin-right: 0.8rem;
}

.file-name {
  word-break: break-all;
  font-size: 1.8rem;
  font-weight: 400;
  color: #555;
}

.file-size {
  flex-shrink: 0;
  margin-left: 0.4rem;
  font-size: 1.6rem;
  color: #999;
}

.textarea__wrap textarea,
.input__wrap textarea {
  width: 100%;
  height: 30rem;
  padding: 0.65rem 1rem;
  border: 1px solid #ddd;
  border-radius: 0.5rem;
  background-color: #fff;
  font-size: 1.8rem;
  color: #333;
  line-height: 1.5;
  resize: none;
}
.textarea__wrap textarea::-moz-placeholder, .input__wrap textarea::-moz-placeholder {
  color: #999;
}
.textarea__wrap textarea::placeholder,
.input__wrap textarea::placeholder {
  color: #999;
}

.req-mark {
  margin: 0 0.2rem;
  font-weight: 600;
  color: #0097A1;
  vertical-align: text-bottom;
}

.hide, .sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; margin: -1px; clip-path: polygon(0 0, 0 0, 0 0); }

/* ========================================
   모달 스타일 (sub.css에서 가져옴)
   ======================================== */
.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}

.modal-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: calc(100% - 4rem);
  width: 120rem;
  max-height: calc(100% - 4rem);
  overflow-y: auto;
  padding: 4rem;
  border-radius: 1.4rem;
  background-color: #fff;
}

.modal-box.width {
  width: 160rem;
}

.modal-box .con__box {
  margin-top: 0 !important;
  margin-bottom: 1.2rem;
}

.modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2.4rem;
  gap: 2rem;
}

.modal-header strong {
  font-size: 2.8rem;
  color: #111;
} 

.modal-header button {
  font-size: 4rem;
  color: #111;
  background: none;
  border: none;
  cursor: pointer;
}

.modal-footer {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 2rem;
  gap: 0.8rem;
}

@media (max-width: 420px) {
  .modal-box {
    padding: 4rem 3rem;
  }
  .modal .table__wrap::before {
    font-size: 1.6rem;
  }
}

.check__wrap label,
.radio__wrap label,
.row > input[type="radio"] + label,
.row > input[type="checkbox"] + label {
  text-align: left !important;
  padding-left: 0 !important;
}

.row > input[type="radio"] + label,
.row > input[type="checkbox"] + label {
  margin-left: 1rem;
}

#searchCertYmnFrom_view {
  margin-right: .8rem;
}
#searchCertYmnTo_view {
  margin-left: .8rem;
}

.address__wrap {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}