@charset "UTF-8";
.content {
  padding-top: 100px;
  position: relative;
  background: #fff;
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
}

.section:last-child {
  padding-bottom: 140px;
}

.inner {
  width: 100%;
  max-width: 1608px;
  margin: 0 auto;
}

.info {
  display: flex;
  gap: 11px;
  align-items: center;
  font-size: 20px;
  font-weight: 600;
  padding-bottom: 10px;
}

/* 약관 동의 */
.terms .agree-wrap {
  margin-top: 4rem;
}
.terms .agree-wrap .tit {
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 600;
}
.terms .agree-wrap .bg-box {
  width: 100%;
  height: 330px;
  background: #f9f9f9;
  padding: 25px 25px 0 25px;
}
.terms .agree-wrap .bg-box .txt-box {
  width: 100%;
  height: 240px;
  background: #fff;
  border: 1px solid #dbdbdb;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  overflow-y: scroll;
}
.terms .agree-wrap .bg-box .txt-box .box {
  width: 100%;
  height: auto;
  padding: 20px;
  font-size: 19px;
  line-height: 1.1;
}
.terms .agree-wrap .bg-box .txt-box::-webkit-scrollbar {
  z-index: 10;
  position: relative;
  width: 8px;
  height: 20%;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}
.terms .agree-wrap .bg-box .txt-box::-webkit-scrollbar-track {
  background: none;
}
.terms .agree-wrap .bg-box .txt-box::-webkit-scrollbar-thumb {
  background: rgba(169, 169, 169, 0.3);
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}
.terms .agree-wrap .bg-box .txt-box::-webkit-scrollbar-button:vertical:increment {
  display: block;
  width: 20px;
  height: 10px;
  background: url("/static/img/icon/scrollt.png") no-repeat center;
  border-top-right-radius: 10px;
}
.terms .agree-wrap .bg-box .txt-box::-webkit-scrollbar-button:vertical:end:increment {
  display: block;
  width: 20px;
  height: 10px;
  background: url("/static/img/icon/scrollb.png") no-repeat center;
  border-bottom-right-radius: 10px;
}
.terms .agree-wrap .bg-box .txt-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-top: 20px;
}
.terms .agree-wrap .bg-box .txt-wrap p {
  font-size: 15px;
}
.terms .all-agree {
  width: 100%;
  height: 150px;
  background: #f6f9ff;
  border: 1px solid #1e276a;
  margin: 40px 0;
  display: flex;
  gap: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.terms .all-agree .tit {
  font-size: 20px;
  color: #111;
  font-weight: 500;
}
.terms .all-agree .txt-wrap {
  display: flex;
  gap: 13px;
  align-items: center;
}
.terms .all-agree .txt-wrap p {
  font-size: 20px;
  color: #0066de;
  font-weight: 500;
}

/* 회원가입 회원정보수정*/
.join .done {
  margin-top: 20px;
}
.join [type=password] + span {
  margin-left: 10px;
  font-size: 1.4rem;
}

.u-edit .header .b-wrap .btn-wrap {
  display: none;
}
.u-edit .header .b-wrap .logout {
  display: block;
}
.u-edit .header .b-wrap .edit {
  display: block;
}

.address {
  display: flex;
  flex-direction: column;
}

.caption {
  margin-left: 20px;
  font-size: 15px;
  color: #777777;
}

.form-box {
  width: 100%;
  padding: 40px 110px;
  background: #f9f9f9;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
.form-box:first-child {
  border-top: 1px solid #000;
}

.last .input-wrap {
  height: 46px;
}

.mid {
  height: 444px;
  display: flex;
  margin: 20px 0 30px;
  flex-direction: column;
  justify-content: center;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
}

.bot {
  height: 46px;
}

.flex-wrap {
  display: flex;
}

.input-wrap {
  width: 50%;
  margin-bottom: 10px;
}

.num-wrap input {
  width: 80px;
}
.num-wrap span {
  font-size: 20px;
  font-weight: 300;
  padding: 0 4px;
}

.address input {
  margin-bottom: 10px;
}

.plus {
  background: #f0f3f8 !important;
}

.emp {
  font-size: 20px;
  color: #111;
  white-space: nowrap;
}
.emp input {
  margin-right: 10px;
}

.btn-wrap {
  display: flex;
  justify-content: center;
}
.btn-wrap .done {
  width: 200px;
  height: 60px;
  background: #1e276a;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  font-family: "GmarketSans", sans-serif;
  font-size: 22px;
  color: #fff;
  line-height: 60px;
}

.search {
  position: relative;
}

.search-btn {
  display: block;
  width: 80px;
  height: 46px;
  background: #818692;
  border: 1px solid #6e737f;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  position: absolute;
  top: 0;
  left: 99px;
  text-align: center;
  line-height: 46px;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
}

.radio-wrap {
  padding: 10px 0 20px 0;
  display: flex;
  align-items: center;
}
.radio-wrap p {
  font-size: 20px;
  line-height: 28px;
  padding: 0 21px 0 7px;
}
.radio-wrap input {
  margin-top: 10px;
}

input[type=checkbox] {
  width: 19px;
  height: 19px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  background: #ffffff;
  border: 1px solid #dbdbdb;
}

input.big {
  width: 25px;
  height: 25px;
}

input[type=checkbox]:checked {
  background: url("../img/sub/on.jpg") no-repeat center;
  background-size: cover;
  border: none;
}

.calendar {
  overflow: hidden;
  position: relative;
  border: 1px solid #dadada;
}
.calendar input {
  width: calc(100% - 4rem);
  border: 0 none;
  outline: 0 none;
}
.calendar .docs-datepicker-container {
  position: absolute;
  right: 0;
  top: 0;
  background-color: #f7f7f7;
}

.id-check-btn {
  margin-left: 10px;
  width: 95px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  font-size: 15px;
  letter-spacing: 1px;
  color: #fff;
  background: #1e276a;
}
.id-check-btn + .caption {
  position: absolute;
  left: 430px;
  white-space: nowrap;
}

/* 로그인 */
.login-box {
  width: 350px;
  height: auto;
  text-align: center;
  margin: 0 auto 20px;
}

.login-box > h2 {
  margin-bottom: 20px;
  font-size: 40px;
  font-weight: 700;
  color: #002e6e;
  letter-spacing: 2px;
}

.login-box > h3 {
  margin-bottom: 50px;
  font-size: 20px;
  color: #5b7eff;
}

.login-box input[type=text],
.login-box input[type=password] {
  padding-left: 20px;
  width: 350px;
  height: 100%;
  vertical-align: top;
}

.login-box .input-box {
  overflow: hidden;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  width: 100%;
  height: 65px;
  background-color: #f8f9fc;
  border: 1px solid #ccd1d9;
  border-radius: 32.5px;
  -webkit-border-radius: 32.5px;
  -moz-border-radius: 32.5px;
  -ms-border-radius: 32.5px;
  -o-border-radius: 32.5px;
}

.login-box .input-box label {
  position: relative;
  display: inline-block;
  padding: 0 15px 0 20px;
  border-right: 1px solid #ccd1d9;
  width: auto;
}

.login-box .input-box input {
  padding-right: 20px;
  flex: 1 1 0;
  border: none;
  background: none;
}

.login-box .big-btn:nth-of-type(1) {
  display: block;
  margin-bottom: 10px;
  width: 100%;
  height: 65px;
  line-height: 65px;
  color: #fff;
  background-color: #1e276a;
  font-size: 20px;
  font-weight: 500;
  border-radius: 32.5px;
  -webkit-border-radius: 32.5px;
  -moz-border-radius: 32.5px;
  -ms-border-radius: 32.5px;
  -o-border-radius: 32.5px;
}

.login-box .big-btn:nth-of-type(2) {
  display: block;
  margin-bottom: 20px;
  width: 100%;
  height: 65px;
  line-height: 65px;
  color: #1e276a;
  border: 1px solid rgba(30, 39, 106, 0.5);
  background-color: #fff;
  font-size: 20px;
  font-weight: 500;
  border-radius: 32.5px;
  -webkit-border-radius: 32.5px;
  -moz-border-radius: 32.5px;
  -ms-border-radius: 32.5px;
  -o-border-radius: 32.5px;
}

.login-box fieldset {
  display: flex;
  justify-content: space-between;
  margin: 5px 0 35px;
  width: 100%;
  font-size: 19px;
  color: #002e6e;
  border: 0;
}

.login-box fieldset .remember-ip input[type=checkbox] {
  margin: 0 5px;
  vertical-align: middle;
}

.login-box fieldset .remember-ip label {
  position: relative;
  cursor: pointer;
}

.login-box fieldset .f-right a.btn {
  margin: 0 10px;
  color: #1e276a;
  font-size: 19px;
  font-weight: 500;
}

.login-box fieldset .f-right a.btn:last-child {
  position: relative;
  margin-right: 0;
}

.login-box fieldset .f-right a.btn:last-child::before {
  position: absolute;
  content: "";
  width: 4px;
  height: 4px;
  left: -12px;
  top: 50%;
  background: #1e276a;
  border-radius: 2px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
}

.login-box .cs-box {
  overflow: hidden;
  margin-top: 40px;
  color: #002e6e;
  font-size: 15px;
  background: url("../img/icon/login-logo.png") left center no-repeat;
}

.login-box .cs-box > span {
  float: right;
  font-size: 14px;
}

.find .info {
  margin-bottom: 30px;
}
.find .info .red {
  color: #b30000;
  text-decoration: underline;
}
.find .flex-wrap {
  align-items: center;
}
.find .input-wrap {
  width: 100%;
  align-items: baseline;
  padding: 0 112px;
}
.find .img-wrap {
  margin-top: 4px;
}
.find .center {
  align-items: center;
}
.find .num-check {
  padding-left: 43px;
  margin-top: 10px;
}
.find .num-check input:first-child {
  margin-right: 5px;
}
.find .wid-700 {
  width: 700px;
}
.find .wid-150 {
  width: 150px;
}
.find .btn-wrap {
  height: auto;
  display: flex;
  gap: 5px;
  align-items: center;
  margin-left: 10px;
}
.find #check {
  width: 80px;
  height: 46px;
  margin-left: 10px;
  line-height: 50px;
  background: #818692;
  border-radius: 23px;
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  -ms-border-radius: 23px;
  -o-border-radius: 23px;
  font-size: 15px;
  color: #fff;
  font-family: "GmarketSans", sans-serif;
  border: none;
  cursor: pointer;
}

.flex-col {
  flex-direction: column;
}

.reduction .icon-wrap {
  padding-left: 20px;
  margin-bottom: 30px;
}
.reduction .tit {
  margin-bottom: 20px;
  font-size: 25px;
  font-weight: 600;
  color: #111;
}
.reduction .tit.pt {
  padding-top: 110px;
}
.reduction .s-txt {
  margin-bottom: 40px;
  font-size: 19px;
  line-height: 22px;
  font-weight: 500;
}
.reduction .flex-wrap {
  justify-content: left;
  gap: 55px;
}
.reduction .box1,
.reduction .box2,
.reduction .box3 {
  width: 500px;
  height: 520px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  padding: 57px 0 0 50px;
}
.reduction .box3 {
  position: relative;
}
.reduction .box3 .caption {
  position: absolute;
  right: 0;
  bottom: -25px;
}
.reduction .txt {
  margin-bottom: 40px;
  font-size: 35px;
  font-weight: 600;
  color: #111;
}
.reduction .box-wrap {
  margin-bottom: 24px;
}
.reduction .box-wrap .text {
  display: block;
  width: 130px;
  height: 44px;
  border-radius: 22px;
  -webkit-border-radius: 22px;
  -moz-border-radius: 22px;
  -ms-border-radius: 22px;
  -o-border-radius: 22px;
  background: rgba(255, 255, 255, 0.7);
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  line-height: 44px;
  margin-bottom: 22px;
}
.reduction .box-wrap .cont {
  font-size: 19px;
  line-height: 25px;
  font-weight: 500;
}
.reduction .box1 {
  background: #fef1f4;
}
.reduction .box2 {
  background: #fff7eb;
}
.reduction .box3 {
  background: #fffce6;
}
.reduction .color1 {
  background: #f6ffe0;
}
.reduction .color2 {
  background: #e5f4ff;
}
.reduction .caption {
  display: flex;
  align-items: center;
  margin-top: 13px;
  margin-left: 0;
  gap: 8px;
}
.reduction .source {
  display: block;
  width: 60px;
  height: 30px;
  border-radius: 14.5px;
  -webkit-border-radius: 14.5px;
  -moz-border-radius: 14.5px;
  -ms-border-radius: 14.5px;
  -o-border-radius: 14.5px;
  background: rgba(41, 66, 150, 0.1);
  line-height: 30px;
  text-align: center;
  font-weight: 600;
  color: #04005c;
}

.notice .section:last-child {
  padding-bottom: 84px;
}
.notice .all {
  font-size: 20px;
  color: #555555;
  margin-bottom: 21px;
}
.notice article {
  width: 100%;
  border-top: 1px solid #000;
}
.notice .list .gray {
  background: #fafafa;
}
.notice .list li {
  width: 100%;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #dddddd;
}
.notice .list li .num {
  display: block;
  width: 88px;
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  margin-right: 50px;
}
.notice .list li .num::before {
  content: "";
  width: 1px;
  height: 18px;
  background: #ddd;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.notice .list li .notice {
  display: block;
  width: 50px;
  height: 30px;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  background: #1e276a;
  color: #fff;
  text-align: center;
  font-size: 13px;
  font-weight: 700;
  line-height: 30px;
  margin: 0 68px 0 20px;
}
.notice .list li .txt {
  font-size: 20px;
}
.notice .list li .left {
  display: flex;
  align-items: center;
}
.notice .list li .viewp {
  display: block;
  width: 92px;
  text-align: center;
}
.notice .list li .right {
  font-size: 19px;
  display: flex;
  align-items: center;
  gap: 65px;
}
.notice .list li:hover .txt {
  text-decoration: underline;
}

/* 페이지 네이션 */
.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 40px auto 0;
  max-width: 900px;
  gap: 29px;
}
.pagination li {
  position: relative;
  left: 0;
  top: 0;
  margin: 0 5px;
  width: auto;
  min-width: 7px;
}
.pagination li::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -8px;
  width: 150%;
  height: 3px;
  background-color: #111;
  display: none;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
.pagination li.active a {
  font-weight: 800;
}
.pagination li.active::before {
  display: block;
}
.pagination li a {
  position: relative;
  left: 0;
  top: 0;
  overflow: hidden;
  display: block;
  width: 100%;
  height: 18px;
  font-size: 19px;
  font-weight: 300;
  text-align: center;
  line-height: 25px;
  font-weight: 600;
}

.view .section:last-child {
  padding-bottom: 53px;
}
.view .content-wrap {
  width: 100%;
  border-bottom: 1px solid #1c1c1c;
  border-top: 1px solid #1c1c1c;
}
.view .title {
  width: 100%;
  height: 90px;
  padding: 0 50px 0 27px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #eff1f3;
}
.view .title .tit {
  font-size: 28px;
  font-weight: 700;
}
.view .title .w-info {
  display: flex;
  align-items: center;
  gap: 48px;
  font-size: 20px;
}
.view .main-txt {
  padding: 54px 50px 30px 27px;
}
.view .main-txt p {
  margin-bottom: 105px;
  font-size: 20px;
  line-height: 35px;
  font-weight: 300;
}
.view .main-txt .file {
  display: flex;
}
.view .main-txt .file .name {
  font-size: 19px;
  font-weight: 700;
  margin-bottom: 0;
  margin-right: 15px;
  text-decoration: underline;
}
.view .main-txt .file a {
  display: flex;
  width: 125px;
  height: 38px;
  align-items: center;
  justify-content: center;
  background: #e5e5e5;
  border-radius: 19px;
  -webkit-border-radius: 19px;
  -moz-border-radius: 19px;
  -ms-border-radius: 19px;
  -o-border-radius: 19px;
  font-size: 13px;
  gap: 9px;
}
.view .main-txt .file a img {
  width: 13px;
  height: 14px;
}
.view .main-txt .file.mg {
  margin-bottom: 10px;
}
.view .btn-wrap {
  width: 100%;
  display: flex;
  justify-content: right;
  margin-top: 20px;
}
.view .btn-wrap a {
  width: 130px;
  height: 50px;
  background: #1e276a;
  text-align: center;
  line-height: 50px;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  font-family: "GmarketSans", sans-serif;
  font-size: 19px;
  color: #fff;
}

.sum {
  /*.mt {
    margin-top: 70px;
  } 240718*/
}
.sum .select-group {
  display: flex;
  justify-content: flex-start;
}
.sum .select-group .select-wrap .select-btn {
  width: 130px;
  font-size: 13px;
  border-right: 0 none;
}
.sum .select-group .select-wrap .select-btn img {
  width: 9px;
}
.sum .select-group .select-wrap.dls .select-btn {
  color: #b4b4b4;
  background-color: #e4e4e4;
}
.sum .select-group .select-wrap .option {
  width: 100%;
}
.sum .select-group .select-wrap .option a {
  font-size: 12px;
}
.sum .select-group .submit-btn {
  width: 100px;
  line-height: 42px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  background-color: #000;
}
.sum .tit-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 100;
  margin-bottom: 10px;
}
.sum .tit-wrap .sub-nav {
  display: flex;
  justify-content: flex-start;
}
.sum .tit-wrap .sub-nav li {
  margin-right: 10px;
  width: 180px;
  height: 65px;
  text-align: center;
  line-height: 65px;
  font-size: 25px;
  font-weight: 400;
  background-color: #f0f0f0;
  border-radius: 35px;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  -ms-border-radius: 35px;
  -o-border-radius: 35px;
}
.sum .tit-wrap .sub-nav li a {
  display: block;
  height: inherit;
}
.sum .tit-wrap .sub-nav li.active {
  font-weight: 600;
  color: #fff;
  background-color: #000;
}
.sum .tit-wrap .tit {
  font-size: 25px;
  line-height: 60px;
  color: #111;
  font-weight: 600;
}
.sum .tit-wrap .tit span {
  font-size: 20px;
}
.sum .btn-wrap {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 8px;
}
.sum .btn-wrap > a {
  display: flex;
  gap: 7px;
  width: 130px;
  height: 42px;
  border-radius: 21px;
  -webkit-border-radius: 21px;
  -moz-border-radius: 21px;
  -ms-border-radius: 21px;
  -o-border-radius: 21px;
  font-family: "GmarketSans", sans-serif;
  color: #fff;
  font-size: 13px;
  align-items: center;
  justify-content: center;
}
.sum .btn-wrap .pdf {
  background: #b30000;
}
.sum .btn-wrap .exel {
  background: #00652d;
}
.sum .btn-wrap .save {
  background: #111;
}
.sum .btn-wrap .save2 {
  width: 200px;
  height: 60px;
  background: #111;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  font-family: "GmarketSans", sans-serif;
  font-size: 22px;
  color: #fff;
  line-height: 60px;
  margin-top: 40px;
}
.sum .btn-wrap.ju-right {
  justify-content: right;
}
.sum .chart {
  width: 100%;
  height: 650px;
  border-top: 1px solid #c0ccdd;
  border-bottom: 1px solid #c0ccdd;
}
.sum .chart .img-wrap {
  width: 801px;
  margin: 104px auto 0;
}
.sum .table1 tbody tr:last-child .modal-open-btn {
  display: inline-block;
  margin-left: 10px;
  vertical-align: middle;
}

.sum.data-input-page .tit-wrap {
  align-items: flex-end;
  justify-content: flex-start;
}
.sum.data-input-page .tit-wrap .tit {
  line-height: 1.8;
}
.sum.data-input-page .btn {
  margin: 0 0 0 2rem;
  padding: 0 20px;
  width: -moz-fit-content;
  width: fit-content;
  height: 50px;
  text-align: center;
  line-height: 50px;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  font-family: "GmarketSans", sans-serif;
  font-size: 19px;
  color: #fff;
}
.sum.data-input-page .manual-btn {
  background: #1e276a;
}
.sum.data-input-page .select-wrap {
  margin-left: auto;
}

.sum.data .tit-wrap {
  gap: 10px;
}
.sum.data .btn {
  display: flex;
  gap: 8px;
  align-items: flex-end;
  width: auto;
  height: auto;
  padding: 15px 20px;
  margin-left: 0;
  font-size: 14px;
  line-height: 1;
}
.sum.data .btn.green1 {
  background: #00652d;
}
.sum.data .btn.green2 {
  background: #ebebeb;
  color: #1f412e;
}
.sum.data .btn.green3 {
  background: #f7ec8f;
  color: #1f412e; /*240822*/
}

.all-sum .tit-wrap {
  margin-bottom: 20px;
  align-items: flex-end;
}
.all-sum .tit-wrap .tit {
  font-size: 20px;
}
.all-sum .all-table tr:last-child td:first-child .btn {
  display: inline-block;
  margin: 0 10px;
  vertical-align: middle; /*240822*/
}

.select-wrap .select-btn {
  width: 106px;
  height: 42px;
  background: #f3f5f9;
  border: 1px solid #c0ccdd;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 16px;
  font-size: 19px;
}
.select-wrap .select-btn img {
  transform: rotate(0);
  transition: transform 0.2s;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
}
.select-wrap .option {
  overflow-y: auto;
  display: none;
  position: absolute;
  width: 106px;
  max-height: 310px;
  padding: 14px 16px;
  background: #f3f5f9;
  border: 1px solid #c0ccdd;
  border-top: none;
}
.select-wrap .option > li {
  font-size: 15px;
  line-height: 25px;
  color: #111;
}
.select-wrap.active .select-btn img {
  transform: rotate(180deg);
  transition: transform 0.2s;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transition: transform 0.2s;
  -moz-transition: transform 0.2s;
  -ms-transition: transform 0.2s;
  -o-transition: transform 0.2s;
}

.table-tit {
  padding-top: 10px;
  font-size: 25px;
  line-height: 60px;
}

.all-table {
  display: flex;
  border-top: 1px solid #000;
}
.all-table tfoot td:first-child .btn {
  display: inline-block;
  margin: 0 10px;
  vertical-align: middle;
}

.data-table input {
  padding: 0 0.5rem;
}
.data-table input.active {
  border: 0.2rem solid #6191da !important;
}

.null-data td {
  height: 100px !important;
  border-left: 1px solid #dee5ee;
}

.d-none {
  display: none !important;
}

.modal-open-btn {
  display: block;
  margin: 10px auto;
  width: 23px;
  height: 23px;
  background: url("../img/icon/btn-icon.jpg") center no-repeat;
}

.modal-open-btn-sum {
  display: block;
  margin: 10px auto;
  width: 34px;
  height: 34px;
  background: url("../img/icon/btn-icon.jpg") center no-repeat;
}

.inline {
  display: inline-block;
  margin: 0 10px;
  vertical-align: middle;
} /*240830*/
.modal-wrap {
  display: none;
  z-index: 9000;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.modal-inner {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -50px;
  padding: 50px;
  width: 935px;
  background-color: #fff;
  transform: translate(-50%, -50%);
  transition: top 1s;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transition: top 1s;
  -moz-transition: top 1s;
  -ms-transition: top 1s;
  -o-transition: top 1s;
}
.modal-inner .tit-wrap {
  z-index: 10;
  display: flex;
  position: relative;
  margin-bottom: 10px;
}
.modal-inner .chart {
  padding: 40px;
  width: 100%;
  min-height: 40vh;
  max-height: 70rem;
  border-top: 1px solid #c0ccdd;
  border-bottom: 1px solid #c0ccdd;
}
.modal-inner .chart .img-wrap {
  display: flex;
  justify-content: center;
}
.modal-inner .btn-wrap {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 8px;
}
.modal-inner .btn-wrap > a {
  display: flex;
  gap: 7px;
  width: 130px;
  height: 42px;
  border-radius: 21px;
  -webkit-border-radius: 21px;
  -moz-border-radius: 21px;
  -ms-border-radius: 21px;
  -o-border-radius: 21px;
  font-family: "GmarketSans", sans-serif;
  color: #fff;
  font-size: 13px;
  align-items: center;
  justify-content: center;
}
.modal-inner .btn-wrap .pdf {
  background: #b30000;
}
.modal-inner .btn-wrap .exel {
  background: #00652d;
}
.modal-inner .alert {
  position: relative;
  margin: 17px 0;
  font-size: 20px;
  font-weight: 700;
  color: #e81c1c;
}
.modal-inner .alert::before {
  margin-right: 10px;
  vertical-align: middle;
  content: url("../img/icon/alert_red.png");
}
.modal-inner .modal-close-btn-sum,
.modal-inner .modal-close-btn {
  display: block;
  margin: 30px 0;
  height: 42px;
  background: #a5b0c3;
  border-radius: 21px;
  -webkit-border-radius: 21px;
  -moz-border-radius: 21px;
  -ms-border-radius: 21px;
  -o-border-radius: 21px;
  font-family: "GmarketSans", sans-serif;
  color: #fff;
  padding: 0 36px;
  font-size: 15px;
  line-height: 42px;
}
.modal-inner .save2 {
  display: block;
  margin: 30px 0;
  height: 42px;
  border-radius: 21px;
  -webkit-border-radius: 21px;
  -moz-border-radius: 21px;
  -ms-border-radius: 21px;
  -o-border-radius: 21px;
  font-family: "GmarketSans", sans-serif;
  padding: 0 36px;
  font-size: 15px;
  line-height: 42px;
  background: #000;
  color: #fff;
}
.modal-inner .px-0 {
  padding: 0 !important;
}

.modal-tit {
  font-size: 30px;
}

.modal-body {
  overflow-y: auto;
  padding: 0 40px;
  width: 100%;
  height: 520px;
}
.modal-body.box {
  padding-bottom: 20px;
  border: 1px solid #c0ccdd;
}
.modal-body.box li {
  margin: 50px 0;
  font-size: 2rem;
}
.modal-body.box li .tit-wrap {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-weight: 700;
  color: #4350b3;
}
.modal-body.box li .tit-wrap .list-tit {
  margin-right: 25px;
  padding-left: 33px;
  width: 270px;
  height: 55px;
  line-height: 55px;
  font-size: 21px;
  color: #fff;
  background-color: #1e276a;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}
.modal-body.box li .desc {
  margin: 20px 0;
  font-weight: 500;
}
.modal-body.box li dl {
  margin: 25px 0;
  font-weight: 500;
}
.modal-body.box li dl dt {
  margin-bottom: 10px;
  font-weight: 800;
  color: #273288;
}

/* 폐수처리 입력모달 */
.modal-input-table .modal-body {
  padding: 0 !important;
  height: 56rem;
}

.hidden {
  overflow: hidden;
  width: 0;
  height: 0;
  font-size: 1px;
}

.provision .provision-page {
  line-height: 1.5;
  font-size: 20px;
}
.provision .provision-page .tit {
  margin-bottom: 20px;
}
.provision .provision-page p {
  margin-bottom: 10px;
}

.Apple-converted-space {
  margin-bottom: 5px;
}

.privacy .privacy-page {
  line-height: 1.5;
  font-size: 20px;
  font-weight: 300;
}
.privacy .privacy-page .tit {
  margin-bottom: 20px;
}
.privacy .privacy-page p {
  margin-bottom: 10px;
}
.privacy .txt-table {
  margin: 10px 0;
  width: 100%;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
}
.privacy .txt-table th,
.privacy .txt-table td {
  padding: 10px 20px;
  vertical-align: middle;
}
.privacy .txt-table thead {
  border-bottom: 1px solid #ccc;
}
.privacy .txt-table thead th {
  height: 50px;
  text-align: left;
}
.privacy .txt-table thead th:first-child {
  text-align: center;
}
.privacy .txt-table tbody {
  font-size: 19px;
  word-break: keep-all;
  font-weight: 400;
}
.privacy .txt-table tbody td {
  border-bottom: 1px solid #ccc;
}
.privacy .txt-table tbody td:nth-of-type(1) {
  text-align: center;
}
.privacy .txt-table.wid-p th:first-child {
  padding-left: 30px;
  text-align: left;
}
.privacy .txt-table.wid-p td:first-child {
  padding-left: 40px;
  text-align: left;
}

.noemail .noemail-page {
  font-size: 20px;
}
.noemail .noemail-page .first-el {
  margin-bottom: 30px;
  color: #555;
}
.noemail .noemail-page .hero {
  padding: 10px 10px 10px 30px;
  font-size: 14px;
  border-left: 2px solid #555;
  background-color: #ececec;
}
.noemail .noemail-page .hero .icon {
  display: inline-block;
  margin-right: 10px;
  height: 15px;
}
.noemail .noemail-page .hero .icon img {
  height: 100%;
}
.noemail .noemail-page .alert-box {
  margin: 40px 0;
  padding: 10px 20px;
  line-height: 1.5;
  color: #9c1F1F;
  background: #FBE9E7;
  border: 1px solid #9c1F1F;
}
.noemail .noemail-page .alert-box ol {
  counter-reset: number 0;
}
.noemail .noemail-page .alert-box ol li::before {
  padding-right: 10px;
  counter-increment: number 1;
  content: counter(number) ".";
}
.noemail .hero-bg-red {
  padding: 10px 20px;
  color: #fff;
  background: #FF4848;
}

.cer .info {
  align-items: flex-start;
  margin-bottom: 103px;
}
.cer .info .blue {
  background: none;
  color: #2137db;
  font-weight: 700;
}
.cer .info .mt {
  display: block;
  padding-top: 10px;
}
.cer .article {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 100px 0 110px;
}
.cer .article:last-of-type {
  margin: 0;
}
.cer .article:last-of-type .download {
  width: 280px;
}
.cer .img-wrap {
  box-shadow: 0 90px 90px rgba(0, 0, 0, 0.1);
  line-height: 0;
}
.cer .btn-wrap {
  gap: 40px;
}
.cer .download {
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 60px;
  margin-top: 50px;
  font-size: 19px;
  font-family: "GmarketSans", sans-serif;
  color: #fff;
  background: #1e276a;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}
.cer .black {
  background: #000;
}
.cer .cer-wrap {
  display: flex;
  flex-direction: column;
  padding-bottom: 125px;
  width: 630px;
  height: 875px;
  position: relative;
  background: url("../img/sub/cer.jpg") no-repeat;
  @import url("https://fonts.googleapis.com/css2?family=Noto+Serif+KR:wght@200..900&display=swap");
  font-family: "Noto Serif KR", serif;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
}
.cer .serial {
  position: absolute;
  top: 40px;
  left: 50px;
  font-size: 12px;
  font-weight: 500;
  color: #b30000;
}
.cer .cer-tit-wrap {
  margin: 150px 0 104px;
  text-align: center;
  line-height: 1;
}
.cer .cer-tit-wrap .cer-tit {
  font-size: 40px;
  line-height: 1;
  font-weight: 500;
}
.cer .cer-tit-wrap .cer-desc {
  font-size: 18px;
  color: #727272;
}
.cer .cont {
  padding-left: 94px;
  padding-right: 70px;
}
.cer .cont li {
  display: flex;
  margin-bottom: 10px;
  font-size: 12px; /*240822*/
  line-height: 1.5;
  word-break: keep-all;
}
.cer .cont li .title {
  display: block;
  width: 95px; /*240822*/
  min-width: 95px; /*240822*/
}
.cer .cont li .company,
.cer .cont li .name,
.cer .cont li .num,
.cer .cont li .address,
.cer .cont li .kfdic {
  margin-left: 4px;
}
.cer .cont li .over-box {
  padding-left: 5px;
  max-width: calc(100% - 95px); /*240822*/
}
.cer .cont li:nth-last-of-type(2) .address {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
  transform-origin: left center; /*240822*/
}
.cer .cont li:last-child {
  margin-bottom: 0;
}
.cer .small {
  font-size: 11px;
}
.cer .bottom-wrap {
  margin-top: auto;
}
.cer .main-txt {
  padding-left: 94px;
  font-size: 15px;
  line-height: 2;
}
.cer .date {
  display: block;
  margin: 61px 0 58px;
  font-size: 15px;
  line-height: 1;
  text-align: center;
}
.cer .end {
  font-size: 22px;
  text-align: center;
  line-height: 1;
}
.cer .info-txt {
  margin-top: 50px;
  width: 630px;
  text-align: left;
  font-size: 12px; /*240822*/
}
.cer .info-txt > a > span {
  margin: 0 10px;
  color: #b30000; /*240822*/
}