:root {


  --mainColor: #0254A6;
  --white: #ffffff;
  --white20: rgba(255, 255, 255, 0.2);
  --white40: rgba(255, 255, 255, 0.4);
  --white80: rgba(255, 255, 255, 0.8);
  --coloraa: #AAA;
  --colordd: #ddd;
  --colorf8: #f8f8f8;
  --colorf9: #f9f9f9;
  --coloref: #eff1f3;
  --coloree: #eeeeee;
  --colore8: #e8eef4;
  --color03: #037AF2;
  --colorda: #DADFE4;
  --colorb2: #B2BECA;
  --black: #000;
  --black40: rgba(0, 0, 0, 0.40);


  --color8e80: rgba(142, 198, 63, 0.80);
  --color8e40: rgba(142, 198, 63, 0.40);
  --color8e10: rgba(142, 198, 63, 0.10);
  --color8e: #8EC63F;
  --color88: #888;
  --color22: #222;
  --color44: #444444;
  --color66: #666666;
  --color23: #231815;
  --gradientBtn: 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%);





}


.show-default {
  display: block !important;
}

.hide-default {
  display: none !important;
}

@media all and (max-width: 1200px) {
  .show-1200 {
    display: block !important;
  }

  .hide-1200 {
    display: none !important;
  }
}

@media all and (max-width: 1024px) {
  .show-1024 {
    display: block !important;
  }

  .hide-1024 {
    display: none !important;
  }
}

@media all and (max-width: 1000px) {
  .show-1000 {
    display: block !important;
  }

  .hide-1000 {
    display: none !important;
  }
}

@media all and (max-width: 768px) {
  .show-768 {
    display: block !important;
  }

  .hide-768 {
    display: none !important;
  }

  .mobile-overScroll {
    overflow-x: scroll;
  }
}

@media all and (max-width: 640px) {
  .show-640 {
    display: block !important;
  }

  .hide-640 {
    display: none !important;
  }
}

.board-pd {
  padding-block: 120px 160px;
  box-sizing: border-box;
}

.content-pd {
  padding-block: 160px;
  box-sizing: border-box;
}


@media all and (max-width: 568px) {
  .show-568 {
    display: block !important;
  }

  .hide-568 {
    display: none !important;
  }
}

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

  .board-pd,
  .content-pd {
    padding-block: 100px;
  }
}

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

  .board-pd,
  .content-pd {
    padding-block: 80px;
  }
}

.arrow-both {
  display: none;
}

@media screen and (max-width:768px) {
  .arrow-both {
    display: flex;
    align-items: center;
    gap: 20px;
    padding-inline: 10px;
    margin-block: 20px;
    color: var(--mainColor);
    font-family: Montserrat;
    font-size: 1.1rem;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -0.025rem;
    text-transform: uppercase;

  }

  .arrow-both span {
    animation: bothMove 2s linear infinite;
  }

  @keyframes bothMove {
    0% {
      transform: translate(0px);
    }

    50% {
      transform: translate(10px);
    }

    100% {
      transform: translate(0px);
    }
  }
}


.contact-dim {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.50);
  backdrop-filter: blur(5px);
  opacity: 0;
  /* pointer-events: none; */
  transition: opacity 0.3s;
  visibility: hidden;
  z-index: 1000;
}

.contact-dim.active {
  opacity: 1;
  visibility: visible;
  /* pointer-events: auto; */
}

.contact-menu {
  position: fixed;
  top: 0;
  right: 0;
  height: 100vh;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 10000;
  transform: translateX(101%);
}

.contact-menu .contact-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 33px 40px;
  background: var(--mainColor);
  box-sizing: border-box;
}

.contact-menu .contact-title p {
  color: var(--white);
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: -0.48px;
}

.contact-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
}

.contact-tab {}

.contact-tab ul {
  display: flex;
  align-items: center;
}

.contact-tab ul li {
  flex: 1;

  background: var(--white);
}

.contact-tab ul li button {
  /* padding: 25px 89px; */
  width: 100%;
  padding: 25px 10%;
  color: var(--color44);
  text-align: center;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -0.36px;
  border-bottom: 2px solid transparent;
}

.contact-tab ul li button.active {
  border-bottom: 2px solid var(--mainColor);
}

.contact-top .banner-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 56px 40px;
  background: url(/image/common/img_contact_banner.png)no-repeat center / cover;
  box-sizing: border-box;
}

.contact-top .banner-link p {
  color: var(--white);
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: -0.48px;
}

.contact-top .banner-link .arrow-link {
  display: flex;
  width: 48px;
  height: 48px;
  padding: 16px;
  border-radius: 100px;
  background: var(--white);
  transition: .3s;
  box-sizing: border-box;
}

.contact-top .banner-link .arrow-link:hover {
  background: var(--gradientBtn);
  background-blend-mode: overlay;
  backdrop-filter: blur(90px);
  transform: rotate(-45deg);
}

.contact-top .banner-link .arrow-link:hover path {
  stroke: var(--white);
}

.contact-list {
  width: 100%;
}

.contact-list ul {
  display: grid;
  grid-template-columns: 1fr;
  height: 100%;
}

.contact-list ul li>div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 20px;
  width: 100%;
  height: 100%;
  padding: 40px 45px;
  border-bottom: 1px solid #EEE;
  background: var(--white);
  box-sizing: border-box;
}


.contact-list .inquiry-type {
  color: var(--color22);
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: -0.4px;
}

.contact-list .email-box {
  display: flex;
  align-items: center;
  gap: 10px;
}

.email-box>div {
  display: flex;
  align-items: center;
  gap: 8px;
}

.email-box p {
  color: var(--mainColor);
  font-size: 1rem;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -0.32px;
  text-wrap: nowrap;
}

.email-box a.email {
  color: var(--color44);
  font-size: 1rem;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -0.32px;
}


.contact-menu.active {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  transform: translateX(0);
}

.contact-menu .contact-top {
  width: 100%;
}

.contact-menu .contact-list {
  height: 100%;

  overflow: auto;
  background: #fff;
}

.contact-menu .contact-list>div {
  height: 100%;
}

@media screen and (max-width:1080px) {
  .contact-menu {
    width: 80%;
  }


}

@media screen and (max-width:600px) {
  .contact-tab ul li button {
    padding-block: 20px;
  }

  .contact-menu .contact-title {
    padding-inline: 20px;
  }

  .contact-list ul li>div {
    padding-inline: 20px;
    padding-block: 20px;
  }

  .contact-top .banner-link {
    padding-inline: 20px;
    padding-block: 40px;
  }

  .contact-top .banner-link p {
    font-size: 1.2rem;
  }

  .contact-top .banner-link .arrow-link {
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    padding: 0;
  }

  .contact-top .banner-link .arrow-link>svg {
    width: 12px;
    height: 11px;
  }
}

@media screen and (max-width:430px) {
  .contact-menu {
    width: 90%;
  }
}



.btn-top button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 100%;
  border: 1px solid var(--colorb2);
  background: var(--white);
  box-sizing: border-box;
}


.contact-area {
  position: fixed;
  bottom: 80px;
  right: 37px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  z-index: 200;
  transition: .5s;
}

.contact-area .contact-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 180px;
  height: 180px;
  border-radius: 100%;
  /* background: #4D4C58; */
  background: var(--gradientBtn);
  background-blend-mode: overlay;
  backdrop-filter: blur(90px);
  transition: .5s;
}

.contact-area .contact-btn::before {
  content: "";
  position: absolute;
  /* top: 50%;
  left: 50%; */
  width: 100%;
  height: 100%;
  background: url(/image/common/img_contact_text.svg)no-repeat center / 90%;
  animation: visual_circle_rotate 60s linear infinite;
  /* transform: translate(-50%, -50%); */
  z-index: 9999;
}

.contact-area .contact-btn:hover::before {
  animation-play-state: paused;
}

.contact-area .contact-btn::before {
  opacity: 1;
  transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.contact-area.show-top .contact-btn::before {
  opacity: 0;
  pointer-events: none;
  /* display: none; */
}

@keyframes visual_circle_rotate {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}


.contact-area.show-top {
  bottom: 40px;
  right: 40px;
}

.contact-area.show-top .circle-txt {
  opacity: 0;
  display: none;
}

.contact-area.show-top .contact-box {
  width: 16px;
  height: 16px;
}

.contact-area .btn-top {
  display: none;
}

.contact-area.show-top .btn-top,
.contact-area.show-top .contact-btn {
  width: 48px;
  height: 48px;
}

.contact-area.show-top .contact-btn {
  background: var(--mainColor);
}



.contact-box {
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  transform: scale(1);

}

.contact-box.shrink {
  bottom: 0%;
  right: 0%;
  transform: scale(0.6);
}



.contact-area .contact-btn .thumb {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.contact-area .contact-btn:hover {
  background: var(--mainColor);
}



@media screen and (max-width:1080px) {
  .contact-area .contact-btn {

    width: 130px;
    height: 130px;
  }

  .contact-area .circle-txt {
    width: 90%;
    height: 90%;
  }
}

@media screen and (max-width:720px) {
  .contact-area {
    right: 20px;
  }

  .contact-area .contact-btn {

    width: 100px;
    height: 100px;
  }

  .contact-area .circle-txt {
    width: 90%;
    height: 90%;
  }
}

@media screen and (max-width:640px) {
  .contact-area.show-top {
    right: 15px;
  }

}



.sub-page .sub-visual {
  position: relative;
  height: 100vh;
}

.sub-page .sub-visual.type2 {
  height: 100%;
}

.sub-page .sub-visual.type3 {
  height: 100%;
  border-bottom: 1px solid var(--colorb2);
}

.sub-page .sub-visual.type3 .inner {
  padding-bottom: 80px;
}

.sub-page .sub-visual .title-box {
  display: block;
  width: 100%;
}

.center {
  text-align: center;
}

.sub-page .sub-visual>div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 84px;
  height: 100%;
}

.sub-page .sub-visual.black>div {
  align-items: flex-start;
}

.scroll-down {
  position: absolute;
  bottom: 40px;
  left: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  transform: translateX(-50%);
}

.scroll-down p {
  color: var(--white);
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -0.28px;
  text-transform: uppercase;
}

.scroll-down img {
  animation: shakeArrow 1.5s ease infinite;
}

@keyframes shakeArrow {
  0% {
    transform: translateY(-4px);
  }

  50% {
    transform: translateY(4px);
  }

  100% {
    transform: translateY(-4px);
  }
}

.sub-page .sub-visual.type2 {
  background: var(--white);
}

.sub-page .sub-visual.type2 .inner {
  gap: 30px;
  height: auto;
  padding-top: 130px;
}

.sub-page .sub-visual.type2 .visual-box {
  justify-content: flex-start;
  align-items: center;
  height: auto;
  margin-top: 50px;
  height: 450px;
}

.sub-page .sub-visual.type2 .visual-box.esg-g03 {

  height: 700px;
}

.sub-page .sub-visual.type2 .visual-box .slogan-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  height: 100%;
  padding-inline: 10px;
  padding-block: 40px;
  box-sizing: border-box;
}

.sub-page .sub-visual.type2 .visual-box .slogan-wrap.align-bottom {
  justify-content: flex-end;
}

.sub-page .sub-visual.type2 .visual-box .slogan-wrap .slogan {

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

.sub-page .sub-visual.type2 .visual-box .slogan-wrap .sub-slogan {
  color: var(--white);
  text-align: center;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -0.4px;
}

/* 
.sub-page .sub-visual.type2 .visual-box .slogan-wrap .sub-visual-down {
  margin-top: 20px;
}

.sub-page .sub-visual.type2 .visual-box .slogan-wrap .sub-visual-down a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 24px;
  border-radius: 1000px;
  background: var(--gradientBtn);
  background-blend-mode: overlay;
  backdrop-filter: blur(90px);
  color: var(--white);
  font-size: 1rem;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: -0.32px;
  transition: .4s;
}

.sub-page .sub-visual.type2 .visual-box .slogan-wrap .sub-visual-down a span {
  filter: brightness(2);
}

.sub-page .sub-visual.type2 .visual-box .slogan-wrap .sub-visual-down a:hover {
  color: var(--color22);
  background: var(--white);
}

.sub-page .sub-visual.type2 .visual-box .slogan-wrap .sub-visual-down a:hover span {
  filter: brightness(0.6);
} */

.sub-visual-down {
  margin-top: 20px;
}

.sub-visual-down a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 24px;
  border-radius: 1000px;
  background: var(--gradientBtn);
  background-blend-mode: overlay;
  backdrop-filter: blur(90px);
  color: var(--white);
  font-size: 1rem;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: -0.32px;
  transition: .4s;
}

.sub-visual-down a span {
  filter: brightness(2);
}

.sub-visual-down a:hover {
  color: var(--color22);
  background: var(--white);
}

.sub-visual-down a:hover span {
  filter: brightness(0.6);
}

.sub-page .sub-visual.type2 .visual-box>div {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.sub-page .sub-visual.type2 .visual-box>div::after {
  position: absolute;
  inset: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: #fff;
  animation: moveVisual 1s ease-in-out forwards;
  transform: translateX(0);
}

@keyframes moveVisual {
  0% {
    transform: translateX(0);
  }

  100% {

    transform: translateX(100%);
  }
}


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

@media screen and (max-width:768px) {
  .sub-page .sub-visual.type2 .visual-box {
    height: 480px;
  }

  .sub-page .sub-visual.type2 .visual-box .slogan-wrap .slogan {
    font-size: 2.2rem;
  }

  .sub-page .sub-visual.type2 .visual-box .slogan-wrap .sub-slogan {
    font-size: 1.1rem;
  }
}

@media screen and (max-width:500px) {
  .sub-page .sub-visual>div {
    gap: 20px;
  }


}

.has-tab {
  display: flex;
  align-self: flex-end;
  justify-content: space-between;
  gap: 20px;
  width: 100%;
}

.has-tab span {
  display: none;
  font-size: 52px;
  font-weight: 400;
  color: #828282;
}


@media screen and (max-width:1024px) {
  .depth3-tab-box {
    flex-wrap: wrap;
  }
  
}
@media screen and (max-width:1200px) {

  .has-tab {
    flex-direction: column;
  }

}

.depth3-tab-box {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  gap: 10px;
  width: 100%;
}


.depth3-tab-box li a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 9.5px 24px;
  border-radius: 100px;
  background: var(--coloref);
  text-align: center;
}

.depth3-tab-box li a.active {
  border-radius: 100px;
  background: var(--mainColor);
  color: var(--white);
}

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

  .depth3-tab-box li a {
    padding: 5px 10px;
  }
}

/* 회사소개 */
.sub-visual.type2.K0101 .visual-box>div {
  background: url(/image/sub/img_about_bg01.png)no-repeat center / cover;
}

.sub-visual.type2.K0102 .visual-box>div {
  background: url(/image/sub/img_about_bg02.png)no-repeat center / cover;
}

.sub-visual.type2.K0103 .visual-box>div {
  background: url(/image/sub/img_about_bg03_1.png)no-repeat center / cover;
}

/* .sub-visual.type2.K010302 .visual-box>div {
  background: url(/image/sub/img_about_bg03_2.png)no-repeat center / cover;
} */

.sub-visual.type2.K0104 .visual-box>div {
  background: url(/image/sub/img_about_bg04.png)no-repeat center / cover;
}

.sub-visual.type2.K0105 .visual-box>div {
  background: url(/image/sub/img_about_bg05.png)no-repeat center / cover;
}

.sub-visual.type2.K0106 .visual-box>div {
  background: url(/image/sub/img_about_bg06.png)no-repeat center / cover;
}

@media screen and (max-width:768px) {
  .sub-visual.type2.K0101 .visual-box>div {
    background: url(/image/sub/img_about_bg01_mo.png)no-repeat center / cover;
  }

  .sub-visual.type2.K0102 .visual-box>div {
    background: url(/image/sub/img_about_bg02_mo.png)no-repeat center / cover;
  }

  .sub-visual.type2.K010301 .visual-box>div {
    background: url(/image/sub/img_about_bg03_1_mo.png)no-repeat center / cover;
  }

  .sub-visual.type2.K0104 .visual-box>div {
    background: url(/image/sub/img_about_bg04_mo.png)no-repeat center / cover;
  }

  .sub-visual.type2.K0105 .visual-box>div {
    background: url(/image/sub/img_about_bg05_mo.png)no-repeat center / cover;
  }

  .sub-visual.type2.K0106 .visual-box>div {
    background: url(/image/sub/img_about_bg06_mo.png)no-repeat center / cover;
  }
}

/* //회사소개 */

/* R&D센터 */
.sub-visual.type2.K0602 .visual-box>div {
  background: url(/image/sub/img_rnd_bg_02.png)no-repeat center / cover;
}

.sub-visual.type2.K0603 .visual-box>div {
  background: url(/image/sub/img_rnd_bg_03.png)no-repeat center / cover;
}


@media screen and (max-width:768px) {
  .sub-visual.type2.K0602 .visual-box>div {
    background: url(/image/sub/img_rnd_bg_02_mo.png)no-repeat center / cover;
  }

  .sub-visual.type2.K0603 .visual-box>div {
    background: url(/image/sub/img_rnd_bg_03_mo.png)no-repeat center / cover;
  }
}

/* //R&D센터 */

/* 인재채용 */
.sub-visual.type2.K0701 .visual-box>div {
  background: url(/image/sub/img_recruit_bg_01.png)no-repeat center / cover;
}


.sub-visual.type2.K0702 .visual-box>div {
  background: url(/image/sub/img_recruit_bg_02.png)no-repeat center / cover;
}

.sub-visual.type2.K0703 .visual-box>div {
  background: url(/image/sub/img_recruit_bg_03.png)no-repeat center / cover;
}

.sub-visual.type2.K0704 .visual-box>div {
  background: url(/image/sub/img_recruit_bg_04.png)no-repeat center / cover;
}

.sub-visual.type2.K0705 .visual-box>div {
  background: url(/image/sub/img_recruit_bg_05.png)no-repeat center / cover;
}


@media screen and (max-width:768px) {
  .sub-visual.type2.K0701 .visual-box>div {
    background: url(/image/sub/img_recruit_bg_01_mo.png)no-repeat center / cover;
  }

  .sub-visual.type2.K0702 .visual-box>div {
    background: url(/image/sub/img_recruit_bg_02_mo.png)no-repeat center / cover;
  }

  .sub-visual.type2.K0703 .visual-box>div {
    background: url(/image/sub/img_recruit_bg_03_mo.png)no-repeat center / cover;
  }

  .sub-visual.type2.K0704 .visual-box>div {
    background: url(/image/sub/img_recruit_bg_04_mo.png)no-repeat center / cover;
  }

  .sub-visual.type2.K0705 .visual-box>div {
    background: url(/image/sub/img_recruit_bg_05_mo.png)no-repeat center / cover;
  }
}

/* //인재채용 */
/* esg 사업 */
.sub-visual.type2.K030101 .visual-box>div {
  background: url(/image/sub/img_esg_bg01.png)no-repeat center / cover;
}

.sub-visual.type2.K030201 .visual-box>div {
  background: url(/image/sub/img_esg_bg02.png)no-repeat center / cover;
}

.sub-visual.type2.K030202 .visual-box>div {
  background: url(/image/sub/img_esg_bg03.png)no-repeat center / cover;
}

.sub-visual.type2.K030203 .visual-box>div {
  background: url(/image/sub/img_esg_bg04.png)no-repeat center / cover;
}

.sub-visual.type2.K030204 .visual-box>div {
  background: url(/image/sub/img_esg_bg05.png)no-repeat center / cover;
}

.sub-visual.type2.K030301 .visual-box>div {
  background: url(/image/sub/img_esg_bg06.png)no-repeat center / cover;
}

.sub-visual.type2.K030302 .visual-box>div {
  background: url(/image/sub/img_esg_bg07.png)no-repeat center / cover;
}

.sub-visual.type2.K030303 .visual-box>div {
  background: url(/image/sub/img_esg_bg08.png)no-repeat center / cover;
}

@media screen and (max-width:768px) {
  .sub-visual.type2.K030101 .visual-box>div {
    background: url(/image/sub/img_esg_bg01_mo.png)no-repeat center / cover;
  }

  .sub-visual.type2.K030201 .visual-box>div {
    background: url(/image/sub/img_esg_bg02_mo.png)no-repeat center / cover;
  }

  .sub-visual.type2.K030202 .visual-box>div {
    background: url(/image/sub/img_esg_bg03_mo.png)no-repeat center / cover;
  }

  .sub-visual.type2.K030203 .visual-box>div {
    background: url(/image/sub/img_esg_bg04_mo.png)no-repeat center / cover;
  }

  .sub-visual.type2.K030204 .visual-box>div {
    background: url(/image/sub/img_esg_bg05_mo.png)no-repeat center / cover;
  }

  .sub-visual.type2.K030301 .visual-box>div {
    background: url(/image/sub/img_esg_bg06_mo.png)no-repeat center / cover;
  }

  .sub-visual.type2.K030302 .visual-box>div {
    background: url(/image/sub/img_esg_bg07_mo.png)no-repeat center / cover;
  }

  .sub-visual.type2.K030303 .visual-box>div {
    background: url(/image/sub/img_esg_bg08_mo.png)no-repeat center / cover;
  }
}

/* //esg 사업 */

.sub-page .sub-visual.ani-scale {
  position: relative;
  overflow: hidden;
}

.sub-page .sub-visual.ani-scale::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  animation: aniScale 2s ease-in-out both;
}

@keyframes aniScale {
  0% {
    scale: 1.2;
  }

  100% {
    scale: 1;
  }
}

/* 건설사업 */
.sub-page .sub-visual.K020101:before {
  background: url(/image/sub/img_construction011.png)no-repeat center / cover;
}

.sub-page .sub-visual.K020102:before {
  background: url(/image/sub/img_construction02.png)no-repeat center / cover;
}

.sub-page .sub-visual.K020103:before {
  background: url(/image/sub/img_construction03.png)no-repeat center / cover;
}

.sub-page .sub-visual.K020104:before {
  background: url(/image/sub/img_construction04.png)no-repeat center / cover;
}

.sub-page .sub-visual.K020105:before {
  background: url(/image/sub/img_construction05.png)no-repeat center / cover;
}

.sub-page .sub-visual.K020106:before {
  background: url(/image/sub/img_construction06.png)no-repeat center / cover;
}

.sub-page .sub-visual.K020107:before {
  background: url(/image/sub/img_construction07.png)no-repeat center / cover;
}


/* //건설사업 */

/* 플랜트 사업 */
.sub-page .sub-visual.K020201:before {
  background: url(/image/sub/img_plant_bg01.png)no-repeat center / cover;
}

.sub-page .sub-visual.K020202:before {
  background: url(/image/sub/img_plant_bg02.png)no-repeat center / cover;
}

/* //플랜트 사업 */

/* 환경·에너지 사업*/
.sub-page .sub-visual.K020301:before {
  background: url(/image/sub/img_energy01.png)no-repeat center / cover;
}

/* .sub-page .sub-visual.K02030202, */
/* .sub-page .sub-visual.K02030201  */
.sub-page .sub-visual.K020302:before {
  background: url(/image/sub/img_energy02.png)no-repeat center / cover;
}

.sub-page .sub-visual.K020303:before {
  background: url(/image/sub/img_energy03.png)no-repeat center / cover;
}

.sub-page .sub-visual.K020304:before {
  background: url(/image/sub/img_energy04.png)no-repeat center / cover;
}

.sub-page .sub-visual.K020305:before {
  background: url(/image/sub/img_energy05.png)no-repeat center / cover;
}

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

/* 수처리 사업 */
.sub-page .sub-visual.K020401:before {
  background: url(/image/sub/img_water_bg01.png)no-repeat center / cover;
}

.sub-page .sub-visual.K020402:before {
  background: url(/image/sub/img_water_bg02.png)no-repeat center / cover;
}

.sub-page .sub-visual.K020403:before {
  background: url(/image/sub/img_water_bg03.png)no-repeat center / cover;
}

.sub-page .sub-visual.K020404:before {
  background: url(/image/sub/img_water_bg04.png)no-repeat center / cover;
}

.sub-page .sub-visual.K020405:before {
  background: url(/image/sub/img_water_bg05.png)no-repeat center / cover;
}

/* //수처리 사업 */

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

  /* 건설사업 */
  .sub-page .sub-visual.K020101:before {
    background: url(/image/sub/img_construction011_mo.png)no-repeat center / cover;
  }

  .sub-page .sub-visual.K020102:before {
    background: url(/image/sub/img_construction02_mo.png)no-repeat center / cover;
  }

  .sub-page .sub-visual.K020103:before {
    background: url(/image/sub/img_construction03_mo.png)no-repeat center / cover;
  }

  .sub-page .sub-visual.K020104:before {
    background: url(/image/sub/img_construction04_mo.png)no-repeat center / cover;
  }

  .sub-page .sub-visual.K020105:before {
    background: url(/image/sub/img_construction05_mo.png)no-repeat center / cover;
  }

  .sub-page .sub-visual.K020106:before {
    background: url(/image/sub/img_construction06_mo.png)no-repeat center / cover;
  }

  .sub-page .sub-visual.K020107:before {
    background: url(/image/sub/img_construction07_mo.png)no-repeat center / cover;
  }


  /* //건설사업 */

  /* 플랜트 사업 */
  .sub-page .sub-visual.K020201:before {
    background: url(/image/sub/img_plant_bg01_mo.png)no-repeat center / cover;
  }

  .sub-page .sub-visual.K020202:before {
    background: url(/image/sub/img_plant_bg02_mo.png)no-repeat center / cover;
  }

  /* //플랜트 사업 */

  /* 환경·에너지 사업*/
  .sub-page .sub-visual.K020301:before {
    background: url(/image/sub/img_energy01_mo.png)no-repeat center / cover;
  }

  .sub-page .sub-visual.K020302:before {
    background: url(/image/sub/img_energy02_mo.png)no-repeat center / cover;
  }

  .sub-page .sub-visual.K020303:before {
    background: url(/image/sub/img_energy03_mo.png)no-repeat center / cover;
  }

  .sub-page .sub-visual.K020304:before {
    background: url(/image/sub/img_energy04_mo.png)no-repeat center / cover;
  }

  .sub-page .sub-visual.K020305:before {
    background: url(/image/sub/img_energy05_mo.png)no-repeat center / cover;
  }

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

  /* 수처리 사업 */
  .sub-page .sub-visual.K020401:before {
    background: url(/image/sub/img_water_bg01_mo.png)no-repeat center / cover;
  }

  .sub-page .sub-visual.K020402:before {
    background: url(/image/sub/img_water_bg02_mo.png)no-repeat center / cover;
  }

  .sub-page .sub-visual.K020403:before {
    background: url(/image/sub/img_water_bg03_mo.png)no-repeat center / cover;
  }

  .sub-page .sub-visual.K020404:before {
    background: url(/image/sub/img_water_bg04_mo.png)no-repeat center / cover;
  }

  .sub-page .sub-visual.K020405:before {
    background: url(/image/sub/img_water_bg05_mo.png)no-repeat center / cover;
  }

  /* //수처리 사업 */
}


.sub-page .sub-visual h3 {
  width: 100%;
  margin: 0 auto;
  color: var(--white);
  text-align: center;
  font-size: 3rem;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.15rem;
  max-width: 1100px;
  width: 100%;
}

.sub-page .sub-visual.black h3 {
  margin: 0;
  text-align: left;
  color: var(--color22);
}

.breadcrumb-type2.type1 {
  margin-top: 0;
  margin-bottom: 30px;
}

.breadcrumb-type2.type1>ul {
  justify-content: center;
}

.breadcrumb-type2.type1 ul li button {
  color: var(--white);

}

/* .breadcrumb-type2.type1 ul li.depth1_list_box button,
.breadcrumb-type2.type1 ul li.depth2_list_box button {
  color: rgba(255, 255, 255, 0.60);
} */

/* .breadcrumb-type2.type1 ul li.depth1_list_box button::after,
.breadcrumb-type2.type1 ul li.depth2_list_box button::after {
  content: none;
} */

.breadcrumb-type2 {
  margin-top: 40px;
}

.breadcrumb-type2>ul {
  display: flex;
  align-items: center;
  gap: 10px;
}

.breadcrumb-type2 ul li {
  position: relative;

}

.breadcrumb-type2>ul>li:first-child {
  min-width: 15px;
  min-height: 15px;
}

.breadcrumb-type2>ul>li~li {
  display: flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
}

.breadcrumb-type2>ul>li~li::before {
  content: "";
  min-width: 10px;
  min-height: 10px;
  background: url(/image/common/ico_arrow_bread.svg)no-repeat center / contain;
}

.breadcrumb-type2 ul li button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  width: 100%;
  box-sizing: border-box;
  color: var(--color44);
  cursor: pointer;
  font-size: 1.3rem;
}


.breadcrumb-type2 ul li button::after {
  content: "";
  min-width: 10px;
  min-height: 10px;
  background: url(/image/common/img_arrow_small_b.svg) no-repeat center;
  transition: .3s;
}

.breadcrumb-type2 ul li button.active::after {
  transform: rotate(180deg);
}

.breadcrumb-type2 ul li ul {
  position: absolute;
  top: 100%;
  left: 0;
  /* min-width: 100%; */
  display: flex;
  flex-direction: column;
  border: 1px solid var(--colorb2);
  background: #fff;
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.10);
  z-index: 20;
  text-wrap: nowrap;
}

.breadcrumb-type2 ul li ul li {
  width: 100%;
}


.breadcrumb-type2 ul li ul a {
  display: flex;
  width: 100%;
  padding: 10px 20px;
  /* text-wrap: nowrap; */
}

.breadcrumb-type2 ul li ul a:hover {
  background: var(--coloref);
}

.breadcrumb-type2 ul li ul a.active {
  font-weight: 700;
}

.lnb-tab {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 60px;
  width: 100%;
}

.lnb-tab a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 278px;
  height: 64px;
  padding: 16px 24px;
  border: 1px solid transparent;
  border-radius: 4px;
  background: 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);
  color: var(--white);
  font-size: 1rem;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -0.4px;
  transition: .3s;
  box-sizing: border-box;
}

.lnb-tab a:hover {
  border: 1px solid #0254A6;
  background: #0254A6;
}

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

  /* .lnb-tab {
    display: none;
  } */
  .lnb-tab {
    flex-direction: column;
    gap: 40px;
  }
}

@media screen and (max-width:768px) {
  .sub-page .sub-visual h3 {
    font-size: 2rem;
  }

  .lnb-tab {
    gap: 20px;
  }

  .breadcrumb-type2.type1>ul {
    position: fixed;
    top: 60px;
    left: 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
    width: 100%;
    z-index: 100;
    transition: .3s;
  }

  .breadcrumb-type2.type1 ul li {
    /* position: static; */
  }


  .breadcrumb-type2>ul {
    position: fixed;
    top: 60px;
    left: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
    width: 100%;
    z-index: 100;
    transition: .3s;
  }



  .breadcrumb-type2 ul li {
    position: relative;
  }

  .breadcrumb-type2>ul>li:first-child {
    display: none;
  }

  .breadcrumb-type2>ul>li,
  .breadcrumb-type2>ul>li~li {
    width: 100%;

  }

  .breadcrumb-type2>ul>li~li::before {
    content: none;
  }

  .breadcrumb-type2 ul li:nth-child(2) {
    max-width: none;
  }

  .breadcrumb-type2 ul li button {
    cursor: pointer;
    font-size: 1.1rem;
  }

  .breadcrumb-type2 ul li.depth1_list_box button,
  .breadcrumb-type2 ul li button {
    color: var(--color44) !important;
    width: 100%;
    padding: 15px 20px;
    box-sizing: border-box;
    border-top: 1px solid var(--colorb2);
    border-right: 1px solid var(--colorb2);
    border-bottom: 1px solid var(--colorb2);
    background: var(--coloref);
    box-sizing: border-box;
  }

  .breadcrumb-type2 ul li:last-child button {
    border-right: none;
  }

  .breadcrumb-type2 ul li button p {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-align: left;
    word-break: normal;
  }


  .breadcrumb-type2 ul li.depth1_list_box button::after,
  .breadcrumb-type2 ul li.depth2_list_box button::after {
    content: "" !important;
  }

  .breadcrumb-type2 ul li button::after {
    min-width: 15px;
    min-height: 15px;
    background: url(/image/common/img_arrow_small_b.svg) no-repeat center / cover;

  }

  .breadcrumb-type2 ul li ul {
    width: 100%;
    border-top: none;
    left: auto;
  }

  .breadcrumb-type2 ul li ul a {
    padding: 10px;
    text-wrap: wrap;
    word-break: normal;
  }

  .breadcrumb-type2 ul li ul li {
    width: 100%;
  }

}