@charset "UTF-8";
@import url("./reset.css");
@import url("./font.css");
/* font*/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;1,600&family=Noto+Sans+KR:wght@100;300;400;500;700;900&family=Noto+Serif+KR:wght@300;400;500;600;700;900&family=Open+Sans:wght@300;400;500;600;700&display=swap");
html {
  font-size: 20px;
}

body {
  font-family: 'GmarketSansLight';
  font-weight: 300;
  font-size: 1rem;
  line-height: 1;
  position: relative;
}

/*common*

/*레이아웃*/
.container {
  width: 64.5rem;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 100%;
}

.line {
  width: 100%;
  height: 20px;
  background-color: #fff;
}

/*상단 헤더 레이아웃*/
.main_wrap {
  padding: 0 1.5rem;
  background-color: #0054A5;
  position: relative;
  min-height: 100vh;
  max-width: 100%;
  overflow: hidden;
}

.move {
  display: none;
}

.btn_on {
  display: block;
}

header {
  /*color: #1d2088;*/
  width: 100%;
  padding: 1rem 2rem;
  position: fixed;
  left: 0;
  right: 0;
  color: #fff;
  font-family: "GmarketSansMedium";
  z-index: 1000;
}

.header_wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header_wrap.move {
  display: none;
}

.header_wrap .header_logo {
  margin-right: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 0px;
  width: 2.1rem;
}

.header_wrap .header_logo img {
  width: 100%;
}

.header_wrap .header_logo h2 {
  display: none;
  margin-top: 1rem;
  font-size: 1.6rem;
  font-weight: 300;
  text-transform: uppercase;
}

.header_wrap .nav_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.header_wrap .nav_wrap .nav_top p {
  width: 15rem;
  font-size: .8rem;
  color: #fff;
  font-weight: 500;
  margin-bottom: .5rem;
  letter-spacing: -0.1em;
}

.header_wrap .nav_wrap .nav_top p .col {
  display: inline-block;
  margin: .15rem .15rem;
  width: .10rem;
  height: .10rem;
  background-color: #fff;
  border-radius: 30%;
}

.header_wrap .nav_wrap .header_nav {
  border-top: 1.4px solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.header_wrap .nav_wrap .header_nav .header_left {
  margin-top: .4rem;
}

.header_wrap .nav_wrap .header_nav .header_left p {
  font-size: .5rem;
  font-weight: 500;
  line-height: 1.3;
}

.header_wrap .nav_wrap .header_nav .header_right {
  margin-top: .5rem;
  color: #fff;
}

.header_wrap .nav_wrap .header_nav .header_right .header_btn {
  display: none;
  background-color: transparent;
  border: 0;
  width: 2.5rem;
}

.header_wrap .nav_wrap .header_nav .header_right .header_btn.btn_on {
  display: block;
}

.header_wrap .nav_wrap .header_nav .header_right .header_btn img {
  width: 100%;
  height: 100%;
  display: inline-block;
  color: #000;
}

.header_wrap .nav_wrap .header_nav .header_right nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  text-align: right;
}

.header_wrap .nav_wrap .header_nav .header_right nav ul li a {
  text-transform: uppercase;
  display: inline-block;
  text-align: right;
  font-size: .9rem;
  font-weight: 400;
  color: #fff;
  line-height: 2;
  position: relative;
  -webkit-transition: all 1s linear;
  transition: all 1s linear;
}

.header_wrap .nav_wrap .header_nav .header_right nav ul li a::after {
  display: block;
  content: '';
  width: 100%;
  border-bottom: solid 1px #fff;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: -webkit-transform 250ms ease-in-out;
  transition: -webkit-transform 250ms ease-in-out;
  transition: transform 250ms ease-in-out;
  transition: transform 250ms ease-in-out, -webkit-transform 250ms ease-in-out;
  -webkit-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

.header_wrap .nav_wrap .header_nav .header_right nav ul li a:hover::after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.header_w {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header_w.move {
  display: none;
}

.header_w .header_logo {
  margin-right: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 0px;
  width: 2.1rem;
}

.header_w .header_logo img {
  width: 100%;
}

.header_w .header_logo h2 {
  display: none;
  margin-top: 1rem;
  font-size: 1.6rem;
  font-weight: 300;
  text-transform: uppercase;
}

.header_w .nav_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.header_w .nav_wrap .nav_top p {
  width: 15rem;
  font-size: .8rem;
  color: #000;
  font-weight: 500;
  margin-bottom: .5rem;
  letter-spacing: -0.1em;
}

.header_w .nav_wrap .nav_top p .col {
  display: inline-block;
  margin: .15rem .15rem;
  width: .10rem;
  height: .10rem;
  background-color: #000;
  border-radius: 30%;
}

.header_w .nav_wrap .header_nav {
  border-top: 1.4px solid #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.header_w .nav_wrap .header_nav .header_left {
  margin-top: .4rem;
}

.header_w .nav_wrap .header_nav .header_left p {
  font-size: .5rem;
  font-weight: 500;
  line-height: 1.3;
  color: #000;
}

.header_w .nav_wrap .header_nav .header_right {
  margin-top: .5rem;
  color: #000;
}

.header_w .nav_wrap .header_nav .header_right .header_btn {
  display: none;
  background-color: transparent;
  border: 0;
  width: 2.5rem;
}

.header_w .nav_wrap .header_nav .header_right .header_btn.btn_on {
  display: block;
}

.header_w .nav_wrap .header_nav .header_right .header_btn img {
  width: 100%;
  height: 100%;
  display: inline-block;
  color: #000;
}

.header_w .nav_wrap .header_nav .header_right nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  text-align: right;
}

.header_w .nav_wrap .header_nav .header_right nav ul li a {
  text-transform: uppercase;
  display: inline-block;
  text-align: right;
  font-size: .9rem;
  font-weight: 400;
  color: #000;
  line-height: 2;
  position: relative;
  -webkit-transition: all 1s linear;
  transition: all 1s linear;
}

.header_w .nav_wrap .header_nav .header_right nav ul li a::after {
  display: block;
  content: '';
  width: 100%;
  border-bottom: solid 1px #000;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: -webkit-transform 250ms ease-in-out;
  transition: -webkit-transform 250ms ease-in-out;
  transition: transform 250ms ease-in-out;
  transition: transform 250ms ease-in-out, -webkit-transform 250ms ease-in-out;
  -webkit-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

.header_w .nav_wrap .header_nav .header_right nav ul li a:hover::after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.hd {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1rem 2rem;
  position: fixed;
  width: 100%;
  height: 100%;
  top: -120%;
  left: 0;
  background-color: rgba(0, 0, 0, 0.9);
}

.hd.open {
  top: 0%;
}

.hd .header_logo {
  margin-right: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 0px;
  width: 2.1rem;
}

.hd .header_logo img {
  width: 100%;
}

.hd .header_logo h2 {
  display: none;
  margin-top: 1rem;
  font-size: 1.6rem;
  font-weight: 300;
  text-transform: uppercase;
}

.hd .nav_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.hd .nav_wrap .nav_top p {
  width: 15rem;
  font-size: .8rem;
  color: #fff;
  font-weight: 500;
  margin-bottom: .5rem;
  letter-spacing: -0.1em;
}

.hd .nav_wrap .nav_top p .col {
  display: inline-block;
  margin: .15rem .15rem;
  width: .10rem;
  height: .10rem;
  background-color: #fff;
  border-radius: 30%;
}

.hd .nav_wrap .header_nav {
  border-top: 1.4px solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.hd .nav_wrap .header_nav .header_left {
  margin-top: .4rem;
}

.hd .nav_wrap .header_nav .header_left p {
  font-size: .5rem;
  font-weight: 500;
  line-height: 1.3;
  color: #fff;
}

.hd .nav_wrap .header_nav .header_right {
  margin-top: .5rem;
  color: #fff;
}

.hd .nav_wrap .header_nav .header_right .close_btn {
  position: absolute;
  display: block;
  right: 2rem;
  background-color: transparent;
  border: 0;
  width: 2.5rem;
  z-index: 999;
}

.hd .nav_wrap .header_nav .header_right .close_btn.btn_on {
  display: block;
}

.hd .nav_wrap .header_nav .header_right .close_btn img {
  width: 100%;
  height: 100%;
  display: inline-block;
  color: #000;
}

.hd .nav_wrap .header_nav .header_right .hd_nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  text-align: center;
}

.hd .nav_wrap .header_nav .header_right .hd_nav ul li {
  margin-bottom: 1.5rem;
}

.hd .nav_wrap .header_nav .header_right .hd_nav ul li a {
  text-transform: uppercase;
  display: inline-block;
  text-align: right;
  font-size: 3rem;
  font-weight: 400;
  color: #fff;
  line-height: 2;
  position: relative;
  -webkit-transition: all 1s linear;
  transition: all 1s linear;
}

.hd .nav_wrap .header_nav .header_right .hd_nav ul li a::after {
  display: block;
  content: '';
  width: 100%;
  border-bottom: solid 1px #fff;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: -webkit-transform 250ms ease-in-out;
  transition: -webkit-transform 250ms ease-in-out;
  transition: transform 250ms ease-in-out;
  transition: transform 250ms ease-in-out, -webkit-transform 250ms ease-in-out;
  -webkit-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

.hd .nav_wrap .header_nav .header_right .hd_nav ul li a:hover::after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

/*스크린 레이아웃*/
.screen {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #0054A5;
  left: 0;
  top: 8%;
  bottom: 0;
  right: 0;
  color: #000;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.screen > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0 9.5%;
}

.screen > div .txt {
  text-align: left;
  font-family: 'GmarketSansBold';
  font-size: 7vw;
  line-height: 1;
  font-weight: 700;
  color: #fff;
  opacity: 1;
  word-break: keep-all;
  width: 100%;
}

.screen > div .txt2 {
  margin: 1.5rem 0;
}

.screen > div .txt3 {
  margin: 0 0 1.5rem 0;
}

.screen > div .txt4 {
  font-size: 3.5vw;
  font-weight: 500;
  line-height: 2;
}

.screen > div .txt4 br {
  display: none;
}

.screen > div .txt4 .point {
  position: relative;
  text-indent: 0.2;
}

.screen > div .txt4 .point1:before {
  content: "";
  position: absolute;
  top: -.75rem;
  width: .5rem;
  height: .5rem;
  background-color: #fff;
  border-radius: 50%;
  left: 50%;
  margin-left: -.5rem;
}

.main_screen02 {
  height: 100vh;
  position: relative;
}

.main_screen02 .content_hover {
  position: absolute;
  width: 100%;
  height: 100%;
}

.main_screen02 .content_hover::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #333;
  position: absolute;
  z-index: 887;
  opacity: .8;
}

.main_screen02 .content_hover .content_text {
  width: 80%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 888;
}

.main_screen02 .full_bg {
  width: 100%;
  height: 100%;
  position: absolute;
}

.main_screen02 .full_bg .content_bg {
  position: absolute;
  height: 100%;
  width: 100%;
}

/*esg 경영 레이아웃*/
.esg_screen {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  background-color: #A9CABF;
}

.esg_screen .esg_inner {
  max-width: 100%;
  height: 100%;
  position: relative;
  background-color: #fff;
}

.esg_screen .esg_inner .esg_01, .esg_screen .esg_inner .esg_02 {
  overflow: hidden;
  position: relative;
  z-index: 999;
  padding: 3rem 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.esg_screen .esg_inner .esg_01 {
  border-bottom: 4px dotted #fff;
}

.esg_screen .esg_inner .esg_01 .img_mg01 {
  width: 45%;
}

.esg_screen .esg_inner .esg_01 .img_mg02 {
  width: 35%;
  margin-left: 3%;
}

.esg_screen .esg_inner .esg_02 {
  border-bottom: 4px dotted #fff;
}

.esg_screen .esg_inner .esg_02 .img_mg03 {
  width: 45%;
}

.esg_screen .esg_inner .esg_02 .img_mg04 {
  width: 35%;
  margin-left: 3%;
}

footer {
  border-top: 1px solid #999;
  width: 100%;
  padding: 2.75rem 3rem 2.5rem;
  clear: both;
  bottom: 0;
  left: 0;
}

footer .footer_wrap {
  width: 100%;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
}

footer .footer_wrap .footer01 {
  margin-right: 10rem;
}

footer .footer_wrap .footer01 .desc_wrap {
  padding-top: 1.25rem;
}

footer .footer_wrap .footer01 .desc_wrap:first-child {
  padding-top: 0;
}

footer .footer_wrap .footer01 .desc_wrap .footer_title {
  line-height: 1.2;
  font-size: 1.1rem;
  font-weight: 700;
  font-family: "GmarketSansBold";
  color: #0054A7;
  margin-bottom: 0.5rem;
}

footer .footer_wrap .footer01 .desc_wrap .footer_desc {
  font-size: .8rem;
  font-family: "GmarketSansMedium";
  font-weight: 500;
  color: #0054A7;
  line-height: 1.4;
}

footer .footer_wrap .footer01 .desc_wrap .footer_desc br {
  display: none;
}

footer .footer_wrap .footer01 .desc_wrap .footer_desc span {
  font-family: "GmarketSansBold";
  display: inline-block;
  margin-top: .2rem;
  font-weight: 700;
  margin-right: .25rem;
}

footer .footer_wrap .footer01 .desc_wrap .footer_desc span.e_mail {
  margin-left: .5rem;
}

footer .footer_wrap .footer02 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

footer .footer_wrap .footer02 ul li {
  font-size: 1.1rem;
  margin-top: 1.75rem;
  font-family: "GmarketSansBold";
  font-weight: 700;
  color: #0054A5;
}

footer .footer_wrap .footer02 ul li:first-child {
  margin-top: 0;
}

footer .footer_wrap .footer02 ul li .col {
  width: .5rem;
  height: .5rem;
  display: inline-block;
  border-radius: 50%;
  margin-right: 1.1rem;
}

footer .footer_wrap .footer02 ul li .col.col_1 {
  background-color: #00a0e9;
}

footer .footer_wrap .footer02 ul li .col.col_2 {
  background-color: #e4017f;
}

footer .footer_wrap .footer02 ul li .col.col_3 {
  background-color: #fff101;
}

@media screen and (max-width: 1190px) {
  html {
    font-size: 15px;
  }
  .container {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  html {
    font-size: 10px;
  }
  .container {
    max-width: 100%;
  }
  .header_wrap .header_logo {
    width: 3.3rem;
  }
  .header_wrap .nav_wrap .nav_top p {
    width: 20rem;
    font-size: 1rem;
  }
  .header_wrap .nav_wrap .header_nav .header_left p {
    font-size: 1rem;
  }
  .header_wrap .nav_wrap .header_nav .header_right .header_btn {
    width: 5.5rem;
  }
  .header_wrap .nav_wrap .header_nav .header_right nav ul li a {
    font-size: 1.5rem;
    line-height: 2;
  }
  .hd {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 1rem 2rem;
    position: fixed;
    width: 100%;
    height: 100%;
    top: -120%;
    left: 0;
    background-color: rgba(0, 0, 0, 0.9);
  }
  .hd.open {
    top: 0%;
  }
  .hd .header_logo {
    margin-right: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 0px;
    width: 3.3rem;
  }
  .hd .header_logo img {
    width: 100%;
  }
  .hd .header_logo h2 {
    display: none;
    margin-top: 1rem;
    font-size: 1.6rem;
    font-weight: 300;
    text-transform: uppercase;
  }
  .hd .nav_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }
  .hd .nav_wrap .nav_top p {
    width: 15rem;
    font-size: 1rem;
    color: #fff;
    font-weight: 500;
    margin-bottom: .5rem;
    letter-spacing: -0.1em;
  }
  .hd .nav_wrap .nav_top p .col {
    display: inline-block;
    margin: .15rem .15rem;
    width: .10rem;
    height: .10rem;
    background-color: #fff;
    border-radius: 30%;
  }
  .hd .nav_wrap .header_nav {
    border-top: 1.4px solid #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }
  .hd .nav_wrap .header_nav .header_left {
    margin-top: .4rem;
  }
  .hd .nav_wrap .header_nav .header_left p {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.3;
  }
  .hd .nav_wrap .header_nav .header_right {
    margin-top: .5rem;
    color: #fff;
  }
  .hd .nav_wrap .header_nav .header_right .close_btn {
    position: absolute;
    display: block;
    right: 2rem;
    top: 3rem;
    background-color: transparent;
    border: 0;
    width: 5.5rem;
    z-index: 999;
  }
  .hd .nav_wrap .header_nav .header_right .close_btn.btn_on {
    display: block;
  }
  .hd .nav_wrap .header_nav .header_right .close_btn img {
    width: 100%;
    height: 100%;
    display: inline-block;
    color: #000;
  }
  .hd .nav_wrap .header_nav .header_right .hd_nav {
    margin-top: 10rem;
  }
  .hd .nav_wrap .header_nav .header_right .hd_nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: absolute;
    text-align: center;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .hd .nav_wrap .header_nav .header_right .hd_nav ul li {
    margin-top: 3rem;
    margin-bottom: 1.5rem;
  }
  .hd .nav_wrap .header_nav .header_right .hd_nav ul li a {
    text-transform: uppercase;
    display: inline-block;
    text-align: right;
    font-size: 3rem;
    font-weight: 400;
    color: #fff;
    line-height: 2;
    position: relative;
    -webkit-transition: all 1s linear;
    transition: all 1s linear;
  }
  .hd .nav_wrap .header_nav .header_right .hd_nav ul li a::after {
    display: block;
    content: '';
    width: 100%;
    border-bottom: solid 1px #fff;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: -webkit-transform 250ms ease-in-out;
    transition: -webkit-transform 250ms ease-in-out;
    transition: transform 250ms ease-in-out;
    transition: transform 250ms ease-in-out, -webkit-transform 250ms ease-in-out;
    -webkit-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
  }
  .hd .nav_wrap .header_nav .header_right .hd_nav ul li a:hover::after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  .header_w {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .header_w.move {
    display: none;
  }
  .header_w .header_logo {
    margin-right: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 0px;
    width: 3.3rem;
  }
  .header_w .header_logo img {
    width: 100%;
  }
  .header_w .header_logo h2 {
    display: none;
    margin-top: 1rem;
    font-size: 1.6rem;
    font-weight: 300;
    text-transform: uppercase;
  }
  .header_w .nav_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }
  .header_w .nav_wrap .nav_top p {
    width: 15rem;
    font-size: 1rem;
    color: #000;
    font-weight: 500;
    margin-bottom: .5rem;
    letter-spacing: -0.1em;
  }
  .header_w .nav_wrap .nav_top p .col {
    display: inline-block;
    margin: .15rem .15rem;
    width: .10rem;
    height: .10rem;
    background-color: #000;
    border-radius: 30%;
  }
  .header_w .nav_wrap .header_nav {
    border-top: 1.4px solid #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }
  .header_w .nav_wrap .header_nav .header_left {
    margin-top: .4rem;
  }
  .header_w .nav_wrap .header_nav .header_left p {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.3;
    color: #000;
  }
  .header_w .nav_wrap .header_nav .header_right {
    margin-top: .5rem;
    color: #000;
  }
  .header_w .nav_wrap .header_nav .header_right .header_btn {
    display: none;
    background-color: transparent;
    border: 0;
    width: 5.5rem;
  }
  .header_w .nav_wrap .header_nav .header_right .header_btn.btn_on {
    display: block;
  }
  .header_w .nav_wrap .header_nav .header_right .header_btn img {
    width: 100%;
    height: 100%;
    display: inline-block;
    color: #000;
  }
  .header_w .nav_wrap .header_nav .header_right nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    text-align: right;
  }
  .header_w .nav_wrap .header_nav .header_right nav ul li a {
    text-transform: uppercase;
    display: inline-block;
    text-align: right;
    font-size: .9rem;
    font-weight: 400;
    color: #000;
    line-height: 2;
    position: relative;
    -webkit-transition: all 1s linear;
    transition: all 1s linear;
  }
  .header_w .nav_wrap .header_nav .header_right nav ul li a::after {
    display: block;
    content: '';
    width: 100%;
    border-bottom: solid 1px #000;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: -webkit-transform 250ms ease-in-out;
    transition: -webkit-transform 250ms ease-in-out;
    transition: transform 250ms ease-in-out;
    transition: transform 250ms ease-in-out, -webkit-transform 250ms ease-in-out;
    -webkit-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
  }
  .header_w .nav_wrap .header_nav .header_right nav ul li a:hover::after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  .screen {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #0054A5;
    left: 0;
    top: 8%;
    bottom: 0;
    right: 0;
    color: #000;
    width: 100%;
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .screen > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 9.5%;
  }
  .screen > div .txt {
    text-align: left;
    font-family: 'GmarketSansBold';
    font-size: 13vw;
    line-height: 1.3;
    font-weight: 700;
    color: #fff;
    opacity: 1;
    word-break: keep-all;
    width: 100%;
  }
  .screen > div .txt2 {
    margin: 0;
  }
  .screen > div .txt3 {
    margin: 0 0 1.5rem 0;
  }
  .screen > div .txt4 {
    font-size: 3.5vw;
    font-weight: 500;
    line-height: 2;
  }
  .screen > div .txt4 br {
    display: none;
  }
  .screen > div .txt4 .point {
    position: relative;
    text-indent: 0.2;
  }
  .screen > div .txt4 .point1:before {
    content: "";
    position: absolute;
    top: -.75rem;
    width: .5rem;
    height: .5rem;
    background-color: #fff;
    border-radius: 50%;
    left: 50%;
    margin-left: -.5rem;
  }
  /*전경사진*/
  .main_screen02 {
    height: 100vh;
    position: relative;
    min-height: 100vh;
    max-width: 100%;
    overflow: hidden;
  }
  .main_screen02 .content_hover {
    position: absolute;
    width: 100%;
    height: 100%;
  }
  .main_screen02 .content_hover::before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #333;
    position: absolute;
    z-index: 887;
    opacity: .8;
  }
  .main_screen02 .content_hover .content_text {
    width: 95%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 888;
  }
  .main_screen02 .full_bg {
    width: 100%;
    height: 100%;
    position: absolute;
  }
  .main_screen02 .full_bg .content_bg {
    position: absolute;
    height: 100%;
    width: 100%;
  }
  /*esg경영*/
  .esg_screen {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    background-color: #A9CABF;
  }
  .esg_screen .esg_inner {
    max-width: 100%;
    height: 100%;
    position: relative;
    background-color: #fff;
  }
  .esg_screen .esg_inner .esg_01, .esg_screen .esg_inner .esg_02 {
    overflow: hidden;
    position: relative;
    z-index: 999;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
  }
  .esg_screen .esg_inner .esg_01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-bottom: 4px dotted #fff;
  }
  .esg_screen .esg_inner .esg_01 .img_mg01 {
    width: 90%;
  }
  .esg_screen .esg_inner .esg_01 .img_mg02 {
    margin-top: 5rem;
    width: 90%;
    margin-left: 0%;
  }
  .esg_screen .esg_inner .esg_02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-bottom: 4px dotted #fff;
  }
  .esg_screen .esg_inner .esg_02 .img_mg03 {
    width: 90%;
    margin-top: 5rem;
  }
  .esg_screen .esg_inner .esg_02 .img_mg04 {
    width: 80%;
    margin-left: 0%;
    margin-top: 5rem;
  }
  footer {
    width: 100%;
    padding: 2.75rem 1rem 2.5rem 2rem;
  }
  footer .footer_wrap {
    width: 100%;
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  footer .footer_wrap .footer01 {
    margin-right: 0rem;
  }
  footer .footer_wrap .footer01 .desc_wrap {
    padding-top: 1.25rem;
  }
  footer .footer_wrap .footer01 .desc_wrap.fx_tt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
  }
  footer .footer_wrap .footer01 .desc_wrap.fx_tt:first-child {
    margin-right: 5rem;
  }
  footer .footer_wrap .footer01 .desc_wrap:first-child {
    padding-top: 0;
  }
  footer .footer_wrap .footer01 .desc_wrap .footer_title {
    line-height: 1.4;
    font-size: 1.6rem;
    font-weight: 700;
    font-family: "GmarketSansBold";
    color: #0054A7;
    margin-bottom: 0.2rem;
  }
  footer .footer_wrap .footer01 .desc_wrap .footer_desc {
    font-size: 1.2rem;
    font-family: "GmarketSansMedium";
    font-weight: 500;
    color: #0054A7;
    line-height: 1.6;
  }
  footer .footer_wrap .footer01 .desc_wrap .footer_desc br {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  footer .footer_wrap .footer01 .desc_wrap .footer_desc span {
    font-family: "GmarketSansBold";
    display: inline-block;
    margin-top: .2rem;
    font-weight: 700;
    margin-right: .25rem;
  }
  footer .footer_wrap .footer01 .desc_wrap .footer_desc span.e_mail {
    margin-left: .5rem;
  }
  footer .footer_wrap .footer02 {
    width: 100%;
    height: 100%;
    padding-top: 2rem;
  }
  footer .footer_wrap .footer02 ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  footer .footer_wrap .footer02 ul li {
    font-size: 1.6rem;
    margin-top: 2rem;
    font-family: "GmarketSansBold";
    font-weight: 700;
    color: #0054A5;
  }
  footer .footer_wrap .footer02 ul li:first-child {
    margin-top: 0;
  }
  footer .footer_wrap .footer02 ul li .col {
    width: .5rem;
    height: .5rem;
    display: inline-block;
    border-radius: 50%;
    margin-right: .5rem;
    margin-bottom: .2rem;
  }
  footer .footer_wrap .footer02 ul li .col.col_1 {
    background-color: #00a0e9;
  }
  footer .footer_wrap .footer02 ul li .col.col_2 {
    background-color: #e4017f;
  }
  footer .footer_wrap .footer02 ul li .col.col_3 {
    background-color: #fff101;
  }
}
/*# sourceMappingURL=style.css.map */