@charset "UTF-8";
@font-face {
  font-family: noto_reg;
  src: url(../font/NotoSansCJKkr-Regular.otf);
}

@font-face {
  font-family: noto_bol;
  src: url(../font/NotoSansCJKkr-Bold.otf);
}

@font-face {
  font-family: bmw_reg;
  src: url(../font/BMWGroup_Regular.ttf);
}

@font-face {
  font-family: bmw_bol;
  src: url(../font/BMWGroup_Bold.ttf);
}

body,
html {
  height: 100%;
  color: #262626;
  font-family: "bmw_reg", "noto_reg";
}

html,
body,
div,
header,
nav,
section,
ul,
li,
p {
  margin: 0;
  padding: 0;
  border: 0;
}

ul,
li {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

#wrap {
  height: 100%;
  overflow: hidden;
}

header {
  height: 80px;
  background: #4d4d4d;
  padding: 20px 0;
  box-sizing: border-box;
  display: flex;
  position: relative;
}

header.off {
  position: absolute;
  width: 100vw;
  top: -80px;
}

header.off .headerToggle .arrow::before {
  transform: rotate(-45deg);
}

header.off .headerToggle .arrow::after {
  transform: rotate(45deg);
}

header .userInfo {
  padding-left: 25px;
  height: 100%;
  width: 300px;
  box-sizing: border-box;
}

header .userInfo img {
  margin-right: 14px;
  float: left;
  width: 40px;
  height: 40px;
}

header .userInfo p {
  font-size: 14px;
  margin-bottom: 10px;
  color: #bbb;
}

header .userInfo p .bold {
  color: #fff;
  font-family: "bmw_bol", "noto_bol";
}

header .userInfo p .gray {
  color: #e6e6e6;
}

header .btnList a {
  color: #fff;
  background: #1c69d4;
  display: inline-block;
  font-size: 12px;
  width: 80px;
  height: 40px;
  line-height: 40px;
  padding: 0;
  margin: 0 10px 0 0;
  text-align: center;
}

header .btnList a:hover {
  background: #0653b6;
}

header .logoBox {
  position: absolute;
  background: url(../images/logo.png);
  width: 154px;
  height: 51px;
  top: 15px;
  right: 45px;
}

header .headerToggle {
  position: absolute;
  top: 100px;
  right: 5px;
  transform: rotate(90deg);
}

header .headerToggle .box {
  box-sizing: border-box;
  border: 1px solid #bbbbbb;
  background: #e6e6e6;
  width: 20px;
  height: 50px;
  position: absolute;
  transform: perspective(25px) rotateY(25deg);
  left: -19px;
}

header .headerToggle .arrow {
  top: 22px;
  left: -15px;
  display: block;
  position: absolute;
}

header .headerToggle .arrow::before {
  display: block;
  content: "";
  width: 10px;
  height: 2px;
  transform: rotate(45deg);
  background: #0653b6;
  position: absolute;
  top: 6px;
}

header .headerToggle .arrow::after {
  display: block;
  content: "";
  width: 10px;
  height: 2px;
  transform: rotate(-45deg);
  background: #0653b6;
  position: absolute;
  top: 0px;
}

header .headerToggle:hover {
  cursor: pointer;
}

#container {
  display: flex;
}

#container.on nav {
  height: 100vh;
}

#container.on section .body {
  height: calc(100vh - 170px);
}

#container.on section .body.hei_0 {
  height: calc(100vh - 140px);
}

#container nav {
  background: #f2f2f2;
  box-sizing: border-box;
  border-right: 1px solid #bbbbbb;
  position: relative;
  min-height: calc(100vh - 80px);
}

#container nav.on {
  height: 100vh;
}

#container nav > ul {
  width: 230px;
  overflow-y: auto;
  -ms-overflow-style: none;
}

#container nav > ul::-webkit-scrollbar {
  display: none;
}

#container nav > ul a {
  text-decoration: none;
  color: #262626;
}

#container nav > ul > li.on > span {
  background: #0653b6;
  border: 0;
  color: #fff;
}

#container nav > ul > li.on > span > span {
  border: 0;
}

#container nav > ul > li.on > ul {
  display: block;
}

#container nav > ul > li > span {
  display: block;
  height: 50px;
  line-height: 50px;
  padding-left: 15px;
  font-family: "bmw_bol", "noto_bol";
}

#container nav > ul > li > span:hover {
  text-decoration: underline;
  cursor: pointer;
}

#container nav > ul > li > span > span {
  display: block;
  height: 50px;
  padding-left: 7px;
  border-bottom: 1px solid #bbbbbb;
}

#container nav > ul > li > ul {
  font-size: 14px;
  padding-left: 25px;
  position: relative;
  display: none;
}

#container nav > ul > li > ul::after {
  display: block;
  content: "";
  height: calc(100% - 1px);
  width: 15px;
  position: absolute;
  top: 0;
  right: 0;
  background: #e6e6e6;
}

#container nav > ul > li > ul > li {
  line-height: 36px;
  text-indent: 7px;
  border-bottom: 1px solid #bbbbbb;
}

#container nav > ul > li > ul > li.on > a {
  color: #0653b6;
}

#container nav > ul > li > ul > li.ulOn {
  border: 0;
}

#container nav > ul > li > ul > li.ulOn span {
  color: #0653b6;
}

#container nav > ul > li > ul > li.ulOn > ul {
  display: block;
}

#container nav > ul > li > ul > li.ulOn > a {
  color: #0653b6;
}

#container nav > ul > li > ul > li.ulOn > span {
  border-bottom: 1px solid #bbbbbb;
}

#container nav > ul > li > ul > li > span {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

#container nav > ul > li > ul > li > span:hover {
  cursor: pointer;
  text-decoration: underline;
}

#container nav > ul > li > ul > li > a {
  display: block;
  width: 100%;
  height: 100%;
}

#container nav > ul > li > ul > li > a:hover {
  text-decoration: underline;
}

#container nav > ul > li > ul > li > ul {
  display: none;
  line-height: 28px;
  font-size: 12px;
  padding-left: 20px;
  border-right: 30px solid #bbbbbb;
}

#container nav > ul > li > ul > li > ul > li {
  border-bottom: 1px solid #bbbbbb;
}

#container nav > ul > li > ul > li > ul > li.on a {
  color: #0653b6;
}

#container nav > ul > li > ul > li > ul > li a {
  display: block;
  width: 100%;
  height: 100%;
}

#container nav > ul > li > ul > li > ul > li a:hover {
  color: #0653b6;
}

#container nav .navToggle {
  position: absolute;
  top: 312px;
  right: -20px;
}

#container nav .navToggle .box {
  border: 1px solid #bbbbbb;
  box-sizing: border-box;
  background: #e6e6e6;
  width: 20px;
  height: 50px;
  position: absolute;
  transform: perspective(25px) rotateY(25deg);
  left: -19px;
}

#container nav .navToggle .arrow {
  top: 22px;
  left: -15px;
  display: block;
  position: absolute;
}

#container nav .navToggle .arrow::before {
  display: block;
  content: "";
  width: 10px;
  height: 2px;
  transform: rotate(45deg);
  background: #0653b6;
  position: absolute;
  top: 6px;
}

#container nav .navToggle .arrow::after {
  display: block;
  content: "";
  width: 10px;
  height: 2px;
  transform: rotate(-45deg);
  background: #0653b6;
  position: absolute;
  top: 0px;
}

#container nav .navToggle:hover {
  cursor: pointer;
}

#container nav.hide > ul {
  display: none;
}

#container nav.hide .navToggle .arrow::before {
  transform: rotate(-45deg);
}

#container nav.hide .navToggle .arrow::after {
  transform: rotate(45deg);
}

#container .frameset {
  width: calc(100vw - 300px);
}

#container .frameset.off {
  width: 100vw;
}

#container section {
  overflow-y: auto;
  padding: 20px 45px 0;
  box-sizing: border-box;
  height: calc(100vh - 80px);
}

#container section.on {
  height: 100vh;
}

#container section.alloTabOff .head {
  margin-bottom: 35px;
}

#container section.alloTabOff .head .tabOnBtn {
  display: block;
}

#container section.alloTabOff .body .alloTable {
  display: none;
}

#container section.alloTabOff .body .tabOffBtn {
  display: none;
}

#container section .head {
  margin-bottom: 20px;
}

#container section .head h2 {
  font-size: 18px;
  margin: 0 0 5px 0;
}

#container section .head h2::before {
  position: relative;
  top: -3px;
  left: 0;
  background: url(../images/etc.png) no-repeat;
  background-position: 0 -59px;
  width: 20px;
  height: 20px;
  content: '';
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

#container section .head .menu {
  border-bottom: 3px solid #f2f2f2;
  box-sizing: border-box;
}

#container section .head .menu::after {
  display: block;
  content: '';
  clear: both;
}

#container section .head .menu .menuList {
  font-size: 14px;
  font-family: "bmw_bol", "noto_bol";
}

#container section .head .menu .menuList li {
  padding: 0 15px;
  line-height: 39px;
  height: 39px;
  box-sizing: border-box;
  float: left;
}

#container section .head .menu .menuList li input[type=text] {
  width: 90px;
  text-align: center;
  margin: 0 5px;
}

#container section .head .menu .menuList li.notFloat {
  float: none;
}

#container section .head .menu .menuList li button {
  width: unset;
  height: 27px;
  line-height: 25px;
  padding: 0 16px;
  margin: 0 0 5px 10px;
  font-size: 12px;
  display: block;
  border-radius: 6px;
  border: 1px solid #666666;
  box-sizing: border-box;
  background: #fff;
  display: inline-block;
}

#container section .head .menu .menuList li button:hover {
  background: #0653b6;
  border: 1px solid #666666;
  color: #fff;
  cursor: pointer;
}

#container section .head .menu .menuList li.on {
  border-bottom: 3px solid #0653b6;
}

#container section .head .menu .menuList li:hover {
  cursor: pointer;
}

#container section .head .menu .dateChose {
  float: left;
  padding: 5px 0;
  border-bottom: 3px solid #bbbbbb;
  height: 39px;
  line-height: 39px;
  box-sizing: border-box;
}

#container section .head .menu .dateChose button {
  all: unset;
  background: #bbbbbb;
  border: 0;
  width: 14px;
  height: 27px;
  position: relative;
}

#container section .head .menu .dateChose button::after {
  content: "";
  display: block;
  width: 5px;
  height: 1px;
  background: #fff;
  transform: rotate(-45deg);
  position: absolute;
  top: 12px;
  left: 4px;
}

#container section .head .menu .dateChose button::before {
  content: "";
  display: block;
  width: 5px;
  height: 1px;
  background: #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 16px;
  left: 4px;
}

#container section .head .menu .dateChose button.right::after {
  transform: rotate(45deg);
}

#container section .head .menu .dateChose button.right::before {
  transform: rotate(-45deg);
}

#container section .head .menu .dateChose button:active {
  background: #979797;
}

#container section .head .menu .dateChose select {
  position: relative;
  top: -9px;
  width: 77px;
  padding-left: 9px;
  height: 27px;
  line-height: 25px;
}

#container section .head .menu .userSearch {
  padding: 5px 10px;
  border-bottom: 3px solid #0653b6;
  box-sizing: border-box;
  font-size: 14px;
  float: left;
}

#container section .head .menu .userSearch form label {
  margin-right: 5px;
  font-family: "bmw_bol", "noto_bol";
}

#container section .head .menu .userSearch form select {
  position: relative;
  top: 0px;
  padding-left: 9px;
  height: 27px;
  line-height: 25px;
  margin-right: 35px;
  border-radius: 8px;
}

#container section .head .menu .userSearch form input[type=text] {
  border-radius: 8px;
  text-align: left;
  padding-left: 5px;
  border: 1px solid #bbbbbb;
  height: 22px;
  width: 180px;
}

#container section .head .menu .userSearch form input[type=button] {
  width: 28px;
  height: 28px;
  line-height: unset;
  padding: 0;
  margin: 0 0 0 10px;
  font-size: 12px;
  display: block;
  border-radius: 6px;
  border: 1px solid #666666;
  box-sizing: border-box;
  background: #fff;
  background: url(../images/search.png) no-repeat;
  background-size: 18px;
  background-position: 4px 4px;
  display: unset;
}

#container section .head .menu .userSearch form input[type=button]:hover {
  background: #0653b6;
  border: 1px solid #666666;
  color: #fff;
  cursor: pointer;
}

#container section .head .menu .userSearch form input[type=button]:hover {
  background: url(../images/search.png) no-repeat;
  background-size: 20px;
  background-position: 3px 3px;
}

#container section .head .menu .btnList {
  float: right;
  padding: 6px 0;
}

#container section .head .menu .btnList button {
  float: left;
  width: unset;
  height: 27px;
  line-height: 25px;
  padding: 0 16px;
  margin: 0 0 0 10px;
  font-size: 12px;
  display: block;
  border-radius: 6px;
  border: 1px solid #666666;
  box-sizing: border-box;
  background: #fff;
}

#container section .head .menu .btnList button:hover {
  background: #0653b6;
  border: 1px solid #666666;
  color: #fff;
  cursor: pointer;
}

#container section .head .menu .etcBox {
  float: left;
  margin-left: 20px;
  line-height: 38px;
}

#container section .head .menu .etcBox ul li {
  float: left;
  font-size: 14px;
  margin-right: 20px;
}

#container section .head .menu .etcBox ul li span {
  font-weight: bold;
  color: #0653b6;
}

#container section .head .menu .etcBox ul li input[type="checkbox"] {
  all: unset;
  width: 16px;
  height: 16px;
  display: inline-block;
  border: 1px solid #666666;
  position: relative;
  top: 4px;
  margin-right: 3px;
}

#container section .head .menu .etcBox ul li input[type="checkbox"]:checked {
  border: 1px solid #0653b6;
}

#container section .head .menu .etcBox ul li input[type="checkbox"]:checked::after {
  position: absolute;
  content: "";
  display: block;
  width: 3px;
  height: 6px;
  background: #0653b6;
  transform: rotate(-45deg);
  top: 6px;
  left: 4px;
}

#container section .head .menu .etcBox ul li input[type="checkbox"]:checked::before {
  position: absolute;
  content: "";
  display: block;
  width: 3px;
  height: 10px;
  background: #0653b6;
  transform: rotate(45deg);
  top: 3px;
  left: 8px;
}

#container section .head .tabOnBtn {
  display: none;
}

#container section .head .tabOnBtn > div {
  width: 30px;
  height: 20px;
  float: right;
  border: 2px solid #e6e6e6;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top: 0;
  cursor: pointer;
}

#container section .head .tabOnBtn > div span {
  position: relative;
  top: 6px;
  left: 8px;
}

#container section .head .tabOnBtn > div span:last-child {
  top: 11px;
}

#container section .head .tabOnBtn > div span::after, #container section .head .tabOnBtn > div span::before {
  display: block;
  content: '';
  background: #e6e6e6;
  width: 8px;
  height: 1.5px;
  position: absolute;
}

#container section .head .tabOnBtn > div span::after {
  transform: rotate(30deg);
}

#container section .head .tabOnBtn > div span::before {
  transform: rotate(-30deg);
  left: 6px;
}

#container section .head .tabOnBtn > div:hover {
  border: 2px solid #bbbbbb;
  border-top: 0;
}

#container section .head .tabOnBtn > div:hover span::after, #container section .head .tabOnBtn > div:hover span::before {
  background: #bbbbbb;
}

#container section .body {
  height: calc(100vh - 250px);
  position: relative;
}

#container section .body > table {
  border-bottom: 3px solid #bbbbbb;
  border-top: 1px solid #b2b2b2;
  vertical-align: middle;
  text-align: center;
  width: 100%;
  font-family: "noto_med";
}

#container section .body > table tr td {
  position: relative;
  padding: 8px 0;
  border-bottom: 1px solid #b2b2b2;
}

#container section .body > table tr td span.on {
  color: #0653b6;
  border: 1px solid #0653b6;
  padding: 0px 5px;
  width: 90px;
  border-radius: 4px;
  background-color: rgba(160, 160, 160, 0.05);
  margin: 0 auto;
}

#container section .body > table tr td span.cir {
  margin: 0 auto;
  font-family: "bmw_bol", "noto_bol";
  width: 32px;
  height: 32px;
  background: #e6e6e6;
  border-radius: 50%;
  line-height: 32px;
  color: #0653b6;
  display: block;
}

#container section .body > table tr td span.bol {
  font-family: "bmw_bol", "noto_bol";
}

#container section .body > table tr td span.block {
  display: block;
  font-size: 16px;
  line-height: 1.2em;
}

#container section .body > table tr td span.block > span.on {
  border: 1px solid #0653b6;
  padding: 0px 5px;
  border-radius: 4px;
  background-color: rgba(160, 160, 160, 0.05);
}

#container section .body > table tr td span.small {
  font-size: 12px;
}

#container section .body > table tr td:nth-child(1) {
  width: 62px;
}

#container section .body > table tr td:nth-child(n+2):nth-child(-n+4) {
  display: block;
  position: absolute;
  position: relative;
  display: table-cell;
}

#container section .body > table tr td:nth-child(n+2):nth-child(-n+4)::before {
  display: block;
  content: "";
  width: 10px;
  height: 2px;
  transform: rotate(45deg);
  background: #e6e6e6;
  position: absolute;
  top: 6px;
}

#container section .body > table tr td:nth-child(n+2):nth-child(-n+4)::after {
  display: block;
  content: "";
  width: 10px;
  height: 2px;
  transform: rotate(-45deg);
  background: #e6e6e6;
  position: absolute;
  top: 0px;
}

#container section .body > table tr td:nth-child(n+2):nth-child(-n+4)::after {
  transform: rotate(45deg);
  top: 23px;
  right: 0;
}

#container section .body > table tr td:nth-child(n+2):nth-child(-n+4)::before {
  transform: rotate(-45deg);
  top: 30px;
  right: 0;
}

#container section .body > table tr td:nth-child(n+2):nth-child(-n+4):nth-child(3)::after, #container section .body > table tr td:nth-child(n+2):nth-child(-n+4):nth-child(3)::before {
  background: #b2b2b2;
}

#container section .body > table tr td:nth-child(n+2):nth-child(-n+4):nth-child(4)::after, #container section .body > table tr td:nth-child(n+2):nth-child(-n+4):nth-child(4)::before {
  background: #898989;
}

#container section .body > table tr td:nth-child(n+6) {
  width: 110px;
}

#container section .body > table tr:last-child {
  background: #f2f2f2;
}

#container section .body > table tr:last-child td::after, #container section .body > table tr:last-child td::before {
  display: none !important;
}

#container section .body > table tr:last-child td:first-child {
  padding-left: 15px;
  text-align: left;
}

#container section .body > table tr:last-child td span.total {
  display: block;
  background: #fff;
  border: 1px solid #bbbbbb;
  color: #0653b6;
  font-size: 16px;
  font-family: "bmw_bol", "noto_bol";
  width: 70px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  border-radius: 32px;
}

#container section .body .tabOffBtn > div {
  width: 30px;
  height: 20px;
  float: right;
  border: 2px solid #e6e6e6;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top: 0;
  cursor: pointer;
}

#container section .body .tabOffBtn > div span {
  position: relative;
  top: 6px;
  left: 8px;
}

#container section .body .tabOffBtn > div span:last-child {
  top: 11px;
}

#container section .body .tabOffBtn > div span::after, #container section .body .tabOffBtn > div span::before {
  display: block;
  content: '';
  background: #e6e6e6;
  width: 8px;
  height: 1.5px;
  position: absolute;
}

#container section .body .tabOffBtn > div span::after {
  transform: rotate(-30deg);
}

#container section .body .tabOffBtn > div span::before {
  transform: rotate(30deg);
  left: 6px;
}

#container section .body .tabOffBtn > div:hover {
  border: 2px solid #bbbbbb;
  border-top: 0;
}

#container section .body .tabOffBtn > div:hover span::after, #container section .body .tabOffBtn > div:hover span::before {
  background: #bbbbbb;
}

#container section .body .tabOffBtn::after {
  display: block;
  content: '';
  clear: both;
}

#container section .body .dateChose {
  float: left;
  height: 39px;
  line-height: 39px;
  box-sizing: border-box;
}

#container section .body .dateChose button {
  all: unset;
  background: #bbbbbb;
  border: 0;
  width: 14px;
  height: 27px;
  position: relative;
}

#container section .body .dateChose button::after {
  content: "";
  display: block;
  width: 5px;
  height: 1px;
  background: #fff;
  transform: rotate(-45deg);
  position: absolute;
  top: 12px;
  left: 4px;
}

#container section .body .dateChose button::before {
  content: "";
  display: block;
  width: 5px;
  height: 1px;
  background: #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 16px;
  left: 4px;
}

#container section .body .dateChose button.right::after {
  transform: rotate(45deg);
}

#container section .body .dateChose button.right::before {
  transform: rotate(-45deg);
}

#container section .body .dateChose button:active {
  background: #979797;
}

#container section .body .dateChose select {
  position: relative;
  top: -9px;
  width: 77px;
  padding-left: 9px;
  height: 27px;
  line-height: 25px;
}

#container section .body.hei_0 {
  height: calc(100vh - 220px);
}

#container section .body .btnList {
  text-align: right;
  margin-bottom: 15px;
}

#container section .body .btnList button {
  width: unset;
  height: 27px;
  line-height: 25px;
  padding: 0 16px;
  margin: 0 0 5px 10px;
  font-size: 12px;
  display: block;
  border-radius: 6px;
  border: 1px solid #666666;
  box-sizing: border-box;
  background: #fff;
  display: inline-block;
}

#container section .body .btnList button:hover {
  background: #0653b6;
  border: 1px solid #666666;
  color: #fff;
  cursor: pointer;
}

#container section .body .checkBtnBox {
  position: absolute;
  top: 4px;
  right: 0;
  text-align: right;
  font-size: 10px;
}

#container section .body .checkBtnBox .checkBtn {
  width: 52px;
  height: 20px;
  background: #ddd;
  display: inline-block;
  border: 1px solid #aaa;
  border-radius: 20px;
  color: #fff;
  font-size: 12px;
  text-align: left;
  padding: 2px 0 0 3px;
  box-sizing: border-box;
  position: relative;
  cursor: pointer;
  content: 'OFF';
  margin-left: 10px;
}

#container section .body .checkBtnBox .checkBtn::before {
  position: absolute;
  z-index: 3;
  top: 2px;
  right: 2px;
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  content: '';
  background: #fff;
  transition: all .5s;
}

#container section .body .checkBtnBox .checkBtn::after {
  width: 50px;
  height: 18px;
  position: absolute;
  z-index: 2;
  content: 'ON';
  display: block;
  opacity: 0;
  border-radius: 20px;
  background: #08A600;
  top: 0px;
  left: 0px;
  text-align: right;
  padding: 2px 4px 0 0;
  box-sizing: border-box;
  transition: all .5s;
}

#container section .body .checkBtnBox .checkBtn.on::before {
  right: 34px;
}

#container section .body .checkBtnBox .checkBtn.on::after {
  opacity: 1;
}

#container section .body .menuList {
  font-size: 14px;
  font-family: "bmw_bol", "noto_bol";
  border-bottom: 3px solid #f2f2f2;
  padding-bottom: 2px;
  margin-bottom: 20px;
  position: relative;
}

#container section .body .menuList::after {
  display: block;
  content: '';
  clear: both;
}

#container section .body .menuList li {
  padding: 0 15px;
  line-height: 39px;
  height: 39px;
  box-sizing: border-box;
  float: left;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  margin-right: 5px;
}

#container section .body .menuList li.on {
  background: #0653b6;
  color: #fff;
}

#container section .body .menuList li:hover {
  cursor: pointer;
  border: 2px solid #0653b6;
  box-sizing: border-box;
  line-height: 35px;
  padding: 0 13px;
}

#container section .body .contentList li {
  display: none;
}

#container section .body .contentList li.on {
  display: block;
}

#container section .body .contentList li.schemeMetaTab_3.on {
  display: flex;
}

#container section .body .contentList li.schemeMetaTab_3 > div {
  width: calc(50% - 15px);
}

#container section .body .contentList li.schemeMetaTab_3 > div table {
  border: 1px solid #aaa;
  width: 100%;
}

#container section .body .contentList li.schemeMetaTab_3 > div.col_1 {
  margin-right: 30px;
}

#container section .body .contentList li.schemeMetaTab_3 > div.col_2 .arrowList {
  text-align: center;
  margin: 15px 0;
}

#container section .body .contentList li.schemeMetaTab_3 > div.col_2 .arrowList button {
  width: 36px;
  height: 36px;
  line-height: 0;
  padding: 0;
  margin: 0 10px 0 0;
  font-size: 12px;
  display: block;
  border-radius: 6px;
  border: 1px solid #666666;
  box-sizing: border-box;
  background: #fff;
  display: inline-block;
  font-size: 0;
  overflow: hidden;
  position: relative;
}

#container section .body .contentList li.schemeMetaTab_3 > div.col_2 .arrowList button:hover {
  background: #0653b6;
  border: 1px solid #666666;
  color: #fff;
  cursor: pointer;
}

#container section .body .contentList li.schemeMetaTab_3 > div.col_2 .arrowList button::after {
  width: 18px;
  height: 18px;
  display: block;
  content: "";
  background: #666;
  left: 8px;
  position: absolute;
  transform: rotate(45deg);
}

#container section .body .contentList li.schemeMetaTab_3 > div.col_2 .arrowList button::before {
  width: 100%;
  height: 12px;
  display: block;
  content: "";
  background: #fff;
  position: absolute;
  z-index: 2;
}

#container section .body .contentList li.schemeMetaTab_3 > div.col_2 .arrowList button.up::after {
  top: 13px;
}

#container section .body .contentList li.schemeMetaTab_3 > div.col_2 .arrowList button.up::before {
  bottom: 0;
}

#container section .body .contentList li.schemeMetaTab_3 > div.col_2 .arrowList button.down::after {
  top: 2px;
}

#container section .body .contentList li.schemeMetaTab_3 > div.col_2 .arrowList button.down::before {
  top: 0;
}

#container section .body .contentList li.schemeMetaTab_3 > div.col_2 .arrowList button:hover::after {
  background: #fff;
}

#container section .body .contentList li.schemeMetaTab_3 > div.col_2 .arrowList button:hover::before {
  background: #0653b6;
}

#container section .body .boxList {
  /*display: flex;*/
  width: 100%;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

#container section .body .boxList.hor > li {
  width: 100%;
}

#container section .body .boxList.hor2 > li {
  width: 100%;
}

#container section .body .boxList li {
  min-width: 285px;
  border: 1px solid #bbbbbb;
  border-radius: 4px;
  padding: 20px 15px;
  box-sizing: border-box;
  margin: 0 15px 15px 0;
}

#container section .body .boxList .stepConfirmBox {
  display: flex;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #bbbbbb;
  margin-bottom: 10px;
}

#container section .body .boxList .stepText {
  flex: 1;
}

#container section .body .boxList .stepConfirmList {
  /*flex: 14;*/
  text-align: right;
  flex-direction: column;
  display: flex;
  justify-content: flex-end;
}

#container section .body .boxList li h3 {
  font-size: 14px;
  font-family: "bmw_bol", "noto_bol";
  margin-bottom: 0px;
  padding: 0 0 0 5px;
}

#container section .body .boxList li h3 input[type="checkbox"] {
  all: unset;
  width: 16px;
  height: 16px;
  display: inline-block;
  border: 1px solid #666666;
  position: relative;
  top: 4px;
  margin-right: 5px;
}

#container section .body .boxList li h3 input[type="checkbox"]:checked {
  border: 1px solid #0653b6;
}

#container section .body .boxList li h3 input[type="checkbox"]:checked::after {
  position: absolute;
  content: "";
  display: block;
  width: 3px;
  height: 6px;
  background: #0653b6;
  transform: rotate(-45deg);
  top: 6px;
  left: 4px;
}

#container section .body .boxList li h3 input[type="checkbox"]:checked::before {
  position: absolute;
  content: "";
  display: block;
  width: 3px;
  height: 10px;
  background: #0653b6;
  transform: rotate(45deg);
  top: 3px;
  left: 8px;
}

#container section .body .boxList li h3 span.folder {
  float: right;
  width: 16px;
  height: 14px;
  display: block;
  background: url(../images/etc.png) no-repeat;
  background-position: 0 -92px;
  padding-top: 5px;
  cursor: pointer;
}

#container section .body .boxList li > table {
  width: 100%;
  font-size: 14px;
}

#container section .body .boxList li > table > thead {
  font-family: "bmw_bol", "noto_bol";
  margin-bottom: 5px;
  border-radius: 4px;
  background: #f9f9f9;
  text-align: center;
}

#container section .body .boxList li > table > tbody tr td {
  text-align: center;
  font-family: "noto_med";
}

#container section .body .boxList li > table > tbody tr td input[type="checkbox"] {
  all: unset;
  width: 16px;
  height: 16px;
  display: inline-block;
  border: 1px solid #666666;
  position: relative;
  top: 4px;
  margin-right: 5px;
}

#container section .body .boxList li > table > tbody tr td input[type="checkbox"]:checked {
  border: 1px solid #0653b6;
}

#container section .body .boxList li > table > tbody tr td input[type="checkbox"]:checked::after {
  position: absolute;
  content: "";
  display: block;
  width: 3px;
  height: 6px;
  background: #0653b6;
  transform: rotate(-45deg);
  top: 6px;
  left: 4px;
}

#container section .body .boxList li > table > tbody tr td input[type="checkbox"]:checked::before {
  position: absolute;
  content: "";
  display: block;
  width: 3px;
  height: 10px;
  background: #0653b6;
  transform: rotate(45deg);
  top: 3px;
  left: 8px;
}

#container section .body .boxList li > table > tbody tr td input[type="checkbox"] + span {
  display: inline-block;
  text-align: center;
  width: calc(100% - 27px);
}

#container section .body .boxList li > table > tbody tr td:first-child {
  text-align: left;
  padding-left: 10px;
  font-family: "bmw_reg", "noto_reg";
}

#container section .body .boxList li > table > tbody tr td:nth-child(1) {
  width: 8%;
  min-width: 70px;
}

#container section .body .boxList li > table > tbody tr td:nth-child(2) {
  width: 7%;
  min-width: 60px;
}

#container section .body .boxList li > table > tbody tr td:nth-child(n+3):nth-child(-n+6) {
  width: 15%;
  min-width: 100px;
}

#container section .body .boxList li > table > tbody tr td:nth-child(7) {
  width: 25%;
  min-width: 120px;
}

#container section .body .boxList li > table.total {
  margin-top: 5px;
  border-radius: 4px;
  background: #e6e6e6;
}

#container section .body .boxList li > table.total tr td {
  font-family: "bmw_bol", "noto_bol";
}

#container section .body .boxList li > table.total tr td:first-child {
  font-family: "bmw_bol", "noto_bol";
  text-align: center;
}

#container section .body .bottom_st1 {
  height: 50px;
  border-top: 1px solid #bbbbbb;
  border-bottom: 1px solid #bbbbbb;
  line-height: 48px;
  font-size: 14px;
  font-family: "bmw_bol", "noto_bol";
  padding: 0 20px;
  margin-bottom: 150px;
}

#container section .body .bottom_st1 p {
  float: left;
  position: relative;
}

#container section .body .bottom_st1 p.right {
  float: right;
}

#container section .body .bottom_st1 span {
  position: absolute;
  display: block;
  top: 18px;
}

#container section .body .bottom_st1 span::after, #container section .body .bottom_st1 span::before {
  display: block;
  content: '';
  width: 8px;
  height: 1.5px;
  position: absolute;
  border-radius: 4px;
}

#container section .body .bottom_st1 span::before {
  transform: rotate(50deg);
  top: 3px;
}

#container section .body .bottom_st1 span::after {
  top: 8px;
  transform: rotate(-50deg);
}

#container section .body .bottom_st1 span:nth-child(1) {
  right: -10px;
}

#container section .body .bottom_st1 span:nth-child(1)::after, #container section .body .bottom_st1 span:nth-child(1)::before {
  background: #e6e6e6;
}

#container section .body .bottom_st1 span:nth-child(2) {
  right: -15px;
}

#container section .body .bottom_st1 span:nth-child(2)::after, #container section .body .bottom_st1 span:nth-child(2)::before {
  background: #b2b2b2;
}

#container section .body .bottom_st1 span:nth-child(3) {
  right: -20px;
}

#container section .body .bottom_st1 span:nth-child(3)::after, #container section .body .bottom_st1 span:nth-child(3)::before {
  background: #898989;
}

#popupBox.nanLib {
  z-index: 3;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: none;
}

#popupBox.nanLib.on {
  display: block;
}

#popupBox.nanLib .popupBg {
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: absolute;
}

#popupBox.nanLib .popup {
  margin: 5vh auto 0;
  width: 760px;
}

#popupBox .popup {
  background: #fff;
  margin: 0 auto 0;
  padding: 25px 0 0 30px;
  box-sizing: border-box;
  position: relative;
}

#popupBox .popup.st_0 {
  width: 667px;
  margin: 0 auto 0;
}

#popupBox .popup.st_1{
  width: 1450px;
  height: 800px;
  margin: 0 auto 0;
}

#popupBox .popup h2 {
  font-size: 18px;
  font-family: "bmw_bol", "noto_bol";
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 2px solid #888;
  width: 96.5%;
}

#popupBox .popup .excelBtn {
  padding-right: 30px;
  text-align: right;
}

#popupBox .popup .excelBtn button {
  width: unset;
  height: 27px;
  line-height: 25px;
  padding: 0 10px;
  margin: 10px 0;
  font-size: 12px;
  display: block;
  border-radius: 6px;
  border: 1px solid #666666;
  box-sizing: border-box;
  background: #fff;
  display: inline;
}

#popupBox .popup .excelBtn button:hover {
  background: #0653b6;
  border: 1px solid #666666;
  color: #fff;
  cursor: pointer;
}

#popupBox .popup .close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 22px;
  height: 22px;
  border-radius: 4px;
  background: #e6e6e6;
  border: 0;
}

#popupBox .popup .close:hover {
  cursor: pointer;
}

#popupBox .popup .close span {
  top: 5px;
  left: 5px;
  display: block;
  position: absolute;
  width: 12px;
  height: 12px;
}

#popupBox .popup .close span::after {
  display: block;
  content: "";
  width: 12px;
  height: 1px;
  transform: rotate(45deg);
  background: #4d4d4d;
  position: absolute;
  top: 5px;
}

#popupBox .popup .close span::before {
  display: block;
  content: "";
  width: 12px;
  height: 1px;
  transform: rotate(-45deg);
  background: #4d4d4d;
  position: absolute;
  top: 5px;
}

#popupBox .popup .close span:hover {
  cursor: pointer;
}

#popupBox .popup .close span::after {
  border-radius: 2px;
}

#popupBox .popup .close span::before {
  border-radius: 2px;
}

#popupBox .popup .fileDownloadLogClose {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 22px;
  height: 22px;
  border-radius: 4px;
  background: #e6e6e6;
  border: 0;
}

#popupBox .popup .fileDownloadLogClose:hover {
  cursor: pointer;
}

#popupBox .popup .fileDownloadLogClose span {
  top: 5px;
  left: 5px;
  display: block;
  position: absolute;
  width: 12px;
  height: 12px;
}

#popupBox .popup .fileDownloadLogClose span::after {
  display: block;
  content: "";
  width: 12px;
  height: 1px;
  transform: rotate(45deg);
  background: #4d4d4d;
  position: absolute;
  top: 5px;
}

#popupBox .popup .fileDownloadLogClose span::before {
  display: block;
  content: "";
  width: 12px;
  height: 1px;
  transform: rotate(-45deg);
  background: #4d4d4d;
  position: absolute;
  top: 5px;
}

#popupBox .popup .fileDownloadLogClose span:hover {
  cursor: pointer;
}

#popupBox .popup .fileDownloadLogClose span::after {
  border-radius: 2px;
}

#popupBox .popup .fileDownloadLogClose span::before {
  border-radius: 2px;
}

#popupBox .popup .tableBox {
  max-height: calc(100vh - 83px);
  overflow-y: auto;
  padding-right: 20px;
}

#popupBox .popup .tableBox .head {
  line-height: 36px;
  font-size: 14px;
  font-family: "bmw_bol", "noto_bol";
  box-sizing: border-box;
  margin-bottom: 20px;
}

#popupBox .popup .tableBox .head.hasBot {
  margin-bottom: 6px;
}

#popupBox .popup .tableBox .head > span.title {
  padding: 0 30px 0 15px;
  display: inline-block;
  border-bottom: 2px solid #0653b6;
  height: 35px;
  box-sizing: border-box;
  float: left;
  margin-right: 15px;
}

#popupBox .popup .tableBox .head > span.borderBot {
  height: 36px;
  border-bottom: 3px solid #f2f2f2;
  display: block;
  width: 100%;
  box-sizing: border-box;
}

#popupBox .popup .tableBox .head .btnList2 {
  float: right;
}

#popupBox .popup .tableBox .head .btnList {
  float: right;
}

#popupBox .popup .tableBox .head .btnList li {
  float: left;
}

#popupBox .popup .tableBox .head .btnList li a {
  width: unset;
  height: 27px;
  line-height: 25px;
  padding: 0 10px;
  margin: 0 0 0 10px;
  font-size: 12px;
  display: block;
  border-radius: 6px;
  border: 1px solid #666666;
  box-sizing: border-box;
  background: #fff;
  text-decoration: none;
}

#popupBox .popup .tableBox .head .btnList li a:hover {
  background: #0653b6;
  border: 1px solid #666666;
  color: #fff;
  cursor: pointer;
}

#popupBox .popup .tableBox .head .btnList li a.blue {
  color: #0653b6;
}

#popupBox .popup .tableBox .head .btnList li a.blue:hover {
  color: #fff;
}

#popupBox .popup .tableBox .head .btnList li a.excelBtn {
  background: url(../images/excel.png) no-repeat;
  width: 27px;
  background-position: 5px 6px;
}

#popupBox .popup .tableBox .head .btnList li a.excelBtn:hover {
  background-color: #3b81e423;
}

#popupBox .popup .tableBox .head .leftBtn {
  font-size: 12px;
  font-family: "bmw_reg", "noto_reg";
  display: inline;
  float: left;
}

#popupBox .popup .tableBox .head .leftBtn input[type=checkbox] {
  all: unset;
  width: 16px;
  height: 16px;
  display: inline-block;
  border: 1px solid #666666;
  position: relative;
  top: 4px;
}

#popupBox .popup .tableBox .head .leftBtn input[type=checkbox]:checked {
  border: 1px solid #0653b6;
}

#popupBox .popup .tableBox .head .leftBtn input[type=checkbox]:checked::after {
  position: absolute;
  content: "";
  display: block;
  width: 3px;
  height: 6px;
  background: #0653b6;
  transform: rotate(-45deg);
  top: 6px;
  left: 4px;
}

#popupBox .popup .tableBox .head .leftBtn input[type=checkbox]:checked::before {
  position: absolute;
  content: "";
  display: block;
  width: 3px;
  height: 10px;
  background: #0653b6;
  transform: rotate(45deg);
  top: 3px;
  left: 8px;
}

#popupBox .popup .tableBox .head .inputList {
  display: flex;
  width: 100%;
  padding-top: 5px;
  flex-wrap: wrap;
}

#popupBox .popup .tableBox .head .inputList li {
  padding-right: 10px;
  background: #eee;
  flex-grow: 1;
  height: 34px;
}

#popupBox .popup .tableBox .head .inputList li span {
  display: inline-block;
  height: 33px;
  font-size: 12px;
  background: #ddd;
  padding: 0 7px;
}

#popupBox .popup .tableBox .head .inputList li.custom_1 {
  width: 100%;
  background: #fff;
  font-size: 12px;
  padding-left: 10px;
}

#popupBox .popup .tableBox .head .inputList li > div {
  display: inline-block;
  position: relative;
}

#popupBox .popup .tableBox .head .inputList li > div input[type="text"] {
  width: 110px;
  border-radius: 4px;
  border: 1px solid #666666;
  box-sizing: border-box;
  text-align: right;
  padding-right: 18px;
  line-height: 18px;
}

#popupBox .popup .tableBox .head .inputList li > div::after {
  position: absolute;
  top: 0px;
  right: 4px;
  font-size: 12px;
}

#popupBox .popup .tableBox .head .inputList li > div.per::after {
  content: '%';
}

#popupBox .popup .tableBox .head .inputList li > div.mon::after {
  content: '개월';
}

#popupBox .popup .tableBox .head .inputList li > div.mon input[type="text"] {
  padding-right: 28px;
}

#popupBox .popup .tableBox .head .inputList li > div.day::after {
  content: '일';
}

#popupBox .popup .tableBox .head .inputList li > div.km::after {
  content: 'km';
}

#popupBox .popup .tableBox .head .inputList li > div.km::after input[type="text"] {
  padding-right: 24px;
}

#popupBox .popup .tableBox .head .inputList li:nth-child(n+4) span {
  width: 170px;
}

#popupBox .popup .tableBox .head .inputList li:nth-child(n+4) > div {
  padding-left: 5px;
}

#popupBox .popup .tableBox .head .inputList li:nth-child(n) > div {
  padding-left: 5px;
}

#popupBox .popup .tableBox .head .inputList li:nth-child(n+4) > div input[type="text"] {
  width: 145px;
}

#popupBox .popup .tableBox > .hasLongTable {
  max-height: 350px;
  overflow-y: auto;
  margin-bottom: 20px;
}

#popupBox .popup .tableBox > .hasLongTable > ul > li {
  display: none;
}

#popupBox .popup .tableBox > .hasLongTable > ul > li.on {
  display: block;
}

#popupBox .popup .tableBox table {
  width: 100%;
  margin-bottom: 22px;
  word-break: keep-all;
}

#popupBox .popup .tableBox table.aui-grid-table {
  font-family: "bmw_bol", "noto_bol";
  margin-bottom: 20px;
}

#popupBox .popup .tableBox table.aui-grid-table tbody > tr > td {
  background: none;
}

#popupBox .popup .tableBox table.aui-grid-table tbody > tr > td span {
  font-size: 13px;
}

#popupBox .popup .tableBox table.aui-grid-table td.aui-grid-standard-header {
  background: #0653b6 !important;
  color: #fff;
  border-right: 1px solid #fff;
}

#popupBox .popup .tableBox table.aui-grid-table td.aui-grid-standard-header:last-child {
  border-right: none;
}

#popupBox .popup .tableBox table.aui-grid-table td.aui-grid-row-check-header {
  background: #0653b6 !important;
}

#popupBox .popup .tableBox table tr,
#popupBox .popup .tableBox table td {
  border: 1px solid #bbbbbb;
}

#popupBox .popup .tableBox table tr td {
  font-size: 13px;
  line-height: 1.5em;
}

#popupBox .popup .tableBox table tr td:nth-child(2n + 1) {
  background: #e6e6e6;
  vertical-align: middle;
  font-family: "bmw_bol", "noto_bol";
  text-align: center;
  width: 100px;
}

#popupBox .popup .tableBox table tr td:nth-child(2n + 0) {
  padding: 15px;
}

#popupBox .popup .tableBox table tr td:nth-child(4) {
  width: 215px;
}

#popupBox .popup .tableBox table tr td > ul.schemeList {
  max-height: 100px;
  overflow-y: auto;
  padding: 10px;
  box-sizing: border-box;
  border: 1px solid #666666;
  background: #f6f9ff;
  min-height: 115px;
}

#popupBox .popup .tableBox table tr td > ul.schemeList li {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
}

#popupBox .popup .tableBox table tr td > ul.schemeList li:hover {
  cursor: pointer;
  text-decoration: underline;
}

#popupBox .popup .tableBox table tr td > ul.schemeList li.on {
  text-decoration: underline;
  font-family: "bmw_bol", "noto_bol";
}

#popupBox .popup .tableBox table tr td > ul.schemeList li span {
  top: 4px;
  right: 3px;
  display: block;
  position: absolute;
  width: 12px;
  height: 12px;
}

#popupBox .popup .tableBox table tr td > ul.schemeList li span::after {
  display: block;
  content: "";
  width: 12px;
  height: 1px;
  transform: rotate(45deg);
  background: #0653b6;
  position: absolute;
  top: 5px;
}

#popupBox .popup .tableBox table tr td > ul.schemeList li span::before {
  display: block;
  content: "";
  width: 12px;
  height: 1px;
  transform: rotate(-45deg);
  background: #0653b6;
  position: absolute;
  top: 5px;
}

#popupBox .popup .tableBox table tr td > ul.schemeList li span:hover {
  cursor: pointer;
}

#popupBox .popup .tableBox table tr td > ul.optionList {
  float: left;
  width: 485px;
  padding-right: 20px;
  margin-right: 10px;
  max-height: 100px;
  min-height: 115px;
  overflow-y: auto;
  padding: 10px;
  box-sizing: border-box;
  border: 1px solid #666666;
  background: #f6f9ff;
}

#popupBox .popup .tableBox table tr td > ul.optionList li {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  padding-right: 20px;
}

#popupBox .popup .tableBox table tr td > ul.optionList li span {
  top: 4px;
  right: 0;
  display: block;
  position: absolute;
  width: 12px;
  height: 12px;
}

#popupBox .popup .tableBox table tr td > ul.optionList li span::after {
  display: block;
  content: "";
  width: 12px;
  height: 1px;
  transform: rotate(45deg);
  background: #666;
  position: absolute;
  top: 5px;
}

#popupBox .popup .tableBox table tr td > ul.optionList li span::before {
  display: block;
  content: "";
  width: 12px;
  height: 1px;
  transform: rotate(-45deg);
  background: #666;
  position: absolute;
  top: 5px;
}

#popupBox .popup .tableBox table tr td > ul.optionList li span:hover {
  cursor: pointer;
}

#popupBox .popup .tableBox table tr td > ul.optionList li:hover {
  cursor: pointer;
  text-decoration: underline;
}

#popupBox .popup .tableBox table tr td > ul.optionList li.on {
  text-decoration: underline;
  font-family: "bmw_bol", "noto_bol";
}

#popupBox .popup .tableBox table tr td > ul.checkedList li {
  display: inline-block;
  margin-right: 5px;
  padding: 0 26px 0 5px;
  margin: 5px 5px 5px 0;
  background: #e6e6e6;
  position: relative;
}

#popupBox .popup .tableBox table tr td > ul.checkedList li span {
  top: 4px;
  right: 3px;
  display: block;
  position: absolute;
  width: 12px;
  height: 12px;
}

#popupBox .popup .tableBox table tr td > ul.checkedList li span::after {
  display: block;
  content: "";
  width: 12px;
  height: 1px;
  transform: rotate(45deg);
  background: #0653b6;
  position: absolute;
  top: 5px;
}

#popupBox .popup .tableBox table tr td > ul.checkedList li span::before {
  display: block;
  content: "";
  width: 12px;
  height: 1px;
  transform: rotate(-45deg);
  background: #0653b6;
  position: absolute;
  top: 5px;
}

#popupBox .popup .tableBox table tr td > ul.checkedList li span:hover {
  cursor: pointer;
}

#popupBox .popup .tableBox table tr td > ul.fileList {
  border-top: 1px dashed #e6e6e6;
  margin-top: 8px;
  padding-top: 10px;
}

#popupBox .popup .tableBox table tr td > ul.fileList li {
  position: relative;
  background: url(../images/etc.png) no-repeat;
  padding-left: 18px;
  background-position: 0 0;
}

#popupBox .popup .tableBox table tr td > ul.fileList li span {
  top: 4px;
  right: 3px;
  display: block;
  position: absolute;
  width: 12px;
  height: 12px;
}

#popupBox .popup .tableBox table tr td > ul.fileList li span::after {
  display: block;
  content: "";
  width: 12px;
  height: 1px;
  transform: rotate(45deg);
  background: #0653b6;
  position: absolute;
  top: 5px;
}

#popupBox .popup .tableBox table tr td > ul.fileList li span::before {
  display: block;
  content: "";
  width: 12px;
  height: 1px;
  transform: rotate(-45deg);
  background: #0653b6;
  position: absolute;
  top: 5px;
}

#popupBox .popup .tableBox table tr td > ul.fileList li span:hover {
  cursor: pointer;
}

#popupBox .popup .tableBox table tr td button:hover {
  cursor: pointer;
}

#popupBox .popup .tableBox table tr td button.fileAdd {
  background: #fff;
  width: 55px;
  height: 27px;
  line-height: 25px;
  padding: 0;
  margin: 10px 0;
  font-size: 12px;
  display: block;
  border-radius: 6px;
  border: 1px solid #666666;
  box-sizing: border-box;
  background: #fff;
}

#popupBox .popup .tableBox table tr td button.fileAdd:hover {
  background: #0653b6;
  border: 1px solid #666666;
  color: #fff;
  cursor: pointer;
}

#popupBox .popup .tableBox table tr td button.calendarBtn {
  position: relative;
  border: 0;
  top: 5px;
  width: 20px;
  height: 21px;
  background: url(../images/etc.png) no-repeat;
  background-position: 0 -25px;
  margin-right: 5px;
}

#popupBox .popup .tableBox table tr td button.userBtn {
  display: block;
  position: absolute;
}

#popupBox .popup .tableBox table tr td button.userBtn::before {
  display: block;
  content: "";
  width: 10px;
  height: 2px;
  transform: rotate(45deg);
  background: #0653b6;
  position: absolute;
  top: 6px;
}

#popupBox .popup .tableBox table tr td button.userBtn::after {
  display: block;
  content: "";
  width: 10px;
  height: 2px;
  transform: rotate(-45deg);
  background: #0653b6;
  position: absolute;
  top: 0px;
}

#popupBox .popup .tableBox table tr td button.add {
  background: #fff;
  width: 55px;
  height: 27px;
  line-height: 25px;
  padding: 0;
  margin: 0;
  font-size: 12px;
  display: block;
  border-radius: 6px;
  border: 1px solid #666666;
  box-sizing: border-box;
  background: #fff;
}

#popupBox .popup .tableBox table tr td button.add:hover {
  background: #0653b6;
  border: 1px solid #666666;
  color: #fff;
  cursor: pointer;
}

#popupBox .popup .tableBox table tr td select {
  width: 100%;
  height: 27px;
  border: 1px solid #666666;
  margin-bottom: 5px;
}

#popupBox .popup .tableBox table tr td select.mini {
  width: 150px;
}

#popupBox .popup .tableBox table tr td select.off {
  display: none;
}

#popupBox .popup .tableBox table tr td input[type=text], #popupBox .popup .tableBox table tr td input[type=password] {
  width: 95%;
  padding-left: 5px;
  height: 23px;
  border: 1px solid #666666;
}

#popupBox .popup .tableBox table tr td input[type=text].sty_0, #popupBox .popup .tableBox table tr td input[type=password].sty_0 {
  width: 573px;
}

#popupBox .popup .tableBox table tr td input.calendar {
  width: 70px;
  font-size: 12px;
  text-align: center;
  padding-left: 0px;
}

#popupBox .popup .tableBox table tr td input.off {
  display: none;
}

#popupBox .popup .tableBox table tr td input[type="checkbox"] {
  all: unset;
  width: 16px;
  height: 16px;
  display: inline-block;
  border: 1px solid #666666;
  position: relative;
  top: 4px;
  background: #fff;
}

#popupBox .popup .tableBox table tr td input[type="checkbox"]:checked {
  border: 1px solid #0653b6;
}

#popupBox .popup .tableBox table tr td input[type="checkbox"]:checked::after {
  position: absolute;
  content: "";
  display: block;
  width: 3px;
  height: 6px;
  background: #0653b6;
  transform: rotate(-45deg);
  top: 6px;
  left: 4px;
}

#popupBox .popup .tableBox table tr td input[type="checkbox"]:checked::before {
  position: absolute;
  content: "";
  display: block;
  width: 3px;
  height: 10px;
  background: #0653b6;
  transform: rotate(45deg);
  top: 3px;
  left: 8px;
}

#popupBox .popup .tableBox table tr td .btnList {
  float: left;
}

#popupBox .popup .tableBox table tr td .btnList li a {
  width: 55px;
  height: 27px;
  line-height: 25px;
  padding: 0;
  margin: 10px 0;
  font-size: 12px;
  display: block;
  border-radius: 6px;
  border: 1px solid #666666;
  box-sizing: border-box;
  background: #fff;
  text-align: center;
  text-decoration: none;
}

#popupBox .popup .tableBox table tr td .btnList li a:hover {
  background: #0653b6;
  border: 1px solid #666666;
  color: #fff;
  cursor: pointer;
}

#popupBox .popup .tableBox table tr td .btnList li a.blue {
  color: #0653b6;
}

#popupBox .popup .tableBox table tr td .btnList li a.blue:hover {
  color: #fff;
}

#popupBox .popup .tableBox table tr td .btnList li a.excelBtn {
  background: url(../images/excel.png) no-repeat;
  width: 27px;
  background-position: 5px 6px;
}

#popupBox .popup .tableBox table tr td .btnList li a.excelBtn:hover {
  background-color: #3b81e423;
}

#popupBox .popup .tableBox table tr td.popBtnPlace > div {
  float: left;
}

#popupBox .popup .tableBox table tr td.popBtnPlace > div.multiDiv {
  width: 240px;
}

#popupBox .popup .tableBox table tr td.popBtnPlace > div.multiDiv select {
  height: 170px;
}

#popupBox .popup .tableBox table tr td.popBtnPlace > div.popBtnPlace {
  margin: 47px 27px;
}

#popupBox .popup .tableBox table tr td.popBtnPlace > div.popBtnPlace button {
  display: block;
  position: absolute;
  display: block;
  position: relative;
  border: 1px solid #bbbbbb;
  background: #e6e6e6;
  width: 26px;
  height: 26px;
  margin-bottom: 15px;
}

#popupBox .popup .tableBox table tr td.popBtnPlace > div.popBtnPlace button::before {
  display: block;
  content: "";
  width: 10px;
  height: 2px;
  transform: rotate(45deg);
  background: #0653b6;
  position: absolute;
  top: 6px;
}

#popupBox .popup .tableBox table tr td.popBtnPlace > div.popBtnPlace button::after {
  display: block;
  content: "";
  width: 10px;
  height: 2px;
  transform: rotate(-45deg);
  background: #0653b6;
  position: absolute;
  top: 0px;
}

#popupBox .popup .tableBox table tr td.popBtnPlace > div.popBtnPlace button::after {
  top: 14px;
  left: 8px;
}

#popupBox .popup .tableBox table tr td.popBtnPlace > div.popBtnPlace button::before {
  top: 8px;
  left: 8px;
}

#popupBox .popup .tableBox table tr td.popBtnPlace > div.popBtnPlace button:last-child::after {
  transform: rotate(45deg);
  left: 7px;
}

#popupBox .popup .tableBox table tr td.popBtnPlace > div.popBtnPlace button:last-child::before {
  transform: rotate(-45deg);
  left: 7px;
}

#popupBox .popup .tableBox table tr td #downFileDiv {
  margin-top: 10px;
}

#popupBox .popup .tableBox table tr td #downFileDiv li > span {
  display: inline-block;
  position: relative;
  line-height: 2em;
}

#popupBox .popup .tableBox table tr td #downFileDiv li > span > .delFileBtn {
  width: 18px !important;
  height: 18px !important;
  top: 4px;
  right: -30px;
  background: #eee;
  display: block;
  position: absolute;
  width: 12px;
  height: 12px;
}

#popupBox .popup .tableBox table tr td #downFileDiv li > span > .delFileBtn::after {
  display: block;
  content: "";
  width: 12px;
  height: 1px;
  transform: rotate(45deg);
  background: #0653b6;
  position: absolute;
  top: 5px;
}

#popupBox .popup .tableBox table tr td #downFileDiv li > span > .delFileBtn::before {
  display: block;
  content: "";
  width: 12px;
  height: 1px;
  transform: rotate(-45deg);
  background: #0653b6;
  position: absolute;
  top: 5px;
}

#popupBox .popup .tableBox table tr td #downFileDiv li > span > .delFileBtn:hover {
  cursor: pointer;
}

#popupBox .popup .tableBox table tr td #downFileDiv li > span > .delFileBtn::after {
  top: 8px;
  left: 3px;
}

#popupBox .popup .tableBox table tr td #downFileDiv li > span > .delFileBtn::before {
  top: 8px;
  left: 3px;
}

#popupBox .popup .tableBox table tr td > span {
  font-size: 10px;
  margin: 5px 0 0 0;
  display: block;
  max-width: 160px;
}

#popupBox .popup .tableBox table tr td > span.emailCk {
  color: #FE1D1E;
}

#popupBox .popup .tableBox table tr td > span.idCheck#ckNo {
  color: #FE1D1E;
}

#popupBox .popup .tableBox table tr td > span.idCheck#ckYes {
  color: #08A600;
}

#popupBox .popup .tableBox table tr td .rightBox {
  width: 400px;
  float: right;
}

#popupBox .popup .tableBox table tr td > textarea.sty_0 {
  margin: 0px;
  width: 580px;
  height: 100px;
  resize: none;
  text-align: left;
  padding: 10px;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 1.5em;
}

#popupBox .popup .tableBox table tr td > textarea.sty_0 span.placeholder {
  color: #aaa;
}

#popupBox .popup .tableBox table tr.optionDetail {
  display: none;
}

#popupBox .popup .tableBox table.str_0 tr td:nth-child(2n + 1) {
  width: 100px;
}

#popupBox .popup .tableBox table.str_0 tr td:nth-child(2n + 0) {
  width: 245px;
}

#popupBox .popup .tableBox table.str_1 thead {
  background: #e6e6e6;
  text-align: center;
  font-family: "bmw_bol", "noto_bol";
}

#popupBox .popup .tableBox table.str_1 thead tr td:nth-child(1) {
  width: 20px;
}

#popupBox .popup .tableBox table.str_1 thead tr td input[type="checkbox"] {
  background: #fff;
}

#popupBox .popup .tableBox table.str_1 tbody tr td {
  background: #fff;
  text-align: left;
  padding: 15px;
}

#popupBox .popup .tableBox table.str_1 tbody tr td:nth-child(1) {
  width: 20px;
  text-align: center;
  padding: 5px;
}

#popupBox .popup .tableBox table.str_1 tbody tr td:nth-child(2) {
  width: auto;
}

#popupBox .popup .tableBox table.str_1 tbody tr td:nth-child(3) {
  width: auto;
}

#popupBox .popup .tableBox table.str_2 thead {
  color: #fff;
  font-family: "bmw_bol", "noto_bol";
}

#popupBox .popup .tableBox table.str_2 thead tr {
  border: 0;
}

#popupBox .popup .tableBox table.str_2 thead tr td {
  padding: 10px;
  background: #0653b6;
  text-align: center;
  border: 0;
  vertical-align: middle;
  border-right: 1px solid #fff;
  position: relative;
}

#popupBox .popup .tableBox table.str_2 thead tr td:last-child {
  border: 0;
}

#popupBox .popup .tableBox table.str_2 thead tr td span {
  position: absolute;
  display: block;
  width: 14px;
  height: 12px;
  top: 50%;
  right: 5px;
  margin-top: -6px;
  background: url(../images/icon_0.png) no-repeat;
}

#popupBox .popup .tableBox table.str_2 thead tr td span:hover {
  cursor: pointer;
}

#popupBox .popup .tableBox table.str_2._1 tbody tr td {
  box-sizing: border-box;
  background: #fff;
  padding: 5px;
  text-align: left;
}

#popupBox .popup .tableBox table.str_2._1 tbody tr td:nth-child(1) {
  width: 15%;
  background: #e6e6e6;
  font-family: "bmw_bol", "noto_bol";
}

#popupBox .popup .tableBox table.str_2._1 tbody tr td:nth-child(2) {
  width: 15%;
}

#popupBox .popup .tableBox table.str_2._1 tbody tr td:nth-child(3) {
  width: 30%;
}

#popupBox .popup .tableBox table.str_2._1 tbody tr td:nth-child(4) {
  width: 20%;
}

#popupBox .popup .tableBox table.str_2._1 tbody tr td:nth-child(5) {
  width: auto;
}

#popupBox .popup .tableBox table.str_2._1 tbody tr td input {
  width: 95%;
}

#popupBox .popup .tableBox table.str_2._2 tbody tr td {
  box-sizing: border-box;
  background: #fff;
  padding: 5px;
  text-align: center;
  width: unset;
}

#popupBox .popup .tableBox table.str_2._2 tbody tr td:nth-child(1) {
  width: 100px;
  background: #e6e6e6;
  font-family: "bmw_bol", "noto_bol";
}

#popupBox .popup .tableBox table.str_2._2 tbody tr td.per {
  position: relative;
}

#popupBox .popup .tableBox table.str_2._2 tbody tr td.per::after {
  position: absolute;
  content: "%";
  display: block;
  font-size: 12px;
  top: 7px;
  right: 15px;
}

#popupBox .popup .tableBox table.str_2._2 tbody tr td input {
  width: 95%;
  position: relative;
  text-align: right;
  padding-right: 20px;
  box-sizing: border-box;
}

#popupBox .popup .tableBox table.checkList {
  margin-bottom: 0px;
}

#popupBox .popup .tableBox table.checkList > thead tr td {
  background: #0653b6;
  color: #fff;
  text-align: center;
  font-family: "bmw_bol", "noto_bol";
}

#popupBox .popup .tableBox table.checkList > thead tr td:nth-child(1) {
  width: 7%;
}

#popupBox .popup .tableBox table.checkList > thead tr td:nth-child(2) {
  width: 8%;
}

#popupBox .popup .tableBox table.checkList > thead tr td:nth-child(3) {
  width: 25%;
}

#popupBox .popup .tableBox table.checkList > thead tr td:nth-child(4) {
  width: 40%;
}

#popupBox .popup .tableBox table.checkList > thead tr td:nth-child(5) {
  width: 10%;
}

#popupBox .popup .tableBox table.checkList > thead tr td:nth-child(6) {
  width: 10%;
}

#popupBox .popup .tableBox table.checkList > tbody tr td {
  background: #fff;
  text-align: center;
  font-family: "bmw_reg", "noto_reg";
  padding: 7px;
}

#popupBox .popup .tableBox .subChoice {
  border-bottom: 2px solid #e6e6e6;
  border-right: 2px solid #e6e6e6;
  padding: 0 15px 3px 20px;
  position: relative;
  display: inline-block;
  top: -10px;
}

#popupBox .popup .tableBox .subChoice > span {
  display: inline-block;
  margin-right: 15px;
  height: 24px;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
}

#popupBox .popup .tableBox .subChoice > select {
  height: 22px;
  padding: 0 10px;
}

#popupBox .popup .tableBox .popupTab ul {
  font-size: 14px;
  font-family: "bmw_bol",
 "noto_bol";
  border-bottom: 3px solid #f2f2f2;
  padding-bottom: 2px;
  margin-bottom: 20px;
  position: relative;
}

#popupBox .popup .tableBox .popupTab ul li {
  padding: 0 15px;
  line-height: 39px;
  height: 39px;
  box-sizing: border-box;
  float: left;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  margin-right: 5px;
}

#popupBox .popup .tableBox .popupTab ul li.on {
  background: #0653b6;
  color: #fff;
}

#popupBox .popup .tableBox .popupTab ul li:hover {
  cursor: pointer;
  border: 2px solid #0653b6;
  box-sizing: border-box;
  line-height: 35px;
  padding: 0 13px;
}

#popupBox .popup .tableBox .popupTab ul::after {
  display: block;
  content: '';
  clear: both;
}

#popupBox .popup .tableBox input[type="submit"],
#popupBox .popup .tableBox input[type="button"] {
  float: right;
  color: #fff;
  background: #1c69d4;
  display: inline-block;
  font-size: 12px;
  width: 80px;
  height: 40px;
  line-height: 40px;
  padding: 0;
  margin: 0;
  text-align: center;
  border: 0;
  margin-bottom: 20px;
}

#popupBox .popup .tableBox input[type="submit"]:hover,
#popupBox .popup .tableBox input[type="button"]:hover {
  background: #0653b6;
}

#popupBox .popup .tableBox input[type="submit"]:hover,
#popupBox .popup .tableBox input[type="button"]:hover {
  cursor: pointer;
}

#popupBox .popup .tableBox input[type="submit"]::after,
#popupBox .popup .tableBox input[type="button"]::after {
  display: block;
  clear: both;
  content: '';
}

#popupBox .popup .tableBox .aui-grid {
  margin-bottom: 20px;
}

#popupBox .popup .tableBox > div > textarea {
  width: 715px;
  box-sizing: border-box;
  height: 70px;
  padding: 10px;
  line-height: 1.5em;
  font-size: 16px;
  resize: none;
  margin-bottom: 20px;
}

#popupBox .popup .tableBox > .floatRight {
  float: right;
}

#popupBox .popup .tableBox > .floatRight input[type="button"] {
  width: 100px;
}

#popupBox .popup .tableBox > .floatRight input[type="checkbox"] {
  all: unset;
  width: 16px;
  height: 16px;
  display: inline-block;
  border: 1px solid #666666;
  position: relative;
  top: 4px;
}

#popupBox .popup .tableBox > .floatRight input[type="checkbox"]:checked {
  border: 1px solid #0653b6;
}

#popupBox .popup .tableBox > .floatRight input[type="checkbox"]:checked::after {
  position: absolute;
  content: "";
  display: block;
  width: 3px;
  height: 6px;
  background: #0653b6;
  transform: rotate(-45deg);
  top: 6px;
  left: 4px;
}

#popupBox .popup .tableBox > .floatRight input[type="checkbox"]:checked::before {
  position: absolute;
  content: "";
  display: block;
  width: 3px;
  height: 10px;
  background: #0653b6;
  transform: rotate(45deg);
  top: 3px;
  left: 8px;
}

#popupBox .popup .tableBox > .floatRight label {
  font-size: 14px;
  margin: 0px 15px 0 2px;
}

#popupBox .popup > .btnList {
  float: right;
  padding: 20px 30px;
}

#popupBox .popup > .btnList button {
  color: #fff;
  background: #1c69d4;
  display: inline-block;
  font-size: 12px;
  width: 80px;
  height: 40px;
  line-height: 40px;
  padding: 0;
  margin: 0;
  text-align: center;
  border: 0;
}

#popupBox .popup > .btnList button:hover {
  background: #0653b6;
}

#popupBox .popup > .btnList button:hover {
  cursor: pointer;
}

#popupBox .popup > .btnList button::after {
  display: block;
  clear: both;
  content: '';
}

#popupBox .popup i {
  font-style: normal;
}

#popUpContents {
  z-index: 2;
}

.file-modal-content #popupBox .popup {
  padding: 20px;
}

.file-modal-content #popupBox .popup .tableBox #downFileDiv {
  max-height: 200px;
  overflow-y: auto;
  padding: 15px;
  box-sizing: border-box;
  border: 1px solid #666666;
  background: #f6f9ff;
}

.file-modal-content #popupBox .popup .tableBox #downFileDiv li {
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  line-height: 1.7em;
  font-size: 14px;
}

.file-modal-content #popupBox .popup .tableBox #downFileDiv a {
  text-decoration: none;
}

.file-modal-content #popupBox .popup .tableBox #downFileDiv a:hover {
  text-decoration: underline;
}

.file-modal-content #popupBox .popup .tableBox #downFileDiv span {
  top: 4px;
  right: 3px;
  display: block;
  position: absolute;
  width: 12px;
  height: 12px;
  cursor: pointer;
}

.file-modal-content #popupBox .popup .tableBox #downFileDiv span::after {
  display: block;
  content: "";
  width: 12px;
  height: 1px;
  transform: rotate(45deg);
  background: #0653b6;
  position: absolute;
  top: 5px;
}

.file-modal-content #popupBox .popup .tableBox #downFileDiv span::before {
  display: block;
  content: "";
  width: 12px;
  height: 1px;
  transform: rotate(-45deg);
  background: #0653b6;
  position: absolute;
  top: 5px;
}

body .ui-datepicker-trigger,
html .ui-datepicker-trigger {
  cursor: pointer;
}

body img.ui-datepicker-trigger,
html img.ui-datepicker-trigger {
  vertical-align: middle;
  margin-left: 5px;
  margin-right: 5px;
}

.aui-grid-table td span.attention {
  display: inline-block;
  font-size: 10px;
  padding-bottom: 1px;
  line-height: 1.2em;
  border-radius: 4px;
  width: 44px;
  white-space: pre-line;
  margin-left: -1px;
  margin-top: 1px;
}

.aui-grid-table td span.attention.c-blue {
  background: #b1d3ff;
}

.aui-grid-table td span.attention.c-red {
  background: #ffb7bc;
}

#loading_img {
  position: absolute;
  top: calc(50% - 16px);
  left: calc(50% - 16px);
}

#logindiv2 {
  height: calc(100vh - 57px) !important;
}

#logindiv2 #otpCode {
  margin-top: 11px;
}

#logindiv2 .form-group input {
  display: block;
  width: 275px;
  box-sizing: border-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  margin-bottom: 5px;
  background-color: #e7f0fe;
}

#logindiv2 .form-group input:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

#logindiv2 .btn-group {
  position: absolute;
  left: 352px;
}

#logindiv2 .btn-group .loginBtn {
  background: #262d38;
  color: #fff;
  border: 0;
  width: 120px;
  height: 77px;
  font-size: 14px;
  cursor: pointer;
  transition: all .3s;
  margin-left: 0;
  border-radius: 4px;
  text-align: center;
  display: block;
  margin-bottom: 10px;
  line-height: 78px;
  text-decoration: none;
  font-size: 18px;
  letter-spacing: 2px;
  text-align: center;
}

#logindiv2 .btn-group .loginBtn:hover {
  background: #3b4553;
}

#logindiv2 .btn-group .loginBtn:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

#logindiv2 .btn-group .loginBtn:hover {
  background: #3b4553;
}

#logindiv2 .btn-group .loginBtn:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

#logindiv2 .btn-group button.otpInsertBtn {
  background: #262d38;
  color: #fff;
  border: 0;
  width: 120px;
  height: 40px;
  font-size: 14px;
  cursor: pointer;
  transition: all .3s;
  margin-left: 0;
  border-radius: 4px;
  text-align: center;
}

#logindiv2 .btn-group button.otpInsertBtn:hover {
  background: #3b4553;
}

#logindiv2 .btn-group button.otpInsertBtn:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.otpDiv {
  position: absolute;
  top: -20px;
  width: 100vw;
  height: calc(100vh + 20px);
  overflow: hidden;
}

.otpDiv h4 {
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
}

.otpDiv .otpSpan {
  padding: 1rem;
}

.otpDiv .otpSpan li span {
  display: inline-block;
  width: 80px;
  color: #777;
  font-size: 12px;
}

.otpDiv .otpSpan li input[type="text"],
.otpDiv .otpSpan li input[type="password"] {
  display: block;
  width: 275px;
  box-sizing: border-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  margin-bottom: 5px;
  width: 220px;
  height: 32px;
  padding: 0 0.5rem;
  display: inline-block;
  background-color: #e8f0fe;
}

.otpDiv .otpSpan li input[type="text"]:focus,
.otpDiv .otpSpan li input[type="password"]:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.otpDiv .otpBottom {
  padding: 1rem;
  text-align: right;
  border-top: 1px solid #e9ecef;
}

.otpDiv .otpBottom button {
  background: #262d38;
  color: #fff;
  border: 0;
  width: 120px;
  height: 40px;
  font-size: 14px;
  cursor: pointer;
  transition: all .3s;
  margin-left: 0;
  border-radius: 4px;
  text-align: center;
}

.otpDiv .otpBottom button:hover {
  background: #3b4553;
}

.otpDiv .otpBottom button:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.otpDiv .otpKeyDiv {
  padding: 1rem;
}

.otpDiv .closeDiv {
  padding: 1rem;
  border-top: 1px solid #e9ecef;
}

.otpDiv .closeDiv > button {
  background: #262d38;
  color: #fff;
  border: 0;
  width: 120px;
  height: 40px;
  font-size: 14px;
  cursor: pointer;
  transition: all .3s;
  margin-left: 0;
  border-radius: 4px;
  text-align: center;
}

.otpDiv .closeDiv > button:hover {
  background: #3b4553;
}

.otpDiv .closeDiv > button:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}




/* 최정훈 */
#popupBox2.nanLib {
  z-index: 3;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: none;
}

#popupBox2.nanLib.on {
  display: block;
}

#popupBox2.nanLib .popupBg {
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: absolute;
}

#popupBox2.nanLib .popup {
  margin: 5vh auto 0;
  width: 760px;
}

#popupBox2 .popup {
  background: #fff;
  margin: 0 auto 0;
  padding: 25px 0 0 30px;
  box-sizing: border-box;
  position: relative;
}

#popupBox2 .popup.st_0 {
  width: 667px;
  margin: 0 auto 0;
}

#popupBox2 .popup h2 {
  font-size: 18px;
  font-family: "bmw_bol", "noto_bol";
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 2px solid #888;
  width: 93%;
}

#popupBox2 .popup .excelBtn {
  padding-right: 30px;
  text-align: right;
}

#popupBox2 .popup .excelBtn button {
  width: unset;
  height: 27px;
  line-height: 25px;
  padding: 0 10px;
  margin: 10px 0;
  font-size: 12px;
  display: block;
  border-radius: 6px;
  border: 1px solid #666666;
  box-sizing: border-box;
  background: #fff;
  display: inline;
}

#popupBox2 .popup .excelBtn button:hover {
  background: #0653b6;
  border: 1px solid #666666;
  color: #fff;
  cursor: pointer;
}

#popupBox2 .popup .close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 22px;
  height: 22px;
  border-radius: 4px;
  background: #e6e6e6;
  border: 0;
}

#popupBox2 .popup .close:hover {
  cursor: pointer;
}

#popupBox2 .popup .close span {
  top: 5px;
  left: 5px;
  display: block;
  position: absolute;
  width: 12px;
  height: 12px;
}

#popupBox2 .popup .close span::after {
  display: block;
  content: "";
  width: 12px;
  height: 1px;
  transform: rotate(45deg);
  background: #4d4d4d;
  position: absolute;
  top: 5px;
}

#popupBox2 .popup .close span::before {
  display: block;
  content: "";
  width: 12px;
  height: 1px;
  transform: rotate(-45deg);
  background: #4d4d4d;
  position: absolute;
  top: 5px;
}

#popupBox2 .popup .close span:hover {
  cursor: pointer;
}

#popupBox2 .popup .close span::after {
  border-radius: 2px;
}

#popupBox2 .popup .close span::before {
  border-radius: 2px;
}

#popupBox2 .popup .tableBox {
  max-height: calc(100vh - 83px);
  overflow-y: auto;
  padding-right: 20px;
}

#popupBox2 .popup .tableBox .head {
  line-height: 36px;
  font-size: 14px;
  font-family: "bmw_bol", "noto_bol";
  box-sizing: border-box;
  margin-bottom: 20px;
}

#popupBox2 .popup .tableBox .head.hasBot {
  margin-bottom: 6px;
}

#popupBox2 .popup .tableBox .head > span.title {
  padding: 0 30px 0 15px;
  display: inline-block;
  border-bottom: 2px solid #0653b6;
  height: 35px;
  box-sizing: border-box;
  float: left;
  margin-right: 15px;
}

#popupBox2 .popup .tableBox .head > span.borderBot {
  height: 36px;
  border-bottom: 3px solid #f2f2f2;
  display: block;
  width: 100%;
  box-sizing: border-box;
}

#popupBox2 .popup .tableBox .head .btnList {
  float: right;
}

#popupBox2 .popup .tableBox .head .btnList li {
  float: left;
}

#popupBox2 .popup .tableBox .head .btnList li a {
  width: unset;
  height: 27px;
  line-height: 25px;
  padding: 0 10px;
  margin: 0 0 0 10px;
  font-size: 12px;
  display: block;
  border-radius: 6px;
  border: 1px solid #666666;
  box-sizing: border-box;
  background: #fff;
  text-decoration: none;
}

#popupBox2 .popup .tableBox .head .btnList li a:hover {
  background: #0653b6;
  border: 1px solid #666666;
  color: #fff;
  cursor: pointer;
}

#popupBox2 .popup .tableBox .head .btnList li a.blue {
  color: #0653b6;
}

#popupBox2 .popup .tableBox .head .btnList li a.blue:hover {
  color: #fff;
}

#popupBox2 .popup .tableBox .head .btnList li a.excelBtn {
  background: url(../images/excel.png) no-repeat;
  width: 27px;
  background-position: 5px 6px;
}

#popupBox2 .popup .tableBox .head .btnList li a.excelBtn:hover {
  background-color: #3b81e423;
}

#popupBox2 .popup .tableBox .head .leftBtn {
  font-size: 12px;
  font-family: "bmw_reg", "noto_reg";
  display: inline;
  float: left;
}

#popupBox2 .popup .tableBox .head .leftBtn input[type=checkbox] {
  all: unset;
  width: 16px;
  height: 16px;
  display: inline-block;
  border: 1px solid #666666;
  position: relative;
  top: 4px;
}

#popupBox2 .popup .tableBox .head .leftBtn input[type=checkbox]:checked {
  border: 1px solid #0653b6;
}

#popupBox2 .popup .tableBox .head .leftBtn input[type=checkbox]:checked::after {
  position: absolute;
  content: "";
  display: block;
  width: 3px;
  height: 6px;
  background: #0653b6;
  transform: rotate(-45deg);
  top: 6px;
  left: 4px;
}

#popupBox2 .popup .tableBox .head .leftBtn input[type=checkbox]:checked::before {
  position: absolute;
  content: "";
  display: block;
  width: 3px;
  height: 10px;
  background: #0653b6;
  transform: rotate(45deg);
  top: 3px;
  left: 8px;
}

#popupBox2 .popup .tableBox .head .inputList {
  display: flex;
  width: 100%;
  padding-top: 5px;
  flex-wrap: wrap;
}

#popupBox2 .popup .tableBox .head .inputList li {
  padding-right: 10px;
  background: #eee;
  flex-grow: 1;
  height: 34px;
}

#popupBox2 .popup .tableBox .head .inputList li span {
  display: inline-block;
  height: 33px;
  font-size: 12px;
  background: #ddd;
  padding: 0 7px;
}

#popupBox2 .popup .tableBox .head .inputList li.custom_1 {
  width: 100%;
  background: #fff;
  font-size: 12px;
  padding-left: 10px;
}

#popupBox2 .popup .tableBox .head .inputList li > div {
  display: inline-block;
  position: relative;
}

#popupBox2 .popup .tableBox .head .inputList li > div input[type="text"] {
  width: 110px;
  border-radius: 4px;
  border: 1px solid #666666;
  box-sizing: border-box;
  text-align: right;
  padding-right: 18px;
  line-height: 18px;
}

#popupBox2 .popup .tableBox .head .inputList li > div::after {
  position: absolute;
  top: 0px;
  right: 4px;
  font-size: 12px;
}

#popupBox2 .popup .tableBox .head .inputList li > div.per::after {
  content: '%';
}

#popupBox2 .popup .tableBox .head .inputList li > div.mon::after {
  content: '개월';
}

#popupBox2 .popup .tableBox .head .inputList li > div.mon input[type="text"] {
  padding-right: 28px;
}

#popupBox2 .popup .tableBox .head .inputList li > div.day::after {
  content: '일';
}

#popupBox2 .popup .tableBox .head .inputList li > div.km::after {
  content: 'km';
}

#popupBox2 .popup .tableBox .head .inputList li > div.km::after input[type="text"] {
  padding-right: 24px;
}

#popupBox2 .popup .tableBox .head .inputList li:nth-child(n+4) span {
  width: 170px;
}

#popupBox2 .popup .tableBox .head .inputList li:nth-child(n+4) > div {
  padding-left: 5px;
}

#popupBox2 .popup .tableBox .head .inputList li:nth-child(n+4) > div input[type="text"] {
  width: 145px;
}

#popupBox2 .popup .tableBox > .hasLongTable {
  max-height: 350px;
  overflow-y: auto;
  margin-bottom: 20px;
}

#popupBox2 .popup .tableBox > .hasLongTable > ul > li {
  display: none;
}

#popupBox2 .popup .tableBox > .hasLongTable > ul > li.on {
  display: block;
}

#popupBox2 .popup .tableBox table {
  width: 100%;
  margin-bottom: 22px;
  word-break: keep-all;
}

#popupBox2 .popup .tableBox table.aui-grid-table {
  font-family: "bmw_bol", "noto_bol";
  margin-bottom: 20px;
}

#popupBox2 .popup .tableBox table.aui-grid-table tbody > tr > td {
  background: none;
}

#popupBox2 .popup .tableBox table.aui-grid-table tbody > tr > td span {
  font-size: 13px;
}

#popupBox2 .popup .tableBox table.aui-grid-table td.aui-grid-standard-header {
  background: #0653b6 !important;
  color: #fff;
  border-right: 1px solid #fff;
}

#popupBox2 .popup .tableBox table.aui-grid-table td.aui-grid-standard-header:last-child {
  border-right: none;
}

#popupBox2 .popup .tableBox table.aui-grid-table td.aui-grid-row-check-header {
  background: #0653b6 !important;
}

#popupBox2 .popup .tableBox table tr,
#popupBox2 .popup .tableBox table td {
  border: 1px solid #bbbbbb;
}

#popupBox2 .popup .tableBox table tr td {
  font-size: 13px;
  line-height: 1.5em;
}

#popupBox2 .popup .tableBox table tr td:nth-child(2n + 1) {
  background: #e6e6e6;
  vertical-align: middle;
  font-family: "bmw_bol", "noto_bol";
  text-align: center;
  width: 100px;
}

#popupBox2 .popup .tableBox table tr td:nth-child(2n + 0) {
  padding: 15px;
}

#popupBox2 .popup .tableBox table tr td:nth-child(4) {
  width: 215px;
}

#popupBox2 .popup .tableBox table tr td > ul.preSchemeList {
  max-height: 250px;
  overflow-y: auto;
  padding: 10px;
  box-sizing: border-box;
  border: 1px solid #666666;
  background: #f6f9ff;
  min-height: 115px;
}

#popupBox2 .popup .tableBox table tr td > ul.preSchemeList li {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
}

#popupBox2 .popup .tableBox table tr td > ul.preSchemeList li:hover {
  cursor: pointer;
  text-decoration: underline;
}

#popupBox2 .popup .tableBox table tr td > ul.preSchemeList li.on {
  text-decoration: underline;
  font-family: "bmw_bol", "noto_bol";
}

#popupBox2 .popup .tableBox table tr td > ul.preSchemeList li span {
  top: 4px;
  right: 3px;
  display: block;
  position: absolute;
  width: 12px;
  height: 12px;
}

#popupBox2 .popup .tableBox table tr td > ul.preSchemeList li span::after {
  display: block;
  content: "";
  width: 12px;
  height: 1px;
  transform: rotate(45deg);
  background: #0653b6;
  position: absolute;
  top: 5px;
}

#popupBox2 .popup .tableBox table tr td > ul.preSchemeList li span::before {
  display: block;
  content: "";
  width: 12px;
  height: 1px;
  transform: rotate(-45deg);
  background: #0653b6;
  position: absolute;
  top: 5px;
}

#popupBox2 .popup .tableBox table tr td > ul.preSchemeList li span:hover {
  cursor: pointer;
}

#popupBox2 .popup .tableBox table tr td > ul.optionList {
  float: left;
  width: 485px;
  padding-right: 20px;
  margin-right: 10px;
  max-height: 100px;
  min-height: 115px;
  overflow-y: auto;
  padding: 10px;
  box-sizing: border-box;
  border: 1px solid #666666;
  background: #f6f9ff;
}

#popupBox2 .popup .tableBox table tr td > ul.optionList li {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  padding-right: 20px;
}

#popupBox2 .popup .tableBox table tr td > ul.optionList li span {
  top: 4px;
  right: 0;
  display: block;
  position: absolute;
  width: 12px;
  height: 12px;
}

#popupBox2 .popup .tableBox table tr td > ul.optionList li span::after {
  display: block;
  content: "";
  width: 12px;
  height: 1px;
  transform: rotate(45deg);
  background: #666;
  position: absolute;
  top: 5px;
}

#popupBox2 .popup .tableBox table tr td > ul.optionList li span::before {
  display: block;
  content: "";
  width: 12px;
  height: 1px;
  transform: rotate(-45deg);
  background: #666;
  position: absolute;
  top: 5px;
}

#popupBox2 .popup .tableBox table tr td > ul.optionList li span:hover {
  cursor: pointer;
}

#popupBox2 .popup .tableBox table tr td > ul.optionList li:hover {
  cursor: pointer;
  text-decoration: underline;
}

#popupBox2 .popup .tableBox table tr td > ul.optionList li.on {
  text-decoration: underline;
  font-family: "bmw_bol", "noto_bol";
}

#popupBox2 .popup .tableBox table tr td > ul.checkedList li {
  display: inline-block;
  margin-right: 5px;
  padding: 0 26px 0 5px;
  margin: 5px 5px 5px 0;
  background: #e6e6e6;
  position: relative;
}

#popupBox2 .popup .tableBox table tr td > ul.checkedList li span {
  top: 4px;
  right: 3px;
  display: block;
  position: absolute;
  width: 12px;
  height: 12px;
}

#popupBox2 .popup .tableBox table tr td > ul.checkedList li span::after {
  display: block;
  content: "";
  width: 12px;
  height: 1px;
  transform: rotate(45deg);
  background: #0653b6;
  position: absolute;
  top: 5px;
}

#popupBox2 .popup .tableBox table tr td > ul.checkedList li span::before {
  display: block;
  content: "";
  width: 12px;
  height: 1px;
  transform: rotate(-45deg);
  background: #0653b6;
  position: absolute;
  top: 5px;
}

#popupBox2 .popup .tableBox table tr td > ul.checkedList li span:hover {
  cursor: pointer;
}

#popupBox2 .popup .tableBox table tr td > ul.fileList {
  border-top: 1px dashed #e6e6e6;
  margin-top: 8px;
  padding-top: 10px;
}

#popupBox2 .popup .tableBox table tr td > ul.fileList li {
  position: relative;
  background: url(../images/etc.png) no-repeat;
  padding-left: 18px;
  background-position: 0 0;
}

#popupBox2 .popup .tableBox table tr td > ul.fileList li span {
  top: 4px;
  right: 3px;
  display: block;
  position: absolute;
  width: 12px;
  height: 12px;
}

#popupBox2 .popup .tableBox table tr td > ul.fileList li span::after {
  display: block;
  content: "";
  width: 12px;
  height: 1px;
  transform: rotate(45deg);
  background: #0653b6;
  position: absolute;
  top: 5px;
}

#popupBox2 .popup .tableBox table tr td > ul.fileList li span::before {
  display: block;
  content: "";
  width: 12px;
  height: 1px;
  transform: rotate(-45deg);
  background: #0653b6;
  position: absolute;
  top: 5px;
}

#popupBox2 .popup .tableBox table tr td > ul.fileList li span:hover {
  cursor: pointer;
}

#popupBox2 .popup .tableBox table tr td button:hover {
  cursor: pointer;
}

#popupBox2 .popup .tableBox table tr td button.fileAdd {
  background: #fff;
  width: 55px;
  height: 27px;
  line-height: 25px;
  padding: 0;
  margin: 10px 0;
  font-size: 12px;
  display: block;
  border-radius: 6px;
  border: 1px solid #666666;
  box-sizing: border-box;
  background: #fff;
}

#popupBox2 .popup .tableBox table tr td button.fileAdd:hover {
  background: #0653b6;
  border: 1px solid #666666;
  color: #fff;
  cursor: pointer;
}

#popupBox2 .popup .tableBox table tr td button.calendarBtn {
  position: relative;
  border: 0;
  top: 5px;
  width: 20px;
  height: 21px;
  background: url(../images/etc.png) no-repeat;
  background-position: 0 -25px;
  margin-right: 5px;
}

#popupBox2 .popup .tableBox table tr td button.userBtn {
  display: block;
  position: absolute;
}

#popupBox2 .popup .tableBox table tr td button.userBtn::before {
  display: block;
  content: "";
  width: 10px;
  height: 2px;
  transform: rotate(45deg);
  background: #0653b6;
  position: absolute;
  top: 6px;
}

#popupBox2 .popup .tableBox table tr td button.userBtn::after {
  display: block;
  content: "";
  width: 10px;
  height: 2px;
  transform: rotate(-45deg);
  background: #0653b6;
  position: absolute;
  top: 0px;
}

#popupBox2 .popup .tableBox table tr td button.add {
  background: #fff;
  width: 55px;
  height: 27px;
  line-height: 25px;
  padding: 0;
  margin: 0;
  font-size: 12px;
  display: block;
  border-radius: 6px;
  border: 1px solid #666666;
  box-sizing: border-box;
  background: #fff;
}

#popupBox2 .popup .tableBox table tr td button.add:hover {
  background: #0653b6;
  border: 1px solid #666666;
  color: #fff;
  cursor: pointer;
}

#popupBox2 .popup .tableBox table tr td select {
  width: 100%;
  height: 27px;
  border: 1px solid #666666;
  margin-bottom: 5px;
}

#popupBox2 .popup .tableBox table tr td select.mini {
  width: 150px;
}

#popupBox2 .popup .tableBox table tr td select.off {
  display: none;
}

#popupBox2 .popup .tableBox table tr td input[type=text], #popupBox2 .popup .tableBox table tr td input[type=password] {
  width: 95%;
  padding-left: 5px;
  height: 23px;
  border: 1px solid #666666;
}

#popupBox2 .popup .tableBox table tr td input[type=text].sty_0, #popupBox2 .popup .tableBox table tr td input[type=password].sty_0 {
  width: 573px;
}

#popupBox2 .popup .tableBox table tr td input.calendar {
  width: 70px;
  font-size: 12px;
  text-align: center;
  padding-left: 0px;
}

#popupBox2 .popup .tableBox table tr td input.off {
  display: none;
}

#popupBox2 .popup .tableBox table tr td input[type="checkbox"] {
  all: unset;
  width: 16px;
  height: 16px;
  display: inline-block;
  border: 1px solid #666666;
  position: relative;
  top: 4px;
  background: #fff;
}

#popupBox2 .popup .tableBox table tr td input[type="checkbox"]:checked {
  border: 1px solid #0653b6;
}

#popupBox2 .popup .tableBox table tr td input[type="checkbox"]:checked::after {
  position: absolute;
  content: "";
  display: block;
  width: 3px;
  height: 6px;
  background: #0653b6;
  transform: rotate(-45deg);
  top: 6px;
  left: 4px;
}

#popupBox2 .popup .tableBox table tr td input[type="checkbox"]:checked::before {
  position: absolute;
  content: "";
  display: block;
  width: 3px;
  height: 10px;
  background: #0653b6;
  transform: rotate(45deg);
  top: 3px;
  left: 8px;
}

#popupBox2 .popup .tableBox table tr td .btnList {
  float: left;
}

#popupBox2 .popup .tableBox table tr td .btnList li a {
  width: 55px;
  height: 27px;
  line-height: 25px;
  padding: 0;
  margin: 10px 0;
  font-size: 12px;
  display: block;
  border-radius: 6px;
  border: 1px solid #666666;
  box-sizing: border-box;
  background: #fff;
  text-align: center;
  text-decoration: none;
}

#popupBox2 .popup .tableBox table tr td .btnList li a:hover {
  background: #0653b6;
  border: 1px solid #666666;
  color: #fff;
  cursor: pointer;
}

#popupBox2 .popup .tableBox table tr td .btnList li a.blue {
  color: #0653b6;
}

#popupBox2 .popup .tableBox table tr td .btnList li a.blue:hover {
  color: #fff;
}

#popupBox2 .popup .tableBox table tr td .btnList li a.excelBtn {
  background: url(../images/excel.png) no-repeat;
  width: 27px;
  background-position: 5px 6px;
}

#popupBox2 .popup .tableBox table tr td .btnList li a.excelBtn:hover {
  background-color: #3b81e423;
}

#popupBox2 .popup .tableBox table tr td.popBtnPlace > div {
  float: left;
}

#popupBox2 .popup .tableBox table tr td.popBtnPlace > div.multiDiv {
  width: 240px;
}

#popupBox2 .popup .tableBox table tr td.popBtnPlace > div.multiDiv select {
  height: 170px;
}

#popupBox2 .popup .tableBox table tr td.popBtnPlace > div.popBtnPlace {
  margin: 47px 27px;
}

#popupBox2 .popup .tableBox table tr td.popBtnPlace > div.popBtnPlace button {
  display: block;
  position: absolute;
  display: block;
  position: relative;
  border: 1px solid #bbbbbb;
  background: #e6e6e6;
  width: 26px;
  height: 26px;
  margin-bottom: 15px;
}

#popupBox2 .popup .tableBox table tr td.popBtnPlace > div.popBtnPlace button::before {
  display: block;
  content: "";
  width: 10px;
  height: 2px;
  transform: rotate(45deg);
  background: #0653b6;
  position: absolute;
  top: 6px;
}

#popupBox2 .popup .tableBox table tr td.popBtnPlace > div.popBtnPlace button::after {
  display: block;
  content: "";
  width: 10px;
  height: 2px;
  transform: rotate(-45deg);
  background: #0653b6;
  position: absolute;
  top: 0px;
}

#popupBox2 .popup .tableBox table tr td.popBtnPlace > div.popBtnPlace button::after {
  top: 14px;
  left: 8px;
}

#popupBox2 .popup .tableBox table tr td.popBtnPlace > div.popBtnPlace button::before {
  top: 8px;
  left: 8px;
}

#popupBox2 .popup .tableBox table tr td.popBtnPlace > div.popBtnPlace button:last-child::after {
  transform: rotate(45deg);
  left: 7px;
}

#popupBox2 .popup .tableBox table tr td.popBtnPlace > div.popBtnPlace button:last-child::before {
  transform: rotate(-45deg);
  left: 7px;
}

#popupBox2 .popup .tableBox table tr td #downFileDiv {
  margin-top: 10px;
}

#popupBox2 .popup .tableBox table tr td #downFileDiv li > span {
  display: inline-block;
  position: relative;
  line-height: 2em;
}

#popupBox2 .popup .tableBox table tr td #downFileDiv li > span > .delFileBtn {
  width: 18px !important;
  height: 18px !important;
  top: 4px;
  right: -30px;
  background: #eee;
  display: block;
  position: absolute;
  width: 12px;
  height: 12px;
}

#popupBox2 .popup .tableBox table tr td #downFileDiv li > span > .delFileBtn::after {
  display: block;
  content: "";
  width: 12px;
  height: 1px;
  transform: rotate(45deg);
  background: #0653b6;
  position: absolute;
  top: 5px;
}

#popupBox2 .popup .tableBox table tr td #downFileDiv li > span > .delFileBtn::before {
  display: block;
  content: "";
  width: 12px;
  height: 1px;
  transform: rotate(-45deg);
  background: #0653b6;
  position: absolute;
  top: 5px;
}

#popupBox2 .popup .tableBox table tr td #downFileDiv li > span > .delFileBtn:hover {
  cursor: pointer;
}

#popupBox2 .popup .tableBox table tr td #downFileDiv li > span > .delFileBtn::after {
  top: 8px;
  left: 3px;
}

#popupBox2 .popup .tableBox table tr td #downFileDiv li > span > .delFileBtn::before {
  top: 8px;
  left: 3px;
}

#popupBox2 .popup .tableBox table tr td > span {
  font-size: 10px;
  margin: 5px 0 0 0;
  display: block;
  max-width: 160px;
}

#popupBox2 .popup .tableBox table tr td > span.emailCk {
  color: #FE1D1E;
}

#popupBox2 .popup .tableBox table tr td > span.idCheck#ckNo {
  color: #FE1D1E;
}

#popupBox2 .popup .tableBox table tr td > span.idCheck#ckYes {
  color: #08A600;
}

#popupBox2 .popup .tableBox table tr td .rightBox {
  width: 400px;
  float: right;
}

#popupBox2 .popup .tableBox table tr td > textarea.sty_0 {
  margin: 0px;
  width: 580px;
  height: 100px;
  resize: none;
  text-align: left;
  padding: 10px;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 1.5em;
}

#popupBox2 .popup .tableBox table tr td > textarea.sty_0 span.placeholder {
  color: #aaa;
}

#popupBox2 .popup .tableBox table tr.optionDetail {
  display: none;
}

#popupBox2 .popup .tableBox table.str_0 tr td:nth-child(2n + 1) {
  width: 100px;
}

#popupBox2 .popup .tableBox table.str_0 tr td:nth-child(2n + 0) {
  width: 245px;
}

#popupBox2 .popup .tableBox table.str_1 thead {
  background: #e6e6e6;
  text-align: center;
  font-family: "bmw_bol", "noto_bol";
}

#popupBox2 .popup .tableBox table.str_1 thead tr td:nth-child(1) {
  width: 20px;
}

#popupBox2 .popup .tableBox table.str_1 thead tr td input[type="checkbox"] {
  background: #fff;
}

#popupBox2 .popup .tableBox table.str_1 tbody tr td {
  background: #fff;
  text-align: left;
  padding: 15px;
}

#popupBox2 .popup .tableBox table.str_1 tbody tr td:nth-child(1) {
  width: 20px;
  text-align: center;
  padding: 5px;
}

#popupBox2 .popup .tableBox table.str_1 tbody tr td:nth-child(2) {
  width: auto;
}

#popupBox2 .popup .tableBox table.str_1 tbody tr td:nth-child(3) {
  width: auto;
}

#popupBox2 .popup .tableBox table.str_2 thead {
  color: #fff;
  font-family: "bmw_bol", "noto_bol";
}

#popupBox2 .popup .tableBox table.str_2 thead tr {
  border: 0;
}

#popupBox2 .popup .tableBox table.str_2 thead tr td {
  padding: 10px;
  background: #0653b6;
  text-align: center;
  border: 0;
  vertical-align: middle;
  border-right: 1px solid #fff;
  position: relative;
}

#popupBox2 .popup .tableBox table.str_2 thead tr td:last-child {
  border: 0;
}

#popupBox2 .popup .tableBox table.str_2 thead tr td span {
  position: absolute;
  display: block;
  width: 14px;
  height: 12px;
  top: 50%;
  right: 5px;
  margin-top: -6px;
  background: url(../images/icon_0.png) no-repeat;
}

#popupBox2 .popup .tableBox table.str_2 thead tr td span:hover {
  cursor: pointer;
}

#popupBox2 .popup .tableBox table.str_2._1 tbody tr td {
  box-sizing: border-box;
  background: #fff;
  padding: 5px;
  text-align: left;
}

#popupBox2 .popup .tableBox table.str_2._1 tbody tr td:nth-child(1) {
  width: 15%;
  background: #e6e6e6;
  font-family: "bmw_bol", "noto_bol";
}

#popupBox2 .popup .tableBox table.str_2._1 tbody tr td:nth-child(2) {
  width: 15%;
}

#popupBox2 .popup .tableBox table.str_2._1 tbody tr td:nth-child(3) {
  width: 30%;
}

#popupBox2 .popup .tableBox table.str_2._1 tbody tr td:nth-child(4) {
  width: 20%;
}

#popupBox2 .popup .tableBox table.str_2._1 tbody tr td:nth-child(5) {
  width: auto;
}

#popupBox2 .popup .tableBox table.str_2._1 tbody tr td input {
  width: 95%;
}

#popupBox2 .popup .tableBox table.str_2._2 tbody tr td {
  box-sizing: border-box;
  background: #fff;
  padding: 5px;
  text-align: center;
  width: unset;
}

#popupBox2 .popup .tableBox table.str_2._2 tbody tr td:nth-child(1) {
  width: 100px;
  background: #e6e6e6;
  font-family: "bmw_bol", "noto_bol";
}

#popupBox2 .popup .tableBox table.str_2._2 tbody tr td.per {
  position: relative;
}

#popupBox2 .popup .tableBox table.str_2._2 tbody tr td.per::after {
  position: absolute;
  content: "%";
  display: block;
  font-size: 12px;
  top: 7px;
  right: 15px;
}

#popupBox2 .popup .tableBox table.str_2._2 tbody tr td input {
  width: 95%;
  position: relative;
  text-align: right;
  padding-right: 20px;
  box-sizing: border-box;
}

#popupBox2 .popup .tableBox table.checkList {
  margin-bottom: 0px;
}

#popupBox2 .popup .tableBox table.checkList > thead tr td {
  background: #0653b6;
  color: #fff;
  text-align: center;
  font-family: "bmw_bol", "noto_bol";
}

#popupBox2 .popup .tableBox table.checkList > thead tr td:nth-child(1) {
  width: 7%;
}

#popupBox2 .popup .tableBox table.checkList > thead tr td:nth-child(2) {
  width: 8%;
}

#popupBox2 .popup .tableBox table.checkList > thead tr td:nth-child(3) {
  width: 25%;
}

#popupBox2 .popup .tableBox table.checkList > thead tr td:nth-child(4) {
  width: 40%;
}

#popupBox2 .popup .tableBox table.checkList > thead tr td:nth-child(5) {
  width: 10%;
}

#popupBox2 .popup .tableBox table.checkList > thead tr td:nth-child(6) {
  width: 10%;
}

#popupBox2 .popup .tableBox table.checkList > tbody tr td {
  background: #fff;
  text-align: center;
  font-family: "bmw_reg", "noto_reg";
  padding: 7px;
}

#popupBox2 .popup .tableBox .subChoice {
  border-bottom: 2px solid #e6e6e6;
  border-right: 2px solid #e6e6e6;
  padding: 0 15px 3px 20px;
  position: relative;
  display: inline-block;
  top: -10px;
}

#popupBox2 .popup .tableBox .subChoice > span {
  display: inline-block;
  margin-right: 15px;
  height: 24px;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
}

#popupBox2 .popup .tableBox .subChoice > select {
  height: 22px;
  padding: 0 10px;
}

#popupBox2 .popup .tableBox .popupTab ul {
  font-size: 14px;
  font-family: "bmw_bol",
  "noto_bol";
  border-bottom: 3px solid #f2f2f2;
  padding-bottom: 2px;
  margin-bottom: 20px;
  position: relative;
}

#popupBox2 .popup .tableBox .popupTab ul li {
  padding: 0 15px;
  line-height: 39px;
  height: 39px;
  box-sizing: border-box;
  float: left;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  margin-right: 5px;
}

#popupBox2 .popup .tableBox .popupTab ul li.on {
  background: #0653b6;
  color: #fff;
}

#popupBox2 .popup .tableBox .popupTab ul li:hover {
  cursor: pointer;
  border: 2px solid #0653b6;
  box-sizing: border-box;
  line-height: 35px;
  padding: 0 13px;
}

#popupBox2 .popup .tableBox .popupTab ul::after {
  display: block;
  content: '';
  clear: both;
}

#popupBox2 .popup .tableBox input[type="submit"],
#popupBox2 .popup .tableBox input[type="button"] {
  float: right;
  color: #fff;
  background: #1c69d4;
  display: inline-block;
  font-size: 12px;
  width: 80px;
  height: 40px;
  line-height: 40px;
  padding: 0;
  margin: 0;
  text-align: center;
  border: 0;
  margin-bottom: 20px;
}

#popupBox2 .popup .tableBox input[type="submit"]:hover,
#popupBox2 .popup .tableBox input[type="button"]:hover {
  background: #0653b6;
}

#popupBox2 .popup .tableBox input[type="submit"]:hover,
#popupBox2 .popup .tableBox input[type="button"]:hover {
  cursor: pointer;
}

#popupBox2 .popup .tableBox input[type="submit"]::after,
#popupBox2 .popup .tableBox input[type="button"]::after {
  display: block;
  clear: both;
  content: '';
}

#popupBox2 .popup .tableBox .aui-grid {
  margin-bottom: 20px;
}

#popupBox2 .popup .tableBox > div > textarea {
  width: 715px;
  box-sizing: border-box;
  height: 70px;
  padding: 10px;
  line-height: 1.5em;
  font-size: 16px;
  resize: none;
  margin-bottom: 20px;
}

#popupBox2 .popup .tableBox > .floatRight {
  float: right;
}

#popupBox2 .popup .tableBox > .floatRight input[type="button"] {
  width: 100px;
}

#popupBox2 .popup .tableBox > .floatRight input[type="checkbox"] {
  all: unset;
  width: 16px;
  height: 16px;
  display: inline-block;
  border: 1px solid #666666;
  position: relative;
  top: 4px;
}

#popupBox2 .popup .tableBox > .floatRight input[type="checkbox"]:checked {
  border: 1px solid #0653b6;
}

#popupBox2 .popup .tableBox > .floatRight input[type="checkbox"]:checked::after {
  position: absolute;
  content: "";
  display: block;
  width: 3px;
  height: 6px;
  background: #0653b6;
  transform: rotate(-45deg);
  top: 6px;
  left: 4px;
}

#popupBox2 .popup .tableBox > .floatRight input[type="checkbox"]:checked::before {
  position: absolute;
  content: "";
  display: block;
  width: 3px;
  height: 10px;
  background: #0653b6;
  transform: rotate(45deg);
  top: 3px;
  left: 8px;
}

#popupBox2 .popup .tableBox > .floatRight label {
  font-size: 14px;
  margin: 0px 15px 0 2px;
}

#popupBox2 .popup > .btnList {
  float: right;
  padding: 20px 30px;
}

#popupBox2 .popup > .btnList button {
  color: #fff;
  background: #1c69d4;
  display: inline-block;
  font-size: 12px;
  width: 80px;
  height: 40px;
  line-height: 40px;
  padding: 0;
  margin: 0;
  text-align: center;
  border: 0;
}

#popupBox2 .popup > .btnList button:hover {
  background: #0653b6;
}

#popupBox2 .popup > .btnList button:hover {
  cursor: pointer;
}

#popupBox2 .popup > .btnList button::after {
  display: block;
  clear: both;
  content: '';
}

#popupBox2 .popup i {
  font-style: normal;
}

#popupBox3.nanLib {
    z-index: 3;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: none;
}

#popupBox3.nanLib.on {
    display: block;
}

#popupBox3.nanLib .popupBg {
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    position: absolute;
}

#popupBox3.nanLib .popup {
    margin: 5vh auto 0;
    width: 760px;
}

#popupBox3 .popup {
    background: #fff;
    margin: 0 auto 0;
    padding: 25px 0 0 30px;
    box-sizing: border-box;
    position: relative;
}

#popupBox3 .popup.st_0 {
    width: 667px;
    margin: 0 auto 0;
}

#popupBox3 .popup.st_1{
    width: 1450px;
    height: 800px;
    margin: 0 auto 0;
}

#popupBox3 .popup h2 {
    font-size: 18px;
    font-family: "bmw_bol", "noto_bol";
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 2px solid #888;
    width: 96.5%;
}

#popupBox3 .popup .close {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 22px;
    height: 22px;
    border-radius: 4px;
    background: #e6e6e6;
    border: 0;
}

#popupBox3 .popup .close:hover {
    cursor: pointer;
}

#popupBox3 .popup .close span {
    top: 5px;
    left: 5px;
    display: block;
    position: absolute;
    width: 12px;
    height: 12px;
}

#popupBox3 .popup .close span::after {
    display: block;
    content: "";
    width: 12px;
    height: 1px;
    transform: rotate(45deg);
    background: #4d4d4d;
    position: absolute;
    top: 5px;
}

#popupBox3 .popup .close span::before {
    display: block;
    content: "";
    width: 12px;
    height: 1px;
    transform: rotate(-45deg);
    background: #4d4d4d;
    position: absolute;
    top: 5px;
}

#popupBox3 .popup .close span:hover {
    cursor: pointer;
}

#popupBox3 .popup .close span::after {
    border-radius: 2px;
}

#popupBox3 .popup .close span::before {
    border-radius: 2px;
}

#popupBox3 .popup .tableBox {
    max-height: calc(100vh - 83px);
    overflow-y: auto;
    padding-right: 20px;
}

#popupBox3 .popup .tableBox .head {
    line-height: 36px;
    font-size: 14px;
    font-family: "bmw_bol", "noto_bol";
    box-sizing: border-box;
    margin-bottom: 20px;
}

#popupBox3 .popup .tableBox .head.hasBot {
    margin-bottom: 6px;
}

#popupBox3 .popup .tableBox .head > span.title {
    padding: 0 30px 0 15px;
    display: inline-block;
    border-bottom: 2px solid #0653b6;
    height: 35px;
    box-sizing: border-box;
    float: left;
    margin-right: 15px;
}

#popupBox3 .popup .tableBox .head > span.borderBot {
    height: 36px;
    border-bottom: 3px solid #f2f2f2;
    display: block;
    width: 100%;
    box-sizing: border-box;
}

#popupBox3 .popup .tableBox table {
    width: 100%;
    margin-bottom: 22px;
    word-break: keep-all;
}

#popupBox3 .popup .tableBox table tr,
#popupBox3 .popup .tableBox table td {
    border: 1px solid #bbbbbb;
}

#popupBox3 .popup .tableBox table tr td {
    font-size: 13px;
    line-height: 1.5em;
}

#popupBox3 .popup .tableBox table tr td:nth-child(2n + 1):not(.aui-grid *) {
    background: #e6e6e6;
    vertical-align: middle;
    font-family: "bmw_bol", "noto_bol";
    text-align: center;
    width: 100px;
}

#popupBox3 .popup .tableBox table tr td:nth-child(2n + 0) {
    padding: 15px;
}

#popupBox3 .popup .tableBox table tr td:nth-child(4) {
    width: 215px;
}

#popupBox3 .popup .tableBox table tr td select {
    width: 100%;
    height: 27px;
    border: 1px solid #666666;
    margin-bottom: 5px;
}

#popupBox3 .popup .tableBox table tr td input[type=text]
, #popupBox3 .popup .tableBox table tr td input[type=password] {
    width: 96%;
    padding-left: 5px;
    height: 23px;
    border: 1px solid #666666;
}

#popupBox3 .popup .tableBox table tr td.popBtnPlace > div {
    float: left;
}

#popupBox3 .popup .tableBox table tr td > span {
    font-size: 10px;
    margin: 5px 0 0 0;
    display: block;
    max-width: 160px;
}

#popupBox3 .popup .tableBox table tr td > span.idCheck#ckNo
, #popupBox3 .popup .tableBox table tr td > span.emailCheck#ckNo
, #popupBox3 .popup .tableBox table tr td > span.pwCheck#ckNo {
    color: #FE1D1E;
}

#popupBox3 .popup .tableBox table tr td > span.idCheck#ckYes
, #popupBox3 .popup .tableBox table tr td > span.emailCheck#ckYes
, #popupBox3 .popup .tableBox table tr td > span.pwCheck#ckYes {
    color: #08A600;
}

#popupBox3 .popup .tableBox input[type="button"] {
    color: #fff;
    background: #1c69d4;
    display: inline-block;
    font-size: 12px;
    width: 80px;
    height: 40px;
    line-height: 40px;
    padding: 0;
    margin: 0;
    text-align: center;
    border: 0;
    margin-bottom: 20px;
    margin-left: 635px;
}

#popupBox3 .popup .tableBox input[type="button"]:hover {
    background: #0653b6;
    cursor: pointer;
}

#popupBox3 .popup .tableBox input[type="button"]::after {
    display: block;
    clear: both;
    content: '';
}

#popupBox3 .popup .fileBox {
  max-height: calc(100vh - 83px);
  overflow-y: auto;
  padding-right: 20px;
}

.otpDiv .close {
  position: absolute;
  top: 35px;
  right: 12px;
  width: 22px;
  height: 22px;
  border-radius: 4px;
  background: #e6e6e6;
  border: 0;
}

.otpDiv .close:hover {
  cursor: pointer;
}

.otpDiv .close span {
  top: 5px;
  left: 5px;
  display: block;
  position: absolute;
  width: 12px;
  height: 12px;
}

.otpDiv .close span::after {
  display: block;
  content: "";
  width: 12px;
  height: 1px;
  transform: rotate(45deg);
  background: #4d4d4d;
  position: absolute;
  top: 5px;
}

.otpDiv .close span::before {
  display: block;
  content: "";
  width: 12px;
  height: 1px;
  transform: rotate(-45deg);
  background: #4d4d4d;
  position: absolute;
  top: 5px;
}

.otpDiv .close span:hover {
  cursor: pointer;
}

.otpDiv .close span::after {
  border-radius: 2px;
}

.otpDiv .close span::before {
  border-radius: 2px;
}