section .content-over-hidden {
  overflow: hidden;
}

.sub-page .thumb {
  position: relative;
}


.sub-con-box {
  position: relative;
}

.con-depth {
  display: none;
}

.con-depth.active {
  display: block;
}

.bg-area {
  background-color: var(--coloref);
}


.con-depth .con-box.bg-area-80,
.con-box.bg-area-80 {
  background-color: var(--coloref);
  padding-block: 80px;
  margin-top: 80px;
}

.sec-area .inner {
  width: 100%;
  max-width: 1460px;
  margin: 0 auto;
}

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


.title-box {
  display: flex;
  flex-direction: column;
  gap: 20px;
  /* align-items: center; */
}

.title-box.left {
  align-items: flex-start;
}

.title-box .sub-title {
  display: block;
  width: 100%;
  color: var(--color22);
  text-align: center;
  font-family: Montserrat;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -0.36px;
  text-transform: uppercase;
}

.title-box .title {

  width: 100%;
  max-width: none;
  color: var(--color22);
  text-align: center;
  font-size: 3rem;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -1.92px;
}

.sec-area .slogun {
  color: var(--color22);
  text-align: center;
  font-size: 3rem;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -1.92px;
}

.sec-area .slogun span {
  font-weight: 700;
}

.sec-area .slogun span.blue {
  color: var(--mainColor);
}




.sec-area .con-box {
  display: flex;
  align-items: flex-start;
  gap: 40px;
  padding-block: 160px;
}

.sec-area .con-box.con-pb-none {
  padding-block: 160px 0;
}



.sec-area .width_box {
  overflow-x: hidden;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-block: 100px;
  margin-top: 80px;

}

.sec-area .width_box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: var(--coloref);
  width: 100%;
  height: 100%;
}

.sec-area h4 {
  width: 100%;
  max-width: 520px;
  color: var(--black);
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -0.68px;
  text-transform: uppercase;
}

.sec-area h4.title-100 {
  width: 100%;
  max-width: 100%;
  color: var(--black);
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -0.68px;
  text-transform: uppercase;
}

.sec-area h5 {
  margin-top: 60px;
  color: var(--color22);
  font-size: 2rem;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: -0.48px;
}

.pc-img {
  display: block;
}

.mo-img {
  display: none;
}


@media screen and (max-width:1500px) {
  .sec-area .inner {
    padding-inline: 20px;
    box-sizing: border-box;
  }



  .sec-area .con-box {
    padding-block: 80px;
  }

  .sec-area .con-box.con-pb-none {
    padding-block: 80px 0;
  }

  .sec-area .inner .con-box {
    flex-direction: column;

  }
}

@media screen and (max-width:768px) {
  .sec-area .con-box {
    gap: 40px;
  }

  .sec-area h4 {
    font-size: 2.2rem;
  }

  .sec-area h5 {
    font-size: 1.4rem;
  }

  .sec-area .slogun {
    font-size: 2.2rem;
  }

  .pc-img {
    display: none;
  }

  .mo-img {
    display: block;
  }
}

@media screen and (max-width:768px) {}

.sticky-lnb {
  position: absolute;
  top: 0px;
  left: 36px;
  width: 194px;
  height: 100%;
  z-index: 100;
  transition: .3s;
}

.sticky-lnb>ul {
  position: sticky;
  top: 0px;
  left: 0;
  width: 194px;
  padding-top: 160px;
  z-index: 100;

}

.sticky-lnb ul {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}

.sticky-lnb ul li a {
  display: flex;
  align-items: center;
  gap: 6px;
  color: rgba(136, 136, 136, 0.40);
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: -0.28px;
}

.sticky-lnb ul li a.active {
  color: var(--mainColor);
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: -0.28px;
}

.sticky-lnb ul li a::before {
  content: "";
  width: 10px;
  height: 10px;
  aspect-ratio: 1/1;
  background: url(/image/common/img_sticky_lnb_off.svg)no-repeat center/ contain;
}

.sticky-lnb ul li a.active::before {

  background: url(/image/common/img_sticky_lnb_on.svg)no-repeat center/ contain;
}

@media screen and (max-width:1700px) {



  .sticky-lnb {
    position: sticky;
    top: 53px;
    /* left: 50%;
    transform: translateX(-50%); */
    width: 100%;
    height: auto;
  }

  .sticky-lnb.fixed {
    position: fixed;
    top: 0;

    height: auto;
  }

  .sticky-lnb>ul {
    display: none;
    /* display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    width: 100%;
    padding-block: 20px;
    border-bottom: 1px solid var(--colorb2);
    border-top: 1px solid var(--colorb2);
    background-color: var(--white); */
  }
}

@media screen and (max-width:90.625rem) {}


/* 사업분야 */
.vertical-box {
  flex-direction: column;
}

.con-depth-tab {
  padding-top: 160px;
  /* padding-bottom: 40px; */
  position: relative;
  z-index: 80;
}


.con-depth-tab ul {
  position: relative;
  display: flex;
  align-items: center;
  padding: 5px;
  border-radius: 1000px;
  background: var(--coloref);
}

.con-depth-tab ul li {
  flex: 1;
}

.con-depth-tab ul li button {
  position: relative;
  display: block;
  width: 100%;
  padding: 12px 97px;
  border-radius: 100px;
  background: transparent;
  text-align: center;
  color: var(--color44);
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: -0.36px;
  z-index: 10;
  transition: .3s;
}

.con-depth-tab ul::before {
  content: "";
  position: absolute;
  top: 50%;
  left: var(--tab-left, 12px);
  width: var(--tab-width, 50%);
  height: 52px;
  border-radius: 100px;
  background: var(--mainColor);
  transform: translateY(-50%);
  transition: left 0.5s ease, width 0.5s ease;
  z-index: 8;
}

.con-depth-tab ul li.active button {
  /* color: var(--coloref); */
  color: var(--white);
}

.con-depth-tab-select {
  display: none;
}




.sec-area .grid2-img {
  display: flex;
  align-items: center;
  gap: 40px;
}


.con-info {
  width: 100%;
}

.con-outline {
  display: grid;
  grid-template-columns: 1fr;
  gap: 60px;
}

.con-outline>div {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}

.con-outline .img-box {
  margin: 0 auto;
}



@media screen and (max-width:1450px) {
  .con-depth-tab {
    padding-top: 80px;
    padding-bottom: 0;
  }
}

@media screen and (max-width:1200px) {
  .con-depth-tab-select {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 16px 30px;
    border-radius: 4px;
    background: var(--mainColor);
    color: var(--white);
    font-size: 1.375rem;
    font-weight: 500;
    line-height: 160%;
    letter-spacing: -0.44px;
  }

  .con-depth-tab-select span {
    transition: .3s;
  }

  .con-depth-tab-select.open span {
    transform: rotate(180deg);
  }

  .con-depth-tab .inner>div {
    position: relative;
  }

  .con-depth-tab ul {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    display: none;
    border-radius: 0;
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.10);
    z-index: 10;
  }

  .con-depth-tab ul::before {
    content: none;
  }

  .con-depth-tab ul li {
    flex: auto;
    width: 100%;
  }

  .con-depth-tab ul li~li {
    margin-top: 5px;
  }

  .con-depth-tab ul li a {
    position: static;
    padding: 16px 30px;
    text-align: left;
  }

  .con-depth-tab ul li.active a {
    border-radius: 100px;
    background: var(--mainColor);
    color: var(--coloref);
  }

  .con-depth-tab ul li button:hover,
  .con-depth-tab ul li.active button {
    /* color: var(--color44); */
    color: var(--white);
    border-radius: 100px;
    background: var(--mainColor);
  }
}

@media screen and (max-width:1000px) {
  .con-info p.br-block br {
    display: block;
  }

  .con-info p br {
    display: none;
  }

}

@media screen and (max-width:768px) {
  .sec-area .grid2-img {
    flex-direction: column;
  }

  .con-depth-tab ul li button {
    padding: 12px;
  }

  .con-depth-tab-select {
    padding: 15px;
  }

}

.mt20 {
  margin-top: 20px;
}

.mt60 {
  margin-top: 60px;
}

.mt80 {
  margin-top: 80px;
}

.mb60 {
  margin-bottom: 60px;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left !important;
}

.font40-700 {

  color: var(--color22);
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -1.6px;
}

.font40-700 span {
  color: var(--mainColor);
}

.font28-500 {
  display: inline-block;
  color: var(--color22);
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -0.03rem;
}

.font24-600 {
  color: var(--color22);
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 160%;
  letter-spacing: -0.48px;
}

.font22-400 {
  color: var(--color22);
  font-size: 1.375rem;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -0.4px;
}

.font20-400 {
  color: var(--color22);
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -0.4px;
}

.font18-400 {
  color: var(--color22);
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -0.36px;
}

@media screen and (max-width:768px) {
  .font40-700 {
    font-size: 2.2rem;
  }


  .font28-500 {
    font-size: 1.6rem;
  }

  .font24-600 {
    font-size: 1.4rem;
  }

  .font22-400 {
    font-size: 1.2rem;
  }
}

.border-list-type1 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 40px;
}


.border-list-type1 li {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  padding: 60px 26px;
  border-radius: 4px;
  border: 1px solid var(--colorb2);
  background: var(--white);
}

.border-list-type1 li .list-text {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.border-list-type1 li .ko-text {
  color: var(--mainColor);
  text-align: center;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: -0.4px;
}

.border-list-type1 li .en-text {
  color: #AAA;
  text-align: center;
  font-family: Montserrat;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -0.28px;
  text-transform: uppercase;
}

/* .achievement-list-box {
  display: grid;
  gap: 80px;
} */

.box-list-type1 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.box-list-type1 li {
  display: grid;
  grid-template-columns: 1fr;
  gap: 64px;
  padding: 40px;
  background: var(--white);
  border-radius: 4px;
  box-sizing: border-box;
  cursor: pointer;
  transition: .3s;
}


.box-list-type1 li>div {
  display: grid;
  grid-template-columns: 1fr;
  gap: 6px;
}

.box-list-type1 p {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 76px;
  color: var(--color22);
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: -0.48px;
  transition: .3s;
}

.box-list-type1 .mark-box {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--color88);
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: -0.28px;
  transition: .3s;
}

.box-list-type1 li .mark-box img {
  transition: .3s;
}

.box-list-type1 li .plus-icon {
  justify-self: end;
  width: 32px;
  height: 32px;
  background: url(/image/common/img_plus_blue.svg)no-repeat center / contain;
  transition: .3s;
}

.box-list-type1 li:hover {
  background: var(--mainColor);
}

.box-list-type1 li:hover p {
  color: var(--white);
}

.box-list-type1 li:hover .mark-box {
  color: var(--white);
}

.box-list-type1 li:hover .mark-box img {
  filter: brightness(2);
}

.box-list-type1 li:hover .plus-icon {
  background: url(/image/common/img_plus_white.svg)no-repeat center / contain;
}

@media screen and (max-width:1200px) {
  .box-list-type1 {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media screen and (max-width:768px) {
  .box-list-type1 {
    grid-template-columns: repeat(2, 1fr);
  }

  .box-list-type1 li {
    gap: 20px;
  }
}

@media screen and (max-width:640px) {
  .box-list-type1 {
    grid-template-columns: 1fr;
  }
}


.img-list-type1 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  padding-bottom: 80px;
  border-bottom: 1px solid var(--colordd);
}

.border-list-type1.grid4 {
  grid-template-columns: repeat(4, 1fr);
}

.img-list-type1 li a {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 10px;
  transition: .3s;
}

.img-list-type1 li:hover a {
  background: var(--colorf9);
}

.img-list-type1 .img-box {
  border-radius: 4px;
}

.img-list-type1 li .ko-text {
  color: var(--color22);
  font-size: 1.14rem;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -0.48px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.con-info .btn-more {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 80px;
}

.con-info .btn-more button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 176px;
  padding: 14px 24px;
  border-radius: 1000px;
  border: 1px solid var(--colorb2);
  background: var(--white);
  color: var(--color44);
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: -0.32px;
  transition: .3s;
}

.con-info .btn-more button:hover {
  background: var(--mainColor);
  color: var(--white);
}

.con-info .btn-more button:hover img {
  filter: brightness(2);
}

.img-list-type2 {
  border-top: 1px solid var(--color22);
  counter-reset: num;
}

.img-list-type2>li {
  counter-increment: num;
  border-bottom: 1px solid var(--colorb2);
}

.img-list-type2>li button {
  display: grid;
  grid-template-columns: 100px 1fr 100px;
  width: 100%;
  padding-block: 34px;
  box-sizing: border-box;
  transition: .3s;
}

.img-list-type2>li button>* {
  padding-inline: 20px;
  transition: .3s;
}

.img-list-type2 .num::before {
  content: counter(num, decimal-leading-zero);
  color: var(--mainColor);
  text-align: center;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: -0.4px;
}

.img-list-type2>li button .title {
  text-align: left;
  color: var(--color22);
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: -0.4px;
}

.img-list-type2>li button .arrow {
  display: flex;
  align-items: center;
  justify-content: center;
}

.img-list-type2>li .list-info {
  display: none;
  padding: 40px;
  background: var(--white);
  box-sizing: border-box;
}

.img-list-type2>li .list-info .list-info-text {}

.img-list-type2>li .list-info .list-info-text li {
  display: flex;
  align-items: flex-start;
}

.img-list-type2>li .list-info .list-info-text li::before {
  content: "";
  min-width: 3px;
  min-height: 3px;
  margin-top: 13px;
  margin-right: 10px;
  border-radius: 3px;
  background: var(--color44);
}

.img-list-type2>li .list-info .list-info-text li>div {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}



.img-list-type2>li .list-info .list-info-text li p.info-title {
  text-wrap: nowrap;
  font-weight: 700;
}

.img-list-type2>li .list-info .list-info-text li p {
  color: var(--color44);
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -0.4px;
}

.list-img-box {}

.list-img-box>ul {
  display: grid;
  gap: 20px;
}

.list-img-grid1 {
  grid-template-columns: 1fr;
  justify-self: center;
}

.list-img-grid3 {
  grid-template-columns: repeat(3, 1fr);
  margin-top: 40px;
}

.list-img-grid4 {
  grid-template-columns: repeat(4, 1fr);
  margin-top: 40px;
}


.img-list-type2>li.active button {
  background: var(--mainColor);
  color: var(--white);
}

.img-list-type2>li.active .title,
.img-list-type2>li.active .num::before {
  color: var(--white);
}

.img-list-type2>li.active .arrow {
  transform: rotate(180deg);
  filter: brightness(2);
}

@media screen and (max-width:1000px) {

  .border-list-type1.grid4,
  .border-list-type1,
  .img-list-type1 {
    grid-template-columns: repeat(2, 1fr);
  }

  .con-info p.open-title br,
  .con-info p.open-info br {
    display: block;
  }

  .list-img-grid4 {
    grid-template-columns: repeat(2, 1fr);
    justify-items: center;
  }

}

@media screen and (max-width:768px) {
  .img-list-type1 li .ko-text {
    font-size: 1.4rem;
  }

  .img-list-type2>li button {
    grid-template-columns: 20px 1fr 15px;
    align-items: center;
    gap: 0 20px;
    padding-inline: 10px;
    padding-block: 10px;
  }

  .img-list-type2>li button .num {
    /* grid-column: 1 / -1;
    justify-self: start; */
    align-self: flex-start;
  }

  .img-list-type2>li button .title {
    width: 100%;
  }

  .img-list-type2>li button>* {
    padding-inline: 0;
  }

  .img-list-type2>li .list-info {
    padding: 20px;
  }

  .img-list-type2>li .list-info .list-info-text li p {
    font-size: 1.1rem;
  }

  .list-img-grid3 {
    grid-template-columns: repeat(2, 1fr);
    justify-items: center;
  }
}

@media screen and (max-width:640px) {

  .border-list-type1.grid4,
  .border-list-type1,
  .img-list-type1 {
    grid-template-columns: 1fr;
  }

  .img-list-type1 .img-box img {
    width: 100%;
    aspect-ratio: 2 / 1;
    object-fit: cover;
  }

}

/* 개인정보처리방침 */

/* .law-area {
  padding-block: 160px;
}

.law-top {
  color: var(--color22);
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -0.025rem;
}

.law-sec {
  margin-bottom: 20px;
  color: var(--color22);
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -0.0225rem;
}

.law-sec strong {
  color: var(--color22);
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: -0.025rem;
}

.law-index {
  border: 1px solid var(--colorb2);
  padding: 30px;
  background: #F9F9F9;
  color: var(--color22);
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -0.0225rem;
}

.law-index a:hover {
  font-weight: 500;
} */
.privacy-select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
  color: #434343;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 60px;

}

.privacy-select select {
  border: 1px solid #EBEBEB;
  height: 50px;
  width: 190px;
  padding: 0 20px;
  background-image: url(/image/common/select_arrow_gray.png);
  background-position: center right 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #434343;
}

.privacy-desc {
  color: #434343;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.6em;
  margin-bottom: 80px;
}

.accordion-wrap {
  border-top: 1px solid #EBEBEB;
}

.accordion-wrap .accordion-head {
  border-bottom: 1px solid #EBEBEB;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 30px 60px;
  gap: 25px;
  cursor: pointer;
}

.accordion-wrap .accordion-head p {
  font-size: 1.375rem;
  font-weight: 500;
}

.accordion-wrap .accordion-head i {
  margin-left: auto;
  font-size: 1.5625rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.accordion-wrap .accordion-head.on i {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.accordion-wrap .accordion-desc {
  background: #F7F8F9;
  border-bottom: 1px solid #EBEBEB;
  padding: 60px;
  display: none;
  color: #434343;
  font-size: 1.1rem;
  font-weight: 500;
}

.accordion-wrap .accordion-desc li h3 {
  font-size: 1.375rem;
  font-weight: 600;
  margin-bottom: 10px;
}

.accordion-wrap .accordion-desc li p {
  color: #434343;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.6em;
}

.accordion-wrap .accordion-desc li:not(:last-child) {
  margin-bottom: 35px;
}


@media screen and (max-width: 640px) {
  .privacy-desc {
    font-size: 1.1rem;
    margin-bottom: 40px;
  }

  .privacy-select {
    margin-bottom: 25px;
  }

  .privacy-select select {
    height: 40px;
  }

  .accordion-wrap .accordion-head {
    padding: 20px 25px;
  }

  .accordion-wrap .accordion-desc {
    padding: 25px;
  }
}

/* 일반건축 */


/* 사업실적 가이드 */
.achievement-table-box {
  width: 100%;
  overflow: hidden;
  padding-top: 80px;
}

.achievement-table {
  width: 100%;
  overflow: auto;
  box-sizing: border-box;
}

.achievement-table table {
  width: 100%;
  min-width: 715px;
}

.achievement-table.dragging {
  user-select: none;
}

.achievement-table.dragging td {
  cursor: grabbing;
  user-select: none;
}

.achievement-table thead th {
  padding: 20px 10px;
  border-right: 1px solid #DDD;
  background: var(--blue, #0254A6);
  color: var(--white-100, #FFF);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -0.4px;
}

.achievement-table tbody td {
  padding: 10px;
  border-right: 1px solid #DDD;
  border-bottom: 1px solid #DDD;
  background: #FFF;
  color: var(--666666, #666);
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight:300;
  line-height: 140%;
  letter-spacing: -0.36px;
  cursor: pointer;
  transition: .3s;
}

.achievement-table tbody tr:hover td {
  background: var(--colorf9);
}

/* //사업실적 가이드 */

/* 환경∙에너지 사업 */



.energy-box .con-info {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.energy-box .con-info .con-info-text {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.tech-info-type1 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}

.tech-info-type1>li {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  /* justify-content: space-between; */
  gap: 20px;
  padding: 40px;
  border-radius: 8px;
  background: var(--coloref);
  box-sizing: border-box;
}

.tech-info-type1>li.text-info-top {
  justify-content: space-between;
}

.tech-info-type1>li .img-box,
.tech-info-type1>li .img-box img {
  width: 100%;
}

.tech-info-type1>li .tech-text {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.tech-info-type1>li.info-long {
  grid-column: 1 / -1;
}



.tech-info-type1>li.info-long.horizontal-long {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 80px;
}

.tech-info-type1>li.info-long.horizontal-long .img-box {
  max-width: 450px;
}


.tech-info-type1>li.info-long.horizontal-long .tech-info {
  margin-top: 20px;
}



.tech-info-type2>li {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  border-radius: 4px;
  background: var(--colore8);
  overflow: hidden;
}

.tech-info-type2 li .info-box {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 40px;
}

.tech-info-type2 li .info-box .sub-title {
  color: var(--color22);
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 160%;
  letter-spacing: -0.4px;
}

.tech-info-type2 li .info-box .tech-info {
  color: var(--color22);
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -0.36px;
}

@media screen and (max-width:1100px) {
  .tech-info-type2 li .info-box .sub-title br {
    display: none;
  }

}

@media screen and (max-width:860px) {
  .tech-info-type2>li {
    grid-template-columns: 1fr;
  }

  .tech-info-type2>li .img-box {
    width: 100%;
  }

  .tech-info-type2>li .img-box img {
    width: 100%;
    max-height: 400px;
    object-fit: cover;
    object-position: bottom;
  }
}


.tech-info-type1 .sub-title {
  color: var(--mainColor);
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: -0.4px;
}


.tech-title {
  color: var(--color22);
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 160%;
  letter-spacing: -0.48px;
}

.tech-info {
  color: var(--color44);
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -0.32px;
}



.tech-info .dot-none-list li .sub-title {
  color: var(--mainColor);
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: -0.4px;
}

.tech-info ul {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.tech-info ul li p {
  display: flex;
  align-items: flex-start;
  /* gap: 8px; */
}

.tech-info ul .depth-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
}

.tech-info ul .depth-info ul {
  padding-left: 15px;
}



.tech-info ul li p::before {
  content: "";
  min-width: 3px;
  min-height: 3px;
  margin-top: 10px;
  margin-inline: 8px;
  border-radius: 3px;
  background-color: var(--color22);
}

.tech-info .depth-info li p::before {
  content: "";
  width: 5px;
  min-height: 1px;
  margin-top: 12px;
  border-radius: 0;
  background-color: var(--color88);
}

.tech-info .depth-info li p {
  color: var(--color88);
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -0.36px;
}

.tech-info .dot-none-list {
  gap: 30px;
  margin-top: 20px;
}



.tech-info .dot-none-list li p {
  color: var(--color44);
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -0.36px;
}


.tech-info .dot-none-list li p::before {
  content: none;
}


.sec2-con-top {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  margin-bottom: 40px;
}

.sec2-con-top .text-box {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}

.sec2-con-top ul {
  display: flex;
  align-items: center;
  gap: 20px;
}

.sec2-con-top ul li {
  flex: 1;
}


.img-box-view-item {
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 4px;
  transition: .3s;
}

.img-box-view-item:hover {
  border: 1px solid var(--mainColor);
}

.img-box-view {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 1400px;
  padding: 20px;
  box-sizing: border-box;
  display: none;
  z-index: 1001;
}

.img-box-view.active {
  display: block;
}

.img-box-view .img-box-view-cont {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  /* width: 100%; */
  width: fit-content;
  margin: 0 auto;
  /* border: 2px solid var(--colorb2);
  border-radius: 8px; */
}

.img-box-view .close {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}

/* .img-box-view .img-box-view-cont img {
  width: 100%;
} */


.img-view-dimmed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.50);
  backdrop-filter: blur(5px);
  opacity: 0;
  transition: opacity 0.3s;
  visibility: hidden;
  z-index: 1000;
}

.img-view-dimmed.active {
  opacity: 1;
  visibility: visible;
}

@media screen and (max-width:1500px) {

  .tech-info-type1>li.info-long .img-box,
  .tech-info-type1>li.info-long .img-box img {
    width: 100%;
  }

  .sec2-con-top ul li,
  .sec2-con-top ul li img {
    width: 100%;
  }
}

.tech-info-type1>li.info-long.horizontal-long .img-box {
  width: 100%;
  max-width: 100%;
}

@media screen and (max-width:1450px) {}

@media screen and (max-width:1200px) {
  .tech-info-type1.text-top-img {
    grid-template-columns: 1fr;
  }

  .tech-info-type1 .img-box {
    width: 100%;
  }

  .tech-info-type1 img {
    margin: 0 auto;
    width: 100%;
  }


}

@media screen and (max-width:1000px) {
  .tech-info-type1 {
    grid-template-columns: 1fr;
  }





  .tech-info-type1>li.info-long.horizontal-long {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }

}


@media screen and (max-width:768px) {
  .achievement-table-box {
    padding-top: 40px;
  }

  .tech-info-type1>li {
    padding: 20px;
  }

  .sec2-con-top ul {
    flex-direction: column;
  }

  .sec2-con-top ul li,
  .sec2-con-top ul li img {
    width: 100%;
  }


  .tech-info-type1>li.info-long.horizontal-long.bg-water {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    gap: 20px;
    background: none;
    padding: 0;
  }

  .tech-info-type1>li.info-long.horizontal-long.bg-water .img-box {
    display: block;
  }

  .tech-info-type1>li.info-long.horizontal-long.bg-water .img-box img {
    width: 100%;
  }

  .tech-info-type1>li.info-long.horizontal-long.bg-water>div:not(.img-box) {
    padding: 0;
    border-radius: 0;
    box-sizing: border-box;
  }

  .tech-title {
    color: var(--color22);
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 160%;
    letter-spacing: -0.48px;
  }

  .img-box-view {
    padding: 10px;
  }
}


/* 기술소개 표형식 */

.tech-table {

  border-top: 2px solid var(--color22);
  margin-top: 60px;
  overflow-x: auto;
}

.tech-table table {
  min-width: 1000px;
}

.tech-table tr th,
.tech-table tr td {
  padding: 32px 20px;
  border-right: 1px solid var(--colorb2);
  border-bottom: 1px solid var(--colorb2);
  text-align: center;
  color: var(--color22);
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -0.32px;
}

.tech-table tr th {
  background: var(--coloref);
  color: var(--color22);
  font-weight: 500;
}

.tech-table tr th:last-child,
.tech-table tr td:last-child {
  border-right: none;
}

.tech-table tr td ul {
  text-align: left;
}


.tech-table ul li p {
  display: flex;
  align-items: flex-start;
}

.tech-table ul li p::before {
  content: "";
  min-width: 3px;
  min-height: 3px;
  margin-top: 10px;
  margin-inline: 10px;
  border-radius: 3px;
  background-color: var(--color22);
}





/* 회사소개 */
.about .sec-area {
  background: var(--white);
}

.sec-area.affiliate {
  background: none;
}





.sec-area .overview-box .overview-top {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;

}

.sec-area .overview-box .sub-title {
  color: var(--color22);
  text-align: center;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -0.36px;
  text-transform: uppercase;
}



.sec-area .overview-box .slogun {
  width: 100%;
  max-width: none;
  color: var(--color22);
  text-align: center;
  /* font-size: 3.25rem; */
  font-size: 3.25rem;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -2.08px;
  text-transform: uppercase;
}

.sec-area .overview-box .con-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  text-align: center;
}


.overview-box .business-circle {
  position: relative;
  margin-top: 40px;

}

.overview-box .business-circle .center-circle-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 880px;
  max-height: 880px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding-block: 18.75rem;
  box-sizing: border-box;
  z-index: 2;
}


.overview-box .business-circle .center-circle-box::after,
.overview-box .business-circle .center-circle-box::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.overview-box .business-circle .center-circle-box::after {
  max-width: 360px;
  max-height: 360px;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background: var(--color8e10);
  box-sizing: border-box;
}

.overview-box .business-circle .center-circle-box::before {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 1px dashed var(--color8e80);
  box-sizing: border-box;
}

.overview-box .business-circle .center-circle {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 600px;
  max-height: 600px;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 1px dashed var(--color8e40);
}

.overview-box .business-circle .logo-circle {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 280px;
  height: 280px;
  border-radius: 100%;
  background: var(--color8e);
  z-index: 10;
}

.circle-move-box {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  /* transform: translate(-50%, -50%) scale(0.5); */
  transform: translate(-50%, -50%);
  z-index: 1;
}

.circle-move {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 160px;
  height: 160px;
  border-radius: 100%;
  border: 1px solid var(--color8e);
  background: var(--white);
  box-sizing: border-box;
  transition: .3s;
}

.circle-move p {
  color: var(--color8e);
  text-align: center;
  /* font-size: 1.5rem; */
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: -0.48px;
  transition: .3s;
}



.circle-move.move1 {
  animation: move1 40s linear infinite;
  animation-delay: 0.2s;
}

.circle-move.move2 {
  animation: move2 40s linear infinite;
  animation-delay: 0.2s;
}

.circle-move.move3 {
  animation: move3 40s linear infinite;
  animation-delay: 0.2s;
}

.circle-move.move4 {
  animation: move4 40s linear infinite;
  animation-delay: 0.2s;
}

.circle-move.move5 {
  animation: move5 40s linear infinite;
  animation-delay: 0.2s;
}

.circle-move.move5 {
  animation: move5 40s linear infinite;
  animation-delay: 0.2s;
}

.circle-move.move6 {
  animation: move6 40s linear infinite;
  animation-delay: 0.2s;
}


.circle-move-box .circle-move:hover {
  background: var(--color8e);
}

.circle-move-box .circle-move:hover p {
  color: var(--white);
}



.circle-move-info-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 100;
}

.circle-move-info {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 280px;
  height: 280px;
  border-radius: 100%;
  padding: 40px;
  background: var(--color8e);
  box-sizing: border-box;
  transition: .3s;
  opacity: 0;
  visibility: hidden;
}

.circle-move-info.active {
  opacity: 1;
  visibility: visible;
}

.circle-move-info p.title {
  color: var(--white);
  font-size: 1.5rem;
  font-weight: 600;
  /* line-height: 160%; */
  line-height: 120%;
  letter-spacing: -0.48px;
}

.circle-move-info p {
  color: var(--white);
  text-align: center;
  font-size: 1rem;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -0.32px;
}








:root {
  --circle-width: 10rem;
  --circle-box: 300%;


}

@media screen and (max-width:1000px) {
  .circle-move p {
    font-size: 1.2rem;
  }
}

@media screen and (max-width:768px) {
  :root {
    --circle-width: 8rem;
    --circle-box: 230%;


  }

  .circle-move p {
    font-size: 1.1rem;
  }
}



@keyframes move1 {
  0% {
    transform: translate(-50%, -50%) rotate(0deg) translateX(calc(-1 * (var(--circle-box) - var(--circle-width)))) rotate(0deg);
  }

  100% {
    transform: translate(-50%, -50%) rotate(360deg) translateX(calc(-1 * (var(--circle-box) - var(--circle-width)))) rotate(-360deg);
  }
}

@keyframes move2 {
  0% {
    transform: translate(-50%, -50%) rotate(60deg) translateX(calc(-1 * (var(--circle-box) - var(--circle-width)))) rotate(-60deg);
  }

  100% {
    transform: translate(-50%, -50%) rotate(420deg) translateX(calc(-1 * (var(--circle-box) - var(--circle-width)))) rotate(-420deg);
  }
}

@keyframes move3 {
  0% {
    transform: translate(-50%, -50%) rotate(120deg) translateX(calc(-1 * (var(--circle-box) - var(--circle-width)))) rotate(-120deg);
  }

  100% {
    transform: translate(-50%, -50%) rotate(480deg) translateX(calc(-1 * (var(--circle-box) - var(--circle-width)))) rotate(-480deg);
  }
}

@keyframes move4 {
  0% {
    transform: translate(-50%, -50%) rotate(180deg) translateX(calc(-1 * (var(--circle-box) - var(--circle-width)))) rotate(-180deg);
  }

  100% {
    transform: translate(-50%, -50%) rotate(540deg) translateX(calc(-1 * (var(--circle-box) - var(--circle-width)))) rotate(-540deg);
  }
}

@keyframes move5 {
  0% {
    transform: translate(-50%, -50%) rotate(240deg) translateX(calc(-1 * (var(--circle-box) - var(--circle-width)))) rotate(-240deg);
  }

  100% {
    transform: translate(-50%, -50%) rotate(600deg) translateX(calc(-1 * (var(--circle-box) - var(--circle-width)))) rotate(-600deg);
  }
}

@keyframes move6 {
  0% {
    transform: translate(-50%, -50%) rotate(300deg) translateX(calc(-1 * (var(--circle-box) - var(--circle-width)))) rotate(-300deg);
  }

  100% {
    transform: translate(-50%, -50%) rotate(660deg) translateX(calc(-1 * (var(--circle-box) - var(--circle-width)))) rotate(-660deg);
  }
}



.map-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}



@media (max-width: 1000px) {
  .sec-area .overview-box .slogun {
    font-size: 2.8rem;
  }


  .overview-box .business-circle {
    padding-block: 40px;
  }

  .overview-box .business-circle .center-circle-box {
    max-width: 65.27vw;
    max-height: 65.27vw;
    padding-block: 25.55vw;
  }

  .overview-box .business-circle .center-circle {
    max-width: 46.1vw;
    max-height: 46.1vw;
  }

  .overview-box .business-circle .center-circle-box::after {
    max-width: 29.66vw;
    max-height: 29.66vw;
  }

  .circle-move-info,
  .overview-box .business-circle .logo-circle {
    width: 27.18vw;
    height: 27.18vw;
    padding: 10px;
  }

  .circle-move {
    width: 8rem;
    height: 8rem;
  }


}

@media (max-width: 768px) {
  .sec-area .overview-box .slogun {
    font-size: 2.5rem;
  }

  .overview-box .business-circle {
    padding-block: 100px;
  }

  .overview-box .business-circle .center-circle-box::after {
    max-width: 9rem;
    max-height: 9rem;
  }


  .overview-box .business-circle .logo-circle {
    width: 7rem;
    height: 7rem;
  }

  .circle-move-box .circle-move:hover {
    background: var(--white);
  }

  .circle-move-box .circle-move:hover p {
    color: var(--color8e);
  }
}

@media (max-width: 640px) {
  .sec-area .overview-box .slogun {
    font-size: 2.2rem;
  }


}

@media (max-width: 500px) {
  .circle-move {
    width: 7rem;
    height: 7rem;
  }
}

@media (max-width: 640px) {
  .sec-area .overview-box .slogun {
    font-size: 2.2rem;
  }


}

@media (max-width: 1536px) {}

/* 회사소개 - 관계사 */
.affiliate {
  overflow: hidden;
}

.affiliate::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: url(/image/sub/img_about03.png) no-repeat center / cover;

}




.affiliate .title-box .title {
  color: var(--white);
}

.affiliate .title-box .sub-title {
  color: var(--white);
}



.swiper.affiliate-slider {
  margin-top: 60px;
  overflow: visible;
}

.affiliate-slider li {
  width: 100%;
  /* max-width: 1000px; */
  height: auto;
}

.affiliate-slider li>div {
  display: flex;
  align-items: flex-start;
  gap: 40px;
  height: 100%;
  padding: 40px;
  border-radius: 8px;
  border-radius: 0.5rem;
  background: var(--blur, linear-gradient(270deg, rgba(255, 255, 255, 0.00) -26.79%, rgba(0, 0, 0, 0.20) -6.82%, rgba(22, 22, 22, 0.18) 11.15%, rgba(255, 255, 255, 0.04) 123.81%));
  background-blend-mode: overlay;
  backdrop-filter: blur(90px);
  box-sizing: border-box;
  transition: .3s;
}



.affiliate-slider li>div>div {
  width: 100%;
}

.affiliate-slider li>div .affiliate-title {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid var(--white20);
}

.affiliate-slider li>div .affiliate-title img {}

.affiliate-slider li>div .affiliate-title .work-title {
  color: var(--white40);
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -0.28px;
}

.affiliate-slider li>div .affiliate-title .company-title {
  color: var(--white);
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 160%;
  letter-spacing: -0.48px;
}



.affiliate-slider li>div .affiliate-info ul {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
}

.affiliate-slider li>div .affiliate-info ul li {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 20px;
}

.affiliate-slider li>div .affiliate-info ul.full-info li {
  grid-template-columns: 1fr;
}


.affiliate-slider li>div .affiliate-info ul li .title {
  color: var(--white);
  font-size: 1rem;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -0.52px;
}

.affiliate-slider li>div .affiliate-info ul li .info {
  color: var(--white40);
  font-size: 1rem;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -0.52px;
}

.affiliate-slider li.swiper-slide-active>div {
  background: var(--white);
}

.kosdaq-logo {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.affiliate-slider li>div .company-img,
.affiliate-slider li.swiper-slide-active>div .slide-defult-img,
.affiliate-slider li>div .kosdaq-color,
.affiliate-slider li.swiper-slide-active>div .kosdaq-w {
  display: none;
  transition: .3s;
}

.affiliate-slider li.swiper-slide-active>div .kosdaq-color,
.affiliate-slider li>div .kosdaq-w,
.affiliate-slider li>div .slide-defult-img,
.affiliate-slider li.swiper-slide-active>div .company-img {
  display: block;
  margin: 0 auto;
}

.affiliate-slider li.swiper-slide-active>div .affiliate-title {
  border-bottom: 1px solid var(--colorb2);
}

.affiliate-slider li.swiper-slide-active>div .affiliate-title .work-title {
  color: var(--color22);
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -0.28px;
}

.affiliate-slider li.swiper-slide-active>div .affiliate-title .company-title {
  color: var(--color22);
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 160%;
  letter-spacing: -0.48px;
}

.affiliate-slider li.swiper-slide-active>div .affiliate-info ul li .title {
  color: var(--color22);
  font-size: 1rem;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -0.32px;
}

.affiliate-slider li.swiper-slide-active>div .affiliate-info ul li .info {
  color: var(--color22);
  font-size: 1rem;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -0.52px;
}



@media screen and (max-width:1000px) {
  .swiper.affiliate-slider {
    margin-top: 40px;
  }

  .affiliate-slider li>div {
    flex-direction: column;
    gap: 20px;
    /* height: 85vh; */
    /* padding: 20px; */
  }



  .affiliate-slider li>div .affiliate-info ul li {
    gap: 4px;
  }

}

@media screen and (max-width:768px) {
  .affiliate-slider li>div {
    padding: 25px;
  }

  .swiper.affiliate-slider {
    margin-top: 20px;
  }

  /* 
  .affiliate-slider li>div .affiliate-info {
    max-height: 150px;
  } */
}

@media screen and (max-width:640px) {
  /* .affiliate-slider li>div {
    height: 90vh;
  } */

  .affiliate-slider li>div>div.company-img-box img {
    width: 60%;
    margin: 0 auto;
  }

  .affiliate-slider li>div .affiliate-info ul li {
    /* grid-template-columns: 1fr; */
  }

  .affiliate-slider li.swiper-slide-active>div .affiliate-info ul li .title,
  .affiliate-slider li>div .affiliate-info ul li .title {
    font-size: 0.9375rem;
  }

  .affiliate-slider li.swiper-slide-active>div .affiliate-info ul li .info,
  .affiliate-slider li>div .affiliate-info ul li .info {
    font-size: 0.8125rem;
  }
}

@media screen and (max-width:400px) {

  .affiliate-slider li>div .affiliate-info {
    overflow: auto;
    max-height: 150px;
  }
}

/* 회사소개 - 시너지 */
.sec-area.synergy {}

.sec-area.synergy .img-box {
  width: 100%;
  margin: 0 auto;
}

.sec-area.synergy .img-box img {
  margin: 0 auto;
  width: 86%;
}


/* 회사소개 - 미션 */
.sec-area.mission {
  position: relative;
}

.sec-area.mission .mission-text-box {
  padding-block: 360px;
  background: var(--coloref);
}


.sec-area.mission .mission-text {
  color: var(--color22);
  text-align: center;
  font-size: 3rem;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -1.92px;
}

.sec-area.mission .mission-text .bold-char {
  font-weight: 700;
}

.sec-area.mission .img-card-sect {
  position: relative;
  height: 100vh;
}



.sec-area.mission .img-card-sect .card {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.sec-area.mission .img-card-sect .card:nth-child(2) {
  z-index: 1;
}

.sec-area.mission .img-card-sect .card .in .txt-box {
  width: 100%;
}

.sec-area.mission .img-card-sect .card .in {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 80%;
  max-width: 100%;
  transform: translate(-50%, -50%);
  z-index: 3;
}


.img-card-sect .card .img {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  width: 100%;
  height: 100%;
}

.sec-area.mission .img-card-sect .txt-box .sub-title {
  color: var(--white);
  font-family: Montserrat;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -0.36px;
  text-transform: uppercase;
}

.sec-area.mission .img-card-sect .txt-box .txt {
  margin-top: 20px;
  color: var(--white);
  font-size: 2.25rem;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.72px;
}

.sec-area.mission .img-card-sect .txt-box .txt span {
  font-weight: 700;
}


@media screen and (max-width:1000px) {
  .sec-area.mission .mission-text {
    color: var(--color22);
    text-align: center;
    font-size: 2.5rem;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: -1.92px;
  }

  .img-card-sect .card .img .mo-over {
    object-fit: cover;
    object-position: center;
  }



}

@media screen and (max-width:768px) {
  .sec-area.mission .img-card-sect .txt-box .txt br {
    display: none;
  }

  .sec-area.mission .img-card-sect .txt-box .txt {
    font-size: 2rem;
  }

  .sec-area.mission .mission-text br {
    display: none;
  }

  .sec-area.mission .mission-text-box {
    padding-block: 160px;
  }
}

/*회사소개 > 핵심가치 */
.core-value {
  background: var(--coloref);
}

.core-value>div .value-img-box {

  margin-top: 60px;

}



.core-value>div .value-img-box img {
  margin: 0 auto;
}








/*회사소개 > 그룹 CI */
.group-ci {}

.group-ci>div .ci-img-box {
  margin-top: 60px;
  overflow: hidden;
}

.ci-logo-box {
  padding-top: 80px;
}

.ci-logo-box .ci-title {
  color: var(--color22);
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -0.72px;
}

.ci-logo-box .ci-info {

  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin-top: 20px;
}

.ci-logo-box .ci-info p {
  color: var(--color22);
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -0.4px;
}

.ci-logo-info {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-top: 40px;
}

.ci-logo-info .down-ci-file {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 40px;
}

.ci-logo-info .down-ci-file a {
  display: flex;
  padding: 14px 24px;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  border-radius: 1000px;
  border: 1px solid var(--colorb2);
  background: var(--white);
  color: var(--color44);
  font-size: 1rem;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: -0.32px;
  text-wrap: nowrap;
  box-sizing: border-box;
  transition: .3s;
}

.ci-logo-info .down-ci-file a .down-basic {
  display: block;
}

.ci-logo-info .down-ci-file a .down-white {
  display: none;
}

.ci-logo-info .down-ci-file a:hover {
  border: 1px solid var(--mainColor);
  background: var(--mainColor);
  color: var(--white);
}

.ci-logo-info .down-ci-file a:hover .down-basic {
  display: none;
}

.ci-logo-info .down-ci-file a:hover .down-white {
  display: block;
}

.ci-logo-info .down-ci-file span {
  min-width: 12px;
  min-height: 13px;
}

.ci-color {
  margin-top: 60px;
}

.ci-color .color-list {
  display: flex;
  /* align-items: center; */

  gap: 40px;
  margin-top: 40px;
}

.ci-color .color-list li {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
  width: 373px;
  padding: 40px;
  /* padding: 110px 40px 40px; */
  border-radius: 8px;
}

.ci-color .color-list li:nth-child(1) {
  background: var(--black);
}

.ci-color .color-list li:nth-child(2) {
  background: #76BC21;
}

.ci-color .color-list li:nth-child(3) {
  background: #D7282F;
}

.ci-color .color-list li p {
  color: var(--white);
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: -0.4px;
}

.ci-color .color-list li span {
  color: var(--white);
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: -0.32px;
}

@media screen and (max-width:1000px) {
  .ci-logo-info {
    flex-direction: column;
    /* align-items: flex-start; */
    gap: 20px;
  }

  .ci-logo-info .down-ci-file {
    margin-top: 20px;
  }

  .ci-color .color-list {
    flex-direction: column;
    gap: 20px;
  }

  .ci-color .color-list li {
    width: 100%;
    padding-top: 40px;
  }
}



@media screen and (max-width:768px) {
  .ci-logo-info .down-ci-file a {
    width: 100%;
  }
}

@media screen and (max-width:640px) {
  .ci-logo-info .down-ci-file {
    /* flex-direction: column; */
    gap: 10px;
  }

  .ci-logo-info .down-ci-file a {

    padding: 10px 15px;
  }
}


/* 회사소개 CEO*/
.ceo-cont {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  gap: 120px;
  margin-top: 160px;
  align-items: start;
}

.ceo-cont .ceo-img {
  margin: 0 auto;
}

.ceo-cont .greetings {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  min-width: 670px;
}

.ceo-cont .greetings p:first-child {
  color: var(--color22);
  font-size: 2rem;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -0.03rem;
}

.ceo-cont .greetings p {
  color: var(--color22);
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -0.025rem;
}

.ceo-cont .greetings .sign-box {

  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  width: 100%;
  margin-top: 20px;
}

.ceo-cont .greetings .sign-box p {
  color: var(--color22);
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: -0.4px;
}

@media screen and (max-width : 1400px) {
  .ceo-cont {
    align-items: start;
  }
}

@media screen and (max-width : 1200px) {
  .ceo-cont {
    gap: 60px;
  }

  .ceo-cont {
    grid-template-columns: 1fr;
    margin-top: 100px;
  }

  .ceo-cont .greetings {
    min-width: auto;
  }

  .ceo-cont .greetings br {
    display: none;
  }

  .ceo-cont .ceo-img img {
    aspect-ratio: auto;
  }
}

@media screen and (max-width : 1000px) {}

@media screen and (max-width : 768px) {
  .ceo-cont .greetings p:first-child {
    font-size: 1.3rem;
  }

  .ceo-cont .greetings p {
    font-size: 1.1rem;
  }

  .ceo-cont .greetings .sign-box p {
    font-size: 1.1rem;
  }

}


/* 회사소개 연혁 및 조직 */

.history {
  height: 100vh;
}

.history .inner {
  height: 100vh;
}

.history-bg {
  position: fixed;
  /* top: 0%; */
  top: 60%;
  left: 50%;
  width: 1460px;
  height: 400px;
  max-width: 100%;
  background: url(/image/sub/img_history_1.png)no-repeat center / cover;
  overflow: hidden;
  /* transform: translate(-50%, -0%); */
  transform: translate(-50%, -60%);
  transition: .3s;
}

.history-bg .overlay {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.50) 0%, rgba(0, 0, 0, 0.50) 100%);
  opacity: 0;
}

.history-box {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;

}

.history-box>p {
  color: var(--color22);
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -1.6px;
  width: 100%;
}

.history-box .year-list-box {
  height: 65vh;
  position: relative;
  overflow: hidden;

}

.history-box .year-list-box .year-list-count> {
  will-change: transform;
  padding-bottom: 160px;

}

.history-box .year-list-box .year-list-count>li {
  padding-top: 30px;
}

.history-box .year-list-box .year-list-count>li>ul {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;

}

.history-box .year-list-box .year {
  color: var(--white);
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: -0.48px;
}

.history-box .year-list-box .year-history {
  margin-top: 8px;
}

.history-box .year-list-box .year-history li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.history-box .year-list-box .year-history li::before {
  content: "";
  min-width: 4px;
  min-height: 4px;
  margin-top: 11px;
  border-radius: 100%;
  background: var(--white);
  line-height: 160%;
  letter-spacing: -0.48px;
}

.history-box .year-list-box .year-history li p {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  color: var(--white);
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -0.36px;
}

.history-box .year-list-box .year-history li p span {
  display: block;
  height: 100%;
}

.history-tab {
  position: absolute;
  left: 0;
  bottom: 160px;
  opacity: 0;
}

.history-tab ul li {
  color: var(--white40);
  font-size: 2rem;
  font-weight: 600;
  line-height: 160%;
  letter-spacing: -0.64px;
}

.history-tab ul li.active {
  font-weight: bold;
  color: var(--white);
}


.organization .img-box img {
  margin: 0 auto;
}

.year-list-1990 {
  padding-bottom: 200px;
}

.organization .title {
  color: var(--color22);
  text-align: center;
  font-size: 3rem;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -1.92px;
}

.organization-chart {
  margin-top: 60px;
}

@media screen and (max-width:1200px) {

  .history-box {
    flex-direction: column;
    gap: 60px;
  }

  .history-box .year-list-box {
    height: 60vh;
  }

  .history-tab {
    display: none;
  }

  .history-bg {
    top: 50%;
    transform: translate(-50%, -50%);
  }
}

@media screen and (max-width:768px) {
  .history-box>p {
    font-size: 2.2rem;
  }
}

@media screen and (max-width:500px) {

  .history-bg {
    height: 350px;
  }

  .history-box>p {
    font-size: 1.6rem;
  }

  .history-box>p br {
    display: none;
  }
}




/* 회사소개 면허현황 */


.license-box table {
  width: 100%;
  border-top: 1px solid var(--color22);
  border-left: 1px solid var(--colorb2);
}

.license-box table th {
  padding: 34px 20px;
  color: var(--color22);
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: -0.32px;
  border-right: 1px solid var(--colorb2);
  border-bottom: 1px solid var(--colorb2);
  background: var(--coloref);
  text-wrap: nowrap;
}

.license-box table td {
  padding: 27px 20px;
  border-right: 1px solid var(--colorb2);
  border-bottom: 1px solid var(--colorb2);
  color: var(--color22);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -0.32px;
  text-wrap: nowrap;
}

.license-box table td.license-title {
  text-align: left;
}

@media screen and (max-width:1300px) {

  .license-box table colgroup {
    display: none;
  }

  .license-box table thead {
    display: none;
  }

  .license-box table tbody tr {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .license-box table td {
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 0;
    width: 100%;
  }

  .license-box table td p {
    width: 100%;
    padding: 10px;
    text-align: left;
    padding-left: 0;
    box-sizing: border-box;
  }

  .license-box table td:first-child {
    grid-column: 1 / -1;
    background: var(--colorb2);
  }

  .license-box table td:first-child p {
    padding: 5px 10px;

  }

  .license-box table td:first-child:before {
    content: none;
  }

  .license-box table td::before {
    content: attr(data-th) " :";
    padding: 10px;
    padding-right: 0;
    min-width: unset;
    text-align: right;
    box-sizing: border-box;
  }

}

@media screen and (max-width:768px) {

  .license-box table td::before,
  .license-box table td p {
    padding: 5px 10px;
  }
}


@media screen and (max-width:1024px) {
  .license-box table tbody tr {
    grid-template-columns: 1fr;
  }
}



/* 회사소개 주요고객사 */

.client-list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 25px;
}

.client-list li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--colorb2);
  border-radius: 4px;
  overflow: hidden;
}

/* .client-list li>div {
  border-bottom: 1px solid var(--colorb2);
} */

.client-list li>div img {
  margin: 0 auto;
}

.client-list li p {
  padding: 17px 20px;
}


@media screen and (max-width: 1200px) {
  .client-list {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media screen and (max-width: 1000px) {
  .client-list {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media screen and (max-width: 768px) {
  .client-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}

/* @media screen and (max-width: 640px) {
  .client-list {
    grid-template-columns: repeat(1, 1fr);
  }
} */

/* 회사소개 오시는 길 */

.map-box {}

.map-box .map-title {
  color: var(--color22);
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -0.1.1rem;
}

.map-box .map-info-list.indonesia li:first-child {
  width: 100%;
}

.map-box .map-info-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 40px;
  margin-top: 20px;
}

.map-box .map-info-list li {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

.map-box .map-info-list li a,
.map-box .map-info-list li p {
  color: var(--color44);
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -0.4px;
}

.map-box .map-info-list li p:first-child {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--mainColor);
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: -0.4px;
}

.map-box .map-info-list p:first-child::before {
  content: "";
  width: 20px;
  height: 20px;
}

.map-box p.address-title::before {
  background: url(/image/common/ico_pin.svg)no-repeat center / contain;
}

.map-box p.tell-title::before {
  background: url(/image/common/ico_phone.svg)no-repeat center / contain;
}

.map-box p.fax-title::before {
  background: url(/image/common/ico_print.svg)no-repeat center / contain;
}

.map-box p.mail-title::before {
  background: url(/image/common/img_mail.svg)no-repeat center / contain;
}

.map-img-box {
  margin-top: 60px;
}

.map-img-box ul {
  display: flex;
  gap: 40px;
}

.map-img-box ul li {
  flex: 1;
  border-radius: 8px;
  border: 1px solid var(--colorb2);
  overflow: hidden;
}

.map-img-box img {
  width: 100%;
}


@media screen and (max-width:1000px) {
  .map-img-box ul {
    flex-direction: column;
  }

  .map-img-box ul li {
    height: 100%;
    aspect-ratio: 2 / 1;
  }
}

@media screen and (max-width:768px) {
  .map-box .map-title {
    font-size: 2.2rem;
  }

  .map-box .map-info-list p:first-child::before {
    width: 15px;
    height: 15px;
  }

  .map-box .map-info-list li p:first-child,
  .map-box .map-info-list li a,
  .map-box .map-info-list li p {
    font-size: 1.1rem;
  }
}


/* //회사소개 */

/* 플랜트사업 */



.accordion-outline {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
}

.accordion-outline:last-child {
  margin-top: 60px;
}

.accordion-list {
  height: 100%;
}
.accordion-list ul {
  display: flex;
  width: 100%;
  height: 100%;
}



.accordion-list ul li {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  gap: 24px;
  /* width: 21%; */
  width: 20%;
  height: 450px;
  /* height: 390px; */
  padding: 94px 20px;
  border: 1px solid var(--colorb2);
  background: var(--coloref);
  box-sizing: border-box;
  transition: all ease 0.3s;
  overflow: hidden;
  z-index: 1;
}

.accordion-list ul li+li {
  border-left: none;
}

/* .accordion-list ul li:first-child {
  border-left: 1px solid var(--colorb2);
} */




.close-title {
  color: var(--coloraa);
  text-align: center;
  font-size: 19px;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: -0.4px;
}

.open-title,
.open-info,
.open-img {
  display: none;
  opacity: 0;
  transition: .3s;
}


.open-title {
  color: var(--mainColor);
  text-align: center;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: -0.4px;
}

.open-info {
  color: var(--color22);
  text-align: center;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -0.36px;
  word-break: keep-all;
}

.accordion-img-box {
  position: relative;
  width: 100%;
  height: 72px;
}

.accordion-img-box img {
  margin: 0 auto;
}


.accordion-list ul li.active {
  /* width: 35.5%; */
  width: 40%;
  /* max-width: 400px; */
  padding: 60px;
  border: 1px solid var(--mainColor);
  background: var(--white);
  box-shadow: 4px 0 9px rgb(225 235 221);
  z-index: 2;
}

.accordion-list ul li:first-child {
  border-radius: 4px 0px 0px 4px;
}

.accordion-list ul li:last-child {
  border-radius: 0px 4px 4px 0px;
}

.accordion-list ul li.active .close-title {
  display: none;
  opacity: 0;
}

.accordion-list ul li.active .open-img {
  display: block;
  opacity: 1;
}

.accordion-list ul li.active .close-img {
  opacity: 0;
  display: none;
}

.accordion-list ul li.active .open-title,
.accordion-list ul li.active .open-info,
.accordion-list ul li.active .open-img {
  display: block;
  opacity: 1;
}

.accordion-list ul li .close-title,
.accordion-list ul li.active .open-title,
.accordion-list ul li.active .open-info,
.accordion-list ul li.active .accordion-img-box {
  animation: fadeUp 1s 1 ease forwards;
}

.accordion-list ul li .close-title {
  animation: fadeIn 1s 1 ease forwards;
}


@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(40%);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}



@media screen and (max-width:1450px) {

  .accordion-list ul li {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-inline: 10px;
    padding-block: 30px;
    width: 100%;
    max-width: 100%;
  }


  .accordion-list ul li.active {
    padding-inline: 20px;
    padding-block: 30px;
    width: 100%;
    max-width: 100%;
  }
}

@media screen and (max-width:1200px) {

  .accordion-list ul {
    display: grid;
    grid-template-columns: 1fr;
  }

  .accordion-list ul li {
    height: 260px;
    padding: 60px;
  }


  .accordion-list ul li.active {
    height: 390px;
    padding: 60px;
  }

  .close-title br {
    display: none;
  }

  .accordion-list ul li:first-child,
  .accordion-list ul li.active:first-child {
    border-radius: 4px 4px 0px 0px;
  }

  .accordion-list ul li:last-child,
  .accordion-list ul li.active:last-child {
    border-radius: 0px 0px 4px 4px;
  }

  .accordion-list ul li~li {
    border-left: 1px solid var(--colorb2);
    border-top: none;
  }
}



@media screen and (max-width:768px) {
  .accordion-list ul li {
    cursor: pointer;
  }
}

@media screen and (max-width:640px) {

  .accordion-list ul li.active,
  .accordion-list ul li {
    padding: 60px 40px;
  }


  .close-title br:first-child {
    display: block;
  }
}


.info-video {
  margin-top: 45px;
}

.cont-tab-area.type2 .info-video.type2 {
  margin-top: 0;
  padding: 0;
}


.info-video video {
  width: 100%;
}

.step-list {
  position: relative;
  width: 100%;
  padding: 40px;
  border-radius: 130px;
  background: var(--coloref);
  box-sizing: border-box;
}



.step-list>div {
  overflow: hidden;
}

.step-list ol {
  display: grid;
  grid-template-columns: 1fr;
  gap: 60px;
  width: 100%;

}


.step-list ol .box {
  position: relative;
  display: flex;
  align-items: center;
  gap: 40px;
  padding: 20px;
  border-radius: 1000px;
  border: 1px solid var(--white);
  background: var(--white);
  box-sizing: border-box;
  z-index: 3;
  transition: border-color 0.3s ease;
}

.step-list ol li:last-child .box {
  border: 1px solid var(--mainColor);
  background: var(--mainColor);
}

.step-list .progress .arrow {
  position: absolute;
  top: 0;
  left: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
  background: url(/image/common/arrow_step.svg)no-repeat center / contain, var(--mainColor);
  border-radius: 100%;
  z-index: 2;
  transform: translate(-50%, -100%);
}

.step-list .progress .line-back {
  position: absolute;
  top: 0;
  left: 50%;
  width: 2px;
  background-color: var(--colorb2);
  height: 100%;
  z-index: 1;
  transform: translateX(-50%);
}

.step-list .progress .line-front {
  position: absolute;
  top: 0;
  left: 50%;
  width: 2px;
  background-color: var(--mainColor);
  height: 0;
  z-index: 1;
  transform: translateX(-50%);
}


.step-list ol li .box-icon {
  min-width: 140px;
  aspect-ratio: 1 / 1;
}

.step-list ol li .step-num {
  color: var(--color22);
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: -0.4px;
}


.step-list ol li .step-info {
  margin-top: 4px;
  color: var(--color44);
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -0.32px;
}

.step-list ol li .step-info span {
  color: var(--color44);
  font-weight: 500;
}

.step-list ol li:last-child .box .step-num {
  color: var(--white);
}

.step-list ol li:last-child .box .step-info {
  color: var(--white80)
}

.step-list ol li:last-child .box .step-info span {
  color: var(--white);
}


@media screen and (max-width:1000px) {
  .step-list {
    border-radius: 90px;
  }

  .step-list ol .box {
    padding-inline: 40px;
  }

  .step-list ol li .box-icon {
    display: none;
  }
}

@media screen and (max-width:768px) {
  .step-list {
    padding-inline: 30px;
  }

  .step-list .progress {
    display: none;
  }

  .step-list ol {
    gap: 20px;
  }

  .step-list ol .box {
    height: 240px;
    text-align: center;
    border-radius: 120px;
  }

  .step-list ol li .box-icon {
    display: none;
  }
}

@media screen and (max-width:640px) {
  .step-list {
    padding: 20px;
    border-radius: 45px;
  }

  .step-list ol .box {
    height: auto;
    padding: 20px;
    border-radius: 35px;
  }
}

.industry-slide {
  margin-top: 60px;
}

.industry-slide .industrySlide {
  overflow: visible;
}

.industrySlide .swiper-slide {
  max-width: 640px;
}

.industrySlide .swiper-slide>div {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  padding: 60px;
  border-radius: 8px;
  border: 1px solid var(--colorb2);
  background: var(--white);
  box-sizing: border-box;
  transition: .3s;
}

.industrySlide .swiper-slide>div:hover {
  border: 1px solid var(--mainColor);
}

.industrySlide .industry-title {
  color: var(--color22);
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 160%;
  letter-spacing: -0.48px;
  min-height: 77px;
  /* text-wrap: nowrap; */
}

.industrySlide .industry-title span {
  color: var(--color88);
}

.industrySlide .industry-info {
  margin-top: 4px;
  height: 116px;
  color: var(--color22);
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -0.36px;
}


.industrySlide .industry-product {
  height: 188px;
  padding: 20px;
  border-radius: 4px;
  background: var(--coloref);
}

.industrySlide .industry-product>p {
  color: var(--mainColor);
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: -0.36px;
}

.industrySlide .industry-product ul li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  color: var(--color44);
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -0.36px;
}

.industrySlide .industry-product ul li::before {
  content: "";
  min-width: 4px;
  min-height: 4px;
  margin-top: 11px;
  border-radius: 4px;
  background-color: var(--color44);
}


.industrySlide.type2 .industry-product {
  /* height: 160px; */
  min-height: 210px;
}

.industrySlide.type3 .industry-product {
  height: 243px;
}


@media screen and (max-width:768px) {
  .industrySlide .industry-title {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .industrySlide .industry-title span {
    font-size: 1.1rem;
  }

  .industrySlide .swiper-slide>div {
    padding: 30px;
  }

  .industrySlide .industry-info {
    height: 180px;
  }

  .industrySlide.type2 .industry-title {
    height: 63px;
  }

  .industrySlide.type2 .industry-product {
    height: 200px;
  }
}


.table-scroll {
  overflow: auto;
}

.table-scroll.dragging td {
  cursor: grabbing;
}

.tab-table {
  min-width: 1400px;
  /* margin-top: 20px; */
  border-radius: 8px;
  overflow: hidden;
  background: var(--white);

}

.tab-table th {
  background: var(--colorda);
  color: var(--color22);
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: -0.36px;

}

.tab-table th,
.tab-table tr:first-child td {
  text-align: center;
}

.tab-table.last-table tr:first-child td {
  text-align: left;
}


.tab-table tr:first-child td {
  vertical-align: top;
}

.tab-table tr:first-child td p {
  margin-bottom: 10px;
  color: var(--color22);
  text-align: center;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: -0.4px;
}

.tab-table tr:first-child td p:first-child {
  color: var(--mainColor);
  text-align: center;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: -0.4px;
}

.tab-table tr:first-child td p.info {
  margin-bottom: 10px;
  color: var(--color22);
  text-align: center;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -0.32px;
}


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

.tab-table td:last-child {
  border-right: none;
}

.tab-table thead tr th {
  color: var(--color22);
  text-align: center;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: -0.4px;
}

.tab-table thead tr th,
.tab-table th,
.tab-table td {
  padding: 20px;
  border-right: 1px solid var(--colorb2);
  border-bottom: 1px solid var(--colorb2);
  box-sizing: border-box;
}

.tab-table td {
  color: var(--color22);
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -0.32px;
}

.tab-table td ul li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin-top: 4px;
}

.tab-table td ul.dot-none li::before {
  content: none;
}

.tab-table td ul li::before {
  content: "";
  min-width: 3px;
  min-height: 3px;
  margin-top: 10px;
  border-radius: 3px;
  background-color: var(--color22);
}

.layer-list {
  margin-top: 60px;
}

.layer-list ul {
  display: flex;
  align-items: center;
  gap: 40px;
}

.layer-list li {
  position: relative;
  /* flex: 1; */
}

.layer-list li button {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  min-width: 260px;
  min-height: 260px;
  border-radius: 4px;
  background: var(--coloref);
}

.layer-list li button span {
  color: var(--color88);
  text-align: center;
  font-family: Montserrat;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -0.36px;
  text-transform: uppercase;
}

.layer-list li button p {
  color: var(--color22);
  text-align: center;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 160%;
  letter-spacing: -0.48px;
}

.layer-list li button:hover {
  border: 2px solid var(--mainColor);
}

.layer-list li .link-arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: .3s;
}

.layer-list li button:hover .link-arrow {
  opacity: 1;
}

.layer-cont {
  position: fixed;
  top: 0;
  right: 0;
  display: none;
  z-index: 1001;
  height: 100%;
  /* padding: 10px 20px; */
  box-sizing: border-box;
}

.layer-cont.active {
  display: flex;
  align-items: center;
  justify-content: center;
}

.layer-dimmed2 {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.50);
  backdrop-filter: blur(5px);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s;
  z-index: 1001;
}

.layer-dimmed2.active {
  opacity: 1;
  visibility: visible;
}


.layer-cont>div {
  position: relative;
  max-width: 1100px;
  height: 100vh;
  padding: 40px 70px 60px;
  box-sizing: border-box;
  background: var(--white);
}

.layer-cont .layer-tab {
  position: sticky;
  top: -40px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding-block: 20px;
  background: var(--white);
}

.layer-cont .layer-tab li {
  color: var(--coloraa);
  text-align: center;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: -0.32px;
  cursor: pointer;
}

.layer-cont .layer-tab li.active {
  color: var(--mainColor);
}

.layer-cont .title {
  color: var(--color22);
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -0.72px;
}

.layer-cont .info {
  color: var(--color22);
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -0.025rem;
}

.layer-cont .table-scroll {
  border: 1px solid var(--colorb2);
  border-radius: 8px;
  margin-top: 20px;
}

.layer-cont .tab-table {
  min-width: 962px;
  max-width: 962px;
  margin-top: 0;
  border-radius: 0;
}



.layer-cont .tab-table td:last-child {
  border-radius: 0 8px 0 0;
}

.layer-cont .layer-tab-cont {
  margin-top: 40px;
}

.layer-cont .layer-tab-cont .layer-img-box.grid3 {
  gap: 20px;
  border: none;
}


.layer-cont .layer-tab-cont .layer-img-box {
  display: flex;
  align-items: center;
  border: 1px solid var(--colorb2);
  border-radius: 8px;
  overflow: hidden;
}

.layer-cont .layer-tab-cont .layer-img-box img {
  width: 100%;
}

.layer-cont .layer-tab-cont .layer-text-box {
  margin-top: 60px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.layer-cont .close-layer {
  position: absolute;
  top: 50%;
  left: -5%;
  width: 32px;
  height: 32px;
  aspect-ratio: 1/1;
  transform: translateY(-50%);
}




@media screen and (max-width:1500px) {
  .layer-list ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
}

@media screen and (max-width:1200px) {
  .layer-list ul {
    grid-template-columns: repeat(3, 1fr);
  }

  .layer-cont {
    top: auto;
    bottom: 0;
    left: 0;
    right: auto;
    width: 100%;
  }

  .layer-cont>div {
    width: 100%;
    height: calc(100vh - 100px);
    padding: 40px 20px 60px;
    overflow: auto;
  }

  .layer-cont .layer-tab-cont {
    margin-top: 20px;
  }

  .layer-cont .title {
    font-size: 2rem;
  }

  .layer-cont .layer-tab {
    flex-wrap: wrap;
    gap: 10px 20px;
  }

  .layer-cont .layer-tab-cont .layer-text-box {
    margin-top: 40px;
  }

  .layer-cont .layer-tab-cont .layer-img-box.grid3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }




  .layer-cont .tab-table {
    min-width: 960px;
    max-width: none;
  }

  .layer-cont .tab-table img {
    margin: 0 auto;

  }

  .tab-table thead tr th,
  .tab-table th,
  .tab-table td {
    padding-block: 10px;
  }


  .layer-cont .close-layer {
    position: absolute;
    top: 20px;
    left: 95%;
    width: 20px;
    height: 20px;
    transform: translate(0);
  }
}

@media screen and (max-width:1000px) {
  .layer-list ul {
    grid-template-columns: repeat(2, 1fr);
  }

  .layer-list li button {}


  .layer-cont .layer-tab-cont .layer-img-box {
    flex-direction: column;
    align-items: stretch;
  }
}


@media screen and (max-width:768px) {
  .layer-list {
    margin-top: 40px;
  }

  .layer-list ul {
    gap: 20px;
  }

  .layer-list li button {
    min-width: 150px;
    min-height: 150px;
  }

  .layer-list li button p {
    font-size: 1.2rem;
  }


  .layer-cont>div {
    height: 80vh;
    padding: 30px 20px 60px;
    z-index: 9;
  }

  .layer-cont .title {
    font-size: 1.8rem;
  }

  .layer-cont .info br {
    display: none;
  }

  .layer-cont .close-layer {
    position: fixed;
    top: 3%;
    left: auto;
    right: 20px;
    width: 30px;
    height: 30px;
    z-index: 10;
    background: var(--black40);
  }
}

@media screen and (max-width:400px) {
  .layer-cont .title {
    font-size: 1.4rem;
  }

  .layer-cont>div {
    height: 80vh;
    padding: 30px 20px 60px;
  }
}

/* 수처리사업 */

.tab-cont.water-tab-cont {
  padding-block: 0;
}

@media screen and (max-width:1500px) {
  .tab-cont.water-tab-cont {
    padding-block: 60px 0;
  }
}

/*  */


/* 투자정보 */

.table-basic {
  width: 100%;
  border-top: 1px solid var(--black);
}

.table-basic tr {
  border-bottom: 1px solid var(--colorb2);
}

.table-basic .align-l {
  text-align: left;
}

.table-basic th {
  color: var(--black);
  background: var(--colorf8);
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  padding: 25px;
}

.table-basic th:not(:last-child) {
  border-right: 1px solid var(--colorb2);
}

.table-basic td {
  color: var(--color22);
  font-size: 16px;
  font-weight: 400;
  padding: 20px;
  text-align: center;
}

.table-basic td:not(:last-child) {
  border-right: 1px solid var(--colorb2);
}

.table-basic td img {

  margin: auto;
  /* height: 100%; */
}

.irStock-code {
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 25px;
}

.irStock-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  margin-bottom: 40px;
}

.irStock-info strong {
  font-size: 72px;
  font-weight: 700;
  margin-right: 40px;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
}

.irStock-info strong em {
  font-size: 35px;
  line-height: 1;
}

.irStock-info ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}

.irStock-info ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  font-weight: 600;
}

.irStock-info ul li span {
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}

.irStock-info ul li span em {
  font-size: 8px;
  line-height: 1;
}

.irStock-info ul li span i {
  position: relative;
}

.irStock-info ul li span i::before {
  position: absolute;
  top: -10px;
  font-size: 16px;
  left: 0;
  font-style: normal;
  line-height: 1;
}

.irStock-info p {
  color: var(--color22);
  font-size: 16px;
  font-weight: 400;
  margin-left: auto;
}

.irStock-info.rise strong,
.irStock-info.rise span {
  color: #f00;
}

.irStock-info.rise strong i::before,
.irStock-info.rise span i::before {
  content: "+";
}

.irStock-info.fall strong,
.irStock-info.fall span {
  color: #00f;
}

.irStock-info.fall strong em,
.irStock-info.fall span em {
  rotate: 180deg;
}

.irStock-info.fall strong i::before,
.irStock-info.fall span i::before {
  content: "-";
}

.irStock-wrap .table-col2 {
  display: grid;
  grid-template-columns: 62% 36%;
  gap: 2%;
}

.irStock-wrap .table-col2 th {
  text-align: left;
  padding: 20px;
}

.irStock-wrap .table-col2 td {
  text-align: right;
}

.irStock-wrap .table-basic {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.irStock-wrap .table-basic:not(:last-child) {
  margin-bottom: 80px;
}

.irStock-wrap .table-basic tbody th {
  background: transparent;
}

.irStock-wrap .table-basic tbody td.bg-blue {
  background: #f3f9ff;
}

.irStock-wrap .table-basic tbody td.bg-red {
  background: var(--white);
}

.irStock-wrap .table-basic tbody td.color-blue {
  color: #00f;
}

.irStock-wrap .table-basic tbody td.color-red {
  color: #f00;
}

.irStock-wrap .table-basic tbody td em {
  font-size: 10px;
  vertical-align: text-top;
}

.irStock-wrap .table-basic tbody td.color-black {
  text-align: center;
  color: var(--black);
  font-weight: 500;
}


/* 재무정보 */
.irConsolidated-wrap .table-basic tbody th {
  background: transparent;
}

.irConsolidated-wrap>div:not(:first-child) {
  margin-top: 80px;
}

.irConsolidated-wrap .table-basic tr.total {
  background: rgba(2, 84, 166, 0.04);
}

.irConsolidated-tit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 43px;

}

.irConsolidated-tit h3 {
  color: var(--color22);
  font-size: 40px;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -1.6px;
}

.irConsolidated-tit span {
  color: var(--color22);
  font-size: 16px;
  font-weight: 400;
}

.irDisclosure-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.irDisclosure-top li {
  color: var(--color22);
  font-size: 16px;
  font-weight: 400;
}

.irDisclosure-top button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  border-radius: 4px;
  border: 1px solid var(--colorb2);
  background: var(--white);
  width: 170px;
  padding: 17px 20px;

  color: var(--black);
  font-size: 15px;
  font-weight: 700;
  box-sizing: border-box;
}


@media screen and (max-width:768px) {
  .irConsolidated-wrap>div:not(:first-child) {
    margin-top: 50px;
  }
}




.basic-square-btn {
  padding: 14px 24px;
  border-radius: 4px;
  border: 1px solid var(--colorb2);
  background: var(--white);
  color: var(--color22);
  text-align: center;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: -0.32px;
  box-sizing: border-box;
  transition: .3s;
}

.basic-square-btn:hover {
  background: var(--black);
  color: var(--white);
}


/* 홍보센터 */



/*  고객문의/as main*/
.as-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

.as-list>li {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 30px;
  padding: 40px;
  border-radius: 8px;
  background: var(--coloref);
  box-sizing: border-box;
}

.as-list li>div {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.as-list li>div p {
  color: var(--color22);
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 160%;
  letter-spacing: -0.56px;
}

.as-list li>div ul {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}

.as-list li>div ul li {
  padding-bottom: 12px;
  border-bottom: 1px solid var(--colorb2);
}

.as-list li>div ul li:last-child {
  border-bottom: none;
}


@media screen and (max-width:1200px) {
  .as-list {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width:768px) {
  .as-list {
    grid-template-columns: repeat(1, 1fr);
  }
}


/* 홍보센터 고객문의/as */


.as-agree {}

.as-agree-top {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.as-agree-info {

  padding: 20px;
  margin-top: 60px;
  border-radius: 8px;
  border: 1px solid var(--colorb2);
  background: var(--coloref);

  box-sizing: border-box;
}

.as-agree-info>div {
  height: 400px;
  padding: 40px;
  overflow: auto;
  box-sizing: border-box;
}

.as-agree-info>div::-webkit-scrollbar {
  width: 4px;
  background-color: var(--colorb2);
}

.as-agree-info>div::-webkit-scrollbar-thumb {
  width: 4px;
  background-color: var(--mainColor);
  border-radius: 10px;
}

.as-agree-info>div::-webkit-scrollbar-track {
  background-color: transparent;
}

.as-agree-info .title-info:first-child {
  margin-top: 0;
}

.as-agree-info .title-info {
  margin-top: 40px;
  color: var(--color22);
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: -0.4px;
}

.as-agree-info .sub-info {
  margin-top: 10px;
  color: var(--color22);
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -0.36px;
}


.as-chk-box {
  margin-top: 30px;
}

.as-chk-box label {
  color: var(--color22);
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -0.36px;
}

.as-chk-box input[type="checkbox"] {
  display: none;
}

.as-chk-box input[type="checkbox"]+label {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}

.as-chk-box input[type="checkbox"]+label::before {
  content: "";
  display: flex;
  width: 18px;
  height: 18px;
  background: url(/image/common/ico_check_none.svg)no-repeat center/ contain;
}

.as-chk-box input[id="as-agree-chk"]:checked+label::before {
  background: url(/image/common/ico_check_ok.svg)no-repeat center/ contain;
}





/* 개인정보이용동의 */
.cs-form {
  width: 100%;
  margin-top: 80px;
  border-top: 1px solid var(--color22);
}

.cs-form .col-label {
  width: 136px;
  min-width: 4em;
}

.cs-form th,
.cs-form td {
  padding: 10px 20px;
  border-bottom: 1px solid var(--colorb2);
}

.cs-form th {
  background: var(--coloref);
  color: var(--color22);
  text-align: center;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: -0.32px;
}

.cs-form .select-box {
  display: flex;
  align-items: center;
  gap: 10px;
}

.cs-form select {
  display: flex;
  width: 100%;
  max-width: 240px;
  padding: 17px 20px;
  border-radius: 4px;
  border: 1px solid var(--colorb2);
  color: var(--color44);
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: -0.32px;
  box-sizing: border-box;

}

.cs-form input {
  width: 100%;
  padding: 17px 20px;
  border-radius: 4px;
  border: 1px solid var(--colorb2);
  background: var(--white);
  box-sizing: border-box;
}


.as-name {
  max-width: 490px;
}

.number-input {
  display: flex;
  align-items: center;
  gap: 10px;
}

.as-tel,
.as-phone {
  max-width: calc(436px / 3);
}

.mail-input {
  display: flex;
  align-items: center;
  gap: 10px;
}

.as-mail {
  max-width: calc(455px / 2);
}

.as-info {
  resize: none;
  width: 100%;
  height: 234px;
  padding: 17px 20px;
  box-sizing: border-box;
  border-radius: 4px;
  border: 1px solid var(--colorb2);
  background: var(--white);
  overflow: auto;
}

.as-name::placeholder,
.as-title::placeholder,
.as-info::placeholder {
  color: var(--coloraa);
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -0.32px;
}

.as-file {
  position: relative;
  width: 100%;
  max-width: 545px;
  padding-right: 105px;
}

.as-file input[type="file"] {
  position: absolute;
  right: 0;
  top: 0;

  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: alpha("opacity=0");
}

.as-file input[type="file"]+label {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  padding: 18px 20px;
  border-radius: 5px;
  background: var(--color22);
  color: var(--white);
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -0.32px;
  box-sizing: border-box;
}

.as-file .file-name {
  padding: 17px 20px;
  border-radius: 4px;
  border: 1px solid var(--colorb2);
  background: var(--white);
  color: var(--color44);
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -0.32px;
  box-sizing: border-box;
}

.submit-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 80px;
}

.submit-btn a,
.submit-btn button {
  width: 100%;
  max-width: 208px;
  padding: 14px 24px;
  border-radius: 1000px;
  background: var(--mainColor);
  color: var(--white);
  text-align: center;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: -0.32px;
  transition: .3s;
}

.submit-btn a:hover,
.submit-btn button:hover {
  background-color: var(--black);
  border-color: var(--black);
  color: var(--white);
}


@media screen and (max-width:768px) {
  .sec-area h4.title-100 {
    font-size: 2.2rem;
  }

  .cs-form colgroup {
    display: none;
  }

  .cs-form tr {
    display: grid;
    grid-template-columns: 1fr;

  }

  .cs-form .select-box {
    flex-direction: column;
  }

  .cs-form select {
    max-width: 100%;
  }

  .cs-form select,
  .as-file input[type="file"]+label,
  .as-file .file-name,
  .cs-form input {
    padding-block: 10px;
  }

  .as-agree-info>div {
    padding: 10px;
  }

  .as-chk-box label {
    font-size: 1.1.1rem;
  }

  .submit-btn {
    margin-top: 60px;
  }

  .as-name,
  .as-mail,
  .as-tel,
  .as-phone {
    max-width: 100%;
  }
}



/* R&D 센터 */



/* R&D 센터 특허/지적재산권 */

.patent-list {
  border-top: 1px solid var(--color22);
}

.patent-list ul {
  width: 100%;
}

.patent-list .patent-header {
  display: flex;
  align-items: center;

}

.patent-list .patent-header>div:last-child {
  border-right: none;
}

.patent-list .patent-header>div {
  padding: 27px 20px;
  border-right: 1px solid var(--colorb2);
  border-bottom: 1px solid var(--colorb2);
  background: var(--coloref);
  color: var(--color22);
  text-align: center;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: -0.32px;
  box-sizing: border-box;
}

.patent-num {
  width: 100%;
  max-width: 100px;
}

.patent-patent {
  width: 100%;
  max-width: 200px;
}

.patent-tit {
  width: 100%;
  max-width: 100%;
}

.patent-date {
  width: 100%;
  max-width: 240px;
}

.patent-end {
  width: 100%;
  max-width: 160px;
}


.patent-item {
  display: flex;
  align-items: center;
  width: 100%;
}

.patent-item>div {
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  width: 100%;
  height: 80px;
  padding: 0 20px;
  border-right: 1px solid var(--colorb2);
  border-bottom: 1px solid var(--colorb2);
  color: var(--color22);
  text-align: center;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -0.32px;
  box-sizing: border-box;
}

.patent-item>div:last-child {
  border-right: none;
}

.patent-item>div.patent-tit {
  text-align: left;
}


@media screen and (max-width:1400px) {

  .patent-patent {
    max-width: 180px;
  }
}


@media screen and (max-width:1200px) {

  .patent-list .patent-header {
    display: none;
  }

  .patent-date::before {
    content: "Registration Date";
  }

  .patent-end::before {
    content: "Expiration Date";
  }


}

@media screen and (max-width:1000px) {

  .patent-list .patent-header,

  .patent-num {
    display: none;
  }

  .patent-item {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid var(--colorb2);
    padding: 15px 10px;
    box-sizing: border-box;
  }

  .patent-item>div {
    display: flex;
    align-items: center;
    max-width: 100%;
    padding: 0;
  }


  .patent-patent,
  .patent-tit,
  .patent-date,
  .patent-end {
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .patent-patent,
  .patent-tit {
    grid-column: 1/ -1;
  }


  .patent-item>div.patent-num {
    position: absolute;
    top: 50%;
    left: 0;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    max-width: 40px;
    height: auto;
    border-right: none;
    border-bottom: none;
    transform: translateY(-50%);
  }

  .patent-item>div.patent-patent,
  .patent-item>div.patent-tit,
  .patent-item>div.patent-date,
  .patent-item>div.patent-end {
    max-width: 100%;
    height: auto;
    border-right: none;
    border-bottom: none;
  }

  .patent-item>div.patent-patent,
  .patent-item>div.patent-tit,
  .patent-item>div.patent-date,
  .patent-item>div.patent-end {
    padding-left: 30px;
  }

  .patent-item>div.patent-patent {
    width: calc(100% - 30px)
  }

  .patent-item>div.patent-tit {
    font-weight: 700;
  }

  .patent-item>div.patent-date,
  .patent-item>div.patent-end {
    width: fit-content;
    padding-right: 10px;
    font-size: 0.9rem;
  }

  .patent-item:nth-child(even) {
    background: var(--coloref);
  }

  .patent-date::before {
    content: "Registration Date";
  }

  .patent-end::before {
    content: "Expiration Date";
  }


}

@media screen and (max-width:640px) {

  .patent-item>div.patent-date,
  .patent-item>div.patent-end {
    width: 100%;
  }
}






/* 컨텐츠 내부 탭 */

.cont-tab-area {
  padding-block: 160px;
  background: var(--coloref);
}

.cont-tab-area h4 {
  max-width: 100%;
}

.tab-title {
  text-align: center;
  color: var(--black);
  font-size: 40px;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -1.6px;
}

.tab-btn-list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-top: 40px;
}

.tab-btn-list li {
  flex: 1;
  cursor: pointer;
  width: 100%;
  max-width: 180px;
  padding: 7px 20px;
  border-radius: 100px;
  background: var(--white);
  color: var(--color44);
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: -0.32px;
}

.tab-btn-list li.active {
  background: var(--color22);
  color: var(--white);
}

.tab-cont {
  margin-top: 80px;
  border-top: 1px solid var(--color22);
  /* padding-block: 80px 60px; */
  padding-block: 80px 0;
}



.tab-cont img {
  margin: 0 auto;
  /* width: 100%; */
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
}

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

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

@media screen and (max-width:1200px) {
  .tab-cont {
    margin-top: 60px;
    padding-top: 60px;
  }
}

@media screen and (max-width:768px) {
  .tab-cont {
    margin-top: 40px;
    padding-top: 40px;
  }

}

.cont-tab-area.type2 {
  background: var(--white);
  padding-block: 0 160px;
}

.cont-tab-area.type2 .inner>div {
  display: flex;
  align-items: flex-start;
  gap: 164px;
  padding-block: 60px 0;
}

.tab-title2 {
  text-align: left;
  color: var(--black);
  font-size: 40px;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -1.6px;
}


.tab-btn-list2 {
  position: sticky;
  top: 100px;

}


.tab-btn-list2-select {
  display: none;
}

.tab-btn-list2 ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 8px;
  border-radius: 30px;
  background: var(--coloref);
}

.tab-btn-list2 ul>li {
  flex: 1;
  cursor: pointer;
  width: 100%;
  /* max-width: 140px; */
  padding: 7px 20px;
  border-radius: 100px;
  background: transparent;
  color: var(--color44);
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: -0.32px;
  text-wrap: nowrap;
}

.tab-btn-list2 ul>li.active {
  background: var(--mainColor);
  color: var(--white);
}


.tab-btn-list3 {
  position: sticky;
  top: 100px;
  padding-top: 60px;
}

.tab-btn-list3 ul {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
  min-width: 180px;
  width: 100%;
  padding: 8px;
  border-radius: 30px;
  background: var(--white);
  box-sizing: border-box;
}

/* .tab-btn-list3 ul::before {
  content: "";
  position: absolute;
  top: var(--tab-top);
  left: 50%;
  width: 140px;
  height: 40px;
  background: var(--color22);
  padding: 7px 20px;
  border-radius: 100px;
  box-sizing: border-box;
  transform: translateX(-50%);

  transition: .5s;
} */

.tab-btn-list3 ul li {
  position: relative;
  width: 100%;
  z-index: 10;
}

.tab-btn-list3 ul li button,
.tab-btn-list3 ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 7px 20px;
  border-radius: 100px;
  background: transparent;
  color: var(--color44);
  text-align: center;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: -0.32px;
  box-sizing: border-box;
  transition: .3s;
}

.tab-btn-list3 ul li:hover button,
.tab-btn-list3 ul li.active button,
.tab-btn-list3 ul li:hover a,
.tab-btn-list3 ul li.active a {
  background: var(--color22);
  color: var(--white);
}


.tab-btn-list4 {
  position: relative;
  margin-top: 40px;
}

.tab-btn-list4 ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;

}



.tab-btn-list4 ul li {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  width: 100%;
  max-width: 300px;
  /* max-width: 180px; */
  padding: 7px 20px;
  border-radius: 100px;
  background: var(--white);
  color: var(--color44);
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: -0.32px;
  /* height: 65px; */
}



.tab-btn-list4 ul.performance li {
  flex: none;
  max-width: fit-content;
}

.tab-btn-list4 li.active {
  background: var(--color22);
  color: var(--white);
}



.tab-btn-list4 ul.left {
  justify-content: flex-start;
}

.tab-btn-list4 ul.bg-color li {
  background: var(--colorf9);
  color: var(--color44);
}

.tab-btn-list4 ul.bg-color li.active {
  background: var(--color22);
  color: var(--white);
}

.tab-btn-list4-select {
  display: none;
}



.tab-cont2 {
  width: 100%;
}

.tab-cont2 img {
  margin: 0 auto;
}

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

.tab-cont2 li.active {
  display: block;
}

.tab-cont .title {
  color: var(--color22);
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -0.72px;
}

.tab-cont2 .title {
  color: var(--mainColor);
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -0.72px;
}

.tab-cont2-box1 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
}


.cont2-info-style1 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;


}

.cont2-info-style1>div {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
  padding: 40px;
  border-radius: 8px;
  background: var(--coloref);
}

.cont2-info-style1>div>div {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.cont2-info-style1>div .title {
  color: var(--color22);
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 160%;
  letter-spacing: -0.48px;
}

.cont2-info-style1>div .info {
  color: var(--color44);
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -0.4px;
}

.cont2-info-style1>div img {
  width: 100%;

}



.tab-cont2-box2 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
}


.tab-cont2-box2 .img-info {
  display: flex;
  align-items: center;
  gap: 40px;
}

.tab-cont2-box2 .img-box img {
  margin: 0;
  width: 100%;
}

.tab-cont2-box2 .info {
  color: var(--color22);
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -0.36px;
}

.tab-cont2-box2 .table-scroll {
  border: 1px solid var(--colorb2);
  border-radius: 8px;
  overflow: hidden;
}

.tab-cont2-table th {
  padding: 20px;
  border-right: 1px solid var(--colorb2);
  border-bottom: 1px solid var(--colorb2);
  background: var(--mainColor);
  color: var(--white);
  text-align: center;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: -0.4px;
  box-sizing: border-box;
}


.tab-cont2-table td {
  padding: 20px;
  border-bottom: 1px solid var(--colorb2);
  color: var(--color22);
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -0.32px;
  box-sizing: border-box;
}

.tab-cont2-table td ul {}

.tab-cont2-table td ul li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}

.tab-cont2-table td ul li::before {
  content: "";
  min-width: 4px;
  min-height: 4px;
  margin-top: 10px;
  border-radius: 100%;
  background: var(--color22);
  line-height: 160%;
  letter-spacing: -0.48px;
}



.tab-cont2-table thead th {
  border-right: none;
}

.tab-cont2-table tbody tr td {
  border-right: none;
}

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


.tab-cont4 {
  margin-top: 80px;
  border-top: 1px solid var(--color22);
  /* padding-block: 80px 60px; */
  padding-block: 80px 0;
}

.tab-cont4 img {
  margin: 0 auto;
  /* width: 100%; */
}

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

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

@media screen and (max-width:1450px) {

  .cont-tab-area {
    padding-block: 80px;
  }

  .cont-tab-area.type2 {
    padding-block: 0 80px;
  }

  .tab-btn-list2 {
    position: relative;
    top: auto;
    width: 100%;
  }

  .tab-btn-list2-select {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 16px 30px;
    border-radius: 4px;
    background: var(--mainColor);
    color: var(--white);
    font-size: 1.375rem;
    font-weight: 500;
    line-height: 160%;
    letter-spacing: -0.44px;
  }

  .tab-btn-list2-select span {
    transition: .3s;
  }

  .tab-btn-list2-select.open span {
    transform: rotate(180deg);
  }


  .tab-btn-list2 ul {
    display: none;
    position: absolute;
    width: 100%;
    border-radius: 0;
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.10);
  }

  .tab-btn-list2 ul>li {
    max-width: 100%;
  }

  .cont-tab-area.type2 .inner>div {
    flex-direction: column;
    gap: 60px;
  }

  .tab-cont2-box2 .img-info {
    gap: 10px;
  }

  .cont2-info-style1 {
    grid-template-columns: 1fr;
  }


}

@media screen and (max-width:1200px) {
  .tab-btn-list4 ul {
    position: absolute;
    display: none;
    width: 100%;
    padding: 8px;
    background: var(--white);
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.10);
    z-index: 10;
  }

  .tab-btn-list4 ul li {
    max-width: 100%;
  }

  .tab-btn-list4-select {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 16px 30px;
    border-radius: 4px;
    background: var(--color22);
    color: var(--white);
    font-size: 1.375rem;
    font-weight: 500;
    line-height: 160%;
    letter-spacing: -0.44px;
  }

  .tab-btn-list4-select span {
    transition: .3s;
  }

  .tab-btn-list4-select.open span {
    transform: rotate(180deg);
  }


  .tab-btn-list4 ul.performance li {
    max-width: 100%;
  }
}

@media screen and (max-width:768px) {
  .cont-tab-area.type2 .inner>div {
    gap: 40px;
  }

  .tab-cont2 .title {
    font-size: 2rem;
  }

  .cont2-info-style1>div {
    padding: 20px;
  }
}




/* 탭 컨텐츠 내부  */
.sec-area-in {
  padding-top: 60px;
}

.tab-cont>li.active.cont-tab-sticky-box {
  display: flex;
  align-items: flex-start;
  gap: 172px;
}

.tab-cont.water-tab-cont .tab-table {
  min-width: 1100px;
}

.tab-cont.water-tab-cont .tab-table .table-grid {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.tab-cont.water-tab-cont .tab-table .table-grid.grid3 ul {
  width: 30%;
}

.tab-cont.water-tab-cont .tab-table .table-grid.grid2 ul {
  width: 50%;
}

.water-tab-cont-box {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}


.water-tab-cont-box .title {}


.water-tab-cont-box>div {
  border-bottom: 1px solid var(--colorb2);

  padding-bottom: 60px;
}

.water-tab-cont-box>div .title {}

.water-tab-cont .sec2-2 {
  width: 100%;
}

.water-tab-cont .sec2-2.tab-cont3 .sec-area-in {
  display: none;
}

.water-tab-cont .sec2-2.tab-cont3 .sec-area-in.active {
  display: block;
}

.water-tab-cont .info {
  margin-top: 20px;
  color: var(--color22);
  font-size: 1.375rem;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -0.4px;
}

.water-tab-cont .water-layout {
  padding-bottom: 60px;
  border-bottom: 1px solid var(--colorb2);
}

.water-tab-cont .water-layout>div {
  margin-top: 40px;
}

.water-tab-cont .water-layout>div>ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.water-tab-cont .water-layout>div.img-info-list>ul {}

.water-tab-cont .water-layout>div.img-info-list>ul>li {
  padding: 40px;
  border-radius: 8px;
  background: var(--white);
}

.water-tab-cont .water-layout>div.img-info-list>ul li {
  display: flex;
  flex-direction: column;
  gap: 20px;

}

.water-tab-cont .water-layout>div.img-info-list>ul p.sub-title {
  color: var(--color22);
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 160%;
  letter-spacing: -0.48px;
}

.water-tab-cont .water-layout>div.img-info-list>ul p {
  color: var(--color44);
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -0.36px;
}

.water-tab-cont .water-layout>div.img-info-list>ul .img-box img {
  width: 100%;
}

.water-layout>div.img-info-list>ul ul li p {
  color: var(--color88);
}

.tab-btn-list3-select {
  display: none;
}

@media screen and (max-width:1500px) {

  .tab-btn-list3 {
    width: 100%;
    transition: .3s;
    padding-top: 0;
  }

  .tab-btn-list3-select {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 10px 30px;
    border-radius: 4px;
    background: var(--color22);
    color: var(--white);
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 160%;
    letter-spacing: -0.44px;
  }

  .tab-btn-list3-select span {
    transition: .3s;
  }

  .tab-btn-list3-select.open span {
    transform: rotate(180deg);
  }

  .tab-btn-list3.type-btn ul {
    display: grid;
  }

  .tab-btn-list3 ul {
    position: absolute;
    display: none;
    width: 100%;
    padding: 8px;
    border-radius: 0;
    background: var(--white);
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.10);
    z-index: 10;
  }

  .tab-cont>li.active.cont-tab-sticky-box {
    gap: 00px;
    flex-direction: column;
  }
}

@media screen and (max-width:1200px) {
  .tab-cont>li.active.cont-tab-sticky-box {
    flex-direction: column;
  }


}

@media screen and (max-width:1000px) {}

@media screen and (max-width:768px) {
  .water-tab-cont .water-layout>div.img-info-list>ul {
    grid-template-columns: 1fr;
  }
}


/* 포인터 */
.curser-pointer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 100px;
  background: var(--mainColor);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  color: white;
  font-weight: bold;
  font-size: 14px;
  pointer-events: none;
  z-index: 10;
  opacity: 0;
  transition: opacity 0.2s ease;
}



/* 지속가능경영 */

.esg-area {
  padding-block: 160px 0;
}

.esg-area .con-box {
  padding-block: 0 160px;
}

.esg-area .img-box img {
  margin: 0 auto;
}

.esg-area .pt-160 {
  padding-top: 160px;
}

@media screen and (max-width: 1500px) {
  .esg-area {
    padding-block: 80px 0;
  }

  .esg-area .con-box {
    padding-block: 0 80px;
  }

  .esg-area .esg-activity {
    padding-block: 80px;
  }
}



.esg-area .title-box h4 {
  color: var(--color22);
  text-align: center;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -1.6px;
}

.esg-area .sub-text {
  color: var(--color22);
  text-align: center;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -0.4px;
}

.esg-area .sub-text-blue {
  color: var(--mainColor);
  text-align: center;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 160%;
  letter-spacing: -0.48px;
}

.esg-bg-list {
  counter-reset: num;
  padding: 60px;
  margin-block: 60px;
  border-radius: 8px;
  background: var(--coloref);
  box-sizing: border-box;
}


.esg-bg-list li {
  counter-increment: num;
  display: flex;
  align-items: flex-start;
  gap: 20px;
  padding: 20px 40px;
  border-bottom: 1px dashed var(--colorb2);
}

.esg-bg-list li:last-child {
  border-bottom: none;
}

.esg-bg-list li p {
  color: var(--color44);
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -0.4px;
}


.esg-bg-list .num {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 32px;
  min-height: 32px;
  border-radius: 100px;
  background: var(--mainColor);
  box-sizing: border-box;
  color: var(--white);
  font-family: Montserrat;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -0.28px;
}


.esg-bg-list .num::before {
  content: counter(num, decimal-leading-zero);
  /* color: var(--white);
  font-family: Montserrat;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -0.28px; */
}

.esg-bg-list.type2 .num::before {
  content: none;
}

.esg-bg-list.type2 {

  padding: 80px 60px;
}

.esg-bg-list.type2 .list-class:last-child {
  margin: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.esg-bg-list.type2 .list-class {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  padding: 0 40px;
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid var(--colorb2);
}

.esg-bg-list.type2 .list-class .title {
  color: var(--222222, #222);

  /* B_24 */
  font-family: Pretendard;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  /* 38.4px */
  letter-spacing: -0.48px;
}

.esg-bg-list.type2 ul {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}

.esg-bg-list.type2 li {
  padding: 0;
  border-bottom: none;
}

.esg-list-sub {
  padding-inline: 20px;
  padding-bottom: 80px;
  border-bottom: 1px solid var(--colorb2);
}

.ceo-sign-box {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 80px;
}

.ceo-sign-box p {
  color: var(--color22);
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: -0.4px;
}

.certificate-list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 80px;
}

.certificate-num {
  margin-bottom: 20px;
  color: var(--color22);
  text-align: center;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 160%;
  letter-spacing: -0.56px;
}


.circle-wrap {
  margin-top: 60px;

}

.circle-wrap ul {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 60px;
}

.circle-wrap ul .esg-circle {
  display: flex;
  align-items: center;
  justify-content: center;
}


.circle-wrap ul .esg-circle .circle-outerline {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 27.5rem;
  height: 27.5rem;
  flex-shrink: 0;
  aspect-ratio: 1/1;
  border-radius: 1000px;
  border: 1px solid var(--mainColor);
  background: var(--white);
}

.circle-wrap ul .esg-circle .circle-innerline {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25rem;
  height: 25rem;
  flex-shrink: 0;
  aspect-ratio: 1/1;
  border-radius: 1000px;
  border: 1px dashed var(--mainColor);
  background: var(--white);
}

.circle-wrap ul .esg-circle .circle-inner-area {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 22.5rem;
  height: 22.5rem;
  flex-shrink: 0;
  aspect-ratio: 1/1;
  border-radius: 1000px;
  background: var(--coloref);
  z-index: 5;
}

.circle-wrap ul .esg-circle .circle-inner-area p {
  color: var(--mainColor);
  text-align: center;
  font-size: 1.8rem;
  /* font-size: 2.25rem; */
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -0.72px;
}

.circle-wrap ul .esg-circle .circle-inner-area span {
  display: block;

  color: var(--mainColor);
  text-align: center;
  font-size: 1.0rem;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: -0.4px;
}

.circle-wrap ul .esg-circle .rolling-circle {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 19.0625rem;
  height: 19.0625rem;
  flex-shrink: 0;
  aspect-ratio: 1/1;
  transform-origin: center;
  transform: translate(-50%, -50%) rotate(0deg);
  animation: rollingRight 15s linear infinite;
}

.circle-wrap ul .esg-circle .rolling-circle.left {
  animation: rollingLeft 15s linear infinite;
}


@keyframes rollingRight {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }

  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

@keyframes rollingLeft {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }

  100% {
    transform: translate(-50%, -50%) rotate(-360deg);
  }
}

.circle-wrap-type2 {}

.circle-wrap.circle-wrap-type2 ul .esg-circle .circle-outerline {
  width: 540px;
  height: 540px;
  flex-shrink: 0;
  aspect-ratio: 1/1;
  border-radius: 1000px;
  border: 1px dashed rgba(2, 84, 166, 0.40);
  background: transparent;
}

.circle-wrap.circle-wrap-type2 ul .esg-circle .circle-innerline {
  width: 400px;
  height: 400px;
  flex-shrink: 0;
  aspect-ratio: 1/1;
  border-radius: 400px;
  border: none;
  background: rgba(2, 84, 166, 0.10);
}

.circle-wrap.circle-wrap-type2 ul .esg-circle .circle-inner-area {
  width: 320px;
  height: 320px;
  flex-shrink: 0;
  aspect-ratio: 1/1;
  background: var(--mainColor);
  color: var(--white);
}

.circle-wrap.circle-wrap-type2 ul .esg-circle .circle-inner-area p {
  color: var(--white);
  text-align: center;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: -0.72px;
}

.circle-wrap.circle-wrap-type2 ul .esg-circle .rolling-circle {
  width: 405px;
  height: 405px;
}

.esg-activity .con-box {
  margin-top: 60px;
}

.esg-activity-list {
  margin-top: 60px;
}

.esg-activity-list p {
  color: var(--color22);
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 160%;
  letter-spacing: -0.48px;
}

.esg-activity-list span {
  margin-left: 10px;
  color: var(--color2266);
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -0.36px;
}

.esg-activity .con-box ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  margin-top: 40px;
}

.esg-activity .con-box ul li {
  width: 100%;
  border-radius: 4px;
  background: var(--white);
}

.esg-activity .con-box ul li img {
  width: 100%;
}


.cont-basic-down {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
}

.cont-basic-down.square-down {
  margin-top: 0;
}

.cont-basic-down.square-down a {
  border-radius: 4px;
  border: 1px solid var(--colorb2);
  background: var(--white);
}

.cont-basic-down a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  height: 60px;
  padding: 14px 24px;
  border-radius: 1000px;
  border: 1px solid var(--colorb2);
  background: var(--white);
  color: var(--color44);
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: -0.32px;
  box-sizing: border-box;
  transition: .4s;
}

.cont-basic-down a:hover {
  background: var(--mainColor);
  color: var(--white);
}

.cont-basic-down a:hover span {
  filter: brightness(2);
}

.esg-goal-system {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px 40px;
  margin-top: 60px;
}

.esg-goal-system .circle-wrap-type2 {
  grid-row: 1 /3;
  grid-column: 2;
}

.esg-goal-system-box {
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding: 20px;
  border-radius: 8px;
  background: var(--white);
  box-sizing: border-box;
  transition: .3s;
}

.esg-goal-system-box p {
  color: var(--mainColor);
  text-align: center;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 160%;
  letter-spacing: -0.48px;
  transition: .3s;
}

.esg-goal-system-box>div {
  height: 100%;
  box-sizing: border-box;
}

.esg-goal-system-box>div ul {
  height: 100%;
  padding: 20px;
  border-radius: 8px;
  background: var(--coloref);
  color: var(--color22);
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -0.32px;
  box-sizing: border-box;
  transition: .3s;
}



.esg-goal-system-box li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.esg-goal-system-box li::before {
  content: "";
  min-width: 3px;
  min-height: 3px;
  margin-top: 10px;
  border-radius: 100%;
  background: var(--color22);
  transition: .3s;
}

.esg-goal-system-box.active {
  background: var(--mainColor);
}

.esg-goal-system-box.active p {
  color: var(--white);
}

.esg-goal-system-box.active ul {
  background: rgba(255, 255, 255, 0.10);

  color: var(--white);
}

.esg-goal-system-box.active li::before {
  background: var(--white);
}

.esg-goal-system-box.system-box3 {
  grid-column: 3;
  grid-row: 2;
}

.esg-goal-system-box.system-box4 {
  grid-column: 1;
  grid-row: 2;
}

.esg-goal-system.type2 {}

.esg-goal-system.type2 .esg-goal-system-box {
  background: var(--coloref);
}

.esg-goal-system.type2 .esg-goal-system-box>div ul {
  background: var(--white);
}

.esg-goal-system.type2 .esg-goal-system-box.active {
  background: var(--mainColor);
}

.esg-goal-system.type2 .esg-goal-system-box.active p {
  color: var(--white);
}

.esg-goal-system.type2 .esg-goal-system-box.active ul {
  background: rgba(255, 255, 255, 0.10);
  color: var(--white);
}

@media screen and (max-width:1450px) {
  .circle-wrap.circle-wrap-type2 ul .esg-circle .circle-outerline {
    width: 22rem;
    height: 22rem;
  }

  .circle-wrap.circle-wrap-type2 ul .esg-circle .circle-innerline {
    width: 20rem;
    height: 20rem;
  }

  .circle-wrap.circle-wrap-type2 ul .esg-circle .circle-inner-area {
    width: 18rem;
    height: 18rem;
  }


  .circle-wrap.circle-wrap-type2 ul .esg-circle .rolling-circle {
    width: 17rem;
    height: 17rem;
  }

}

@media screen and (max-width:1200px) {

  .esg-bg-list.type2,
  .esg-bg-list {
    padding-inline: 40px;
  }

  .esg-bg-list.type2 .list-class,
  .esg-bg-list li {
    padding-inline: 20px;
  }

  .esg-bg-list.type2 li {
    padding: 0;
  }

  .circle-wrap ul .esg-circle .circle-outerline {
    width: 22rem;
    height: 22rem;
  }

  .circle-wrap ul .esg-circle .circle-innerline {
    width: 20rem;
    height: 20rem;
  }

  .circle-wrap ul .esg-circle .circle-inner-area {
    width: 18rem;
    height: 18rem;
  }

  .circle-wrap ul .esg-circle .rolling-circle {
    width: 15.5rem;
    height: 15.5rem;
  }
  .circle-wrap ul .esg-circle .circle-inner-area p {
    text-align: center;
    font-size: 1.3rem;
  }
  .esg-goal-system {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .esg-goal-system .circle-wrap-type2 {
    grid-column: 1;
    grid-row: 1;
  }

  .esg-goal-system .system-box3 {
    grid-column: 1;
    grid-row: 4;
  }

  .esg-goal-system-box.system-box4 {
    grid-row: 5;
  }
}

@media screen and (max-width:1000px) {
  .esg-activity .con-box ul {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .certificate-list {
    flex-direction: column;
    gap: 80px;
  }
}

@media screen and (max-width:768px) {
  .esg-area .title-box h4 {
    color: var(--color22);
    text-align: center;
    font-size: 2.1rem;
    font-weight: 700;
    line-height: 140%;
    letter-spacing: -1.6px;
  }

  .esg-bg-list.type2,
  .esg-bg-list {
    padding-inline: 10px;
    padding-block: 20px;
  }

  .esg-bg-list li {
    padding-inline: 10px;
    gap: 10px;
    /* flex-direction: column;
    padding-inline: 10px;
    gap: 5px; */
  }

  .esg-bg-list.type2 li {
    padding: 0;
  }

  /* .circle-wrap ul .esg-circle .circle-inner-area p {
    font-size: 2rem;
  } */


  .esg-activity-list p {
    display: flex;
    flex-direction: column;

  }
}

@media screen and (max-width:640px) {}

.bg-blue {
  background: var(--color03);
}

.bg-main {
  background: var(--mainColor);
}

.esg-goal-list {
  display: flex;
  align-items: stretch;
  gap: 10px;
}

.esg-goal-list:first-child {
  margin-top: 60px;
}

.esg-goal-list~.esg-goal-list {
  margin-top: 20px;
}


.esg-goal-list>p {
  align-content: center;
  width: 200px;
  padding: 23px;
  border-radius: 4px;
  color: var(--coloref);
  text-align: center;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: -0.4px;
  box-sizing: border-box;
}



.esg-goal-list div {
  flex: 1;
  padding: 23px;
  border-radius: 4px;
  border: 1px solid var(--colorb2);
  background: var(--coloref);
  box-sizing: border-box;
}

.esg-goal-list div p {
  color: var(--color44);
  text-align: center;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: -0.36px;
  text-wrap: nowrap;
}

.esg-goal-list div ul {
  margin-top: 10px;
  padding: 10px;
  border-radius: 4px;
  background: var(--white);
  text-align: left;
}

.esg-goal-list div ul li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: var(--color22);
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -0.32px;
}

.esg-goal-list div ul li::before {
  content: "";
  min-width: 4px;
  min-height: 4px;
  margin-top: 10px;
  border-radius: 100%;
  background: var(--color44);
}


.esg-icon-list {
  border-top: 1px solid var(--color22);
  margin-top: 80px;
}

.esg-icon-list ul {}

.esg-icon-list ul li {
  display: flex;
  align-items: center;
  gap: 40px;
  padding: 60px 40px;
  border-bottom: 1px solid var(--colorb2);
  box-sizing: border-box;
}

.esg-icon-list ul li .text-box {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.esg-icon-list ul li .text-box p {
  color: var(--color22);
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: -0.48px;
}

.esg-icon-list ul li .text-box span {
  color: var(--mainColor);
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -0.36px;
}




@media screen and (max-width:1200px) {

  .esg-goal-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .esg-goal-list.esg-goal-bottom {
    grid-template-columns: repeat(3, 1fr);
  }

  .esg-goal-list>p {
    grid-column: 1 / -1;
    width: 100%;
  }
}

@media screen and (max-width:1000px) {

  .esg-goal-list {
    display: grid;
    grid-template-columns: 1fr;
  }

  .esg-goal-list.esg-goal-bottom {
    grid-template-columns: 1fr;
  }

  .esg-goal-list div ul li br {
    display: none;
  }
}

@media screen and (max-width:768px) {
  .esg-icon-list ul li {
    padding: 30px 20px;
  }

  .esg-icon-list ul li .img-box {
    width: 80px;
    height: 80px;
    max-width: auto;
  }
}

@media screen and (max-width:640px) {
  .esg-icon-list ul li {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }

  .esg-icon-list ul li .text-box {
    align-items: center;
  }
}



.drag-slide {
  margin-top: 60px;
}

.drag-slide .dragSlide {
  overflow: visible;
}

.dragSlide .swiper-slide {
  max-width: 640px;
}

.dragSlide .swiper-slide>div {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  border-radius: 8px;
  border: 1px solid var(--colorb2);
  background: var(--white);
  box-sizing: border-box;
}


.grid4-table {
  margin-top: 60px;
  overflow-x: auto;
}

.grid4-table.dragging td {
  cursor: grabbing;
}

.grid4-table table {
  width: 100%;
  border-top: 1px solid var(--color22);
}

.grid4-table table thead th:last-child,
.grid4-table table tbody td:last-child {
  border-right: none;
}

.grid4-table table thead th,
.grid4-table table tbody td {
  padding: 27px;
  text-align: center;
  box-sizing: border-box;
  font-size: 1.1rem;
  line-height: 160%;
  letter-spacing: -0.32px;
  border-right: 1px solid var(--colorb2);
  border-bottom: 1px solid var(--colorb2);
}

.grid4-table table thead th {
  background: var(--coloref);
  color: var(--color22);
  font-weight: 500;
}

.grid4-table table tbody td {
  color: var(--666666, var(--color22));
  font-weight: 400;
}

@media screen and (max-width:768px) {}




/* 사업실적 레이어 */
.layer-slide-area {
  position: fixed;
  inset: 0;
  display: none;
  z-index: 1000;
}

.layer-slide-area.active {
  display: flex;
  align-items: center;
  justify-content: center;
}

.layer-slide-area .layer-dimmed.active {
  opacity: 1;
  visibility: visible;
}

.layer-slide-area .layer-dimmed {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.50);
  backdrop-filter: blur(5px);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s;
  z-index: 1001;
}

.layer-slide-area .layer-slide-box {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 520px;
  max-height: 700px;

  z-index: 1002;

}

.layer-slide-area .layer-slide-box>div.info-box {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  width: 520px;
  max-height: 700px;
  padding: 40px;
  border-radius: 4px;
  background: var(--white);
  overflow-y: auto;
  box-sizing: border-box;
}

.layer-slide-box .info-box::-webkit-scrollbar {
  width: 5px;
  background-color: transparent;
}

.layer-slide-box .info-box::-webkit-scrollbar-thumb {
  width: 5px;
  background-color: transparent;
  border-radius: 10px;
}

.layer-slide-box .info-box::-webkit-scrollbar-track {
  background-color: transparent;
}

.layer-slide-box .title {
  color: var(--color22);
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 160%;
  letter-spacing: -0.4px;
}

.layer-slide-box .info-list {
  border-top: 1px solid var(--color22);
}

.layer-slide-box .info-list li {
  display: flex;
}

.layer-slide-box .info-list li p {
  padding: 13px 20px;
}

.layer-slide-box .info-list .label {
  min-width: 100px;
  border-right: 1px solid var(--colorb2);
  border-bottom: 1px solid var(--colorb2);
  background: var(--coloref);
  color: var(--color22);
  text-align: center;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 160%;
  letter-spacing: -0.28px;
}

.layer-slide-box .info-list .value {
  width: 100%;
  border-bottom: 1px solid var(--colorb2);
  color: var(--color22);
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -0.28px;
}

.layerSlide {
  width: 100%;
  max-height: 306px;
  border-radius: 4px;
}

.layerSlide .swiper-slide>div {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  height: 100%;
  box-sizing: border-box;
}

.layerSlide .swiper-slide>div.img-box {
  display: flex;
  align-items: center;
  justify-content: center;
}

.layerSlide .swiper-slide>div img {
  width: 100%;
}





.layerSlide .swiper-button-next,
.layerSlide .swiper-button-prev {
  top: 50%;
  width: 40px;
  height: 40px;
  color: var(--white);
  transform: translateY(-50%);
  margin-top: 0;
}

.layerSlide .swiper-button-next:after,
.layerSlide .swiper-button-prev:after {
  font-size: 1.5rem;
}

.layerSlide .swiper-button-next {
  right: 0;
}

.layerSlide .swiper-button-prev {
  left: 0;
}



.layer-slide-close {
  position: absolute;
  top: 0;
  right: -40px;
  width: 30px;
  height: 30px;
  z-index: 1003;
  cursor: pointer;
}


@media screen and (max-width:768px) {
  .layer-slide-close {
    top: 20px;
    right: 30px;
    /* background: var(--black40); */
  }

  .layer-slide-box .title {
    padding-right: 25px;
  }

  .layer-slide-close img {
    filter: brightness(0);
  }

  .layer-slide-area .layer-slide-box {
    /* height: 100%; */
    height: max-content;
    padding-inline: 20px;
    box-sizing: border-box;
  }

  .layer-slide-area .layer-slide-box>div.info-box {
    width: 100%;
    /* height: 80vh; */
    height: auto;
    padding: 20px;
    box-sizing: border-box;
  }


}




/* 브랜드 스토리  */

.brand-story {
  /* height: 300vh; */
  /* overflow: hidden; */
}


.brand-story h4 {
  transform: translateY(50px);
  opacity: 0;
}

.brand-story .brand-visual {
  position: relative;
  width: 100%;
  /* height: 100vh; */
  height: 300vh;
  overflow: hidden;
  z-index: -1;
}


.brand-story .brand-visual .brand-visual-box {
  position: absolute;
  top: 8%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 480px;
}

.brand-story .brand-visual .brand-visual-box.fixed {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}


/* .brand-story .brand-visual .brand-visual-box, */
.brand-story .brand-visual .inner {
  height: 100%;
}

.visual-dimmed {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 72%;
  height: 500px;
  background: var(--black);
  transform: translate(-50%, -50%);
  opacity: 0.2;
}

.brand-story .brand-visual .img-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 72%;
  height: 500px;
}

.brand-story .brand-visual .visual-dimmed,
.brand-story .brand-visual .brand-visual-img {
  border-radius: 8px;
  overflow: hidden;
}

.brand-story .brand-visual .img-box img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.visual-text {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 40px;
  height: 100%;
  z-index: 10;
  transform: translateY(40px);
  opacity: 0;
}

.visual-text>div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.visual-text p.text-top {
  text-align: center;
  color: var(--white);
  font-size: 3.5rem;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -2.24px;
  transform: translateY(40px);
}

.visual-text p.text-bottom {
  text-align: center;
  color: var(--white);
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -0.48px;
  transform: translateY(40px);
}

.visual-text p span {
  font-weight: 700;
}

.brand-sec {
  position: relative;
  width: 100%;
  padding-block: 160px;
  background: var(--white);
  z-index: 11;
  box-sizing: border-box;
}






.brand-sec .fold-list-box {}

.brand-sec .fold-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 60px 0 0;
  box-sizing: border-box;
  transform: translateY(50px);
  opacity: 0;
}

.brand-sec .fold-list li {
  position: relative;
  display: flex;
  align-items: center;
  height: 80px;
  padding-inline: 160px;
  overflow: hidden;
  border-radius: 8px;
  transition: .5s;
}

.brand-sec .fold-list li.active {
  height: 560px;
  padding: 160px;
  box-sizing: border-box;
}


.brand-sec .fold-list li:nth-child(1) {
  background: url(/image/sub/img_brand02.png)no-repeat center / cover;
}

.brand-sec .fold-list li:nth-child(2) {
  background: url(/image/sub/img_brand03.png)no-repeat center / cover;
}

.brand-sec .fold-list li:nth-child(3) {
  background: url(/image/sub/img_brand04.png)no-repeat center / cover;
}

.brand-sec .fold-list li .fold-text {
  opacity: 0;
  transition: .3s;
}

.brand-sec .fold-list li.active .fold-text {
  opacity: 1;
}

.brand-sec .fold-list li .fold-text {
  color: var(--white);
  font-family: Montserrat;
  font-size: 3.25rem;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: -1.04px;
  text-transform: uppercase;
}

.brand-sec .fold-list li .sub-text {
  margin-top: 10px;
  color: var(--white);
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -0.4px;
}

.symbol-sec {
  position: relative;
  padding-bottom: 160px;
  background: var(--white);
  z-index: 11;
}

.symbol-list {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-top: 60px;
  transform: translateY(50px);
  opacity: 0;
}

.symbol-list li {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 280px;
  padding: 40px;
  border-radius: 8px;
  box-sizing: border-box;
}

.symbol-list li:nth-child(1) {
  border: 1px solid var(--colorb2);
  background: var(--white);
}

.symbol-list li:nth-child(2) {
  background: #213647;
}

.symbol-list li:nth-child(3) {
  background: #BAB7B0;
}


@media screen and (max-width:1200px) {

  .brand-sec .fold-list li,
  .brand-sec .fold-list li.active {
    padding-inline: 80px;
  }

  .symbol-list {
    display: grid;
    grid-template-columns: 1fr;

  }

}

@media screen and (max-width:768px) {
  .visual-text p.text-top {
    font-size: 2.2rem;
  }

  .visual-text p.text-bottom {
    font-size: 1.4rem;
  }

  .brand-story .brand-visual .visual-dimmed,
  .brand-story .brand-visual .brand-visual-img {
    height: 70vh;
  }

  .brand-sec {
    padding-block: 80px;
  }


  .brand-sec .fold-list li,
  .brand-sec .fold-list li.active {
    padding: 40px;
  }


  .brand-sec .fold-list li:nth-child(1) {
    background: url(/image/sub/img_brand02_mo.png)no-repeat center / cover;
  }

  .brand-sec .fold-list li:nth-child(2) {
    background: url(/image/sub/img_brand03_mo.png)no-repeat center / cover;
  }

  .brand-sec .fold-list li:nth-child(3) {
    background: url(/image/sub/img_brand04_mo.png)no-repeat center / cover;
  }

  .brand-sec .fold-list li .fold-text {
    font-size: 2.2rem;
  }

  .symbol-sec {
    padding-bottom: 80px;
  }
}


/* 직무소개 */

.about-job-list {
  padding-top: 160px;
}

.about-job-list>li {
  display: none;
}

.about-job-list li.active {
  display: block;
}


.about-job {
  display: flex;
  flex-direction: column;
  gap: 60px;
}

.about-job .job-info {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.about-job .title {
  color: var(--color22);
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -1.6px;
}

.about-job .info {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.about-job .info .info-text {
  color: var(--color22);
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -0.4px;
}

.about-job .info .info-sub-color {

  color: var(--mainColor);
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -0.4px;
}

.about-job .info .info-sub-color ul {}

.about-job .required-ability {

  padding: 60px;
  border-radius: 8px;
  background: var(--coloref);
}

.about-job .required-ability>div {
  display: flex;
  align-items: flex-start;
  gap: 80px;
}

.about-job .required-ability .title {
  color: var(--mainColor);
  font-size: 24px;
  font-weight: 600;
  line-height: 160%;
  letter-spacing: -0.48px;
}

.about-job .required-ability .ability-list {
  padding-left: 80px;
  border-left: 1px solid var(--colorb2);
}

.about-job .required-ability ul li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  color: var(--color44);
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -0.36px;
}

.about-job .required-ability ul li::before {
  content: "";
  min-width: 3px;
  min-height: 3px;
  margin-top: 10px;
  border-radius: 3px;
  background: var(--color44);
}

.about-job .job-construction-list ul {
  border-top: 1px solid var(--color22);
}

.about-job .job-construction-list ul li {
  border-bottom: 1px solid var(--colorb2);
  padding-block: 60px;
}

.about-job .job-construction-list ul li p:first-child {
  color: var(--mainColor);
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -0.56px;
}

.about-job .job-construction-list ul li p:last-child {
  color: var(--color22);
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -0.36px;
}

@media screen and (max-width:1200px) {
  .about-job-list {
    padding-top: 80px;
  }
}

@media screen and (max-width:768px) {
  .about-job .required-ability>div {
    flex-direction: column;
    gap: 20px;
  }

  .about-job .required-ability {
    padding: 20px 30px;
    box-sizing: border-box;
  }

  .about-job .required-ability .ability-list {
    width: 100%;
    padding-top: 20px;
    padding-left: 0;
    border-top: 1px solid var(--colorb2);
    border-left: none;
  }

}



/* 연구소  */

.rnd01 {
  position: relative;
  height: auto;
}

.rnd01 .research-box {
  position: relative;
  height: 100vh;
  overflow: hidden;
}

.rnd01 .img-box,
.rnd01 .visual-dimmed,
.rnd01 .research-text-group {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.rnd01 .img-box {
  width: 72%;
  height: 500px;
  border-radius: 8px;
  overflow: hidden;
  z-index: 0;
}

.research-box .visual-dimmed {
  width: 72%;
  height: 500px;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 8px;
  z-index: 1;
}

.research-text-group {
  width: 100%;
  padding-inline: 20px;
  text-align: center;
  color: white;
  z-index: 2;
}

.rnd01 .img-box img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.rnd01 .research-box .research-text1,
.rnd01 .research-box .research-text2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding-inline: 20px;

}

.rnd01 .research-box .research-text1 p,
.rnd01 .research-box .research-text2 p {
  color: var(--white);
  text-align: center;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: -1.6px;
}

.rnd01 .research-box .research-text1 p .char,
.rnd01 .research-box .research-text2 p .char {
  opacity: 0;
}

@media screen and (max-width:768px) {
  .rnd01 .img-box {
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 8px;
    width: 72%;
    height: 500px;
    transform: translate(-50%, -50%);
    overflow: hidden;
  }


  .rnd01 .research-box .research-text1 p,
  .rnd01 .research-box .research-text2 p {
    font-size: 2rem;
  }
}

@media screen and (max-width:640px) {

  .rnd01 .research-box .research-text1 p,
  .rnd01 .research-box .research-text2 p {
    font-size: 1.8rem;
  }
}


.research-field-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 120px;
}

.research-field-list li {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 160px;
}

.research-field-list li:nth-child(even) {
  direction: rtl;
}

.research-field-list .research-info {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.research-field-list .research-info .title {
  color: var(--color22);
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -1.6px;
}

.research-field-list .research-info .info {
  color: var(--color22);
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -0.4px;
}

.technology-list {}

.technology-list ul {
  border-top: 1px solid var(--color22);
  margin-top: 60px;
}

.technology-list ul li {
  display: grid;
  grid-template-columns: 1fr 180px;
  gap: 80px;


  padding-block: 60px;
  border-bottom: 1px solid var(--colorb2);
}

.technology-list .technology-text {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.technology-list .technology-text .title {
  color: var(--color22);
  font-size: 2rem;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -0.64px;
}

.technology-list .technology-text .info {
  color: var(--mainColor);
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 160%;
  letter-spacing: -0.44px;
}

.technology-list .technology-text .sub-info {
  color: var(--color22);
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -0.4px;
}


@media screen and (max-width:1500px) {
  .research-field-list li {
    gap: 100px;
  }
}

@media screen and (max-width:1200px) {
  .research-field-list li {
    gap: 80px;
  }

  .technology-list .technology-text .sub-info br {
    display: none;
  }
}

@media screen and (max-width:1000px) {

  .research-field-list li,
  .research-field-list li:nth-child(even) {
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .research-field-list li .img-box img {
    width: 100%;
  }

  .technology-list ul li {
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .technology-list ul li .img-box {
    justify-self: end;
    width: 150px;
    height: 150px;
  }

}

@media screen and (max-width:768px) {
  .research-field-list .research-info .title {
    font-size: 2rem;
  }

  .research-field-list {
    gap: 80px;
  }

  .research-field-list li {
    gap: 20px;
    align-items: flex-start;
  }

  .research-field-list li:nth-child(even) {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* 인재채용 */

/* 인재상 */
.ideal-candidate {
  width: 900px;
  margin: 0 auto;
}

.ideal-candidate .outer-circle {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 600px;
  height: 600px;
  aspect-ratio: 1/1;
  border-radius: 600px;
  border: 32px solid var(--mainColor);
  background: var(--white);
  margin: 160px auto 0;
}

.ideal-candidate .center-circle {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 480px;
  height: 480px;
  flex-shrink: 0;
  aspect-ratio: 1/1;
  border-radius: 480px;
  background: var(--coloref);
}

.ideal-candidate .center-circle .title {
  color: var(--mainColor);
  text-align: center;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -1.6px;
}

.ideal-candidate .center-circle .sub-text {
  color: var(--color22);
  text-align: center;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -0.4px;
}

.ideal-candidate .line-circle {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 280px;
  height: 280px;
  aspect-ratio: 1/1;
  border-radius: 280px;
  background: rgba(221, 221, 221, 0.20);
}

.ideal-candidate .line-circle>div {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  z-index: 2;
}

.ideal-candidate .line-circle>div p {
  color: var(--color22);
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 160%;
  letter-spacing: -0.48px;
}

.ideal-candidate .line-circle>div p span {
  color: var(--mainColor);
}

.ideal-candidate .line-circle:after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  width: 240px;
  height: 240px;
  aspect-ratio: 1/1;
  border-radius: 240px;
  background: var(--white);
  z-index: 1;
}

.ideal-candidate .line-circle:nth-child(1) {
  top: -35%;
  left: 50%;
  transform: translateX(-50%);
}

.ideal-candidate .line-circle:nth-child(2) {
  bottom: -10%;
  left: -30%;
}

.ideal-candidate .line-circle:nth-child(3) {
  bottom: -10%;
  right: -30%;
}

.recruit01-slide {
  overflow: hidden;
}

.swiper.recruit01 {
  overflow: visible;
}

.swiper.recruit01 .swiper-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.swiper.recruit01 .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 0;
  background: url(/image/common/img_slide_bullet.svg)no-repeat center / contain;
  opacity: 1;
}

.swiper.recruit01 .swiper-pagination-bullet-active {
  width: 18px;
  height: 18px;
  border-radius: 0;
  background: url(/image/common/img_slide_bullet_active.svg)no-repeat center / contain;
}

.swiper.recruit01 .img-box {
  height: 500px;
  border-radius: 8px;
}

.swiper.recruit01 .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}


.recruit01-text-box {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 80px;
  margin-bottom: 60px;
  opacity: 0;
  transform: translateY(40px);
  transition: 1s;
}


.swiper-slide-active .recruit01-text-box {
  opacity: 1;
  transform: translateY(0);
}

.recruit01-text-box .eng-text {
  color: var(--color22);
  text-align: center;
  font-family: Montserrat;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -0.36px;
  text-transform: uppercase;
}

.recruit01-text-box .info-text {
  color: var(--color22);
  text-align: center;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -1.6px;
}

.recruit01-text-box .info-text span {
  color: var(--mainColor);
}

.recruit01-text-box .sub-text {
  color: var(--color22);
  text-align: center;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -0.4px;
}

@media screen and (max-width:1000px) {
  .ideal-candidate {
    width: auto;
  }

  .ideal-candidate .outer-circle {
    width: 500px;
    height: 500px;
    margin: 80px auto 0;
  }

  .ideal-candidate .center-circle {
    width: 400px;
    height: 400px;
    border-radius: 400px;
  }

  .ideal-candidate .line-circle {
    width: 240px;
    height: 240px;
    border-radius: 240px;
  }

  .ideal-candidate .line-circle:after {
    width: 200px;
    height: 200px;
    border-radius: 200px;
  }

}

@media screen and (max-width:640px) {
  .ideal-candidate {
    width: auto;
  }

  .ideal-candidate .outer-circle {
    width: 22rem;
    height: 22rem;
    margin: 100px auto 0;
    border-radius: 22rem;
  }

  .ideal-candidate .center-circle {
    width: 16rem;
    height: 16rem;
    border-radius: 16rem;
  }

  .ideal-candidate .center-circle .title {
    font-size: 2rem;
  }

  .ideal-candidate .center-circle .sub-text {
    font-size: 1.15rem;
  }

  .ideal-candidate .line-circle {
    width: 11.1rem;
    height: 11.1rem;
    border-radius: 11.1rem;
  }

  .ideal-candidate .line-circle .img-box {
    width: 60px;
  }

  .ideal-candidate .line-circle>div p {
    font-size: 1.2rem;
  }

  .ideal-candidate .line-circle:after {
    width: 10rem;
    height: 10rem;
    border-radius: 10rem;
  }

  .ideal-candidate .line-circle:nth-child(1) {
    top: -40%;
    left: 50%;
    transform: translateX(-50%);
  }

  .ideal-candidate .line-circle:nth-child(2) {
    bottom: -40%;
    left: -20%;
  }

  .ideal-candidate .line-circle:nth-child(3) {
    bottom: -40%;
    right: -20%;
  }

  .swiper.recruit01 .img-box {
    height: 400px;
  }

  .recruit01-text-box {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

/* 인사제도 */
.recruit02-img {
  padding-top: 60px;
}

.recruit02-img img {
  margin: 0 auto;
}

.prize-area {
  overflow: hidden;
}

.prize-list {
  margin-top: 60px;
}

.prize-list ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.prize-list ul li {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.prize-list ul li .prize-icon img {
  height: 72px;
}

.prize-list ul li .prize-text {
  position: relative;
  padding-top: 40px;
  padding-right: 80px;
  box-sizing: border-box;
  z-index: 2;
}

.prize-list ul li .prize-text::after {
  content: "";
  position: absolute;
  top: 0px;
  left: -50%;
  width: 200%;
  height: 1px;
  background: var(--colorb2);
}

.prize-list ul li .prize-text::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0;
  width: 82px;
  height: 1px;
  background: var(--mainColor);
  z-index: 1;
}

.prize-list ul li .prize-text>div {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.prize-list ul li .prize-title {
  color: var(--mainColor);
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -0.035rem;
}

.prize-list ul li .prize-info {
  color: var(--color22);
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -0.025rem;
}

.prize-list ul li .prize-icon span {
  position: absolute;
  top: 10%;
  left: 0;
  color: var(--colorda);
  text-align: right;
  font-family: Inter;
  font-size: 10rem;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: -6.4px;
}

.prize-list.animate ul li .prize-icon span {
  animation: numLeftToRight 1.5s ease forwards;
}

.prize-list.animate ul li .prize-text>div,
.prize-list.animate ul li .prize-text::before {
  animation: textLeftToRight 1.5s 0.2s ease forwards;
}


@keyframes numLeftToRight {
  0% {
    opacity: 0;
    left: 0;
    transform: translateX(0);
  }

  100% {
    opacity: 1;
    left: calc(100% - 80px);
    transform: translateX(-100%);
  }
}

@keyframes textLeftToRight {
  0% {
    opacity: 0;
    transform: translateX(-80px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.culture-box {
  padding-top: 60px;
}

.culture-box .culture-title-box {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.culture-box .title {
  color: var(--mainColor);
  font-size: 2rem;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -1.28px;
}

.culture-box .sub-info {
  color: var(--color66);
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -0.4px;
}

.culture-box .culture-img {
  margin-top: 60px;
}

.culture-box .culture-img img {
  width: 100%;
  margin: 0 auto;
}

.culture-list {
  margin-top: 60px;
  border-top: 1px solid var(--colordd);
}

.culture-list>ul>li {
  padding-block: 40px;
  border-bottom: 1px solid var(--colordd);
}

.culture-list .culture-list-info {
  display: flex;
  align-items: flex-start;
  gap: 94px;
}

.culture-list .culture-list-info .title-icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  width: 160px;
}

.culture-list .culture-list-info .title-icon p {
  text-align: center;

  color: var(--color22);
  font-size: 22px;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: -0.56px;
}

.culture-list .culture-list-info ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  width: 100%;
}

.culture-list .culture-list-info li {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 180px;
  background: #E8F3FC;
}

.culture-list>ul>li:nth-child(1) .culture-list-info li {
  background: #E8F3FC;
}

.culture-list>ul>li:nth-child(2) .culture-list-info li {
  background: #E8FCFB;
}

.culture-list>ul>li:nth-child(3) .culture-list-info li {
  background: #E8E9FC;
}

.culture-list>ul>li:nth-child(4) .culture-list-info li {
  background: #FCE8E9;
}


.culture-list .culture-list-info li p {
  text-align: center;
  color: var(--color44);
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -0.4px;
}

.culture-list .culture-list-info li p span {
  color: var(--mainColor);
}



@media screen and (max-width:1200px) {
  .culture-list .culture-list-info ul {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width:768px) {
  .culture-box .sub-info br {
    display: none;
  }


  .culture-list .culture-list-info {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }

  @keyframes numLeftToRight {
    0% {
      opacity: 0;
      left: 0;
      transform: translateX(0);
    }

    100% {
      opacity: 1;
      left: calc(100% - 40px);
      transform: translateX(-100%);
    }
  }
}


.edu-list {
  border-top: 1px solid var(--color22);
  margin-top: 60px;
}

.edu-list>ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);

}

.edu-list>ul>li {
  border-bottom: 1px solid var(--colorb2);
  border-right: 1px solid var(--colorb2);
  padding: 60px 0;
  box-sizing: border-box;
}

.edu-list>ul>li:nth-child(even) {
  border-right: none;
  padding: 60px 80px;
}

.edu-list>ul>li .title {
  color: var(--mainColor);
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -1.12px;
}

.edu-list>ul>li ul {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  margin-top: 40px;
}

.edu-list>ul>li ul li {
  display: flex;
  align-items: center;
  gap: 40px;
}

.edu-list .edu-text {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.edu-list .edu-text .edu-title {
  color: var(--mainColor);
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: -0.4px;
}

.edu-list .edu-text .edu-info {
  color: var(--color44);
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -0.36px;
}

.welfare-list {
  border-top: 1px solid var(--color22);
  margin-top: 60px;
}

.welfare-list>ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.welfare-list>ul>li {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  padding: 60px 40px;
  border-bottom: 1px solid var(--colorb2);
  border-right: 1px solid var(--colorb2);
}

.welfare-list>ul>li:last-child {
  border-right: none;
}

.welfare-list .title {
  color: var(--mainColor);
  text-align: center;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -1.12px;
}

.welfare-list .welfare-info {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}


.welfare-list .welfare-info>ul li {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 8px;
  color: var(--color44);
  text-align: center;
  font-size: 1rem;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -0.36px;
}
/* 
.welfare-list .welfare-info>ul li::before {
  content: "";

  width: 3px;
  height: 3px;
  margin-top: 10px;
  border-radius: 100%;
  background: var(--color44);
  flex-shrink: 0;
} */

/* 직무소개 탭 */
.con-depth-tab2 {
  position: relative;
}

.con-depth-tab2 ul {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
  padding: 5px;
  border-radius: 30px;
  background: var(--coloref);
}

.con-depth-tab2 ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
  text-align: center;
  color: var(--color44);
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: -0.36px;
  cursor: pointer;
  transition: .3s;
}

.con-depth-tab2 ul li:hover,
.con-depth-tab2 ul li.active {
  border-radius: 100px;
  background: var(--blue, #0254A6);
  color: var(--coloref);
}

.con-depth-tab-select2 {
  display: none;
}

@media screen and (max-width:1200px) {
  .con-depth-tab-select2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 16px 30px;
    border-radius: 4px;
    background: var(--mainColor);
    color: var(--white);
    font-size: 1.375rem;
    font-weight: 500;
    line-height: 160%;
    letter-spacing: -0.44px;
  }

  .con-depth-tab-select2 span {
    transition: .3s;
  }

  .con-depth-tab-select2.open span {
    transform: rotate(180deg);
  }

  .con-depth-tab2 ul {
    position: absolute;
    top: 100%;
    display: none;
    width: 100%;
    height: 400px;
    overflow: auto;
    padding: 5px;
    border-radius: 0;
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.10);
    box-sizing: border-box;
    z-index: 10;
  }

  .con-depth-tab2 ul::-webkit-scrollbar {
    width: 5px;
    background-color: transparent;
  }

  .con-depth-tab2 ul::-webkit-scrollbar-thumb {
    width: 5px;
    background-color: var(--colorb2);
    border-radius: 0;
  }

  .con-depth-tab2 ul::-webkit-scrollbar-track {
    background-color: transparent;
  }

  .con-depth-tab2 ul li~li {
    margin-top: 10px;

  }





  .edu-list>ul {
    grid-template-columns: 1fr;
  }

  .edu-list>ul>li {
    border-right: none;
    padding-inline: 20px;
  }

  .edu-list>ul>li ul {
    grid-template-columns: repeat(3, 1fr);
  }

  .edu-list>ul>li ul li {
    flex-direction: column;
  }

  .edu-list .edu-text {
    align-items: center;
  }

  .edu-list .edu-info {
    text-align: center;
  }

  .edu-list .edu-info br {
    display: none;
  }

  .edu-list>ul>li:nth-child(even) {
    padding: 60px 20px;
  }

  .edu-list .edu-text .edu-info {
    text-align: left;
  }

  .welfare-list>ul>li {
    padding: 60px 20px;
    gap: 20px;
    border-right: none;
  }

}

@media screen and (max-width:1000px) {
  .prize-list ul {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .edu-info br {
    display: none;
  }


  .welfare-list>ul {
    grid-template-columns: repeat(2, 1fr);
  }

}

@media screen and (max-width:768px) {
  .edu-list>ul>li ul {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .edu-list>ul>li ul li {
    gap: 20px;
  }

  .edu-list>ul>li ul li,
  .edu-list .edu-text {
    align-items: flex-start;
  }


  .welfare-list>ul {
    display: flex;
    flex-wrap: wrap;
  }

  .welfare-list>ul>li {
    align-items: flex-start;
    width: 100%;
  }

  .welfare-list .title {
    text-align: left;
  }

  .welfare-info>ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 15px;
  }
}

@media screen and (max-width:640px) {
  .con-depth-tab2 ul {
    height: 300px;
  }

}



/* 채용정보 */

.employ-step {
  padding: 30px;
  margin-block: 60px;
  border-radius: 1000px;
  border: 1px dashed var(--colorb2);
}

.employ-step ul {
  display: flex;
  align-items: center;
  gap: 40px;
}

.employ-step ul li {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  width: 200px;
  height: 200px;
  border-radius: 1000px;
  border: 1px solid var(--mainColor);
  background: var(--white);
}

.employ-step ul li~li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -35px;
  width: 20px;
  height: 10px;
  background: url(/image/common/img_arrow_down_g.svg)no-repeat center / contain;
  transform: translateY(-50%) rotate(-90deg);
}

.employ-step ul li span {
  color: var(--mainColor);
  text-align: center;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: -0.36px;
}

.employ-step ul li p {
  color: var(--color22);
  text-align: center;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 160%;
  letter-spacing: -0.48px;
}

.employ-step ul li:last-child {
  background: var(--mainColor);
}

.employ-step ul li:last-child span {
  color: var(--white80);
}

.employ-step ul li:last-child p {
  color: var(--white);
}

@media screen and (max-width:1500px) {
  .employ-step {
    margin-block: 60px;
    border-radius: 90px;
    border: 1px dashed var(--colorb2);
  }

  .employ-step ul {
    flex-direction: column;
  }

  .employ-step ul li {
    width: 100%;
    height: auto;
    padding: 28px;
  }

  .employ-step ul li br {
    display: none;
  }

  .employ-step ul li~li::before {
    content: "";
    position: absolute;
    top: -25px;
    left: 50%;
    width: 20px;
    height: 10px;
    background: url(/image/common/img_arrow_down_g.svg) no-repeat center / contain;
    transform: translateX(-50%) rotate(0);
  }
}


.employ-step-list {}

.employ-step-list ul {
  display: grid;
  grid-template-columns: 1fr;
  gap: 60px;
}

.employ-step-list ul li {
  display: flex;
  align-items: center;
  gap: 130px;
}

.employ-step-list ul li>p {
  color: var(--color22);
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -0.4px;
}

.employ-step-list ul li>div {
  display: flex;
  align-items: center;
  gap: 4px;
  width: 420px;
}

.employ-step-list ul li>div span {
  color: var(--mainColor);
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 160%;
  letter-spacing: -0.48px;

}

.employ-step-list ul li>div p {
  color: var(--color22);
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 160%;
  letter-spacing: -0.48px;

}

@media screen and (max-width:1200px) {
  .employ-step-list ul li {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }

}

@media screen and (max-width:768px) {
  .employ-step-list ul {
    gap: 40px;
  }

}

.employ-faq {
  margin-top: 60px;
}

.employ-faq ul {
  border-top: 1px solid var(--color22);
}

.employ-faq ul li {
  border-bottom: 1px solid var(--colorb2);
}

.employ-faq ul li .question {
  display: flex;
  align-items: center;
  background: var(--white);

}

.employ-faq ul li .question>div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.employ-faq ul li .question span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  padding: 32px 20px;
  color: var(--mainColor);
  text-align: center;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: -0.4px;
  box-sizing: border-box;
  transition: .3s;
}

.employ-faq ul li .question p {
  padding: 32px 20px;
  color: var(--color22);
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: -0.4px;
  box-sizing: border-box;
  transition: .3s;
}




.employ-faq ul li .arrow {
  min-width: 100px;
  height: 50px;
  padding: 32px 20px;
  background: url(/image/common/img_arrow_down_g.svg)no-repeat center / 16px;
  box-sizing: border-box;
  transition: .3s;
}

.employ-faq ul li.active {}

.employ-faq ul li.active .question {
  background: var(--mainColor);
}

.employ-faq ul li.active .question span {
  color: var(--white);
}

.employ-faq ul li.active .question p {
  color: var(--white);
}

.employ-faq ul li.active .arrow {
  width: 30px;
  height: 30px;
  background: url(/image/common/img_arrow_down_w.svg)no-repeat center / 16px;
  transform: rotate(180deg);
}

.employ-faq ul li .answer {
  display: none;
  background: var(--coloref);
}

.employ-faq ul li .answer>div {
  display: flex;
  align-items: flex-start;

  box-sizing: border-box;
}

.employ-faq ul li .answer span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  padding: 32px 20px;
  color: var(--mainColor);
  text-align: center;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: -0.4px;
  box-sizing: border-box;
}

.employ-faq ul li .answer p {
  padding: 32px 20px;
  color: var(--color44);
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -0.4px;
  box-sizing: border-box;
}

@media screen and (max-width:768px) {
  .employ-faq ul li .question {
    align-items: flex-start;
  }

  .employ-faq ul li .arrow {
    height: 30px;
    min-width: 60px;
    padding: 0;
  }

  .employ-faq ul li .question,
  .employ-faq ul li .answer {
    gap: 10px;
    padding: 20px 10px;
    box-sizing: border-box;
  }

  .employ-faq ul li .question span,
  .employ-faq ul li .answer span {
    width: auto;
    padding: 0;
  }

  .employ-faq ul li .question p,
  .employ-faq ul li .answer p {
    padding: 0;
  }

  .employ-faq ul li .answer>div {
    gap: 10px;
  }
}