/* reset */
.header {
  position: relative;
  height: 82px;
  padding: 0 60px;
  background: linear-gradient(90deg, #3067BA 0%, #8FD5FE 100%);
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.04), 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
  z-index: 2;
}

.header .content {
  display: flex;
  align-items: center;
  height: 100%;
}

.header .logo {
  width: -moz-fit-content;
  width: fit-content;
  color: #ffffff;
  cursor: default;
  margin-left: 10px;
}

.header .logo span {
  font-size: 12px;
}

.header .logo h1 {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}

.header .logo a {
  color: #ffffff;
}

.header .logo a span {
  font-size: 12px;
}

.header .logo a h1 {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}

.header .nav {
  margin-left: 30px;
  margin-top: 10px;
}

.header .nav ul {
  display: flex;
  align-items: center;
}

.header .nav ul.nav-group {
  height: 100%;
}

.header .nav ul.nav-group>li {
  width: 190px;
  height: 100%;
  text-align: center;
  display: inline-block;
  padding: 20px;
  font-size: 18px;
  color: #ffffff;
  line-height: 2.3;
}

.header .nav ul.nav-group>li>a {
  display: inline-block;
  padding: 20px;
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
  line-height: 2.3;
  width: 190px;
  height: 85px;
  top: 3px;
}

.header .nav ul.nav-group>li.active>a::after,
.header .nav ul.nav-group>li:hover>a::after {
  position: absolute;
  bottom: 3px;
  left: 0;
  width: 100%;
  height: 3px;
  content: "";
  background-color: #000000;
}

.header:has(.nav-group > li:hover) {
  box-shadow: none;
}

.header .nav .nav-group .nav-menu {
  position: relative;
}

.header .nav ul.nav-group>li>ul.inner-menu {
  display: none;
  /* 기본적으로 숨겨놓음 */
  position: absolute;
  background-color: #ffffff;
  list-style: none;
  flex-direction: column;
  /* 세로로 정렬 */
  width: 192px;
  margin-left: 5px;
}

.header .nav ul.nav-group>li>ul.inner-menu li {
  text-align: center;
  display: block;
  /* 세로 정렬을 위해 block 설정 */
  width: 192px;
  height: 34px;
  margin-left: -34px;
  background-color: #ffffff;
}

.header .nav ul.nav-group>li>ul.inner-menu li a {
  color: #616266;
  font-size: 16px;
  font-weight: 600;
  width: auto;
  height: auto;
  cursor: pointer;
  letter-spacing: -0.5px;
}

.header .nav ul.nav-group>li>ul.inner-menu li a:hover {
  color: #3692CB;
  border-bottom: 2px solid #3692CB;
}

.header .header-util {
  display: flex;
  align-items: center;
  height: 100%;
}

.header .header-util .btn {
  min-width: auto;
  height: 24px;
  padding: 0 10px;
  font-size: 12px;
  font-weight: 500;
}

.header .header-util .util-menu {
  height: 100%;
  display: flex;
  align-items: center;
  margin-top: 10px;
  margin-left: 18px;
}

.header .header-util .util-menu .util-item {
  position: relative;
  display: inline-block;
  padding-top: 10px;
}

.header .header-util .util-menu .util-item .icon {
  position: relative;
  display: inline-block;
  height: 100%;
  padding: 50px 5px;
  cursor: pointer;
}

.header .header-util .util-menu .util-item .icon .badge {
  position: absolute;
  top: 20px;
  right: 10px;
  display: inline-block;
  width: 16px;
  height: 16px;
  background-color: #f56c6c;
  border-radius: 100%;
  color: #ffffff;
  text-align: center;
  line-height: 17px;
  font-size: 9px;
  font-weight: 700;
}

.header .header-util .util-menu .util-item .icon.active::before {
  position: absolute;
  bottom: 2px;
  left: 0;
  width: 100%;
  height: 2px;
  content: "";
  background-color: #ffffff;
}

.header .header-util .util-menu .util-item .icon.active.set:after {
  background-position: -57px -1px;
}

.header .header-util .util-menu .util-item .icon.active.alram:after {
  background-position: -142px -1px;
}

.header .header-util .util-menu .util-item .icon:hover::before {
  position: absolute;
  bottom: 2px;
  left: 0;
  width: 100%;
  height: 2px;
  content: "";
}

.header .header-util .util-menu .util-item .icon:hover.my:after {
  background-image: url("/assets/images/home2/ic_mypage_on.png");
}

.header .header-util .util-menu .util-item .icon:hover.home:after {
  background-position: -29px -1px;
}

.header .header-util .util-menu .util-item .icon:hover.set:after {
  background-image: url("/assets/images/home2/ic_calculator_on.png");
}

.header .header-util .util-menu .util-item .icon:hover.pay:after {
  background-image: url("/assets/images/home2/ic_service_on.png");
}

.header .header-util .util-menu .util-item .icon:hover.chat:after {
  background-image: url("/assets/images/home2/ic_chatbot_on.png");
}

.header .header-util .util-menu .util-item .icon:hover.alram:after {
  background-position: -142px -1px;
}

.header .header-util .util-menu .util-item .icon::after {
  display: inline-block;
  width: 37px;
  height: 37px;
  content: "";
  background-repeat: no-repeat;
}

.header .header-util .util-menu .util-item .icon.my:after {
  background-image: url("/assets/images/home2/ic_mypage_off.png");
  background-size: 25px 33px;
}

.header .header-util .util-menu .util-item .icon.home:after {
  background-position: -29px -29px;
}

.header .header-util .util-menu .util-item .icon.set:after {
  background-image: url("/assets/images/home2/ic_calculator_off.png");
  background-size: 26px 32px;
  margin-left: 7px;
}

.header .header-util .util-menu .util-item .icon.pay:after {
  background-image: url("/assets/images/home2/ic_service_off.png");
}

.header .header-util .util-menu .util-item .icon.chat:after {
  background-image: url("/assets/images/home2/ic_chatbot_off.png");
  background-size: 32px 31px;
}

.header .header-util .util-menu .util-item .icon.alram:after {
  background-position: -142px -29px;
}

.header .header-util .util-menu .util-2dp {
  position: absolute;
  top: 80px;
  width: 180px;
  display: none;
  height: auto;
  margin-top: 4px;
  padding: 7px 0;
  z-index: 3;
}

.header .header-util .util-menu .util-2dp.active {
  display: block;
}

.header .header-util .util-menu .util-2dp.util-alram {
  width: 320px;
}

.header .header-util .util-menu .util-2dp.util-alram .sub-wrap {
  width: 100%;
  padding: 20px;
}

.header .header-util .util-menu .util-2dp.util-alram .sub-wrap li {
  height: auto;
  padding: 8px 0;
  border-bottom: 1px solid #ebeef5;
}

.header .header-util .util-menu .util-2dp.util-alram .sub-wrap li .title {
  display: inline-block;
  width: 100%;
  color: #303133;
  font-weight: 500;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.header .header-util .util-menu .util-2dp.util-alram .sub-wrap li .item-info {
  display: flex;
  margin-top: 8px;
  color: #909399;
  font-size: 12px;
  justify-content: space-between;
}

.header .header-util .util-menu .util-2dp.util-alram .sub-wrap li:hover {
  background-color: initial;
}

.header .header-util .util-menu .util-2dp.util-alram .sub-wrap li:hover .title {
  text-decoration: underline;
}

.header .header-util .util-menu .util-2dp.util-alram .sub-wrap li.read {
  background-color: #f8f9fa;
}

.header .header-util .util-menu .util-2dp.util-alram .sub-wrap li.read .title,
.header .header-util .util-menu .util-2dp.util-alram .sub-wrap li.read .item-info {
  color: #c0c4cc;
}

.header .header-util .util-menu .util-2dp.util-alram .list-head {
  display: flex;
  align-items: center;
  height: 28px;
  border-bottom: 1px solid #dcdfe6;
}

.header .header-util .util-menu .util-2dp.util-alram .list-head span {
  color: #c0c4cc;
  font-size: 10px;
}

.header .header-util .util-menu .util-2dp.util-alram .list-head .btn-more {
  font-size: 12px;
  color: #909399;
  margin-left: auto;
}

.header .header-util .util-menu .util-2dp.util-alram .list-head .btn-more::after {
  transform: rotate(-90deg);
  vertical-align: middle;
}

.header .header-util .util-time {
  margin-left: 40px;
}

.header .header-util .util-time span {
  color: #ffffff;
  font-size: 14px;
}

.header .header-util .util-time span.time {
  display: inline-block;
  width: 45px;
  margin: 0 4px;
  font-weight: 700;
}

.header .header-util .util-time .btn {
  background-color: #606266;
  color: #ffffff;
}

.header .header-util .util-user {
  display: flex;
  /* Flexbox 활성화 */
  align-items: center;
  /* 자식 요소 세로 가운데 정렬 */
  margin-left: 17px;
}

.header .header-util .util-user .util-span {
  color: #ffffff;
  font-size: 16px;
}

.header .header-util .util-user .util-span .name {
  font-weight: 700;
}

.header .header-util .util-user .btn {
  margin-left: 10px;
  background-color: #606266;
  color: #ffffff;
  width: 80px;
  min-width: 80px !important;
  height: 24px;
  font-size: 15px;
}

.nav-div {
  display: none;
  position: absolute;
  width: 100%;
  min-width: 1910px;
  height: 204px;
  background-color: #ffffff;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
  z-index: 1;
}

.chat-bot .bg {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  content: "";
  background: rgba(0, 0, 0, 0.43);
}

.chat-bot .chat {
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  width: 455px;
  padding: 40px;
  background-color: #f8f9fa;
  box-shadow: -4px 4px 12px 0px rgba(0, 0, 0, 0.1);
  z-index: 11;
}

.chat-bot .chat .chat-head {
  position: relative;
  height: 45px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ebeef5;
}

.chat-bot .chat .chat-head .icon-chat {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  content: "";
  background: url("/assets/images/home2/ic_chat_thumb2.png") no-repeat;
  background-size: 30px auto;
  vertical-align: middle;
}

.chat-bot .chat .chat-head h3 {
  color: #303133;
  font-size: 20px;
  font-weight: 700;
}

.chat-bot .chat .chat-head .btn-close {
  position: absolute;
  top: 0;
  right: 0;
}

.chat-bot .chat iframe {
  border: none;
}

.footer {
  position: relative;
  width: 100%;
  padding: 20px 25px 40px;
  font-size: 16px;
  /* background-color: #f8f9fa; */
}

.footer .content {
  display: flex;
  width: 100%;
  justify-content: space-between;
  height: 80px;
  padding: 30px 60px;
  background-color: #ffffff;
  border-radius: 20px;
  box-shadow: 0px 2px 12px 0 rgba(0, 0, 0, 0.1);
}

.footer .content .left a {
  color: #616266;
}

.footer .content .left ul {
  display: flex;
  align-items: center;
}

.footer .content .left ul li a:hover {
  text-decoration: underline;
}

.footer .content .left ul li+li::before {
  display: inline-block;
  content: "|";
  margin: 0 20px;
  color: #616266;
}

.footer .content .left ul li:last-child a {
  font-weight: 700;
}

.footer .content .right {
  margin-left: 40%;
}

.footer .content .right .footer-copy {
  color: #c0c4cd;
  font-weight: 500;
}

.footer.login {
  padding: 20px 0 40px;
  background-color: initial;
}

.footer.login .content {
  height: auto;
  padding: 0 20px;
  background-color: initial;
  border-radius: 0;
  box-shadow: none;
}

.footer.login .content .left ul li a {
  color: #dcdfe6;
}

.footer.login .content .left ul li+li::before {
  color: #ffffff;
}

.footer.login .content .right .footer-copy {
  color: #dcdfe6;
}

.breadcrumb {
  font-size: 14px;
}

table+.tbl-info {
  margin-top: 40px;
}

.tbl-title {
  width: 100%;
  padding-bottom: 10px;
  border-bottom: 1px solid #e4e7ed;
  color: #303133;
  font-size: 20px;
  font-weight: 500;
}

.tbl-title+.tbl-form {
  margin-top: 20px;
}

.tbl-form.type2 tr {
  text-align: left;
  border-top: 1px solid #ebeef5;
}

.tbl-form.type2 tr:last-child {
  border-bottom: 1px solid #ebeef5;
}

.tbl-form.type2 th,
.tbl-form.type2 td {
  padding: 8px 10px;
}

.tbl-form.type2 th {
  background-color: #f8f9fa;
}

.tbl-form.type2 .input {
  min-width: auto;
  max-width: initial;
}

.tbl-form.type2 .file-group .file-attach {
  flex-flow: column;
  align-items: initial;
}

.tbl-form.type2 .btn {
  min-width: 96px;
}

.tbl-form.type2+.btn-group {
  margin-top: 60px;
}

.tbl-form+.tbl-title {
  margin-top: 60px;
}

.tbl-form tr {
  height: 65px;
}

.tbl-form td .input.w-100p {
  min-width: auto;
  max-width: 100%;
}

.tbl-form td:nth-child(even) .input-group {
  justify-content: center;
}

.tbl-form td:nth-child(odd) .input-group {
  justify-content: center;
}

.tbl-form td .date-group {
  flex: none;
}

.tbl-form td .date-group .input {
  width: 392px;
}

.tbl-form td .date-group .datepicker {
  bottom: -4px;
  right: 46px;
}

.tbl-form+.btn-group {
  margin-top: 100px;
}

.tbl-form .vali-box {
  width: calc(100% - 113px);
  margin: 10px 0 0 auto;
}

.tbl-form .vali-box .varidation-txt {
  margin-bottom: 10px;
}

.tbl-form .vali-box .varidation-txt:only-child {
  margin-bottom: 15px;
}

.tbl-info {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.tbl-info .tit {
  color: #303133;
  font-size: 20px;
  font-weight: 500;
}

.tbl-info .tbl-count {
  color: #606266;
  font-size: 12px;
}

.tbl-info .tbl-count .count {
  font-weight: 700;
}

.tbl-info .btn-group {
  margin-top: 0;
  margin-left: auto;
  text-align: initial;
}

.tbl-info .btn-group button+button {
  margin-left: 10px;
}

.tbl-area {
  margin-top: 20px;
  min-height: 475px;
}

.tbl .link {
  text-decoration: underline;
}

.tbl .radio-box label:before {
  width: 18.67px;
  height: 18.67px;
}

.tbl .radio-box input[type=radio]:checked+label:before {
  width: 20px;
  height: 20px;
  background-size: 20px auto;
  border: 0;
}

.tbl th,
.tbl td {
  height: 40px;
  padding: 10px;
  border-bottom: 1px solid #ebeef5;
}

.tbl th {
  color: #303133;
  font-size: 16px;
  font-weight: 500;
}

.tbl th+th {
  border-left: 1px solid #dcdfe6;
}

.tbl td {
  color: #303133;
}

.tbl td+td {
  border-left: 1px solid #dcdfe6;
}

.tbl td label {
  cursor: pointer;
}

.tbl td .name {
  display: inline-block;
  width: 300px;
}

.tbl tr.nodata {
  height: 80px;
  color: #909399;
  text-align: center;
}

.tbl tr.nodata p {
  min-height: 400px;
  line-height: 25;
}

.tbl.type1 thead {
  background-color: #ebeef5;
}

.tbl.type1 tbody tr:hover {
  background-color: #f8f9fa;
}

.tbl.type1 tbody tr.nodata:hover {
  background-color: initial;
}

.tbl.type2 tr {
  text-align: left;
  border-top: 1px solid #ebeef5;
}

.tbl.type2 th,
.tbl.type2 td {
  padding: 20px 10px;
}

.tbl.type2 th {
  background-color: #f8f9fa;
}

.tbl-container {
  display: block;
}

.tbl-container .tbl-scroll {
  height: 425px;
  overflow-y: auto;
}

.tbl-container .tbl-scroll table {
  width: 100%;
  table-layout: fixed;
}

.search-form+.tbl-info {
  margin-top: 20px;
}

.tbl-data {
  border-collapse: separate;
  border-spacing: 0 10px;
}

.tbl-data tr {
  height: 46px;
}

.tbl-data .link {
  text-decoration: underline;
}

.tbl-data .info-data span {
  display: block;
}

.tbl-data .info-data span+span {
  margin-top: 5px;
}

.tbl-data .info-data .data-title {
  color: #909399;
  font-size: 12px;
}

.tbl-data .info-data .data {
  color: #303133;
  font-size: 16px;
  font-weight: 500;
}

.tree-box,
.modal-wrap .body .cont-side .border-box {
  width: 100%;
}

.tree-box .name,
.modal-wrap .body .cont-side .border-box .name {
  display: inline-block;
  margin-bottom: 10px;
  color: #606266;
  font-size: 12px;
}

.tree-box .jstree,
.modal-wrap .body .cont-side .border-box .jstree {
  height: 100%;
  overflow-y: auto;
  padding: 20px 10px;
  border: 1px solid #ebeef5;
  border-radius: 4px;
}

.jstree-default .jstree-hovered {
  width: 100%;
  background: #f8f9fa;
}

.jstree-default.ictest {
  background-image: url("/assets/images/home2/ic_minus.png");
}

.jstree-default .jstree-node.jstree-leaf .jstree-icon {
  display: none;
}

.jstree-default .jstree-icon {
  width: 12px;
  height: 12px;
  background-position: initial;
  background-size: 12px auto;
}

.jstree-default .jstree-icon:empty {
  width: 12px;
  height: 12px;
  margin-right: 8px;
  vertical-align: middle;
}

.jstree-default .jstree-open .jstree-ocl,
.jstree-default .jstree-closed .jstree-ocl {
  background-position: initial;
}

.jstree-default .jstree-open .jstree-icon {
  background-image: url("/assets/images/home2/ic_minus.png");
}

.jstree-default .jstree-closed .jstree-icon {
  background-image: url("/assets/images/home2/ic_plus.png");
}

.jstree-default .jstree-last .jstree-icon {
  background-image: none;
}

.jstree-default .jstree-anchor {
  width: calc(100% - 40px);
  color: #303133;
  font-size: 12px;
}

.jstree-default .jstree-anchor .jstree-themeicon {
  display: none;
}

#wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  min-width: -moz-fit-content;
  min-width: fit-content;
  min-height: 100vh;
}

.login-bg {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  min-width: 1440px;
  width: 100%;
  min-height: 1000px;
  background: url("/assets/images/home2/bg_login.svg") no-repeat;
  background-size: cover;
}

.link {
  color: #409eff;
  text-decoration: underline;
}

.thumb {
  width: 200px;
  height: 70px;
  margin: 0 auto;
  padding: 10px;
  background-color: #ffffff;
  border-radius: 4px;
  box-shadow: 0px 2px 12px 0 rgba(0, 0, 0, 0.1);
}

.thumb img {
  width: 100%;
  height: 100%;
}

.loading {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  content: "";
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 999;
}

.loading .loading-detail {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.loading .loading-detail .box {
  width: 80px;
  height: 80px;
  margin: 0 auto;
}

.loading .loading-detail .box .loader {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  font-size: 10px;
  animation: mulShdSpin 1.1s infinite ease;
  transform: translateZ(0);
  text-indent: -9999em;
}

.loading .loading-detail .txt {
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
}

@keyframes mulShdSpin {

  0%,
  100% {
    box-shadow: 0em -2.6em 0em 0em #ffffff, 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.5), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7);
  }

  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.7), 1.8em -1.8em 0 0em #ffffff, 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5);
  }

  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.5), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7), 2.5em 0em 0 0em #ffffff, 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }

  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5), 2.5em 0em 0 0em rgba(255, 255, 255, 0.7), 1.75em 1.75em 0 0em #ffffff, 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }

  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.5), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.7), 0em 2.5em 0 0em #ffffff, -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }

  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.5), 0em 2.5em 0 0em rgba(255, 255, 255, 0.7), -1.8em 1.8em 0 0em #ffffff, -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }

  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.5), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.7), -2.6em 0em 0 0em #ffffff, -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }

  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.5), -2.6em 0em 0 0em rgba(255, 255, 255, 0.7), -1.8em -1.8em 0 0em #ffffff;
  }
}

.container {
  display: flex;
  width: 100%;
  margin: 0 auto;
}

.lnb {
  width: 340px;
  height: 100%;
  min-height: calc(100vh - 280px);
  margin-right: 20px;
  padding: 40px 0;
  background-color: #ffffff;
  border-radius: 20px;
  box-shadow: 0px 2px 12px 0 rgba(0, 0, 0, 0.1);
}

.lnb .lnb-group {
  height: 850px;
}

.lnb .lnb-group .lnb-item {
  margin-top: 10px;
}

.lnb .lnb-group .lnb-item .icon {
  display: block;
  width: 100%;
  padding: 12px 20px;
  color: #303133;
  font-size: 16px;
}

.lnb .lnb-group .lnb-item .icon.admin {
  padding: 12px 20px 12px 28px;
}

.lnb .lnb-group .lnb-item .icon:before {
  display: inline-block;
  width: 24px;
  height: 24px;
  content: "";
  background-size: 24px auto;
  background-repeat: no-repeat;
  margin-right: 12px;
  background-image: url("/assets/images/home2/ic_lnb.svg");
  background-size: auto 60px;
  vertical-align: middle;
}

.lnb .lnb-group .lnb-item .icon.admin:before {
  width: 12px;
  height: 12px;
  border-radius: 100%;
  background-color: #909399;
  background-image: none;
}

.lnb .lnb-group .lnb-item .icon.user:before {
  background-position: -144px -33px;
}

.lnb .lnb-group .lnb-item .icon.version:before {
  background-position: -346px -33px;
}

.lnb .lnb-group .lnb-item .icon.chart:before {
  background-position: -88px -33px;
}

.lnb .lnb-group .lnb-item .icon.survey:before {
  background-position: -58px -33px;
}

.lnb .lnb-group .lnb-item .icon.work:before {
  background-position: -29px -33px;
}

.lnb .lnb-group .lnb-item .icon.notice:before {
  background-position: -261px -33px;
}

.lnb .lnb-group .lnb-item .icon.qna:before {
  background-position: -290px -33px;
}

.lnb .lnb-group .lnb-item .icon.pop:before {
  background-position: -1px -33px;
}

.lnb .lnb-group .lnb-item .icon.payment:before {
  background-position: -116px -33px;
}

.lnb .lnb-group .lnb-item .icon.data:before {
  background-position: -174px -33px;
}

.lnb .lnb-group .lnb-item .icon.supply:before {
  background-position: -203px -33px;
}

.lnb .lnb-group .lnb-item .icon.corp:before {
  background-position: -231px -33px;
}

.lnb .lnb-group .lnb-item .icon.date:before {
  background-position: -318px -33px;
}

.lnb .lnb-group .lnb-item:hover .icon {
  background-color: #f8f9fa;
}

.lnb .lnb-group .lnb-item.active {
  position: relative;
  padding: 0 18px;
}

.lnb .lnb-group .lnb-item.active .admin {
  padding: 12px;
}

.lnb .lnb-group .lnb-item.active .list-dash {
  padding: 0;
}

.lnb .lnb-group .lnb-item.active:before {
  position: absolute;
  left: 0;
  width: 2px;
  height: 48px;
  content: "";
  background-color: #6BAED7;
}

.lnb .lnb-group .lnb-item.active:hover>a {
  background-color: #e7f5f2;
}

.lnb .lnb-group .lnb-item.active>a {
  padding: 12px 5px;
  background-color: #e7f5f2;
  border-radius: 4px;
  color: #6BAED7;
  font-weight: 700;
}

.lnb .lnb-group .lnb-item.active>a::before {
  filter: brightness(0) saturate(100%) invert(51%) sepia(82%) saturate(418%) hue-rotate(115deg) brightness(93%) contrast(97%);
}

.lnb .lnb-group .list-dash {
  padding: 0 18px;
}

.lnb .lnb-group .list-dash .dash-item {
  position: relative;
  height: 36px;
  line-height: 21px;
}

.lnb .lnb-group .list-dash .dash-item:before {
  position: absolute;
  top: 6px;
  left: 25px;
}

.lnb .lnb-group .list-dash .dash-item:hover {
  background-color: #f8f9fa;
}

.lnb .lnb-group .list-dash .dash-item .dash-link {
  display: inline-block;
  width: 100%;
  padding: 7px 40px;
}

.lnb .lnb-group .list-dash .dash-item.active .dash-link {
  color: #6BAED7;
  font-weight: 700;
  text-decoration: underline;
}

.section {
  width: 100%;
  padding: 40px 25px 20px;
  background-color: #f8f9fa;
  flex: 1;
}

.section.login {
  height: 100%;
  padding: 0;
}

.section.login .content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  width: 1280px;
  margin: 0 auto;
  padding: 0;
  align-items: center;
  background-color: initial;
  box-shadow: none;
  border-radius: 0;
}

.section.login .content .left {
  text-align: right;
  color: #ffffff;
}

.section.login .content .left .sub-title {
  font-weight: 400;
}

.section.login .content .left h1 {
  margin: 16px 0;
}

.section.login .content .right {
  height: 650px;
  padding: 40px 20px;
  margin-left: auto;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.56);
  box-shadow: 4px 4px 15px 0px rgba(0, 0, 0, 0.1);
  color: #ffffff;
  text-align: center;
}

.section.login .content .right .form {
  margin-top: 40px;
  text-align: initial;
}

.section.login .content .right .form span {
  font-size: 20px;
  font-weight: 500;
}

.section.login .content .right .form .input-group {
  flex-direction: column;
  gap: 20px;
  margin: 20px 0;
}

.section.login .content .right .form .input-group .input {
  margin: 0;
  background-color: initial;
  border: 1px solid #ffffff;
  color: #c0c4cc;
}

.section.login .content .right .form .input-group .input.error {
  border: 1px solid #f56c6c;
}

.section.login .content .right .form .btn {
  width: 100%;
  margin-bottom: 20px;
}

.section.login .content .right ul {
  width: 100%;
  margin: 20px 0 40px;
  padding: 20px 10px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  text-align: initial;
}

.section.login .content .right ul li {
  font-weight: 500;
  line-height: 21px;
}

.section.login .content .right ul li a {
  margin-left: 10px;
  color: #6BAED7;
  font-weight: 500;
}

.section.login .content .right ul li a:hover {
  text-decoration: underline;
}

.section.login .content .right ul li+li {
  margin-top: 10px;
}

.section.login .content .right p {
  color: #c0c4cc;
  font-weight: 500;
}

.section .content {
  height: 100%;
  min-height: calc(100vh - 280px);
  padding: 80px;
  background-color: #ffffff;
  border-radius: 20px;
  box-shadow: 0px 2px 12px 0 rgba(0, 0, 0, 0.1);
  flex: 1;
}

.content {
  width: 100%;
  margin: 0 auto;
}



.content:after {
  display: block;
  content: "";
  clear: both;
}

.content .section-title {
  position: relative;
  width: 100%;
  max-width: 1200px;
  height: -moz-fit-content;
  height: fit-content;
  margin: 0 auto 60px;
  text-align: center;
}

.content .section-title.type-border {
  max-width: 100%;
  display: flex;
  align-items: center;
  margin: 0 0 20px 0;
  padding-bottom: 20px;
  border-bottom: 1px solid #ebeef5;
  text-align: left;
}

.content .section-title.type-border+.tab-box {
  border: none;
  border-radius: initial;
}

.content .section-title.type-border+.tab-box .tab-header ul li {
  border: 1px solid #ebeef5;
}

.content .section-title.type-border+.tab-box .tab-header ul li:last-child {
  border-left: none;
}

.content .section-title.type-border+.tab-box .tab-header ul li.active {
  border: none;
}

.content .section-title.type-border+.tab-box .tab-body {
  padding: 0;
}

.content .section-title .title {
  color: #303133;
}

.content .section-title .txt {
  margin-top: 16px;
  font-weight: 500;
  color: #909399;
  line-height: 21px;
}

.content .section-title .btn-group {
  margin-top: 0;
  margin-left: auto;
  text-align: initial;
}

.content .w-560,
.content .w-640,
.content .w-1200 {
  margin: 0 auto;
}

.input-form .input-group+.input-group {
  margin-top: 20px;
}

.input-form .btn {
  width: 100%;
  margin-top: 60px;
}

.terms-box {
  margin: 0 auto;
}

.terms-box .check-box.check-all {
  width: 100%;
  padding-bottom: 20px;
  border-bottom: 1px solid #ebeef5;
}

.terms-box .check-box.check-all .check-tit {
  font-size: 18px;
  font-weight: 500;
}

.terms-box .check-box.check-all .check-tit em {
  margin-left: 8px;
  color: #909399;
  font-size: 14px;
  font-weight: 400;
}

.terms-box .terms-group {
  padding-top: 20px;
}

.terms-box .terms-group .terms-list {
  padding-left: 32px;
}

.terms-box .terms-group .terms-list+.terms-list {
  margin-top: 20px;
}

.terms-box .terms-group .terms-list .check-box label {
  font-size: 16px;
  color: #303133;
}

.terms-box .terms-group .terms-list .check-box label em {
  margin-left: 8px;
  color: #409eff;
  font-size: 14px;
}

.terms-box .terms-group .terms-list .terms-content {
  width: 100%;
  height: 360px;
  margin: 10px 0 0 32px;
  padding: 20px 20px 0;
  border-radius: 4px;
  background-color: #f8f9fa;
}

.terms-box .terms-group .terms-list .terms-content .info {
  height: 100%;
  padding: 0;
  border: none;
  overflow-y: auto;
}

.result-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 110px;
  background-color: #f8f9fa;
}

.result-box p {
  color: #303133;
  text-align: center;
  line-height: 30px;
  font-size: 20px;
  font-weight: 700;
}

.step-box {
  display: flex;
  width: 635px;
  margin: 0 auto 63px;
  text-align: center;
}

.step-box .step-item {
  position: relative;
  flex: 1;
  width: 140px;
}

.step-box .step-item.active .num {
  background-color: #6BAED7;
}

.step-box .step-item.active .tit {
  color: #6BAED7;
}

.step-box .step-item:after {
  display: inline-block;
  width: 24px;
  height: 24px;
  content: "";
  background-size: 24px auto;
  background-repeat: no-repeat;
  position: absolute;
  top: 19px;
  right: 0;
  content: "";
  background-image: url("/assets/images/home2/ic_right.png");
}

.step-box .step-item:last-child:after {
  display: none;
}

.step-box .step-item .num {
  position: relative;
  display: inline-block;
  width: 32px;
  height: 32px;
  background-color: #c0c4cc;
  border-radius: 20px;
  color: #ffffff;
  font-size: 16px;
  line-height: 33px;
}

.step-box .step-item .tit {
  display: block;
  margin-top: 13px;
  color: #c0c4cc;
}

.search-form {
  position: relative;
  min-height: 88px;
  padding: 20px 80px 20px 20px;
  background-color: #f8f9fa;
  border: 1px solid #ebeef5;
  border-radius: 4px;
}

.search-form .search-group {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.search-form .search-group .search-item+.search-item {
  margin-left: 40px;
}

.search-form .search-group .search-item .input-group .search-label {
  color: #606266;
  min-width: -moz-fit-content;
  min-width: fit-content;
}

.search-form .search-group .search-item .input-group .input {
  min-width: 390px;
}

.search-form .search-group .search-item .input-group .check-box+.check-box {
  margin-left: 20px;
}

.search-form .search-group .search-item .input-group .check-box label {
  min-width: auto;
}

.search-form .search-group .search-item .input-group .check-box label::before {
  margin: 0 4px 0 0;
}

.search-form .search-group .search-item.search-small .select-box {
  width: 82px;
}

.search-form .search-group .search-item.type-check {
  display: flex;
  gap: 60px;
  width: 100%;
  margin-left: 0;
  margin-top: 20px;
}

.search-form .search-group .search-item.search-date .input {
  min-width: auto;
  width: 128px;
  margin-right: 4px;
}

.search-form .search-group .search-item.search-date .input:-moz-read-only {
  background-color: #ffffff;
}

.search-form .search-group .search-item.search-date .input:read-only {
  background-color: #ffffff;
}

.search-form .search-group .search-item.search-date .symbol {
  display: inline-block;
  margin: 0 8px;
}

.search-form .search-group .search-item.search-keyword {
  flex-grow: 1;
}

.search-form .search-group .search-item.search-keyword .select-box {
  margin-right: 8px;
}

.search-form .search-group .search-item.search-keyword .select-box .current {
  width: 160px;
}

.search-form .search-group .search-item.search-keyword .input {
  width: calc(100% - 160px);
  min-width: initial;
  max-width: initial;
}

.search-form .search-group .btn-refresh {
  position: absolute;
  right: 20px;
}

.info {
  display: flex;
  align-items: center;
  min-height: 80px;
  margin-bottom: 20px;
  padding: 20px;
  background-color: #f8f9fa;
  border: 1px solid #ebeef5;
  border-radius: 4px;
}

.info span {
  color: #909399;
  font-size: 12px;
  line-height: 18px;
}

.info.type-terms {
  display: inline-block;
  height: 558px;
  overflow-y: auto;
}

.info.type-terms .terms-tit {
  margin-bottom: 10px;
  color: #303133;
  font-size: 14px;
  font-weight: 700;
}

.info.type-terms .terms-txt {
  margin-bottom: 20px;
  color: #303133;
  font-size: 12px;
  line-height: 18px;
}

.info.type-terms ul+.terms-tit {
  margin-top: 20px;
}

.pagination {
  margin-top: 40px;
  text-align: center;
}

.pagination-link {
  display: inline-block;
  width: 34px;
  height: 34px;
  margin: 0 5px;
  border-radius: 4px;
  color: #303133;
  line-height: 31px;
  vertical-align: middle;
  font-size: 14px;
  font-weight: 600;
}

.pagination-link.first-prev,
.pagination-link.prev,
.pagination-link.next,
.pagination-link.last-next {
  border: 1px solid #ebeef5;
  background-color: #f8f9fa;
  position: relative;
}

.pagination-link.first-prev::after,
.pagination-link.prev::after,
.pagination-link.next::after,
.pagination-link.last-next::after {
  display: inline-block;
  width: 24px;
  height: 24px;
  content: "";
  background-size: 24px auto;
  background-repeat: no-repeat;
  position: absolute;
  top: -4px;
  left: -3px;
  background-image: url("/assets/images/home2/ic_pager.svg");
  background-size: auto 70px;
}

.pagination-link.first-prev.disabled::after {
  background-position: 0 0;
}

.pagination-link.prev.disabled::after {
  background-position: -39px 0;
}

.pagination-link.next.disabled::after {
  background-position: -76px 0;
}

.pagination-link.last-next.disabled::after {
  background-position: -114px 0;
}

.pagination-link.first-prev::after {
  background-position: 0 -33px;
}

.pagination-link.prev::after {
  background-position: -39px -33px;
}

.pagination-link.next::after {
  background-position: -76px -33px;
}

.pagination-link.last-next::after {
  background-position: -114px -33px;
}

.pagination-link.active {
  background-color: #6a6c70;
  color: #ffffff;
  font-weight: 700;
}

.pagination-link:hover {
  cursor: pointer;
  border: 1px solid #dcdfe6;
}

.pagination-link.active:hover {
  border: none;
}

.pagination-link.disabled {
  pointer-events: none;
  cursor: default;
}

.confirm-box {
  width: 480px;
  margin: 0 auto;
  text-align: center;
}

.confirm-box .img {
  width: 120px;
  height: 120px;
  margin: 0 auto 40px;
  content: "";
  background-size: 120px auto;
  background-repeat: no-repeat;
}

.confirm-box .cont {
  line-height: 30px;
}

.confirm-box span {
  display: block;
}

.confirm-box span:first-child {
  color: #606266;
  font-size: 16px;
  font-weight: 500;
}

.confirm-box span:nth-child(2) {
  color: #303133;
  font-size: 20px;
  font-weight: 700;
}

.confirm-box .txt {
  font-size: 28px;
  color: #303133;
}

.confirm-box .txt em {
  font-weight: 700;
}

.confirm-box.finish .img {
  background-image: url("/assets/images/home2/ic_finish.png");
}

.confirm-box.delete .img {
  background-image: url("/assets/images/home2/ic_del.png");
}

.confirm-box.error .img {
  width: 240px;
  margin: 190px auto 0;
  background-image: url("/assets/images/home2/ic_404.png");
  background-size: 240px auto;
}

.confirm-box.error .tit {
  margin: 30px 0;
  padding: 0;
  border-bottom: none;
  font-size: 80px;
  font-weight: 700;
}

.confirm-box.error .txt {
  font-size: 20px;
  font-weight: 500;
}

.confirm-box.error p:last-child {
  width: 315px;
  margin: 10px auto 0;
  color: #909399;
  line-height: 21px;
}

.confirm-box .result-box {
  margin-top: 60px;
  padding: 20px;
}

.confirm-box .result-box p {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
}

.list-num {
  padding-left: 12px;
  color: #303133;
  word-break: keep-all;
}

.list-num li {
  font-size: 12px;
  list-style: decimal;
  line-height: 18px;
}

.list-dash {
  margin-top: 10px;
}

.list-dash li {
  list-style: none;
  line-height: 18px;
}

.list-dash li::before {
  content: "-";
}

.list-dot li {
  position: relative;
  list-style: none;
  line-height: 21px;
  padding-left: 13px;
}

.list-dot li+li {
  margin-top: 10px;
}

.list-dot li em {
  font-weight: 700;
}

.list-dot li::before {
  position: absolute;
  top: 7px;
  left: 0;
  width: 4px;
  height: 4px;
  content: "";
  background-color: #303133;
  border-radius: 100%;
}

.sub-group {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.sub-group .group-item {
  width: 175px;
  padding: 12px 16px;
  border: 1px solid #ebeef5;
  border-radius: 4px;
  cursor: pointer;
  font-size: 16px;
}

.sub-group .group-item span {
  color: #303133;
  font-weight: 500;
}

.sub-group .group-item em {
  color: #909399;
}

.sub-group .group-item.active {
  background-color: #e7f5f2;
  border: 1px solid #6BAED7;
}

.sub-group .group-item.active span,
.sub-group .group-item.active em {
  color: #6BAED7;
}

.sub-group.type-state .group-item {
  display: flex;
  align-items: center;
  padding: 33px 20px;
  text-align: center;
  flex-direction: column;
  gap: 8px;
}

.sub-group.type-state .group-item .icon-state {
  display: inline-block;
  width: 56px;
  height: 56px;
  content: "";
  background-image: url("/assets/images/home2/ic_state.svg");
  background-repeat: no-repeat;
}

.sub-group.type-state .group-item .icon-state.cancel {
  background-position: -4px -4px;
}

.sub-group.type-state .group-item .icon-state.accept {
  background-position: -70px -4px;
}

.sub-group.type-state .group-item .icon-state.refuse {
  background-position: -136px -4px;
}

.sub-group.type-state .group-item .icon-state.clear {
  background-position: -202px -4px;
}

.sub-group.type-state .group-item .icon-state.register {
  background-position: -268px -4px;
}

.sub-group.type-state .group-item.active .icon-state.cancel {
  background-position: -4px -70px;
}

.sub-group.type-state .group-item.active .icon-state.accept {
  background-position: -70px -70px;
}

.sub-group.type-state .group-item.active .icon-state.refuse {
  background-position: -136px -70px;
}

.sub-group.type-state .group-item.active .icon-state.clear {
  background-position: -202px -70px;
}

.sub-group.type-state .group-item.active .icon-state.register {
  background-position: -268px -70px;
}

.sub-group.type-state .group-item.active span.txt {
  color: #6BAED7;
}

.sub-group.type-state .group-item span.txt {
  color: #909399;
  font-size: 12px;
  font-weight: 400;
}

.mybox {
  display: flex;
  gap: 20px;
}

.mybox .dropdown {
  position: relative;
}

.mybox .dropdown .btn-menu {
  position: absolute;
  top: -8px;
  right: 0;
}

.mybox .dropdown .sub-wrap {
  position: absolute;
  top: 15px;
  right: 0;
  width: 160px;
}

.mybox .flex-col {
  width: 50%;
  gap: 20px;
}

.mybox .flex-col .card {
  height: 370px;
  padding: 40px;
}

.mybox .top {
  position: relative;
  height: 180px;
  padding: 40px;
}

.mybox .data span {
  display: block;
}

.mybox .data span+span {
  margin-top: 8px;
}

.mybox .data .name {
  font-size: 28px;
  font-weight: 700;
}

.mybox .data span:nth-child(2) {
  color: #6BAED7;
  font-size: 20px;
  font-weight: 700;
}

.mybox .data .num {
  color: #909399;
}

.my-info {
  display: flex;
  align-items: center;
  gap: 20px;
}

.my-info .thumb {
  width: 80px;
  height: auto;
  padding: 0;
  margin: 0;
  background-color: initial;
  border-radius: initial;
  box-shadow: none;
  text-align: center;
}

.my-info .thumb .icon {
  position: relative;
  display: inline-block;
  width: 70px;
  height: 70px;
  margin: 0 0 4px 0;
  padding: 10px 20px;
  background-color: #3692cb;
  border-radius: 100%;
}

.my-info .thumb .icon:before {
  position: absolute;
  top: 15px;
  left: 16px;
  width: 40px;
  height: 40px;
  content: "";
  background-size: 40px auto;
  background-repeat: no-repeat;
}

.my-info .thumb .icon.admin:before {
  background-image: url("/assets/images/home2/ic_admin.png");
}

.my-info .thumb .icon.company:before {
  background-image: url("/assets/images/home2/ic_company.png");
}

.my-info .thumb .icon.agency:before {
  background-image: url("/assets/images/home2/ic_agency.png");
}

.my-info .thumb span {
  display: inline-block;
  width: 60px;
  color: #303133;
  font-weight: 500;
  word-break: keep-all;
}

.corp-info {
  display: flex;
  align-items: center;
  gap: 20px;
}

.corp-info .thumb {
  margin: 0;
}

.corp-info .data span:nth-child(2) {
  color: #606266;
}

.sub-wrap {
  padding: 10px 0;
  border-radius: 4px;
  background-color: #ffffff;
  box-shadow: 0px 2px 12px 0 rgba(0, 0, 0, 0.1);
  z-index: 3;
}

.sub-wrap li {
  width: 100%;
  height: 40px;
  padding: 10px 20px;
}

.sub-wrap li a {
  display: inline-block;
  width: 100%;
  height: 100%;
  color: #606266;
}

.sub-wrap li a.cancle {
  color: #f56c6c;
}

.sub-wrap li:hover {
  background-color: #f8f9fa;
}

.type-side {
  display: flex;
  gap: 20px;
}

.type-side .cont-side {
  width: 280px;
  height: -moz-fit-content;
  height: fit-content;
  box-shadow: 0px 2px 12px 0 rgba(0, 0, 0, 0.1);
  border: 1px solid #ebeef5;
  border-radius: 10px;
  overflow: hidden;
}

.type-side .cont-side .bg-blue {
  width: 100%;
  padding: 40px;
  border-radius: 0;
  border: 0;
  box-shadow: none;
}

.type-side .cont-side .bg-blue .flex-box {
  justify-content: space-between;
}

.type-side .cont-side .bg-blue .flex-box .dropdown {
  position: relative;
}

.type-side .cont-side .bg-blue .flex-box .dropdown .sub-wrap {
  position: absolute;
  right: 0;
  min-width: 160px;
  width: -moz-max-content;
  width: max-content;
}

.type-side .cont-side .bg-blue .thumb {
  margin: 20px auto 0;
}

.type-side .cont-side .bg-blue .my-info,
.type-side .cont-side .bg-blue .corp-info {
  display: initial;
}

.type-side .cont-side .bg-blue .data {
  margin-top: 20px;
  text-align: center;
}

.type-side .cont-side .bg-blue .data span {
  display: inline-block;
  width: 100%;
}

.type-side .cont-side .bg-blue .data span:nth-child(2) {
  margin: 10px 0;
  color: #6BAED7;
  font-size: 20px;
  font-weight: 700;
}

.type-side .cont-side .bg-blue .data .name {
  font-size: 28px;
  font-weight: 700;
}

.type-side .cont-side .bg-blue .data .num {
  font-size: 14px;
  color: #606266;
}

.type-side .cont-side .more-view {
  padding: 20px 40px 40px;
}

.type-side .cont-detail {
  height: 885px;
  padding: 40px;
  flex: 1;
}

.type-side .cont-detail .tbl-area.nodata {
  height: 100%;
}

.type-side .cont-detail .tbl-area.nodata .tbl {
  height: calc(100% - 100px);
}

.type-side .cont-detail .tbl-area .tbl td {
  height: 70px;
  line-height: 21px;
}

.type-side .cont-detail .tbl-area .tbl td span {
  display: block;
}

.type-side .cont-detail .tbl-area .tbl td span.line {
  display: -webkit-box;
}

.type-side .cont-detail .tbl-area .tbl .btn-group {
  margin-top: 0;
}

.more-view {
  background-color: #ffffff;
}

.more-view .data {
  font-size: 14px;
  line-height: 21px;
}

.more-view .btn-group {
  margin-top: 20px;
}

.more-view .view-area {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
}

* {
  margin: 0;
  padding: 0;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Pretendard";
}

html {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: 100%;
}

body {
  width: 100%;
  min-width: 1910px;
  height: 100%;
  margin: 0;
  padding: 0;
  font-size: 0.83em;
  color: #000;
  word-break: break-all;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}

html *,
body * {
  font-family: "pretendard";
  font-weight: 400;
}

dl,
ul,
ol {
  list-style: none;
}

table {
  empty-cells: show;
  border-collapse: collapse;
  width: 100%;
  table-layout: fixed;
}

fieldset {
  border: none;
}

legend,
caption {
  overflow: hidden;
  width: 1px;
  height: 1px;
  margin: 0;
  padding: 0;
  border: 0;
  clip: rect(0, 0, 0, 0);
}

img {
  border: none;
  /* vertical-align: top; */
}

label {
  vertical-align: top;
}

button {
  border: 0;
  border-radius: 0;
  box-shadow: none;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}

button:focus {
  outline: none;
}

input,
select,
textarea {
  border-radius: 0;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

textarea {
  border: none;
  resize: none;
  overflow-y: auto;
  font-size: 14 px;
  font-weight: 400;
}

em {
  font-style: normal;
}

h1,
h2,
h3,
h4,
h5 {
  font-weight: 700;
}

a {
  color: #000;
  text-decoration: none;
  word-break: keep-all;
}

a:link,
a:visited,
a:hover,
a:active,
a:focus {
  text-decoration: none;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
}

textarea:focus,
select:focus {
  outline: none;
}

/* scroll */
::-webkit-scrollbar {
  width: 6px;
  border-radius: 3px;
}

::-webkit-scrollbar::horizontal {
  height: 6px;
}

::-webkit-scrollbar-thumb {
  width: auto;
  height: 30%;
  background-color: #c0c4cc;
  border-radius: 3px;
  background-clip: padding-box;
}

::-webkit-scrollbar-track {
  background-color: #ffffff;
  border-radius: 6px;
}

/* IE scroll style */
* {
  scrollbar-face-color: #c0c4cc;
  scrollbar-track-color: #ffffff;
}

.asterisk::after {
  position: absolute;
  display: inline-block;
  content: "*";
  font-size: 16px;
  color: #f56c6c;
  margin-left: 4px;
}

.blind {
  position: absolute;
  width: 1px;
  height: 1px;
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  z-index: -1;
}

.ellipsis {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.ellipsis.line {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: initial;
}

.varidation-txt {
  color: #909399;
}

.varidation-txt.type2 {
  color: #c0c4cc;
}

.varidation-txt+.tbl {
  margin-top: 20px;
}

.bg-blue {
  background-color: #f2f6fc;
  border: 1px solid #ebeef5;
  border-radius: 10px;
  box-shadow: 0px 2px 12px 0 rgba(0, 0, 0, 0.1);
}

.bg-green {
  padding: 20px;
  background-color: #e7f5f2;
  border-radius: 10px;
}

.card {
  background-color: #ffffff;
  border: 1px solid #ebeef5;
  border-radius: 10px;
  box-shadow: 0px 2px 12px 0 rgba(0, 0, 0, 0.1);
}

.w-560 {
  width: 560px;
}

.w-640 {
  width: 640px;
}

.w-1200 {
  width: 1200px;
}

.w-100p {
  width: 100% !important;
  min-width: auto !important;
  max-width: none !important;
}

.w-50p {
  width: 50% !important;
  min-width: auto !important;
  max-width: none !important;
}

h1 {
  font-size: 48px;
}

h2 {
  font-size: 40px;
}

h3 {
  font-size: 32px;
}

h4 {
  font-size: 28px;
}

h5 {
  font-size: 24px;
}

h6 {
  font-size: 20px;
}

.fc-blue {
  color: #409eff;
}

.fc-red {
  color: #f56c6c;
}

.txt-left {
  text-align: left;
}

.txt-center {
  text-align: center;
}

.txt-right {
  text-align: right;
}

.font-light {
  font-weight: 400;
}

.font-regular {
  font-weight: 500;
}

.font-bold {
  font-weight: 700;
}

.sub-title {
  font-size: 20px;
  font-weight: 700;
}

.flex-box {
  display: flex;
}

.flex-col {
  display: flex;
  flex-direction: column;
}

.modal-bg {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  background: rgba(0, 0, 0, 0.43);
}

.modal-bg.zdex {
  z-index: 30;
}

.modal-wrap {
  display: block;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 11;
  min-width: 400px;
  height: auto;
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.04), 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
}

.modal-wrap.alert,
.modal-wrap.confirm {
  z-index: 33;
}

.modal-wrap.type2 {
  width: 960px;
}

.modal-wrap.type2 .modal-content {
  min-height: 470px;
}

.modal-wrap.type3 {
  width: 1280px;
}

.modal-wrap .head {
  position: relative;
  padding: 20px 20px 10px;
}

.modal-wrap .head h3 {
  color: #303133;
  font-size: 18px;
  font-weight: 500;
}

.modal-wrap .head .btn-close {
  position: absolute;
  top: 18px;
  right: 18px;
}

.modal-wrap .body {
  padding: 30px 20px;
}

.modal-wrap .body .tbl-area {
  height: 490px;
}

.modal-wrap .body .flex-box {
  gap: 20px;
}

.modal-wrap .body .txt {
  color: #606266;
  line-height: 21px;
}

.modal-wrap .body .info {
  min-height: 60px;
}

.modal-wrap .body .cont-side {
  width: 300px;
}

.modal-wrap .body .cont-side .info {
  height: 88px;
}

.modal-wrap .body .cont-side .info .set-tit {
  display: inline-block;
  margin-bottom: 8px;
  color: #303133;
  font-size: 14px;
}

.modal-wrap .body .cont-side .info .check-box label {
  color: #606266;
}

.modal-wrap .body .cont-side .info .check-box+.check-box {
  margin-left: 10px;
}

.modal-wrap .body .cont-side .tree-box,
.modal-wrap .body .cont-side .border-box {
  height: 512px;
}

.modal-wrap .body .cont-side .border-box .small-tit {
  display: inline-block;
  margin-bottom: 10px;
  color: #606266;
  font-size: 12px;
}

.modal-wrap .body .cont-side .border-box>div {
  height: 100%;
  padding: 20px 15px 20px 20px;
  border: 1px solid #ebeef5;
  border-radius: 4px;
  overflow-y: auto;
}

.modal-wrap .body .cont-side .border-box .confirm-box {
  position: absolute;
  top: 50%;
  width: auto;
  margin: 0;
}

.modal-wrap .body .cont-side .border-box .confirm-box p {
  color: #909399;
  font-size: 16px;
  font-weight: 500;
}

.modal-wrap .body .cont-side .border-box .confirm-box span:nth-child(2) {
  color: #c0c4cc;
  font-size: 12px;
  font-weight: 400;
}

.modal-wrap .body .cont-side .border-box .attach-tag {
  width: 125px;
  min-width: auto;
  text-align: initial;
}

.modal-wrap .body .cont-side .border-box .attach-tag .name {
  width: 73px;
  margin: 0;
  font-size: 16px;
  font-weight: 500;
}

.modal-wrap .body .cont-detail {
  flex: 1;
}

.modal-wrap .footer {
  padding: 10px 20px 20px;
  background-color: initial;
}

.modal-wrap .footer .btn-group {
  margin-top: 0;
}

.modal-wrap .footer .btn-group .btn {
  min-width: auto;
  width: 120px;
  height: 48px;
}

.modal-wrap .footer .btn-group .btn+.btn {
  margin-left: 10px;
}

.modal-wrap .msg {
  width: 600px;
}

.modal-wrap .msg span {
  color: #303133;
}

.modal-wrap .msg em {
  font-weight: 700;
}

.modal-wrap .msg .bg-green {
  margin-top: 10px;
}

.modal-wrap .search-form {
  padding: 20px 70px 20px 20px;
}

.modal-wrap .search-form .input-group label {
  min-width: -moz-fit-content;
  min-width: fit-content;
}

.toast-area {
  position: fixed;
  top: 100px;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 5;
}

.toast-area .toast-msg {
  width: 300px;
  padding: 12px 20px;
  background-color: rgba(0, 0, 0, 0.5);
  box-shadow: 0px 2px 12px 0 rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}

.toast-area .toast-msg .txt {
  color: #ffffff;
  font-weight: 500;
}

.toast-area .toast-msg+.toast-msg {
  margin-top: 10px;
}

.input-group {
  display: flex;
  align-items: center;
}

.input-group label {
  min-width: 105px;
  margin-right: 8px;
}

.input-group.type2 .input {
  width: 305px;
  min-width: auto;
}

.input,
.textarea {
  min-width: 100px;
  max-width: 430px;
  width: 100%;
  height: 48px;
  padding: 0 16px;
  margin-right: 8px;
  background-color: #ffffff;
  border: 1px solid #dcdfe6;
  border-radius: 4px;
  color: #303133;
}

.input.error,
.textarea.error {
  border: 1px solid #f56c6c;
}

.input:focus,
.textarea:focus {
  outline: 1px solid #6BAED7;
}

.input::-moz-placeholder,
.textarea::-moz-placeholder {
  color: #c0c4cc;
}

.input::placeholder,
.textarea::placeholder {
  color: #c0c4cc;
}

.input:disabled,
.textarea:disabled {
  background: #f8f9fa;
  color: #909399;
}

.input:-moz-read-only,
.textarea:-moz-read-only {
  background: #f8f9fa;
  color: #909399;
  cursor: default;
}

.input:read-only,
.textarea:read-only {
  background: #f8f9fa;
  color: #909399;
  cursor: default;
}

.radio-box {
  display: inline-block;
  vertical-align: middle;
}

.radio-box input[type=radio] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  width: 1px;
  height: 1px;
  padding: 0;
  border: 0;
  overflow: hidden;
}

.radio-box label {
  display: block;
  cursor: pointer;
}

.radio-box label:before {
  display: inline-block;
  content: "";
  width: 14px;
  height: 14px;
  margin-right: 10px;
  border: 1px solid #dcdfe6;
  border-radius: 100%;
  vertical-align: middle;
}

.radio-box input[type=radio]:checked+label:before {
  width: 16px;
  height: 16px;
  border: 0;
  background: url("/assets/images/home2/ic_select.png") no-repeat 0 0;
  background-size: 16px auto;
}

.radio-box input[type=radio]:disabled+label:before {
  width: 16px;
  height: 16px;
  border: 0;
  background: url("/assets/images/home2/ic_select_disabled.png") no-repeat 0 0;
  background-size: cover;
}

.radio-box label:empty:before {
  margin: 0;
}

.check-box {
  display: inline-block;
  vertical-align: middle;
}

.check-box input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  width: 1px;
  height: 1px;
  padding: 0;
  border: 0;
  overflow: hidden;
}

.check-box label {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.check-box label:before {
  display: inline-block;
  content: "";
  width: 18.67px;
  height: 18.67px;
  margin: 0 10px 0 0;
  border: 1px solid #dcdfe6;
  background: #fff;
  border-radius: 4px;
  vertical-align: middle;
}

.check-box input[type=checkbox]:checked+label:before {
  width: 20px;
  height: 20px;
  border: 0;
  background: url("/assets/images/home2/ic_check.png") no-repeat 0 0;
  background-size: cover;
}

.check-box input[type=checkbox]:disabled+label:before {
  width: 20px;
  height: 20px;
  border: 0;
  background: url("/assets/images/home2/ic_check_disabled.png") no-repeat 0 0;
  background-size: cover;
}

.check-box label:empty:before {
  margin: 0;
}

.textarea {
  min-width: 360px;
  max-width: initial;
  min-height: 100px;
  margin-right: 0;
}

.file-group {
  position: relative;
}

.file-group .file-attach {
  display: flex;
  align-items: center;
  gap: 8px;
}

.file-group .file-attach input[type=file] {
  position: absolute;
  width: 1px;
  height: 1px;
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  z-index: -1;
}

.file-group .file-attach label.btn {
  display: inline-block;
  width: 120px;
  height: 48px;
  padding: 0 16px;
  background-color: #606266;
  border-radius: 4px;
  color: #ffffff;
  cursor: pointer;
  line-height: 3.5;
  text-align: center;
}

.file-group .file-attach span {
  color: #c0c4cc;
}

.file-group .file-area {
  position: absolute;
  left: 0;
  width: 935px;
}

.attach-tag {
  display: inline-block;
  max-width: 180px;
  min-width: 160px;
  width: -moz-max-content;
  width: max-content;
  height: 40px;
  margin-top: 8px;
  padding: 0 16px;
  background-color: #f8f9fa;
  border-radius: 20px;
  text-align: center;
}

.attach-tag .name {
  display: inline-block;
  max-width: 116px;
  font-size: 16px;
  margin-right: 8px;
  line-height: 2.3;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  vertical-align: middle;
}

.attach-tag .name:only-child {
  margin-right: 0;
}

.attach-tag .btn-xmark {
  width: 16px;
  height: 16px;
  content: "";
  margin-left: auto;
  background: url("/assets/images/home2/ic_xmark.png") no-repeat;
  background-size: 16px auto;
  vertical-align: middle;
}

.attach-tag.upload,
.attach-tag.btn-small.up {
  opacity: 0.36;
}

.dark {
  background-color: #606266;
  color: #ffffff;
}

.dark:hover {
  background-color: #303133;
  border: 1px solid #dcdfe6;
  color: #ffffff;
}

.dark:disabled {
  background-color: #dcdfe6;
  cursor: not-allowed;
}

.border {
  border: 1px solid #dcdfe6;
  color: #909399;
}

.border:hover {
  background-color: #f8f9fa;
  border: 1px solid #dcdfe6;
  color: #909399;
}

.border:disabled {
  opacity: 0.36;
  cursor: not-allowed;
}

.border:disabled:hover {
  background-color: #ffffff;
}

.border.blue {
  background-color: #ecf5ff;
  border: 1px solid #409eff;
  color: #409eff;
}

.border.blue:hover {
  background-color: #c6e2ff;
}

.border.red {
  background-color: #fef0f0;
  border: 1px solid #f56c6c;
  color: #f56c6c;
}

.border.red:hover {
  background-color: #fde2e2;
}

.download,
.btn-small.down {
  position: relative;
}

.download span,
.btn-small.down span {
  color: #ffffff;
}

.download span:before,
.btn-small.down span:before {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 8px;
  content: "";
  background: url("/assets/images/home2/ic_download.png") no-repeat;
  background-size: 24px auto;
  vertical-align: middle;
}

.download:hover,
.btn-small.down:hover {
  border: 1px solid #f8f9fa;
}

.download:hover span,
.btn-small.down:hover span {
  text-decoration: underline;
}

.upload,
.btn-small.up {
  position: relative;
}

.upload span,
.btn-small.up span {
  color: #ffffff;
}

.upload span:before,
.btn-small.up span:before {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 8px;
  content: "";
  background: url("/assets/images/home2/ic_upload.png") no-repeat;
  background-size: 24px auto;
  vertical-align: middle;
}

.upload:hover,
.btn-small.up:hover {
  border: 1px solid #f8f9fa;
}

.upload:hover span,
.btn-small.up:hover span {
  text-decoration: underline;
}

.btn {
  min-width: 120px;
  height: 48px;
  padding: 0 16px;
  border-radius: 4px;
}

.btn.main {
  background-color: #6BAED7;
  color: #ffffff;
}

.btn.main:hover {
  background-color: #3692CB;
}

.btn.main:disabled {
  background-color: #6BAED7;
  opacity: 0.36;
  cursor: not-allowed;
}

.btn.main:disabled:hover {
  opacity: 0.36;
}

.btn-small {
  display: inline-block;
  min-width: 60px;
  height: 24px;
  padding: 0 10px;
  border-radius: 4px;
  font-size: 12px;
  line-height: 21px;
}

.btn-small:hover {
  border: none;
}

.btn-small.blue:hover {
  border: 1px solid #409eff;
}

.btn-small.red:hover {
  border: 1px solid #f56c6c;
}

.btn-small.up {
  width: 72px;
  padding: 0;
}

.btn-small.up span::before {
  width: 16px;
  height: 16px;
  margin-right: 4px;
  background-size: 16px auto;
}

.btn-small.up:hover span {
  text-decoration: none;
}

.btn-small.down {
  width: 82px;
  padding: 0;
}

.btn-small.down span::before {
  width: 16px;
  height: 16px;
  margin-right: 4px;
  background-size: 16px auto;
}

.btn-small.down:hover span {
  text-decoration: none;
}

.btn-txt {
  width: auto;
  padding: 14px 16px;
  border-radius: 4px;
}

.btn-txt.download,
.btn-txt.btn-small.down {
  background-color: rgba(255, 255, 255, 0.12);
}

.btn-txt.download:hover,
.btn-txt.btn-small.down:hover {
  padding: 13px 15px;
}

.btn-back {
  position: absolute;
  top: 6px;
  right: 0;
  display: flex;
  flex-direction: column;
  width: 60px;
  height: 50px;
  text-align: center;
}

.btn-back .ic-back {
  display: inline-block;
  display: inline-block;
  width: 24px;
  height: 24px;
  content: "";
  background-size: 24px auto;
  background-repeat: no-repeat;
  background-image: url("/assets/images/home2/ic_back.png");
  margin: 0 auto 4px;
}

.btn-back span {
  color: #909399;
}

.btn-refresh {
  position: relative;
  width: 48px;
  height: 48px;
  background-color: #ffffff;
  border: 1px solid #dcdfe6;
  border-radius: 4px;
}

.btn-refresh::after {
  display: inline-block;
  width: 24px;
  height: 24px;
  content: "";
  background-size: 24px auto;
  background-repeat: no-repeat;
  position: absolute;
  top: 12px;
  left: 11px;
  background-image: url("/assets/images/home2/ic_refresh.png");
}

.btn-close {
  display: inline-block;
  width: 24px;
  height: 24px;
  content: "";
  background-size: 24px auto;
  background-repeat: no-repeat;
  background-image: url("/assets/images/home2/ic_close.png");
}

.btn-more::after {
  display: inline-block;
  width: 24px;
  height: 24px;
  content: "";
  background-size: 24px auto;
  background-repeat: no-repeat;
  background-image: url("/assets/images/home2/ic_down.png");
}

.btn-more.type-lg {
  width: 200px;
  height: 48px;
  border: 1px solid #dcdfe6;
  border-radius: 4px;
  color: #606266;
  font-size: 14px;
  font-weight: 500;
}

.btn-more.type-lg:after {
  vertical-align: middle;
}

.btn-more.show:after {
  transform: rotate(180deg);
}

.btn-menu {
  display: inline-block;
  width: 24px;
  height: 24px;
  content: "";
  background-size: 24px auto;
  background-repeat: no-repeat;
  background-image: url("/assets/images/home2/ic_dot.png");
}

.btn-icon {
  display: inline-block;
  width: 44px;
  height: 44px;
  padding: 10px;
  border-radius: 4px;
}

.btn-icon.edit {
  background-color: #f8f9fa;
}

.btn-icon.edit::after {
  display: inline-block;
  width: 24px;
  height: 24px;
  content: "";
  background-size: 24px auto;
  background-repeat: no-repeat;
  background-image: url("/assets/images/home2/ic_edit.png");
}

.btn-icon.trash {
  background-color: #fef0f0;
}

.btn-icon.trash::after {
  display: inline-block;
  width: 24px;
  height: 24px;
  content: "";
  background-size: 24px auto;
  background-repeat: no-repeat;
  background-image: url("/assets/images/home2/ic_trash.png");
}

.btn-icon.reset {
  background-color: #f8f9fa;
}

.btn-icon.reset::after {
  display: inline-block;
  width: 24px;
  height: 24px;
  content: "";
  background-size: 24px auto;
  background-repeat: no-repeat;
  background-image: url("/assets/images/home2/ic_reset.png");
}

.btn-group {
  margin-top: 60px;
  text-align: center;
}

.btn-group.basic .btn {
  width: 200px;
}

.btn-group.basic .btn+.btn {
  margin-left: 20px;
}

.date-group {
  display: flex;
  align-items: center;
  flex: 1;
  width: auto;
}

.date-group .datepicker {
  position: absolute;
  bottom: 3px;
  right: 28px;
  width: 1px;
  height: 1px;
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  z-index: -1;
}

.date-group .open-date {
  position: relative;
  width: 48px;
  min-width: auto;
  height: 48px;
  margin-left: 4px;
  margin-right: 0;
  background-color: #ffffff;
  border: 1px solid #dcdfe6;
  border-radius: 4px;
  cursor: pointer;
  vertical-align: middle;
}

.date-group .open-date:after {
  display: inline-block;
  width: 16px;
  height: 16px;
  content: "";
  background-size: 16px auto;
  background-repeat: no-repeat;
  position: absolute;
  top: 15px;
  left: 16px;
  background-image: url("/assets/images/home2/ic_calendar.png");
  filter: brightness(0) saturate(100%) invert(34%) sepia(49%) saturate(0%) hue-rotate(260deg) brightness(99%) contrast(86%);
}

.tab-box {
  margin: 0 auto;
  border: 1px solid #ebeef5;
  border-radius: 4px;
  overflow: hidden;
}

.tab-box .tab-header ul {
  display: flex;
  align-items: center;
  width: 100%;
}

.tab-box .tab-header ul li {
  width: 100%;
  height: 50px;
  text-align: center;
  background-color: #f8f9fa;
  border-bottom: 1px solid #ebeef5;
}

.tab-box .tab-header ul li a {
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 14px 0;
  color: #c0c4cc;
  font-weight: 500;
}

.tab-box .tab-header ul li:last-child {
  border-left: 1px solid #ebeef5;
}

.tab-box .tab-header ul li.active {
  background-color: #6BAED7;
}

.tab-box .tab-header ul li.active a {
  color: #ffffff;
  font-weight: 700;
}

.tab-box .tab-body {
  padding: 40px;
}

.tab-box .tab-body .varidation-txt {
  width: 100%;
  margin-top: 40px;
  text-align: center;
}

.select-box {
  position: relative;
  width: 160px;
  height: 48px;
  cursor: pointer;
}

.select-box .current {
  width: 100%;
  height: 100%;
  padding: 0 16px;
  background-color: #ffffff;
  border: 1px solid #dcdfe6;
  border-radius: 4px;
  color: #606266;
  line-height: 3.2;
}

.select-box .current.selected {
  color: #303133;
  font-weight: 500;
}

.select-box .current .icon-arrw {
  display: inline-block;
  width: 24px;
  height: 24px;
  content: "";
  background-size: 24px auto;
  background-repeat: no-repeat;
  position: absolute;
  top: 13px;
  right: 12px;
  background-image: url("/assets/images/home2/ic_down.png");
  transition: transform 0.3s ease;
}

.select-box .current .icon-arrw.open {
  transform: rotate(180deg);
}

.select-box .options {
  position: absolute;
  top: 52px;
  left: 0;
  width: 100%;
  padding: 10px 0;
  background-color: #ffffff;
  border-radius: 4px;
  box-shadow: 0px 2px 12px 0 rgba(0, 0, 0, 0.1);
  z-index: 1;
}

.select-box .options li {
  height: 41px;
  padding: 10px 20px;
  color: #606266;
}

.select-box .options li:hover {
  background-color: #f8f9fa;
}

.select-box .options li.selected {
  color: #303133;
  font-weight: 500;
}

.content h4 {
  font-size: 28px;
  font-weight: bold;
  color: #303133;
}

.table2 td,
.table2 th {
  border: 1px solid #dcdfe6;
  font-size: 14px;
  padding: 10px;
  text-align: left;
}

@font-face {
  font-family: "Pretendard";
  src: url("/assets/fonts/Pretendard-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Pretendard";
  src: url("/assets/fonts/Pretendard-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Pretendard";
  src: url("/assets/fonts/Pretendard-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

html {
  font-family: "Pretendard", sans-serif;
  font-size: 14px;
  font-weight: 400;
}



@media (min-width:576px) {

  .container {
    max-width: 1850px;
  }


  .content {

    margin: 0 auto;
  }



}

@media (min-width:768px) {


  .container {

    max-width: 1850px;
  }


}

@media (min-width:992px) {

  .container .container-sm {
    width: 100%;
    min-width: 1830px;
    max-width: 1850px;
  }


}

@media (min-width:1200px) {


  .container {

    max-width: 1850px;
  }




}

@media (min-width:1400px) {


  /*  .container {
    max-width: 90%;
  }*/

  .container {
    width: 100%;
    min-width: 1830px;
    max-width: 1850px;
    display: flex;
    margin: 0 auto;
  }

  .content {

    margin: 0 auto;
  }

  .input,
  .textarea {
    min-width: 100px;
    max-width: 430px;
  }

  .input-group.type2 .input {
    width: 305px;
    min-width: auto;
  }

  .footer .content .right {
    margin-left: 55%;
  }
}



@media (min-width:1910px) {


  /*  .container {
    max-width: 90%;
  }*/

  .container {
    width: 100%;
    min-width: 1830px;
    max-width: 1850px;
    display: flex;
    margin: 0 auto;
  }

  .content {

    margin: 0 auto;
  }


  .footer .content .right {
    margin-left: 55%;
  }
}



/*# sourceMappingURL=style.css.map */