@charset "UTF-8";
@import url(../fontawesome-6.5.1/all.min.css);
/****************** header ******************/
#header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: var(--gray2-color);
  z-index: 9;
}

#header > .clearfix {
  padding: 0 40px;
  min-height: 70px;
  width: 100%;
  min-width: 1440px;
}

/*
#header.fixed {
	position: fixed;
}
*/
.logo {
  margin-top: 21px;
  width: 162px;
  height: 32px;
  vertical-align: middle;
}

.logo.esgenie {
  margin-top: 21px;
  width: 110px;
  height: 28px;
  vertical-align: middle;
}

.logo a {
  display: block;
  width: 100%;
  height: 100%;
  background: url("../../assets/images/logo/logo.png") no-repeat left center/100%;
  text-indent: -9000px;
}

.logo.esgenie a {
  display: block;
  width: 100%;
  height: 100%;
  background: url("../../assets/images/logo/logo-ESGenie.png") no-repeat left center/100%;
  text-indent: -9000px;
}

#header .util {
  margin: 25px 28px 0 0;
  align-items: center;
}

#header .util li a {
  position: relative;
  display: inline-block;
  padding: 0 16px;
  font-size: var(--font-body2);
  color: var(--white-color);
  cursor: pointer;
}

#header .util li:first-child a:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

#header .util li + li {
  border-left: 1px solid var(--gray600-color);
}

#header .btn-medium {
  margin-top: 16px;
}

.logout {
  display: flex;
  align-items: center;
  min-height: 36px;
  margin-top: 16px;
  min-width: 100px;
  padding: 0 16px;
  border-radius: 5px;
  border: 1px solid var(--green400-color);
  font-size: 13px;
  font-weight: 500;
  color: var(--green400-color);
  transition: all 0.3s ease;
  cursor: pointer;
}
.logout span {
  margin-left: 4px;
  font-size: var(--font-body2);
}

.logout:hover {
  background: #f2fdf3;
}

.logout:active {
  background: #e1ffe4;
}

/****************** header ******************/
/****************** LNB ******************/
.LNB {
  padding: 100px 20px;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 280px;
  background: var(--white-color);
}

.side-menu-1 .depth-1 {
  display: block;
  font-size: var(--font-subtitle);
  font-weight: 500;
  color: var(--gray600-color);
}

.side-menu-1 .depth-1:not(:last-child) {
  margin-bottom: 10px;
}

.side-menu-1 .depth-1 > a {
  display: block;
  padding: 16px 20px;
}

.side-menu-1 .depth-1 > a {
  display: block;
  font-size: var(--font-subtitle);
  font-weight: 500;
  color: var(--gray600-color);
}

.side-menu-1 .depth-1 a:hover {
  background: #f2fdf3;
  border-radius: 10px;
  font-weight: 600;
  color: var(--green400-color);
}

.side-menu-1 .depth-1 > a.active {
  display: block;
  font-weight: 600;
  color: var(--gray900-color);
}

.side-menu-1 .depth-1 img.minus,
.side-menu-1 .depth-1 a.active img.plus {
  display: none;
}

.side-menu-1 .depth-1 a.active img.minus {
  display: inline-block;
}

.side-menu-1 .depth-1:hover > a.active,
.side-menu-1 .depth-1:selected > a.active {
  color: var(--green400-color);
}

.depth-2,
.depth-3 {
  display: none;
}

.depth-2 > li {
  padding: 0 20px;
}

.depth-2 > li > a {
  display: block;
  padding: 16px 0 16px 18px;
  font-size: var(--font-body);
  color: var(--gray600-color);
}

/*
.depth-2.active > li > a {
	font-weight: 600;
	color: var(--gray900-color);
}
*/
.depth-2.active > li > a:hover {
  color: var(--green400-color);
}

.side-menu-1 .depth-1 > a.active,
.depth-2.active > li > a.active {
  background: #f2fdf3;
  border-radius: 10px;
  font-weight: 600;
  color: var(--green400-color);
}

.side-menu-1 .depth-1 > a.active.none,
.depth-2.active > li > a.active.none {
  background: transparent;
  font-weight: 500;
  color: var(--gray900-color);
}

.depth-2.active img.close,
.depth-2.active > li > a.active img.open {
  display: none;
}

.depth-2.active > li > a.active img.close {
  display: inline-block;
}

.depth-2.active .depth-3 {
  padding-bottom: 10px;
  height: 100%;
  border-bottom: 1px solid var(--gray300-color);
}

.depth-3 li a {
  display: block;
  padding: 14px 18px;
  font-size: var(--font-body2);
  font-weight: 500;
  color: var(--gray600-color);
}

.depth-3 > li > a.active {
  background: #f2fdf3;
  border-radius: 10px;
  font-weight: 600;
  color: var(--green400-color);
}

.depth-3 img:last-child,
.depth-3 a.active img:first-child {
  display: none;
}

.depth-3 a.active img:last-child {
  display: inline-block;
}

/****************** LNB ******************/
/****************** container ******************/
.wdt-1240 {
  width: 1240px;
  margin: auto;
}

.wdt-1550 {
  width: 1550px;
}

.container {
  margin: 70px 0 0 280px;
  padding: 40px 40px 50px 50px;
  width: calc(100% - 280px);
  min-height: 950px;
}

.contents-in {
  padding: 50px;
  background: var(--white-color);
  border: 1px solid var(--gray300-color);
}

.con-top {
  padding: 26px 24px;
  border-radius: 10px;
  background: var(--gray10-color);
  border: 1px solid var(--green300-color);
}

.con-top .b-list {
  gap: 50px;
}

.con-top .b-list .flex {
  align-items: center;
  gap: 20px;
}

.con-top .b-list .flex h6 {
  display: inline-block;
  width: 70px;
  font-weight: 500;
}

.con-top input,
.con-top .select {
  height: 40px;
}

.con-top .btn-medium {
  width: 120px;
}

/****************** container ******************/
/****************** login ******************/
.login-in {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 1082px;
  width: 100%;
  margin: auto;
  padding: 120px 0;
  background: var(--white-color);
}

.login-in .l-logo {
  width: 310px;
  margin: 0 auto 38px;
}

.login-in p {
  margin-bottom: 76px;
  font-size: var(--font-body);
  line-height: 22px;
  color: var(--gray600-color);
  text-align: center;
}

.login-in input {
  display: block;
  width: 530px;
  margin: auto;
}

.login-in input:first-child {
  margin-bottom: 10px;
}

.login-in button {
  width: 530px;
  margin: 40px auto 0;
  padding: 16px 30px;
  font-size: var(--font-body);
  font-weight: 600;
}

.login-in .pw-wrap {
  position: relative;
}

.login-in i {
  position: absolute;
  top: 12px;
  left: 71%;
}

.login-in i.on img:first-child,
.login-in i.off img:last-child {
  display: none;
}

.login-in i.on img:last-child {
  display: block;
}

/****************** login ******************/
/****************** member ******************/
.member-in {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 602px;
  width: 100%;
  margin: auto;
  padding: 36px 40px 40px;
  background: var(--white-color);
}

.member-in strong {
  display: block;
  margin-bottom: 40px;
  font-size: var(--font-header);
  font-weight: bold;
  line-height: 32px;
  color: var(--gray700-color);
}

.member-in > div > .flex:not(:last-child) {
  margin-bottom: 20px;
}

.member-in input {
  display: block;
  width: calc(100% - 144px);
  height: 46px;
  margin: auto;
}

.member-in input:first-child {
  margin-bottom: 10px;
}

.member-in button {
  width: 530px;
  margin: 40px auto 0;
  padding: 16px 30px;
  font-size: var(--font-body);
  font-weight: 600;
}

.member-in .pw-wrap {
  position: relative;
}

.member-in i {
  position: absolute;
  top: 12px;
  left: 85%;
}

.member-in i.on img:first-child,
.member-in i.off img:last-child {
  display: none;
}

.member-in i.on img:last-child {
  display: block;
}

.mi-wrap h6 {
  display: block;
  width: 144px;
}

.member-in .pw-wrap input {
  width: 100%;
  margin-bottom: 0;
}

.member-in .btn-large {
  margin-top: 0;
  padding: 16px 20px;
  width: 130px;
  height: 46px;
}

/****************** member ******************/
/****************** page ******************/
.page-tit {
  display: block;
  margin-bottom: 20px;
  font-size: var(--font-header);
  font-weight: bold;
  /* line-height: 32px; */
  color: var(--gray700-color);
}

.btn-wrap.add-btn {
  gap: 10px;
}

.btn-wrap.add-btn button {
  min-height: 38px;
}

/****************** page ******************/
/****************** user ******************/
#user .tit-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}

#user .tit-area .page-tit {
  margin-bottom: 0;
}

#user .top {
  margin-bottom: 15px;
}

#user .top strong {
  display: block;
  margin-bottom: 10px;
  font-size: var(--font-title);
  line-height: 28px;
  font-weight: 600;
  color: var(--green500-color);
}

#user .top p {
  font-size: var(--font-body);
  line-height: 22px;
  font-weight: 500;
  color: var(--green400-color);
}

#user .con-in {
  padding: 30px;
}

#user .con-in .top strong {
  display: block;
  margin-bottom: 6px;
  font-size: var(--font-body);
  line-height: 22px;
  font-weight: 600;
  color: var(--gray700-color);
}

#user .con-in .top p {
  display: block;
  margin-bottom: 20px;
  font-size: var(--font-body);
  line-height: 22px;
  font-weight: 400;
  color: var(--gray600-color);
}

#user .list-wrap {
  padding: 30px;
  background: var(--gray100-color);
  border-radius: 10px;
}

#user .list-wrap .floatLeft {
  width: 80%;
  font-size: var(--font-body);
  line-height: 22px;
  word-break: keep-all;
}

#user .list-wrap:not(:last-child) {
  margin-bottom: 10px;
}

#user .radio-wrap {
  display: flex;
  align-items: center;
}

#user .gray {
  color: var(--gray600-color);
}

#user .btn-large {
  width: 120px;
}

#user .modal-wrap .input-wrap {
  width: auto;
}

.nav-tabs {
  width: 80%;
  border-bottom: 1px solid var(--gray300-color);
}

.nav-tabs li {
  width: 33.33%;
  min-height: 50px;
  background: var(--gray300-color);
  border-top: 2px solid var(--gray400-color);
}

.nav-tabs li.active {
  background: var(--white-color);
  border-top: 2px solid var(--green400-color);
}

.nav-tabs li a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-size: var(--font-body);
  font-weight: 500;
  color: var(--gray500-color);
}

.nav-tabs li.active a {
  color: var(--green500-color);
  font-weight: 600;
}

.tab-content {
  display: none;
  padding: 50px 60px;
  background: var(--white-color);
  border: 1px solid var(--gray300-color);
}

.tab-content.active {
  display: block;
}

.tab-content h6 {
  display: block;
  padding-bottom: 34px;
  margin-bottom: 40px;
  font-size: var(--font-title);
  font-weight: bold;
  line-height: 28px;
  color: var(--gray900-color);
  border-bottom: 1px solid var(--gray300-color);
}

#c-status .change {
  max-width: 634px;
  /* margin: 20px auto; */
  margin: 0 auto;
}

#c-status .change .save {
  margin: 30px auto 0;
}

#c-status .modal-wrap .flex,
.change .flex {
  justify-content: space-between;
  align-items: center;
}
#c-status .modal-wrap .flex.align-start,
.change .flex.align-start {
  align-items: flex-start;
}
#c-status .modal-wrap .flex.align-start h6,
.change .flex.align-start h6 {
  padding-top: 15px;
}

#c-status .modal-wrap li:not(:last-child),
.change li:not(:last-child) {
  margin-bottom: 20px;
}

#c-status .modal-wrap .flex h6,
.change .flex h6 {
  /* width: calc(100% - 490px); */
  width: 154px;
}

#c-status .modal-wrap .tit-lg h6,
.change .tit-lg h6 {
  width: 225px;
}

.change .flex h6 {
  font-size: 16px;
  font-weight: 500;
  color: #3f4246;
}

#c-status .modal-wrap .input-wrap,
.change .input-wrap {
  /* width: 490px; */
  width: calc(100% - 154px);
}

#c-status .modal-wrap .tit-lg .input-wrap,
.change .tit-lg .input-wrap {
  /* width: 490px; */
  width: calc(100% - 225px);
}

#c-status .modal-wrap input,
.change input {
  width: 100%;
  height: 46px;
}

#c-status .modal-wrap input.half,
.change input.half {
  width: 50%;
}

#c-status .modal-wrap .gap,
.change .gap {
  gap: 10px;
}

#c-status .modal-wrap .flex.mg-10,
.change .flex.mg-10 {
  margin-bottom: 10px;
}

#c-status .modal-wrap .flex small,
.change .flex small {
  display: block;
  margin-bottom: 8px;
  font-size: var(--font-body2);
  color: var(--gray500-color);
}

#c-status .modal-wrap li.border {
  padding: 24px 0;
  border-top: 1px solid var(--gray300-color);
  border-bottom: 1px solid var(--gray300-color);
}

#c-status .modal-wrap .flex .btn-large,
.change .flex .btn-large {
  height: 46px;
  padding: 14px 12px;
}

.contents-in + .btn-area {
  margin-top: 40px;
}

#user .contents-in {
  padding: 30px 50px;
}

#user .p-sub-tit {
  font-size: var(--font-title);
  font-weight: bold;
  line-height: 28px;
  color: var(--gray700-color);
  text-align: center;
}

#user hr {
  margin: 20px 0 30px;
  width: 100%;
  height: 1px;
  border: none;
  background: var(--gray300-color);
}

#user .esg-con {
  align-items: center;
  gap: 10px;
}

#user .img-wrap {
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  /* margin-bottom: 12px; */
  /* width: 168px;
  height: 168px; */
  width: 160px;
  height: 160px;
  background: var(--green200-color);
  border-radius: 100%;
  text-align: center;
}

#user .img-wrap strong {
  display: block;
  font-size: var(--font-subtitle);
  font-weight: 600;
  color: var(--green600-color);
}

#user .esg-con.blue {
  /* margin: 40px 0; */
  margin: 30px 0 15px;
}

#user .esg-con.blue .img-wrap {
  background: var(--positive-light-color);
}

#user .esg-con.blue .img-wrap strong {
  color: var(--positive-color);
}

#user .esg-con.orange .img-wrap {
  background: #ffe2b7;
}

#user .esg-con.orange .img-wrap strong {
  color: #ab6600;
}

#user .esg-con ul {
  width: calc(100% - 188px);
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}

#user .esg-con ul li {
  flex-direction: column;
  justify-content: center;
  padding: 24px 30px;
  width: calc(33.33% - 8px);
  /* height: 180px; */
  height: 160px;
  background: var(--gray200-color);
  border-radius: 20px;
}

#user .esg-con.blue ul li {
  height: 120px;
}

#user .esg-con.orange ul li {
  height: 130px;
}

#user .esg-con.wtd-4 ul li {
  width: calc(25% - 8px);
}

#user .esg-con li strong {
  display: block;
  margin-bottom: 12px;
  font-size: var(--font-subtitle);
  line-height: 26px;
  font-weight: 500;
  color: var(--gray700-color);
}

#user .esg-con li p {
  font-size: var(--font-body);
  line-height: 22px;
  color: var(--gray600-color);
}

#user .btn-medium.start {
  width: 240px;
  /* margin: 50px auto 0; */
  padding: 11px 16px;
}

#user .b-search-wrap {
  margin-bottom: 50px;
}

#user.c-select .b-search-wrap input[type=text] {
  width: 500px;
  height: 46px;
  margin-right: 10px;
}

#user.c-select .b-search-wrap .btn-large {
  width: 88px;
  height: 46px;
}

#user.c-select .modal {
  width: 1080px;
}

#user.c-select .modal .radio-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

#user.c-select .modal .radio-wrap > div {
  position: relative;
  width: 20px;
  height: 20px;
}

#user.c-select .modal .radio-wrap label {
  position: absolute;
  top: 0;
  left: 0;
}

#progress .con-top {
  align-items: end;
  justify-content: space-between;
}

#progress table.basic td .btn-small {
  text-align: center;
}

#progress table.basic td .btn-small img {
  vertical-align: bottom;
}

.esg-modal .modal {
  width: 1080px;
  /* max-height: 650px; */
  max-height: none;
}

.l-con {
  max-height: 450px;
  padding-right: 10px;
  overflow-y: auto;
}

.esg-modal .con {
  max-height: calc(100vh - 340px);
  padding-right: 10px;
  overflow-y: auto;
}

.modal-wrap.long .con,
.l-con {
  max-height: 450px;
}

.agree-wrap .clearfix {
  position: relative;
}

.agree-wrap .view {
  position: absolute;
  left: 230px;
  top: 25px;
}

.agree-wrap .view img:last-child,
.agree-wrap .view.open img:first-child {
  display: none;
}

.agree-wrap .view.open img:last-child {
  display: block;
}

.agree-con {
  display: none;
  margin-top: 20px;
  padding: 20px;
  background: var(--gray200-color);
  max-height: 200px;
  overflow-y: scroll;
}

.agree-con > div:not(:last-child) {
  margin-bottom: 20px;
}

.agree-con strong {
  display: block;
  margin-bottom: 10px;
  font-size: var(--font-body2);
  color: var(--gray700-color);
}

.agree-con table th,
.agree-con table td {
  padding: 26px;
  background: var(--gray100-color);
  border: 1px solid var(--gray300-color);
  font-size: var(--font-body3);
  font-weight: 600;
  line-height: 20px;
  color: var(--gray600-color);
  word-break: keep-all;
  vertical-align: middle;
}

.agree-con table td {
  font-weight: 400;
  background: var(--white-color);
}

.agree-con table th:first-child,
.agree-con table td:first-child {
  width: 76px;
}

.agree-con table th:not(:first-child),
.agree-con table td:not(:first-child) {
  width: 50%;
}

.agree-con p:before {
  content: " · ";
  display: inline-block;
  clear: both;
  position: absolute;
  left: 0;
}

.agree-con p {
  position: relative;
  padding-left: 10px;
  font-size: var(--font-body3);
  font-weight: 400;
  line-height: 20px;
  color: var(--gray600-color);
  word-break: keep-all;
}

/****************** user ******************/
/****************** admin ******************/
#admin table.basic td p {
  width: 450px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

#admin .template table.basic td {
  padding: 12px 16px;
}

#admin .template table.basic td p {
  width: 120px;
}

#admin .modal-wrap li.border {
  padding: 24px 0;
  border-top: 1px solid var(--gray300-color);
  border-bottom: 1px solid var(--gray300-color);
}

#admin .modal .table-wrap {
  margin-top: 30px;
  padding-bottom: 20px;
}

#admin .modal table.basic td:first-child {
  border-left: 0;
}

#admin .modal .btn-wrap {
  margin: 0;
  gap: 10px;
}

#admin .modal .btn-wrap button {
  width: 120px;
  height: 46px;
}

#admin .modal .btn-wrap.small button {
  width: 90px;
}

#admin .modal .btn-wrap.save {
  margin-top: 30px;
}

#admin .modal .btn-wrap.save .btn-large {
  padding: 14px 0px;
}

#admin.user .con-top {
  align-items: end;
  justify-content: space-between;
}

#admin.user .con-top .b-list .flex h6 {
  width: 90px;
}

/****************** admin ******************/
/****************** error ******************/
#error .contents-in {
  position: relative;
  height: 800px;
  text-align: center;
}

#error .contents-in > div {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#error img {
  margin-bottom: 40px;
}

#error strong {
  display: block;
  margin-bottom: 14px;
  font-size: var(--font-title);
  line-height: 28px;
  font-weight: 600;
  color: var(--gray900-color);
}

#error p {
  display: block;
  margin-bottom: 50px;
  font-size: var(--font-body);
  color: var(--gray700-color);
}

#error .btn-large {
  margin: auto;
}

/****************** error ******************/
@media all and (min-width: 1921px) {
  .container {
    max-width: 1550px;
  }
  .container.wdt-1240 {
    max-width: 1240px;
  }
}
@media all and (max-width: 1441px) {
  .container,
  .container.wdt-1240 {
    max-width: 1070px;
    width: 1070px;
  }
  .wdt-1240,
  .wdt-1550,
  .login-in {
    width: 1070px;
  }
  .con-top .b-list {
    gap: 20px;
  }
  .con-top .b-list .flex {
    gap: 10px;
  }
  .con-top .b-list .flex h6 {
    width: 60px;
  }
  .con-top input,
  .con-top .select {
    max-width: 190px;
  }
  .con-top .btn-medium {
    width: 100px;
  }
  #user.c-select .modal {
    width: 1000px;
  }
}
.contents.member .change {
  max-width: 634px;
  /* margin: 20px auto; */
  margin: 0 auto;
}
.contents.member .change + .change {
  margin-top: 60px;
  padding-top: 60px;
  border-top: 1px solid #e6e6e6;
}

.contents.member .input-area {
  max-width: 634px;
  margin: 0 auto;
}
.contents.member .input-area + .change {
  margin-top: 60px;
  padding-top: 60px;
  border-top: 1px solid #e6e6e6;
}

.contents.member .btn-area button {
  width: 120px;
  font-weight: 600;
  font-size: 16px;
}

.btn-txt span {
  font-size: var(--font-body);
  font-weight: 600;
  color: var(--gray600-color);
}

.contents.member .btn-txt img {
  height: 20px;
}

/****************** 로그인/회원가입 ******************/
.swiper-area {
  position: relative;
  width: 100%;
  height: 100%;
}

.swiper-area .swiper-button-next.swiper-button-disabled,
.swiper-area .swiper-button-prev.swiper-button-disabled {
  opacity: 1;
}
.swiper-area .swiper-button-next.swiper-button-disabled::after,
.swiper-area .swiper-button-prev.swiper-button-disabled::after {
  color: #e9ebee;
}
.swiper-area .swiper-button-next:after {
  font: var(--fa-font-solid);
  content: "\f054";
  color: #c6c8cd;
  position: absolute;
  right: -58px;
  line-height: 20px;
  font-size: 45px;
}
.swiper-area .swiper-button-prev:after {
  font: var(--fa-font-solid);
  content: "\f053";
  color: #c6c8cd;
  position: absolute;
  left: -58px;
  line-height: 20px;
  font-size: 45px;
}

.scroll-s {
  overflow: auto;
}
.scroll-s::-webkit-scrollbar {
  width: 17px;
}
.scroll-s::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 10px;
}
.scroll-s::-webkit-scrollbar-thumb {
  background-color: #e9ebee;
  background-clip: padding-box;
  border-radius: 10px;
  border: 6px solid transparent;
}

.wrap {
  width: 100%;
  min-height: 100vh;
  height: 100%;
  background-color: #fff;
}
.wrap section {
  max-width: 1080px;
  margin: auto;
}

.tabs {
  display: flex;
  width: 100%;
}

.contents .tabs {
  border-bottom: 2px solid #35d563;
  position: relative;
}

.tabs > li {
  width: 50%;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  height: 50px;
  line-height: 50px;
  border-top: 1px solid #c5c8cc;
  border-bottom: 1px solid #35d563;
  background-color: #f7f8f9;
  color: #c6c8cd;
  cursor: pointer;
}
.tabs > li + li:not(.active) {
  border-left: 1px solid #c5c8cc;
}

.contents .tabs > li {
  position: relative;
  bottom: -2px;
  width: fit-content;
  min-width: 240px;
  padding: 0 70px;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  height: 60px;
  line-height: 60px;
  border-top: 2px solid #c5c8cc;
  border-left: 2px solid #c5c8cc;
  border-right: 2px solid #c5c8cc;
  border-bottom: 2px solid #35d563;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  background-color: #f7f8f9;
  color: #c6c8cd;
  cursor: pointer;
}

.tabs > li:active,
.tabs > li.active {
  color: #18973e;
  border: 1px solid #35d563;
  border-bottom: 1px solid #fff;
  background-color: #fff;
}
.tabs > li:active + li,
.tabs > li.active + li {
  border-left: none;
}

.contents .tabs > li:active,
.contents .tabs > li.active {
  color: #18973e;
  border-top: 2px solid #35d563;
  border-left: 2px solid #35d563;
  border-right: 2px solid #35d563;
  background-color: #fff;
}
.contents .tabs > li:active + li,
.contents .tabs > li.active + li {
  border-left: 2px solid #c5c8cc;
}

.tab-cont {
  width: 100%;
}

.contents .tab-cont {
  background-color: #fff;
}

.tab-cont > li {
  display: none;
}

.tab-cont > li:active,
.tab-cont > li.active {
  display: block;
}

.main-login label + label {
  margin-top: 8px;
}

.main-login label.type01 {
  width: 100%;
}
.main-login label.type01 input {
  width: calc(100% - 18px);
}

.lca-introduce {
  padding: 100px 105px;
}

.pw-input {
  position: relative;
}
.pw-input img {
  width: 24px;
  height: 24px;
}
.pw-input .btn-clear {
  display: none;
  cursor: pointer;
  position: absolute;
  right: 14px;
  top: 14px;
}
.pw-input .btn-clear img {
  display: none;
}
.pw-input .btn-clear img.show {
  display: inline;
}

.main-login {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/bg_login.jpg) no-repeat center;
  background-size: cover;
}
.main-login .check-box2 {
  margin-top: 20px;
}
.main-login .login-box-footer {
  height: 120px;
  width: 100%;
  padding: 27px 107px 25px;
  background-color: rgba(233, 235, 238, 0.42);
  margin-top: 52px;
}
.main-login .login-box-footer table {
  width: 100%;
}
.main-login .login-box-footer table th,
.main-login .login-box-footer table td {
  font-size: 12px;
  line-height: 1.83;
  letter-spacing: normal;
  color: #666f7b;
  vertical-align: top;
}
.main-login .login-box-footer table th {
  padding-right: 26px;
  font-weight: 600;
  text-align: left;
  padding-bottom: 3px;
}
.main-login .tabs {
  margin-top: 40px;
  margin-bottom: 30px;
  padding: 0 50px;
}
.main-login .tab-cont {
  padding: 0 50px;
}
.main-login label {
  display: block;
}
.main-login input {
  width: 100%;
}
.main-login .find-list {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.main-login .find-list > li {
  font-size: 16px;
  color: #666f7b;
  text-align: center;
}
.main-login .btn-area {
  flex-direction: column;
  margin-top: 42px;
}
.main-login .btn-area button + button {
  margin-top: 10px;
}

.main-login .login-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 630px;
  margin: auto;
  padding-top: 70px;
  background: var(--white-color);
  opacity: 0.9;
  border-radius: 10px;
  box-shadow: 0 0 10px 0 rgba(10, 60, 25, 0.32);
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
}
.main-login .login-box h3 {
  font-size: 16px;
  font-weight: bold;
  color: #364451;
  padding-bottom: 10px;
}
.main-login .login-box .l-logo {
  width: 299px;
  height: 60px;
}
.main-login .login-box .txt {
  margin-top: 20px;
  font-size: 16px;
  line-height: 1.38;
  color: #666f7b;
  text-align: center;
}

.main-login.esgenie .login-box {
  padding-bottom: 70px;
}
.main-login.esgenie .login-box .txt {
  color: #364451;
}

.swiper.service-list li {
  padding: 10px 5px;
  cursor: pointer;
}
.swiper.service-list li.active .box {
  border: solid 2px #18973e;
}
.swiper.service-list li .box {
  height: 240px;
  padding: 0 40px;
  border-radius: 30px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  background-color: #fff;
}

.check-box2.w-txtinput {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.check-box2.w-txtinput input[type=text] {
  width: calc(100% - 150px);
}

.join-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 80px 0 40px;
}
.join-wrap h1 {
  width: 299px;
  height: 60px;
}
.join-wrap h1.logo-esgenie {
  width: 313px;
  height: 40px;
}
.join-wrap .input.f-wrap {
  margin-top: 14px;
}
.join-wrap .input.f-wrap .check-box2 {
  width: 100%;
}
.join-wrap .input.f-wrap .check-box2 + .check-box2 {
  margin-top: 25px;
}
.join-wrap .check-box2 {
  margin-top: 0;
}
.join-wrap .swiper-area {
  margin-top: 60px;
}
.join-wrap .swiper-area .box {
  display: flex;
  align-items: center;
}
.join-wrap .swiper-area img {
  object-fit: contain;
}
.join-wrap .user-box {
  margin-top: 60px;
}
.join-wrap h2.main-tit {
  margin-top: 60px;
}
.join-wrap h2.main-tit + p {
  font-size: 18px;
  font-weight: 500;
  color: #3a4552;
  margin-top: 20px;
}
.join-wrap .email-box {
  margin-top: 120px;
}
.join-wrap .tabs {
  justify-content: center;
  margin-top: 61px;
}
.join-wrap .tabs > li {
  width: 316px;
}
.join-wrap .tab-cont {
  display: flex;
  justify-content: center;
}
.join-wrap .tab-cont .input-area {
  margin-top: 40px;
}
.join-wrap .tab-cont .input-tit {
  width: 181px;
}
.join-wrap .tab-cont .input-tit + .input {
  width: calc(100% - 181px);
}
.join-wrap .btn-m {
  font-weight: 600;
  font-size: 16px;
}
.join-wrap .btn-area {
  margin-top: 40px;
}
.join-wrap .btn-area button {
  font-weight: 600;
}
.join-wrap .info-txt {
  font-size: 18px;
  font-weight: 500;
  color: #18973e;
  margin-top: 40px;
  text-align: center;
}
.join-wrap .info-box {
  width: 100%;
  border-radius: 10px;
  background-color: #fafafa;
  margin-top: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 44px 0;
}
.join-wrap .info-box button {
  padding: 0;
}
.join-wrap .info-box img {
  width: 55px;
  height: 55px;
}
.join-wrap .info-box img + .done-txt {
  margin-top: 31px;
}
.join-wrap .info-box button {
  width: 120px;
  height: 46px;
  font-size: 16px;
  font-weight: 600;
}
.join-wrap .info-box .done-txt {
  font-size: 24px;
  font-weight: bold;
  color: #3a4552;
  padding: 0;
}
.join-wrap .info-box .done-txt + p {
  margin-top: 11px;
}
.join-wrap .info-box strong {
  font-size: 28px;
  font-weight: 700;
  color: #18973e;
}
.join-wrap .info-box strong + p {
  margin-top: 21px;
}
.join-wrap .info-box p {
  font-size: 18px;
  font-weight: 500;
  color: #3a4552;
}

.done-txt {
  display: block;
  color: #16be44;
  padding: 4px 0 0 164px;
  font-size: 14px;
  line-height: 1.43;
}

.error-txt {
  display: block;
  color: #fa4d56;
  padding: 4px 0 0 164px;
  font-size: 14px;
  line-height: 1.43;
}

h2.main-tit {
  font-size: 28px;
  font-weight: bold;
  color: #18973e;
}

.agree-area {
  width: 100%;
  margin-top: 60px;
}
.agree-area .check-box2 input[type=checkbox] + label:before {
  top: -2px;
}
.agree-area .check-box2 label {
  font-size: 16px;
  font-weight: 600;
  color: #3f4246;
}
.agree-area .check-box2 label span {
  color: #16be44;
  font-size: 14px;
}
.agree-area .check-box2 + .txt-box {
  margin-top: 22px;
  font-size: 15px;
  line-height: 1.47;
  color: #3a4552;
}
.agree-area > li + li {
  margin-top: 60px;
}
.agree-area > li.all-check .txt-box {
  height: 100px;
}
.agree-area .txt-box {
  padding: 30px 0 30px 30px;
  border-radius: 10px;
  border: solid 1px #e8ebee;
  background-color: #fff;
  height: 220px;
}
.agree-area .txt-box table {
  width: 100%;
  border: 1px solid #e8ebee;
  border-top: none;
  border-left: none;
  margin-left: -14px;
  margin-top: 5px;
  margin-bottom: 5px;
}
.agree-area .txt-box table th {
  background-color: #fafafa;
  font-weight: 500;
}
.agree-area .txt-box table th,
.agree-area .txt-box table td {
  border-top: 1px solid #e8ebee;
  border-left: 1px solid #e8ebee;
  text-align: center;
  padding: 7px 3px;
  font-size: 11px;
  vertical-align: middle;
}
.agree-area .txt-box .scroll-s {
  height: 100%;
  padding-right: 16px;
}
.agree-area .txt-box .scroll-s > p {
  text-indent: 0;
  padding-left: 14px;
}
.agree-area .txt-box h3 {
  font-size: 14px;
  font-weight: 700;
  color: #3a4552;
}
.agree-area .txt-box h3 + h4 {
  padding-top: 10px;
}
.agree-area .txt-box h3 + p {
  padding-top: 7px;
}
.agree-area .txt-box h4 {
  font-size: 14px;
  font-weight: 500;
}
.agree-area .txt-box h4 + p,
.agree-area .txt-box h4 ul {
  padding-top: 5px;
}
.agree-area .txt-box p,
.agree-area .txt-box li {
  font-size: 13px;
  text-indent: -13px;
  line-height: 1.6;
}
.agree-area .txt-box p + h4,
.agree-area .txt-box li + h4 {
  padding-top: 7px;
}
.agree-area .txt-box p + ul,
.agree-area .txt-box p ol {
  padding-top: 3px;
}
.agree-area .txt-box ul,
.agree-area .txt-box ol,
.agree-area .txt-box li {
  padding-left: 14px;
}
.agree-area .txt-box ul + h4,
.agree-area .txt-box ol + h4,
.agree-area .txt-box li + h4 {
  padding-top: 7px;
}
.agree-area .txt-box li > ul {
  padding-left: 0;
}

.user-box {
  display: flex;
}
.user-box > li {
  width: 450px;
  padding: 70px 0;
  border-radius: 30px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
}
.user-box > li h3 {
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  margin-top: 40px;
}
.user-box > li p {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.38;
  letter-spacing: normal;
  text-align: center;
  color: #3a4552;
  margin-top: 20px;
}
.user-box > li.user01 h3 {
  color: #18973e;
}
.user-box > li.user01.active {
  border: solid 2px #18973e;
}
.user-box > li.user02 h3 {
  color: #6881c3;
}
.user-box > li.user02.active {
  border: solid 2px #6881c3;
}
.user-box > li img {
  width: 196px;
  height: 196px;
}
.user-box > li + li {
  margin-left: 20px;
}

.email-box {
  width: 940px;
  padding: 40px 127px;
  border-radius: 30px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.email-box strong {
  font-size: 24px;
  font-weight: 800;
  line-height: 50px;
  text-align: center;
  color: #394552;
  margin-top: 30px;
}
.email-box p {
  margin-top: 35px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.78;
  color: #3a4552;
  width: 100%;
}
.email-box .add-txt {
  margin-top: 11px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.78;
  color: #3a4552;
  width: 100%;
}
.email-box .add-txt a {
  text-decoration: underline;
}
.email-box img {
  width: 70px;
  height: 50px;
}

.input-wrap.email {
  display: flex;
  align-items: center;
}
.input-wrap.email > span {
  padding: 0 10px;
}

.input-area {
  margin-top: 60px;
  width: 631px;
}
.input-area.tit-lg .input-tit {
  width: 225px;
}
.input-area.tit-lg .input {
  width: calc(100% - 225px);
}
.input-area .form-tit {
  padding-bottom: 15px;
  border-bottom: 1px solid #e9ebee;
  margin-bottom: 40px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.input-area .form-tit h4 {
  font-size: 20px;
  font-weight: 600;
  color: #18973e;
}
.input-area .form-tit span {
  font-size: 16px;
  font-weight: 600;
  color: #fa4d56;
}
.input-area .done-txt {
  padding: 4px 0 0 171px;
  width: 100%;
}
.input-area .error-txt {
  padding: 4px 0 0 171px;
  width: 100%;
}
.input-area input {
  height: 46px;
  width: 100%;
}
.input-area .input-tit {
  width: 157px;
  font-size: 16px;
  font-weight: 500;
  color: #3f4246;
}
.input-area .input-tit.tag::after {
  content: "*";
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  color: #fa4d56;
  padding-left: 2px;
}
.input-area .input {
  width: calc(100% - 157px);
  display: flex;
  position: relative;
}
.input-area .input.f-wrap {
  flex-wrap: wrap;
}
.input-area .input.f-wrap .w-btn {
  width: calc(100% - 100px);
}
.input-area .input.email {
  align-items: center;
}
.input-area .input.email > span {
  padding: 0 10px;
}
.input-area .input.half span {
  line-height: 46px;
}
.input-area .input.half input {
  width: 50%;
}
.input-area .input.half input + input {
  margin-left: 10px;
}
.input-area .input.w-btn label {
  width: calc(100% - 128px);
  position: relative;
}
.input-area .input.w-btn label input {
  width: 100%;
}
.input-area .input.w-btn input {
  width: calc(100% - 128px);
}
.input-area .input.w-btn-s input {
  width: calc(100% - 100px);
}
.input-area li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.input-area li.rows {
  align-items: flex-start;
}
.input-area li.rows .input-tit {
  margin-top: 14px;
}
.input-area li + li {
  margin-top: 20px;
}
.input-area button {
  margin-left: 10px;
}

.input .time {
  position: absolute;
  right: 14px;
  top: 14px;
  font-size: 16px;
  color: #fa4d56;
}

.progress-bar {
  width: 920px;
  height: 132px;
  margin-top: 100px;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.progress-bar::before {
  content: "";
  width: 872px;
  height: 2px;
  background-color: #e8ebee;
  position: absolute;
  top: 61px;
  left: 25px;
  z-index: 0;
}
.progress-bar.step4 > li.on + .on .check::before {
  content: "";
  width: 268px;
  height: 2px;
  background-color: #36d563;
  position: absolute;
  top: 8px;
  right: 18px;
  z-index: 2;
}
.progress-bar > li {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.progress-bar > li .ico {
  font-size: 32px;
  color: #e9ebee;
}
.progress-bar > li .check {
  font-size: 18px;
  color: #e9ebee;
  background-color: #fff;
  margin-top: 21px;
  position: relative;
  z-index: 3;
}
.progress-bar > li .step-num {
  font-size: 14px;
  font-weight: 500;
  color: #666f7b;
  margin-top: 22px;
}
.progress-bar > li .step-txt {
  font-size: 18px;
  font-weight: 600;
  color: #e9ebee;
  margin-top: 7px;
}
.progress-bar > li.on + .on .check::before {
  content: "";
  width: 267px;
  height: 2px;
  background-color: #36d563;
  position: absolute;
  top: 8px;
  right: 18px;
  z-index: 2;
}
.progress-bar > li.on .ico {
  color: #36d563;
}
.progress-bar > li.on .check {
  color: #36d563;
}
.progress-bar > li.on .step-txt {
  color: #3a4552;
}

.con-top.S2 .date-btn-wrap {
  border-radius: 5px;
  border: solid 1px #e9ebee;
  background-color: #fff;
  height: 40px;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.con-top.S2 .date-btn-wrap button {
  height: 100%;
  vertical-align: middle;
}
.con-top.S2 .date-btn-wrap > li {
  width: 75px;
  height: 100%;
  font-size: 15px;
  font-weight: normal;
  letter-spacing: normal;
  text-align: center;
  color: #666f7b;
}
.con-top.S2 .date-btn-wrap > li + li {
  border-left: solid 1px #e9ebee;
}
.con-top.S2 .date-btn-wrap > li:first-child.selected {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.con-top.S2 .date-btn-wrap > li:last-child.selected {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.con-top.S2 .date-btn-wrap > li.selected {
  border: 1px solid #36d563;
  background-color: #f2fdf3;
  color: #36d563;
}
.con-top.S2 .date-picker {
  margin-left: 10px;
}
.con-top.S2 .date-picker input {
  color: #99a1ab;
}
.con-top.S2 .date-picker input[type=text] {
  width: 160px;
  min-width: unset;
}
.con-top.S2 input[type=text] {
  min-width: 340px;
}
.con-top.S2 .b-list .flex {
  gap: unset;
}
.con-top.S2 .b-list .flex h6 {
  width: 89px;
}
.con-top.S2 .nice-select {
  min-width: 240px;
}

.change .check-box2 {
  width: 100%;
}

.grade-box {
  width: 100%;
  margin-top: 50px;
  border: solid 1px #e6e6e6;
  background-color: #fff;
}
.grade-box .loading-area {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.grade-box .loading-area .dot-spin {
  position: relative;
}
.grade-box .loading-area p {
  padding-top: 85px;
  font-size: 18px;
  font-weight: 500;
}
.grade-box + .btn-area {
  margin-top: 40px;
}
.grade-box + .btn-area button {
  font-size: 16px;
  padding: 15px 25px;
}
.grade-box .c-g5 {
  color: #d82320;
}
.grade-box .c-g4 {
  color: #f16618;
}
.grade-box .c-g3 {
  color: #f4af20;
}
.grade-box .c-g2 {
  color: #bdd122;
}
.grade-box .c-g1 {
  color: #6ab223;
}
.grade-box .box-header {
  height: 55px;
  border-bottom: solid 1px #e6e6e6;
  background-color: #16be44;
}
.grade-box h3 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.1;
  letter-spacing: -0.6px;
  color: #fff;
  text-align: center;
  line-height: 55px;
}
.grade-box h4 {
  width: 130px;
  height: 40px;
  border-radius: 100px;
  border: solid 1px #16be44;
  background-color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.38;
  text-align: center;
  color: #16be44;
  line-height: 40px;
}
.grade-box .box-cont {
  padding: 60px;
  min-height: 608px;
}
.grade-box .box-cont > p {
  text-align: center;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.38;
  letter-spacing: normal;
  text-align: center;
  color: #3f4246;
}
.grade-box .box-cont > p .ico-mail {
  font-size: 26px;
  color: #16be44;
  margin-right: 12px;
}
.grade-box .box-cont > p.mail-info {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 19px;
}
.grade-box .grade-list {
  display: flex;
  gap: 20px;
}
.grade-box .grade-list + p {
  margin-top: 40px;
}
.grade-box .grade-list > li {
  width: 50%;
  padding: 30px 0 35px;
  border: solid 1px #e6e6e6;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.grade-box .grade-list .grade-chart {
  margin-top: 35px;
  position: relative;
}
.grade-box .grade-list .grade-chart img {
  width: 320.6px;
  height: 160.3px;
}
.grade-box .grade-list .grade-chart .grade-txt > li {
  position: absolute;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.83;
  color: #fff;
}
.grade-box .grade-list .grade-chart .grade-txt > li.g5 {
  bottom: 25.7px;
  left: 26.6px;
}
.grade-box .grade-list .grade-chart .grade-txt > li.g4 {
  top: 45.6px;
  left: 72.6px;
}
.grade-box .grade-list .grade-chart .grade-txt > li.g3 {
  top: 19.6px;
  left: 50%;
  transform: translateX(-50%);
}
.grade-box .grade-list .grade-chart .grade-txt > li.g2 {
  top: 45.6px;
  right: 72.6px;
}
.grade-box .grade-list .grade-chart .grade-txt > li.g1 {
  bottom: 25.7px;
  right: 26.6px;
}
.grade-box .grade-list .grade-chart .needle {
  position: absolute;
  bottom: 20.4px;
  left: 50%;
  transform: translateX(-50%);
}
.grade-box .grade-list .grade-chart .needle img {
  width: 17.2px;
  height: 80.1px;
}
.grade-box .grade-list .grade-chart .needle.g1 {
  transform: rotate(91deg);
  margin-left: 22px;
  bottom: -11px;
}
.grade-box .grade-list .grade-chart .needle.g2 {
  transform: rotate(48deg);
  margin-left: 14px;
  bottom: 9px;
}
.grade-box .grade-list .grade-chart .needle.g3 {
  transform: rotate(0deg);
  margin-left: -9px;
}
.grade-box .grade-list .grade-chart .needle.g4 {
  transform: rotate(-48deg);
  margin-left: -33px;
  bottom: 9px;
}
.grade-box .grade-list .grade-chart .needle.g5 {
  transform: rotate(-91deg);
  margin-left: -41px;
  bottom: -11px;
}
.grade-box .grade-list p {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.38;
  text-align: center;
  color: #3f4246;
}
.grade-box .grade-list p span {
  font-weight: bold;
}
.grade-box .grade-list table th {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.57;
  text-align: left;
  width: 105px;
}
.grade-box .grade-list table td {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.57;
  text-align: left;
  color: #3f4246;
}
.grade-box .grade-list table th,
.grade-box .grade-list table td {
  padding: 7px 0;
}
.grade-box .grade-list table tr + tr {
  border-top: solid 1px #e6e6e6;
}
.grade-box .grade-list .each-list {
  display: flex;
  gap: 3px;
  margin-top: 30px;
}
.grade-box .grade-list .each-list + .each-list {
  margin-top: 3px;
}
.grade-box .grade-list .each-list .tit {
  width: 70px;
  font-size: 12px;
  font-weight: 600;
}
.grade-box .grade-list .each-list > li:not(.tit) {
  width: 70px;
  height: 35px;
  border-radius: 3px;
  font-size: 12px;
  font-weight: 500;
  text-align: center;
}
.grade-box .grade-list .each-list > li {
  line-height: 35px;
}
.grade-box .grade-list .each-list > li.active {
  color: #fff;
}
.grade-box .grade-list .each-list > li.g1 {
  background-color: #b4b4b4;
}
.grade-box .grade-list .each-list > li.g1.active {
  background-color: #6ab223;
}
.grade-box .grade-list .each-list > li.g2 {
  background-color: #c5c5c5;
}
.grade-box .grade-list .each-list > li.g2.active {
  background-color: #bdd122;
}
.grade-box .grade-list .each-list > li.g3 {
  background-color: #d7d7d7;
}
.grade-box .grade-list .each-list > li.g3.active {
  background-color: #f4af20;
}
.grade-box .grade-list .each-list > li.g4 {
  background-color: #e4e4e4;
}
.grade-box .grade-list .each-list > li.g4.active {
  background-color: #f16618;
}
.grade-box .grade-list .each-list > li.g5 {
  background-color: #f3f3f3;
}
.grade-box .grade-list .each-list > li.g5.active {
  background-color: #d82320;
}

.loading-wrap {
  width: 100%;
  height: 100%;
  position: relative;
}

.dot-spin {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 15px; /* 원의 크기 증가 */
  height: 15px; /* 원의 크기 증가 */
  border-radius: 10px; /* 원 모양 유지 */
  background-color: transparent;
  color: transparent;
  box-shadow: 0 -40px 0 0 #3f4246, 29px -29px 0 0 #3f4246, 40px 0 0 0 #3f4246, 29px 29px 0 0 rgba(63, 66, 70, 0), 0 40px 0 0 rgba(63, 66, 70, 0), -29px 29px 0 0 rgba(63, 66, 70, 0), -40px 0 0 0 rgba(63, 66, 70, 0), -29px -29px 0 0 rgba(63, 66, 70, 0);
  animation: dot-spin 1.5s infinite linear;
}

@keyframes dot-spin {
  0%, 100% {
    box-shadow: 0 -40px 0 0 #3f4246, 29px -29px 0 0 #3f4246, 40px 0 0 0 #3f4246, 29px 29px 0 -5px rgba(63, 66, 70, 0), 0 40px 0 -5px rgba(63, 66, 70, 0), -29px 29px 0 -5px rgba(63, 66, 70, 0), -40px 0 0 -5px rgba(63, 66, 70, 0), -29px -29px 0 -5px rgba(63, 66, 70, 0);
  }
  12.5% {
    box-shadow: 0 -40px 0 -5px rgba(63, 66, 70, 0), 29px -29px 0 0 #3f4246, 40px 0 0 0 #3f4246, 29px 29px 0 0 #3f4246, 0 40px 0 -5px rgba(63, 66, 70, 0), -29px 29px 0 -5px rgba(63, 66, 70, 0), -40px 0 0 -5px rgba(63, 66, 70, 0), -29px -29px 0 -5px rgba(63, 66, 70, 0);
  }
  29% {
    box-shadow: 0 -40px 0 -5px rgba(63, 66, 70, 0), 29px -29px 0 -5px rgba(63, 66, 70, 0), 40px 0 0 0 #3f4246, 29px 29px 0 0 #3f4246, 0 40px 0 0 #3f4246, -29px 29px 0 -5px rgba(63, 66, 70, 0), -40px 0 0 -5px rgba(63, 66, 70, 0), -29px -29px 0 -5px rgba(63, 66, 70, 0);
  }
  37.5% {
    box-shadow: 0 -40px 0 -5px rgba(63, 66, 70, 0), 29px -29px 0 -5px rgba(63, 66, 70, 0), 40px 0 0 -5px rgba(63, 66, 70, 0), 29px 29px 0 0 #3f4246, 0 40px 0 0 #3f4246, -29px 29px 0 0 #3f4246, -40px 0 0 -5px rgba(63, 66, 70, 0), -29px -29px 0 -5px rgba(63, 66, 70, 0);
  }
  50% {
    box-shadow: 0 -40px 0 -5px rgba(63, 66, 70, 0), 29px -29px 0 -5px rgba(63, 66, 70, 0), 40px 0 0 -5px rgba(63, 66, 70, 0), 29px 29px 0 -5px rgba(63, 66, 70, 0), 0 40px 0 0 #3f4246, -29px 29px 0 0 #3f4246, -40px 0 0 0 #3f4246, -29px -29px 0 -5px rgba(63, 66, 70, 0);
  }
  62.5% {
    box-shadow: 0 -40px 0 -5px rgba(63, 66, 70, 0), 29px -29px 0 -5px rgba(63, 66, 70, 0), 40px 0 0 -5px rgba(63, 66, 70, 0), 29px 29px 0 -5px rgba(63, 66, 70, 0), 0 40px 0 -5px rgba(63, 66, 70, 0), -29px 29px 0 0 #3f4246, -40px 0 0 0 #3f4246, -29px -29px 0 0 #3f4246;
  }
  75% {
    box-shadow: 0 -40px 0 0 #3f4246, 29px -29px 0 -5px rgba(63, 66, 70, 0), 40px 0 0 -5px rgba(63, 66, 70, 0), 29px 29px 0 -5px rgba(63, 66, 70, 0), 0 40px 0 -5px rgba(63, 66, 70, 0), -29px 29px 0 -5px rgba(63, 66, 70, 0), -40px 0 0 0 #3f4246, -29px -29px 0 0 #3f4246;
  }
  87.5% {
    box-shadow: 0 -40px 0 0 #3f4246, 29px -29px 0 0 #3f4246, 40px 0 0 -5px rgba(63, 66, 70, 0), 29px 29px 0 -5px rgba(63, 66, 70, 0), 0 40px 0 -5px rgba(63, 66, 70, 0), -29px 29px 0 -5px rgba(63, 66, 70, 0), -40px 0 0 -5px rgba(63, 66, 70, 0), -29px -29px 0 0 #3f4246;
  }
}
.pop-wrap.pause {
  background: none;
}
.pop-wrap.pause .pop-box {
  border: none;
  border-radius: 23px;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 34px 50px 75px;
  background: url(../images/bg_email.png) no-repeat bottom;
  background-size: cover;
}
.pop-wrap.pause .pop-header {
  border-bottom: 1px solid #e9ebee;
  padding-bottom: 22.8px;
}
.pop-wrap.pause .pop-header img {
  width: 170px;
  height: 34.2px;
}
.pop-wrap.pause .pop-cont {
  margin-top: 40px;
}
.pop-wrap.pause .pop-cont > p {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.8;
  color: #364451;
}
.pop-wrap.pause h4 {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  line-height: 0.92;
  color: #364451;
}
.pop-wrap.pause h4 + p {
  margin-top: 30px;
}
.pop-wrap.pause .info-box {
  margin-top: 30px;
  width: 100%;
  border-radius: 14px;
  border: solid 1px #18973e;
  background-color: #fff;
  overflow: hidden;
}
.pop-wrap.pause .info-box .box-header {
  height: 42px;
  line-height: 42px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background-color: #18973e;
}
.pop-wrap.pause .info-box .box-cont {
  padding: 25px 0 19px;
}
.pop-wrap.pause .info-box p {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  color: #364451;
}
.pop-wrap.pause .info-box p + span {
  padding-top: 7px;
}
.pop-wrap.pause .info-box span {
  display: block;
  text-align: center;
  font-size: 12px;
  line-height: 1.57;
  color: #8a8a8a;
}
.pop-wrap.pause .info-box + p {
  margin-top: 30px;
}
.pop-wrap.pause .check-box2 {
  margin-top: 70px;
}
.pop-wrap.pause .check-box2 input[type=checkbox] + label:before {
  border-radius: 2px;
  border: solid 1px #c6c8cd;
  background-color: #fff;
}
.pop-wrap.pause .check-box2 input[type=checkbox]:checked + label:after {
  border-radius: 2px;
}
.pop-wrap.pause .check-box2 input[type=checkbox] + label {
  padding-left: 32px;
  font-size: 14px;
  font-weight: 500;
  color: #364451;
}

.lca-introduce article {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.lca-introduce article + article {
  margin-top: 100px;
}
.lca-introduce h3 {
  font-size: 36px;
  font-weight: 600;
  color: #16be44;
  display: flex;
  align-items: center;
}
.lca-introduce h3 .ico {
  font-size: 25px;
  padding-right: 5px;
}
.lca-introduce .img-LCA {
  width: 869px;
  height: 422px;
}
.lca-introduce .sub-txt-box {
  width: 100%;
  padding: 44px 70px;
  border-radius: 20px;
  border: solid 1px #d0efb6;
  background-color: #f2fdf3;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.25;
  text-align: center;
  color: #3f4246;
}
.lca-introduce ul.cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 28px;
}
.lca-introduce ul.cards > li {
  height: 513px;
  padding: 30px 30px 88px 30px;
  border-radius: 20px;
  border: solid 1px #c6c8cd;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.lca-introduce ul.cards img {
  width: 220px;
  height: 180px;
}
.lca-introduce ul.cards h4 {
  font-size: 28px;
  font-weight: 600;
  line-height: 1.29;
  color: #3f4246;
  text-align: center;
}
.lca-introduce ul.cards p {
  font-size: 18px;
  line-height: 1.56;
  color: #3f4246;
  text-align: center;
  word-break: keep-all;
}
.lca-introduce ul.process {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 230px);
  justify-content: space-between;
  align-items: end;
}
.lca-introduce ul.process img {
  width: 153px;
  height: 143px;
}
.lca-introduce ul.process > li {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.lca-introduce ul.process > li + li::before {
  font: var(--fa-font-solid);
  content: "\f0da";
  display: block;
  font-size: 43px;
  color: #a7a7a7;
  position: absolute;
  left: -81px;
  bottom: 43px;
}
.lca-introduce ul.process .txt {
  width: 230px;
  height: 124px;
  border-radius: 20px;
  background-color: #f5f5f5;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.lca-introduce ul.process .txt p {
  font-size: 18px;
  line-height: 1.33;
  text-align: center;
  color: #333;
}
.lca-introduce .info-txt {
  font-size: 18px;
  color: #000;
  display: block;
  margin-top: 50px;
}
.lca-introduce .ml24 {
  margin-left: 24px;
}
.lca-introduce h5 {
  width: 100%;
  text-align: left;
  font-size: 24px;
  font-weight: 600;
  color: #3f4246;
}

.lca-table {
  padding: 100px 0 30px;
}
.lca-table table.basic th {
  padding: 12px 10px;
}
.lca-table table.basic td {
  padding: 20px 10px;
}
.lca-table h2 {
  font-size: 36px;
  font-weight: 600;
  color: #3f4246;
  text-align: center;
}
.lca-table .table-wrap {
  padding: 0 105px;
}

.esg-charts {
  padding: 94px 174px;
}
.esg-charts h3 {
  font-size: 20px;
  font-weight: 600;
  color: #3f4246;
  text-align: center;
}
.esg-charts .level-tit {
  position: relative;
  width: 100%;
}
.esg-charts .level-tit .date {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 14px;
  font-weight: normal;
  color: #3f4246;
}
.esg-charts table.level-table {
  width: 100%;
}
.esg-charts table.level-table thead th {
  padding: 11px;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  color: #fff;
}
.esg-charts table.level-table thead .empty {
  border-bottom: 1px solid #6ab223;
}
.esg-charts table.level-table .bg-g1 {
  background-color: #6ab223;
}
.esg-charts table.level-table .bg-g2 {
  background-color: #bdd122;
}
.esg-charts table.level-table .bg-g3 {
  background-color: #f4af20;
}
.esg-charts table.level-table .bg-g4 {
  background-color: #f16618;
}
.esg-charts table.level-table .bg-g5 {
  background-color: #d82320;
}
.esg-charts table.level-table .check {
  font-size: 18px;
  color: #16be44;
}
.esg-charts table.level-table .line-g {
  border-bottom: 1px solid #6ab223;
}
.esg-charts table.level-table tbody th {
  background-color: #e9ebee;
}
.esg-charts table.level-table tbody th,
.esg-charts table.level-table tbody td {
  vertical-align: middle;
  border-bottom: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
}
.esg-charts table.level-table tbody th {
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  color: #3f4246;
  padding: 20px 11px;
}
.esg-charts table.level-table tbody td {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  color: #3f4246;
  padding: 20px;
}

.echarts-list > li {
  width: 100%;
  min-height: 300px;
  border: solid 1px #e8ebee;
  border-radius: 5px;
  overflow: hidden;
  display: flex;
}
.echarts-list > li + li {
  margin-top: 20px;
}
.echarts-list .tit-area {
  width: 200px;
  height: 100%;
  min-height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: 3px;
}
.echarts-list .tit-area.e {
  background-color: #7cb95d;
}
.echarts-list .tit-area.s {
  background-color: #5d77b9;
}
.echarts-list .tit-area.g {
  background-color: #905db9;
}
.echarts-list .tit-area h5 {
  font-size: 30px;
  font-weight: 600;
  color: #fff;
}
.echarts-list .tit-area span {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
}
.echarts-list .chart-area {
  width: calc(100% - 200px);
  background-color: #fff;
}

.grade-box .box-list {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(2, 1fr);
}
.grade-box .sec-info {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
  color: #3f4246;
}
.grade-box .box {
  padding: 30px;
  border: solid 1px #e6e6e6;
  background-color: #fff;
}
.grade-box .box h4 {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.grade-box .box.full {
  grid-column: 1/span 2;
  padding-bottom: 50px;
}
.grade-box article + article {
  margin-top: 60px;
}
.grade-box .sec-tit {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.1;
  letter-spacing: -0.6px;
  color: #16be44;
  display: flex;
  align-items: center;
  column-gap: 5px;
}
.grade-box .sec-tit .ico {
  font-size: 16px;
}

.contents .grade-box {
  padding: 50px 60px;
  margin-top: 0;
}
.contents .echarts-list .tit-area {
  width: 100px;
}
.contents .echarts-list .chart-area {
  width: calc(100% - 100px);
}

.input-wrap .letters {
  display: block;
  padding-top: 5px;
  text-align: right;
  font-size: 14px;
  font-weight: 500;
  color: #9aa1ab;
}