.inner {
  padding: 100px 55px;
}

/*
테이블
*/

table.px-15 th,
table.px-15 td {
  padding: 0 15px;
}

table.px-10 th,
table.px-10 td {
  padding: 0 10px;
}

table th,
table td {
  vertical-align: middle;
}

.th-bg-blue {
  background-color: #bdc6d3;
}

.tr-bg-blue {
  background-color: #ebf2fc;
}

.table:not(.fix-table) tr:hover td {
  background-color: #e4e4e4;
}

.fix-table .table tr:hover td {
  background-color: transparent;
}

.fix-table .table tr:hover td:hover,
.fix-table td:hover {
  background-color: #e4e4e4 !important;
}

.hover-not tr:hover td {
  background-color: inherit !important;
}


/* 스크롤테이블 */
.over-table {
  overflow: overlay;
  overflow: auto;
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  border: 1px solid #b0b0b6;
}

.over-table table {
  border-spacing: 0;
  border-collapse: separate;
}

.over-table.x-scroll-table {
  overflow-y: hidden;
}

.over-table tbody {
  border: 0 none !important;
}

.over-table.y-scroll-table {
  overflow-x: hidden;
}

.over-table thead {
  z-index: 10;
  position: sticky;
  left: 0;
  top: 0;
}

.stick{
  z-index: 1;
  position: sticky;
}

.xy-scroll-table .left-fix,
.x-scroll-table .left-fix {
  position: sticky;
  left: 0;
  top: 0;
}

.xy-scroll-table .left-fix1,
.x-scroll-table .left-fix1 {
  position: sticky;
  left: 0%;
}

.xy-scroll-table .left-fix2,
.x-scroll-table .left-fix2 {
  position: sticky;
  left: 5.5%;
}

.xy-scroll-table .left-fix3,
.x-scroll-table .left-fix3 {
  position: sticky;
  left: 12.8%;
}

.xy-scroll-table .left-fix4,
.x-scroll-table .left-fix4 {
  position: sticky;
  left: 21.5%;
}

.xy-scroll-table .left-fix5,
.x-scroll-table .left-fix5 {
  position: sticky;
  left: 28.7%;
}

.x-scroll-table th {
  white-space: nowrap;
}



/*테이블 보더*/

table.b-gray th,
table.b-gray td {
  border: 1px solid #a1a4ae;
}

table.border-0 th,
table.border-0 td {
  border: 0 none !important;
}

thead.b-gray {
  border: 1px solid #8c95a1 !important;
}

thead.b-gray th {
  border: 1px solid #a1a4ae;
}

tbody.b-gray2 {
  border: 1px solid #b0b0b6 !important;
}

tbody.b-gray2 th,
tbody.b-gray2 td {
  border-right: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}

tfoot tr:first-child th,
tfoot tr:first-child td {
  border-top: 1px solid #a1a4ae !important;
}

tfoot.b-gray2 th,
tfoot.b-gray2 td {
  border-right: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}

tbody.b-gray2 th:last-child,
tbody.b-gray2 td:last-child {
  border-right: 0 none;
}

.over-table .b-gray th,
.over-table .b-gray td,
.over-table .b-gray2 th,
.over-table .b-gray2 td {
  border-width: 0 1px 1px 0;
}

.th-bg-blue thead th:last-child {
  border-right: 0 none !important;
}

tbody.fw-600 td {
  font-weight: 600;
}

tbody.fw-600 td>b {
  font-weight: 800;
}

td.bg-blue {
  border: 0 none !important;
  background-color: #0000ff !important;
}

.bt-blue-1 {
  border-top: 1.5px solid #0000ff !important;
}

.bb-blue-1 {
  border-bottom: 1px solid #0000ff !important;
}

.br-1 {
  border-right: 1px solid #b0b0b6 !important;
}

.bl-1 {
  border-left: 1px solid #e5e5e5 !important;
}

.bb-1 {
  border-bottom: 1px solid #b0b0b6 !important;
}


/* 폼 */
.form-box {
  margin: 15px 0 10px;
}

.form-box>label {
  display: inline-block;
  font-size: 20px;
  font-weight: 500;
}

input.calendar {
  padding: 0 10px;
  margin-right: 5px;
  width: 180px;
  height: 40px;
  font-size: 17px;
  font-weight: 500;
  color: #000;
  border: 1px solid #a1a4ae;
  border-radius: 3px;
  background-color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}


/* 버튼 */
.btn-01 {
  margin: 0 2px;
  width: 100px;
  height: 40px;
  color: #fff;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}

.btn-bg-01 {
  background-color: #2679ab;
}

.btn-bg-02 {
  background-color: #317ec6;
}

.btn-bg-03 {
  background-color: #525d73;
}

.btn-bg-04 {
  background-color: #77819c;
}

.btn-bg-05 {
  background-color: #be7373;
}

.btn-bg-06 {
  background-color: #7dc275;
}

.btn-bg-07 {
  background-color: #afb0af;
}

.btn-trns {
  background-color: transparent;
  border: none;
  color: white; /* 버튼 텍스트 색상 */
  cursor: pointer;
  outline: none;
    font-size: 12px;
  font-weight: 700;
}

.btn-bg-01:hover {
  background-color: rgba(38, 120, 171, 0.8);
}

.btn-bg-02:hover {
  background-color: rgba(49, 126, 198, 0.8);
}

.btn-bg-03:hover {
  background-color: rgba(82, 93, 115, 0.8);
}

.btn-bg-04:hover {
  background-color: rgba(119, 129, 156, 0.8);
}


/* 신호등 */
.v-green,
.v-yellow,
.v-red {
  display: inline-block;
  margin: 0 5px;
  width: 16px;
  height: 16px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.v-green {
  background-color: rgb(2, 201, 2);
}

.v-yellow {
  background-color: rgb(233, 233, 2);
}

.v-red {
  background-color: rgb(224, 2, 2);
}

.green-b-t {
  border-top: 1.5px solid #22550e !important;
}

.green-b-r {
  border-right: 1.5px solid #22550e !important;
}

.green-b-l {
  border-left: 1.5px solid #22550e !important;
}

.green-b-b {
  border-bottom: 1.5px solid #22550e !important;
}


/*
sub-2-1
*/
.content-wrap.sub-2-1 {
  height: 1515px;
}

.content-wrap.sub-2-1 .inner {
  height: inherit;
}

.sub-bg {
  background: url('../img/sub2-1-bg.png') center top 30px no-repeat;
}

.flow-stage-wrap {
  position: absolute;
  left: 55px;
  top: 397px;
}

.flow-stage {
  position: relative;
  width: 100%;
}

.flow-stage>li {
  position: absolute;
  padding: 10px 7px;
  line-height: 1;
  font-size: 13px;
  font-weight: 700;
  color: #18458d;
  white-space: nowrap;
}

.flow-stage>li.num::after {
  position: absolute;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  font-size: inherit;
  color: #fff;
  background-color: #80a5e4;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.flow-stage>li:nth-of-type(2)~li:not(:last-child) {
  background-color: #d8ffc9;
  border: 1px solid #4a6d3d;
}

.flow-stage>li.item-1 {
  padding-left: 0;
}

.flow-stage>li.item-2 {
  padding-left: 0;
  top: 45px
}

.flow-stage>li.item-3 {
  left: 84px;
}

.flow-stage>li.item-4 {
  left: 167px;
  padding: 10px 15px;
}

.flow-stage>li.item-4::after {
  right: -30px;
  top: -5px;
  content: "1";
}

.flow-stage>li.item-5 {
  left: 280px;
  padding: 10px 13px;
  width: 110px;
  text-align: center;
}

.flow-stage>li.item-6 {
  left: 389px;
  padding: 10px 20px;
}

.flow-stage>li.item-6::after {
  right: -50px;
  top: -5px;
  content: "2";
}

.flow-stage>li.item-7 {
  left: 525px;
  padding: 10px 13px;
}

.flow-stage>li.item-7::after {
  right: -35px;
  top: -5px;
  content: "3";
}

.flow-stage>li.item-8 {
  left: 665px;
  padding: 10px 13px;
}

.flow-stage>li.item-8::after {
  right: -45px;
  top: -5px;
  content: "4";
}

.flow-stage>li.item-9 {
  left: 825px;
  width: 245px;
  text-align: center;
}

.flow-stage>li.item-9::after {
  right: -30px;
  top: -5px;
  content: "5";
}

.flow-stage>li.item-10 {
  left: 825px;
  top: 80px;
  width: 245px;
  text-align: center;
}

.flow-stage>li.item-11 {
  left: 1112px;
  padding: 10px 13px;
  text-align: center;
  width: 150px;
}

.flow-stage>li.item-11::after {
  right: -35px;
  top: -5px;
  content: "6";
}

.flow-stage>li.item-12 {
  left: 1344px;
  padding: 10px 13px;
}

.flow-stage>li.item-12::after {
  right: -30px;
  top: -5px;
  content: "7";
}

.flow-stage>li.item-13 {
  left: 1451px;
  top: 80px;
}

.flow-stage>li.item-14 {
  left: 1515px;
  top: 80px;
  padding: 3.5px 7px;
  text-align: center;
}

.flow-stage>li.item-15 {
  left: 1572px;
  top: 80px;
}

.flow-stage>li.item-16 {
  left: 1660px;
}

.flow-stage>li.item-17 {
  left: 1752px;
}

.flow-stage2 {
  position: absolute;
  left: 600px;
  top: 800px;
}

.flow-stage2>li {
  position: absolute;
  padding: 7px 20px;
  line-height: 1;
  font-size: 14px;
  font-weight: 700;
}

.flow-stage2>li:not(:last-child) {
  background-color: #d1c9ad;
  border: 1px solid #746633;
}

.flow-stage2>.item-1 {
  left: -30px;
}

.flow-stage2>li.item-2 {
  left: 890px;
  width: 130px;
  text-align: center;
}

.flow-stage2>li.item-3 {
  left: 1135px;
  top: 2px;
}

/*A~G*/
.symbol {
  position: absolute;
  left: 0;
  top: 0;
}

.symbol>li {
  position: absolute;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  font-size: 13px;
  font-weight: 700;
  color: #fff;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.symbol>li.item-1 {
  left: 610px;
  top: 240px;
}

.symbol>li.item-2 {
  left: 1355px;
  top: 240px;
}

.symbol>li.item-3 {
  left: 1445px;
  top: 790px;
}

.symbol>li.item-4 {
  left: 1670px;
  top: 790px;
}

.symbol>li.item-5 {
  left: 162px;
  top: 480px;
}

.symbol>li.item-6 {
  left: 718px;
  top: 652px;
}

.symbol>li.item-7 {
  left: 782px;
  top: 120px;
}

.fix-table {
  position: absolute;
}

.fix-table th,
.fix-table td {
  border-width: 0 1px 1px 0;
  border-style: solid;
  border-color: #b0b0b6;
}

.fix-table th {
  line-height: 1;
  letter-spacing: -.5px;
}

.hei-thead th {
  height: 30px;
  color: #fff;
}

.mid-thead th {
  height: 25px;
  color: #fff;
}

.low-thead th {
  height: 17px;
  color: #fff;
}

.sub-2-1 .table table {
  border: 1px solid #b0b0b6;
}

.sub-2-1 .table tbody th {
  height: 17px;
}

.bl-gray {
  border-left: 1px solid #b0b0b6 !important;
}

table.py-10 td {
  padding-top: 10px;
  padding-bottom: 10px;
}

table.py-12 td {
  padding-top: 11.5px;
  padding-bottom: 11.5px;
}

table.px-5 tbody th,
table.px-5 tbody td {
  padding-left: 5px;
  padding-right: 5px;
}

.table.sky thead th {
  border-bottom: 1px solid #7794c7;
}

.table.sky tbody th,
.table.sky tbody td {
  border-bottom: 1px solid #cdd7e6;
}

.table.sky tbody tr:last-child th,
.table.sky tbody tr:last-child td {
  border-bottom: 0 none;
}

.table.sky tbody td {
  border-left: 1px solid #cdd7e6;
}

table.bg-gray .td-data.null,
table.bg-gray .td-data.null {
  font-weight: 500;
  color: #000;
  background-color: #dedede !important;
}

table.bg-gray .bg-white .td-data.null,
table.bg-gray .bg-white .td-data.null {
  font-weight: 500;
  color: #000;
  background-color: #fff !important;
}


table.bg-gray th,
table.bg-gray td {
  border-right: 1px solid #111;
  border-bottom: 1px solid #111;
}

table.bg-gray thead th:last-child,
table.bg-gray tbody th:last-child,
table.bg-gray tbody td:last-child {
  border-right: 0 none !important;
}

table.bg-gray tbody tr:last-child th,
table.bg-gray tbody tr:last-child td {
  border-bottom: 0 none !important;
}

table.bg-pink th {
  border-bottom: 1px solid #79564c;
}

table.bg-pink td {
  border-right: 1px solid #79564c;
}

table.bg-pink tbody th,
table.bg-pink td:last-child {
  border-right: 0 none;
  border-bottom: 0 none;
}


.bg-gray th {
  color: #000 !important;
}

.table-9 .td-data,
.table-10 .td-data {
  width: auto;
}

.table-9 td,
.table-10 td {
  padding: 5px;
  font-size: 11px;
}

.table-10 tr:last-child th,
.table-10 tr:last-child td {
  border-top: 20px solid #eaf2ff !important;
}

.table-17-2 table {
  border-left: 0 none !important;
  border-bottom: 0 none !important;
}

/* 계열 텍스트*/
td.right-txt {
  position: relative;
  left: 0;
  top: 0;
}

td.right-txt::after {
  position: absolute;
  left: 110%;
  top: 0;
  content: "계산식";
}

.table.left-txt1,
.table.left-txt2 {
  position: relative;
  left: 0;
  top: 0;
}

.left-txt1:after {
  position: absolute;
  left: -10%;
  top: 10px;
  content: "[A계열]";
  color: #111;
}

.left-txt2:after {
  position: absolute;
  left: -10%;
  top: 10px;
  content: "[B계열]";
  color: #111;
}

.null {
  position: relative;
  left: 0;
  top: 0;
  color: #a5a5a5;
  background-color: #eee;
}/*데이터 없는 셀*/

.null::after {
  content: "-";
}


.non-td td {
  height: 50px;
}/*빈셀 높이*/


.table-wrap .t-caption {
  font-size: 20px;
}

.input-text48{
  width:200px;
  height:150px !important;
}

.input-table input[type="text"] {
  width: 100%;
  height: 100%;
  border: 1px solid #dedede;
}

.input-table input[type="checkbox"] {
  width: 20px;
  height: 20px;
  border: 1px solid #dedede;
}

.input-table-select input[type="text"] {
  width: 50%;
  height: 100%;
  border: 1px solid #dedede;
}

.sub-4-4 .table tbody th,
.sub-4-4 .table tbody td {
  padding-top: 10px;
  padding-bottom: 10px;
}

.sub-4-7 .table thead th>span {
  margin: 0 10px 2px;
  vertical-align: middle;
}

.sub-4-7 .down-ar {
  display: inline-block;
  margin: 0 5px;
  content: url('../img/arrow.png');
}

.sub-4-7 .up-ar {
  display: inline-block;
  margin: 0 5px;
  content: url('../img/arrow.png');
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}


.sub-span,
.sub {
  font-size: 10px;
}

.dot {
  position: relative;
  left: 0;
  top: 0;
  padding-left: 10px;
  text-align: left !important;
}

.dot::before {
  position: absolute;
  left: 0;
  top: 10px;
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 2px;
  background-color: #333;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
}

.yes>.check {
  margin: 0 auto;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  border: 2px solid #333;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

