html.menu-lock {
  overflow: hidden;
}

#wrap {
  width: 100%;
  min-width: 320px;
  position: relative;
  margin: 0 auto;
  visibility: hidden;
}

#container {
  width: 100%;
  position: relative;
  margin: 0 auto;

}



.inner {
  width: 100%;
  max-width: 1460px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

.inner-cont {
  width: 100%;
  max-width: 1200px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

.footer {
  width: 100%;
  position: relative;
  margin: 0 auto;
  border-top: 1px solid var(--colorb2);
  background: var(--white);
}

@media all and (max-width: 1460px) {
  .inner {
    padding-inline: 20px;
  }
}

@media all and (max-width: 1460px) {
  .inner-cont {
    padding-inline: 20px;
  }
}







.header {
  position: fixed;
  top: 0px;
  width: 100%;
  height: 90px;
  z-index: 999;
  background: var(--white);
  transition: .3s;
  border-bottom: 1px solid var(--coloree);
}

.header.top.black,
.header.top.change-color,
.header.top:hover {
  background: var(--white);
  transition: .3s;
  border-bottom: 1px solid var(--coloree);
}


.header.top {
  background: transparent;
  border-bottom: 1px solid transparent;
}

.header.top:hover .img-black,
.header.top .img-white,
.header .img-black,
.header.black.top .img-black,
.header.change-color.top .img-black {
  display: block;
}

.header.top:hover .img-white,
.header.top .img-black,
.header .img-white,
.header.black.top .img-white,
.header.change-color.top .img-white {
  display: none;
}



.header.up {
  opacity: 1;
  transform: translateY(0);
}

.header.no-top,
.header.click-hide,
.header.down {
  opacity: 0;
  transform: translateY(-100%);
}


.header>.inner {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  align-items: center;
  max-width: 1848px;
  height: 100%;
}

.header .inner .left {
  display: flex;
  align-items: center;
  gap: 65px;
  height: 100%;
}

.header-bg {
  position: absolute;
  top: calc(100% + 1px);
  left: 0;
  width: 100%;
  /* height: 100px; */
  border-bottom: 1px solid var(--coloree);
  background-color: var(--white);
}


.header nav {
  display: block;
  height: 100%;

}

.header nav>ul {
  display: flex;
  align-items: center;
  gap: 34px;
  /* gap: 40px; */
  height: 100%;
}


.header nav>ul li.depth1 {
  height: 100%;
  padding: 19px 0;
}

.header nav a {
  transition: .3s;
}

.header.top.black nav .depth1>a,
.header.top.change-color nav .depth1>a,
.header.top:hover nav .depth1>a,
.header nav .depth1>a {
  display: flex;
  align-items: center;
  color: var(--color44);
  font-size: 1.0rem;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -0.32px;
  height: 100%;
}


.header.top nav .depth1>a {
  color: var(--white);
}


.header .util {
  display: flex;
  align-items: center;
  gap: 40px;
}

.header .util .select-sub {
  display: flex;
  align-items: center;
  gap: 20px;
}



.header .depth2 {
  display: none;
  position: fixed;
  top: 90px;
  left: 0;
  width: 100%;
  height: 240px;
  /* border-bottom: 1px solid var(--coloree); */
  /* background-color: var(--white); */
  z-index: 20;
}

.header .depth2 ul {
  display: flex;
  align-items: flex-start;
}

.header .depth2 .inner {
  max-width: 1460px;
  height: 100%;
}

.header .depth2 ul {
  height: 100%;
}

.header .depth2 ul li {
  flex: 1;
  height: 100%;
  padding: 36px;
  box-sizing: border-box;
}

.header .depth2 a {
  display: inline-block;
  width: 100%;
}

.header .depth2 .inner>ul>li>a {
  display: inline-block;
  width: 100%;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid var(--colorb2);
  color: var(--color44);
  font-size: 1rem;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -0.32px;
}

.header .depth2 .depth3 {
  display: flex;
  flex-direction: column;
  gap: 16px;
  height: auto;

}

.header .depth2 .depth3 li {
  padding: 0;
  width: 100%;
}

.header .depth2 .depth3 li a {
  color: var(--color88);
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -0.28px;
}

.header .depth1:hover>a,
.header .depth1 .depth2 ul li:hover>a {
  color: var(--mainColor) !important;
}

.header .depth1 .depth2 ul li:hover {
  background: var(--coloref);
}

.header .depth1 .depth2 ul li .depth3 li a {
  color: var(--color88);
}

.header .depth1 .depth2 ul li .depth3 li:hover a {
  color: var(--color44) !important;
}

.header .depth1 .depth2.img-ver {
  height: auto;
  padding-block: 36px 50px;
  padding-inline: 36px;
}

.header .depth1 .depth2.img-ver.img-grid6>ul {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 36px;
}

.header .depth1 .depth2.img-ver.img-grid5>ul {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 36px;
}

.header .depth1 .depth2.img-ver.img-grid4>ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 36px;
}

.header .depth1 .depth2.img-ver.img-grid3>ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 36px;
}

.header .depth1 .depth2.img-ver>ul>li {
  display: flex;
  flex-direction: column;
  gap: 36px;
  height: 100%;
  min-height: 326px;

}

.header .depth1 .depth2.img-ver ul li>a {
  color: var(--white);
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -0.48px;
}

.header .depth1 .depth2.img-ver ul li:hover>a {
  color: var(--white) !important;
}

.header .depth1 .depth2.img-ver ul li:hover {
  background: transparent;
}

/* about-depth */
.header .depth1 .depth2.about-depth ul:not(.depth3)>li:nth-child(1) {
  background: url(/image/common/about-depth1.png)no-repeat center / cover;
}

.header .depth1 .depth2.about-depth ul:not(.depth3)>li:nth-child(2) {
  background: url(/image/common/about-depth2.png)no-repeat center / cover;
}

.header .depth1 .depth2.about-depth ul:not(.depth3)>li:nth-child(3) {
  background: url(/image/common/about-depth3.png)no-repeat center / cover;
}

.header .depth1 .depth2.about-depth ul:not(.depth3)>li:nth-child(4) {
  background: url(/image/common/about-depth4.png)no-repeat center / cover;
}

.header .depth1 .depth2.about-depth ul:not(.depth3)>li:nth-child(5) {
  background: url(/image/common/about-depth5.png)no-repeat center / cover;
}

.header .depth1 .depth2.about-depth ul:not(.depth3)>li:nth-child(6) {
  background: url(/image/common/about-depth6.png)no-repeat center / cover;
}

/* busi-depth */
.header .depth1 .depth2.busi-depth ul:not(.depth3)>li:nth-child(1) {
  background: url(/image/common/m1.png)no-repeat center / cover;
}

.header .depth1 .depth2.busi-depth ul:not(.depth3)>li:nth-child(2) {
  background: url(/image/common/m2.png)no-repeat center / cover;
}

.header .depth1 .depth2.busi-depth ul:not(.depth3)>li:nth-child(3) {
  background: url(/image/common/m3.png)no-repeat center / cover;
}

.header .depth1 .depth2.busi-depth ul:not(.depth3)>li:nth-child(4) {
  background: url(/image/common/m4.png)no-repeat center / cover;
}

/* esg-depth */
.header .depth1 .depth2.esg-depth ul:not(.depth3)>li:nth-child(1) {
  background: url(/image/common/esg-depth1.png)no-repeat center / cover;
}

.header .depth1 .depth2.esg-depth ul:not(.depth3)>li:nth-child(2) {
  background: url(/image/common/esg-depth2.png)no-repeat center / cover;
}

.header .depth1 .depth2.esg-depth ul:not(.depth3)>li:nth-child(3) {
  background: url(/image/common/esg-depth3.png)no-repeat center / cover;
}

/* invest-depth */
.header .depth1 .depth2.invest-depth ul:not(.depth3)>li:nth-child(1) {
  background: url(/image/common/invest-depth1.png)no-repeat center / cover;
}

.header .depth1 .depth2.invest-depth ul:not(.depth3)>li:nth-child(2) {
  background: url(/image/common/invest-depth2.png)no-repeat center / cover;
}

.header .depth1 .depth2.invest-depth ul:not(.depth3)>li:nth-child(3) {
  background: url(/image/common/invest-depth3.png)no-repeat center / cover;
}

.header .depth1 .depth2.invest-depth ul:not(.depth3)>li:nth-child(4) {
  background: url(/image/common/invest-depth4.png)no-repeat center / cover;
}

/* pr_center-depth */
.header .depth1 .depth2.pr_center-depth ul:not(.depth3)>li:nth-child(1) {
  background: url(/image/common/pr_center-depth1.png)no-repeat center / cover;
}

.header .depth1 .depth2.pr_center-depth ul:not(.depth3)>li:nth-child(2) {
  background: url(/image/common/pr_center-depth2.png)no-repeat center / cover;
}

.header .depth1 .depth2.pr_center-depth ul:not(.depth3)>li:nth-child(3) {
  background: url(/image/common/pr_center-depth3.png)no-repeat center / cover;
}

.header .depth1 .depth2.pr_center-depth ul:not(.depth3)>li:nth-child(4) {
  background: url(/image/common/pr_center-depth4.png)no-repeat center / cover;
}

.header .depth1 .depth2.pr_center-depth ul:not(.depth3)>li:nth-child(5) {
  background: url(/image/common/pr_center-depth5.png)no-repeat center / cover;
}

/* rnd-depth */
.header .depth1 .depth2.rnd-depth ul:not(.depth3)>li:nth-child(1) {
  background: url(/image/common/rnd-depth1.png)no-repeat center / cover;
}

.header .depth1 .depth2.rnd-depth ul:not(.depth3)>li:nth-child(2) {
  background: url(/image/common/rnd-depth2.png)no-repeat center / cover;
}

.header .depth1 .depth2.rnd-depth ul:not(.depth3)>li:nth-child(3) {
  background: url(/image/common/rnd-depth3.png)no-repeat center / cover;
}

/* recruit-depth */
.header .depth1 .depth2.recruit-depth ul:not(.depth3)>li:nth-child(1) {
  background: url(/image/common/recruit-depth1.png)no-repeat center / cover;
}

.header .depth1 .depth2.recruit-depth ul:not(.depth3)>li:nth-child(2) {
  background: url(/image/common/recruit-depth5.png)no-repeat center / cover;
}

.header .depth1 .depth2.recruit-depth ul:not(.depth3)>li:nth-child(3) {
  background: url(/image/common/recruit-depth2.png)no-repeat center / cover;
}

.header .depth1 .depth2.recruit-depth ul:not(.depth3)>li:nth-child(4) {
  background: url(/image/common/recruit-depth3.png)no-repeat center / cover;
}

.header .depth1 .depth2.recruit-depth ul:not(.depth3)>li:nth-child(5) {
  background: url(/image/common/recruit-depth4.png)no-repeat center / cover;
}

.header .depth1 .depth2.img-ver ul.depth3>li a {
  color: rgba(255, 255, 255, 0.60);
  font-size: 16px;
  font-weight: 300;
  line-height: 100%;
 /* letter-spacing: -0.28px; */
}

.header .depth1 .depth2.img-ver ul.depth3>li:hover a {
  color: var(--white) !important;
}


@media screen and (max-width:1848px) {
  .header>.inner {
    padding-inline: 20px;
    box-sizing: border-box;
  }
}

@media screen and (max-width:1400px) {
  .logo2_box {
    display: none;
  }

  .header .depth1 .depth2.img-ver.img-grid6>ul,
  .header .depth1 .depth2.img-ver.img-grid5>ul {
    grid-template-columns: repeat(3, 1fr);
  }

  .header .depth1 .depth2.img-grid6>ul>li,
  .header .depth1 .depth2.img-grid5>ul>li {
    min-height: 150px;
  }

}

@media screen and (max-width:1200px) {
  .header>.inner {
    gap: 40px;
  }

  .header .util {
    gap: 20px;
  }






  .header .depth1 .depth2.img-ver.img-grid4>ul {
    grid-template-columns: repeat(2, 1fr);
  }

  .header .depth2.img-ver .depth3 {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px 15px;
  }

  .header .depth1 .depth2.img-ver>ul>li {
    min-height: 150px;
  }

  .header .depth1 .depth2.img-ver ul li {
    height: 100%;

  }

  .header .depth1 .depth2.img-ver ul.depth3>li {
    flex: none;
    height: auto;
    width: auto;
  }

  .header .depth1 .depth2.img-ver ul.depth3>li a {
    text-wrap: nowrap;
    width: auto;
  }
}

@media screen and (max-width:1200px) {
  .header {
    /* height: 60px; */
    height: 80px;
  }


  .header .logo {
    width: 100%;
  }

  .header nav {
    display: none;
  }
}

@media screen and (max-width:768px) {
  .header {
    height: 60px;
  }


  .header .logo {
    width: 110px;
  }


}






.select-area {
  display: flex;
  align-items: center;
  gap: 20px;
}

.select-area>div>div {
  position: relative;
}

.select-area .line {
  display: block;
  width: 1px;
  height: 12px;
  background: var(--white40);
}

.header.up .select-area .line,
.header.top.black .select-area .line,
.header.top.change-color .select-area .line,
.header.top:hover .select-area .line {
  background: var(--colorb2);
}

.select-area .btn-select {
  display: flex;
  align-items: center;
  gap: 4px;
  padding-block: 15px;
}

.header.top .e-brochure-link a,
.header.top .select-area .btn-select span {
  color: var(--white);
}

.header .e-brochure-link a,
.header.top.change-color .e-brochure-link a,
.header.top.black .select-area .btn-select span,
.header.top.change-color .select-area .btn-select span,
.header.top:hover .select-area .btn-select span,
.select-area .btn-select span {
  display: flex;
  align-items: center;
  gap: 4px;
  color: var(--color44);
  font-family: Montserrat;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -0.28px;
  text-transform: uppercase;
  text-wrap: nowrap;
}


.header.top.black .select-area .btn-select span::after,
.header.top.change-color .select-area .btn-select span::after,
.header.top:hover .select-area .btn-select span::after,
.select-area .btn-select span::after {
  content: "";
  width: 10px;
  height: 10px;
  background: url(/image/common/img_arrow_small_b.svg)no-repeat center;
}

.header.top .select-area .btn-select span::after {
  background: url(/image/common/img_arrow_small.svg)no-repeat center;
}

.select-area .select-list {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 10px 0;
  border-radius: 4px;
  background: var(--white);
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.10);
  z-index: 20;
}

.select-area .select-list {}

.select-area .select-item {
  width: 100%;
  height: 100%;
}

.select-area .select-item a {
  display: inline-block;
  width: 100%;
  height: 100%;
  padding-inline: 16px;
  color: var(--color44);
  text-align: center;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 200%;
  letter-spacing: -0.28px;
  text-transform: uppercase;
  transition: .2s;
  text-wrap: nowrap;
}

.select-area .select-item.on a,
.select-area .select-item a:hover {
  color: var(--mainColor);
}

.mo-menu,
.btn-burger {
  display: none;
}




/* @media screen and (max-width:1550px) { */
@media screen and (max-width:1750px) {


  .util .select-area .line.two,
  .util .select-area .famliy-box {
    display: none;
  }

  .header .util {
    gap: 20px;
  }
}
@media screen and (max-width:1570px) {
  .logo2_box{
    display: none;
  }
  
}
@media screen and (max-width:1410px) {
  .btn-burger {
    display: block;
    width: 28px;
    height: 28px;
}
.util .select-area {
  display: none;
}
.header nav {
  display: none;
}


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

  .header>.inner {
    gap: 40px;
  }

  .header .util {
    gap: 20px;
  }



  /* }

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


  .util .select-area {
    display: none;
  }

  .btn-burger {
    display: block;
    width: 28px;
    height: 28px;
  }



  .mo-menu {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    padding: 0 0 20px;
    background: var(--white);
    box-sizing: border-box;
    z-index: 500;
    overflow: hidden;
    transform: translateX(101%);
    transition: .3s;
  }



  .mo-menu-dimmed {
    display: none;
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100vh;
    z-index: 499;
    background: rgba(0, 0, 0, 0.50);
    backdrop-filter: blur(5px);
  }

  .mo-menu.open {
    width: 60%;
    transform: translateX(0);
  }

  .mo-menu-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 70px;
    padding: 0 20px;
  }


  .mo-menu-close {
    width: 24px;
    height: 24px;
  }

  .header .mo-menu .img-white {
    display: none;
  }

  .header .mo-menu .img-black {
    display: block;
  }

  .header .mo-menu .select-area>div {
    display: flex;
    align-items: center;
    gap: 20px;
  }

  .header.top .mo-menu .e-brochure-link a,
  .header .mo-menu .e-brochure-link a,
  .header.top .mo-menu .select-area .btn-select span,
  .header .mo-menu .select-area .btn-select span {
    display: flex;
    align-items: center;
    gap: 4px;
    color: var(--color44);
    font-family: Montserrat;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -0.28px;
    text-transform: uppercase;

  }

  .header.top .mo-menu .select-area .btn-select span::after,
  .header .mo-menu .select-area .btn-select span::after {
    content: "";
    width: 10px;
    height: 10px;
    background: url(/image/common/img_arrow_small_b.svg)no-repeat center;
  }

  .header.top .mo-menu .select-area .line {
    background: var(--color44);
  }

  .mo-menu .mo-menu-box {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
    max-height: calc(100vh - 160px);
    /* max-height: calc(100vh - 70px); */
    touch-action: auto;
    padding: 0 20px;

  }

  .mo-menu .mo-menu-box>ul {
    display: grid;
    grid-template-columns: 1fr;
    margin-top: 20px;
  }



  .header .mo-menu-box .depth2 .inner>ul>li>button,
  .mo-menu .mo-menu-box>ul .depth1>button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }

  .mo-menu .mo-menu-box>ul .depth1 {
    border-bottom: 1px solid #ddd;
    padding-block: 30px;
  }

  .mo-menu .mo-menu-box>ul .depth1>button,
  .mo-menu .mo-menu-box>ul .depth1>a {
    color: var(--color22);
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 160%;
    letter-spacing: -0.56px;
  }

  .mo-menu .mo-menu-box>ul .depth1>button span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    transition: .2s;
  }

  .mo-menu .mo-menu-box>ul .depth1>button.open-depth span {
    transform: rotate(180deg);
  }

  .mo-menu .mo-menu-box>ul .depth2 {
    position: static;
    height: auto;

  }

  .header .mo-menu-box .depth2 .inner {
    padding-inline: 0;

  }

  .e-brochure-link a,
  .header .mo-menu .select-area .btn-select {
    padding-block: 10px;
  }



  .header .mo-menu-box .depth2 .inner>ul>li>button,
  .header .mo-menu-box .depth2 .inner>ul>li>a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: var(--color44);
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 160%;
    letter-spacing: -0.48px;
    padding-block: 0;
    margin-bottom: 0;
    border-bottom: none;
  }

  .header .mo-menu-box .depth2 .inner>ul>li>button span {
    width: 20px;
    height: 20px;
    transition: .2s;
  }

  .header .mo-menu-box .depth2 .inner>ul>li>button.open-depth {
    color: var(--mainColor);
  }

  .header .mo-menu-box .depth2 .inner>ul>li>button.open-depth span {
    transform: rotate(180deg);
  }

  .header .depth2 ul li {
    padding: 0;
  }

  .header .depth1 .depth2 ul li:hover {
    background: transparent;
  }

  .header .mo-menu .mo-menu-box>ul .depth2 ul {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
    margin-top: 30px;
  }

  .header .mo-menu .mo-menu-box>ul .depth2 .depth3 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
    padding-left: 15px;
    margin-top: 30px;
  }


  .header .mo-menu .mo-menu-box>ul .depth2 .depth3 a {
    color: var(--color22);
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 160%;
    letter-spacing: -0.48px;
  }
}


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

  .header .mo-menu .select-area>div,
  .select-area {
    gap: 10px;
  }

  .mo-menu.open {
    width: 100%;
    transform: translateX(0);
  }


}

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

  .select-area .line {
    display: none;
  }


  .header .mo-menu .select-area {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;

  }




}



/* 푸터 */

.footer {
  padding-block: 42px;
}

.footer-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-block: 0 32px;
  border-bottom: 1px solid var(--colorb2);
}

.footer-top>div:last-child {
  display: flex;
  align-items: center;
  gap: 20px;
}



.footer-top .footer-select-area .famliy-box {
  position: relative;
}

.footer-top .policy-link,
.footer-top .footer-select-area .famliy-box .btn-select {
  width: 180px;
  padding: 17px 16px;
  border-radius: 4px;
  border: 1px solid var(--colorb2);
  background: var(--white);
  box-sizing: border-box;
  transition: .3s;
}

.footer-top .policy-link {

  background: var(--color22);
}

.footer-top .policy-link:hover {
  background: var(--white);
}

.footer-top .footer-select-area .famliy-box .btn-select.on {
  background: var(--color22);
}



.footer-top .policy-link span {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  color: var(--white);
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -0.28px;
  text-transform: uppercase;
  transition: .3s;
}

.footer-top .policy-link:hover span {
  color: var(--color44);
}

.footer-top .footer-select-area .famliy-box .btn-select span {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 4px;
  color: var(--color44);
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -0.28px;
  text-transform: uppercase;
  transition: .3s;
}



.footer-top .footer-select-area .famliy-box .btn-select.on span {
  color: var(--white);
}



.footer-top .footer-select-area .famliy-box .btn-select span::after {
  content: "";
  width: 10px;
  height: 10px;
  background: url(/image/common/img_arrow_small_b.svg) no-repeat center;
  transform: rotate(180deg);
  transition: .3s;
}

.footer-top .footer-select-area .famliy-box .btn-select.on span::after {
  background: url(/image/common/img_arrow_small.svg) no-repeat center;
  transform: rotate(0deg);
}

.footer-top .footer-select-area .famliy-box .select-list {
  position: absolute;
  bottom: 53px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  padding: 10px 16px;
  border-radius: 4px;
  border: 1px solid var(--colorb2);
  background: var(--white);
}

.footer-top .footer-select-area .famliy-box .select-list li a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color44);
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 200%;
  letter-spacing: -0.28px;
  transition: .2s;
}

.footer-top .footer-select-area .famliy-box .select-list li:hover a {
  color: var(--mainColor);
}

.footer-bottom {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: end;
  padding-top: 32px;
}



.footer-bottom .company-info {}

.footer-bottom .company-info ul {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 20px;
}


.footer-bottom .company-info ul li:nth-child(3) {
  width: 80%;
}

.footer-bottom .company-info ul li {
  display: flex;
  align-items: center;
  gap: 10px;
}

.footer-bottom .company-info ul li .title {
  color: var(--color88);
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -0.28px;
}

.footer-bottom .company-info ul li .info {
  color: var(--color44);
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -0.28px;
}

.footer-bottom .company-info .copy {
  margin-top: 30px;
  color: var(--color88);
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -0.24px;
}


.footer-bottom .sns-box {
  justify-self: end;
}

.footer-bottom .sns-box ul {
  display: flex;
  align-items: center;
  gap: 16px;
}


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

  .footer-bottom {
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-start;
    gap: 20px;
    padding-right: 80px;
  }

  .footer-bottom .company-info ul li:nth-child(3) {
    width: auto;
  }
}

@media screen and (max-width:768px) {
  .footer-top {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .footer-top>div:last-child {
    justify-self: end;
  }

  .footer-top .policy-link,
  .footer-top .footer-select-area .famliy-box .btn-select {
    width: 140px;
  }

  .footer-bottom {
    padding-right: 60px;
  }

  .footer-top>div:last-child {
    justify-self: center;
    flex-direction: column;
    gap: 10px;
    width: 100%;
  }

  .footer-top .policy-link,
  .footer-top .footer-select-area,
  .footer-top .footer-select-area .famliy-box .btn-select {
    width: 100%;
  }
}