<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* @media only screen and ( min-width:1025px){
  .header .gnb-wrap .gnb &gt; ul &gt; li{width: 25%;}
  .footer-inner{padding-left: 160px;}
}
.footer-logo{width:112px;height:32px;background-image:url("../image/layout/footer-logo-119.png");}
.footer-nav li span {display:block;position:relative;padding: 4px 8px 4px 6px;}
.footer-nav{font-size:14px;margin-top:0;}
.footer-nav li span:after {content:"";position:absolute;right:0;top:50%;margin-top:-1px;display:block;width:2px;height:2px;border-radius:50%;background-color: #bfbfbf;}
@media only screen and (min-width:1025px){
    .footer-nav li:nth-child(6) span,
    .footer-nav li:last-child span {padding-right:0;}
    .footer-nav li:nth-child(6) span:after,
    .footer-nav li:last-child span:after { display:none;}
} */

/* 119 theme style */
@media only screen and (min-width: 1025px) {
  .header .gnb-wrap .gnb&gt;ul&gt;li {
    width: 20%;
  }
}

.footer-wrap .footer-inner .footer-logo {
  display: block !important;
  width: 112px;
  height: 32px;
  background-image: url("../image/layout/footer-logo-119.png");
}

.footer-wrap .footer-inner .footer-logo a {
  display: block !important;
  width: 112px;
  height: 32px;
}

.footer-wrap .footer-inner .footer-logo a span {
  font-size: 0;
}

.footer-nav {
  font-size: 14px;
  margin-top: 0;
}

.footer-nav li::after {
  display: none !important;
}

.footer-nav li span {
  display: block;
  position: relative;
  padding: 4px 8px 4px 6px;
}

.footer-nav li span:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -1px;
  display: block;
  width: 2px;
  height: 2px;
  border-radius: 50%;
  background-color: #bfbfbf;
}

@media only screen and (min-width: 1025px) {
  .footer-nav li:last-child span {
    padding-right: 0;
  }

  .footer-nav li:last-child span:after {
    display: none;
  }
}

/** footer **/
.footer .address {
  color: #fff;
  font-weight: 400;
}

.footer .copyright {
  opacity: 0.5;
  font-weight: 300;
}

.footer .footer-address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid #1d1d1d;
}

@media only screen and (max-width: 64em) {
  .footer .footer-address {
    text-align: center;
  }
}

.wrapper .footer .main-flag {
  position: relative;
  top: auto;
  left: auto;
}

.footer {
  background-color: #393c41;
  padding: 2.25rem 0;
}

@media only screen and (max-width: 85.38em) {
  .footer {
    padding: 2.25rem 3vw;
  }
}

.footer ul,
.footer ol,
.footer li {
  list-style: none;
}

.footer-related-site-wrap {
  display: block;
  width: 100%;
}

.footer-related-site {
  display: block;
  position: relative;
  width: 100%;
  max-width: 1400px;
  height: 44px;
  margin: 0 auto;
}

.footer-related-site .related-site-group {
  position: relative;
  float: left;
  width: 33.3333%;
  height: 44px;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  padding-right: 60px;
}

.footer-related-site .related-site-group select {
  display: block;
  position: relative;
  width: 100%;
  height: 44px;
  margin-right: 60px;
  padding: 0 30px 0 20px;
  font-family: "Noto Sans";
  font-size: 15px;
  color: #fff;
  font-weight: 500;
  background-color: #2c3131;
  background-image: url("/humanframe/globaltheme/assets/image/layout/footer-select-arw.png");
  background-repeat: no-repeat;
  background-position: 95% 50%;
  border: 0;
  letter-spacing: -1px;
}

.footer-related-site .related-site-group .btn-go {
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -30px;
  width: 44px;
  height: 44px;
  background-color: rgba(0, 0, 0, 0.4);
  color: #fff;
  font-size: 18px;
  border: 2px solid transparent;
}

.footer-related-site .related-site-group .btn-go:hover,
.footer-related-site .related-site-group .btn-go:focus {
  color: #1c236c;
  background: #fff;
  border-color: #1c236c;
}

.footer-related-site .related-site-group .btn-go span::after {
  display: none;
}

@media all and (max-width: 768px) {
  .footer-related-site-wrap {
    height: auto;
    background-color: transparent;
  }

  .footer-related-site {
    height: auto;
  }

  .footer-related-site .related-site-group {
    float: none;
    width: 100%;
    background-color: #2c3131;
    border-left: 0;
    margin-bottom: 1px;
  }
}

.footer-wrap {
  position: relative;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  color: #fff;
  /* footer-mark */
}

.footer-wrap .footer-inner {
  gap: 20px;
}

.footer-wrap .footer-inner .footer-nav {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.footer-wrap .footer-inner .footer-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

@media only screen and (max-width: 73.75em) {
  .footer-wrap .footer-inner .footer-nav ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.footer-wrap .footer-inner .footer-nav ul li::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 0.625rem;
  border-radius: 50%;
  background-color: #777;
  margin: 0 0.625rem;
}

.footer-wrap .footer-inner .footer-nav ul li a {
  padding: 0.25rem 0;
  outline: none;
  border: 2px solid transparent;
  color: #fff;
}

.footer-wrap .footer-inner .footer-nav ul li a:focus {
  border-color: #000;
}

.footer-wrap .footer-inner .footer-nav ul li a strong {
  color: #f7b02a;
}

.footer-wrap .footer-inner .footer-nav ul li:last-child::after {
  display: none;
}

.footer-wrap .footer-mark&gt;ul,
.footer-wrap .footer-mark .mark-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.25rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 1.5rem auto;
}

@media only screen and (min-width: 73.75em) {

  .footer-wrap .footer-mark&gt;ul,
  .footer-wrap .footer-mark .mark-list {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin: 0;
  }
}

.footer-wrap .footer-mark&gt;ul li,
.footer-wrap .footer-mark .mark-list li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.footer-wrap .footer-mark&gt;ul li a,
.footer-wrap .footer-mark .mark-list li a {
  display: block;
  overflow: hidden;
  height: 50px;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: 0 50%;
}

.footer-wrap .footer-mark&gt;ul li a span,
.footer-wrap .footer-mark .mark-list li a span {
  display: block;
  overflow: hidden;
  position: absolute;
  left: -99999999999999px;
  top: -100000000000000000px;
  width: 0;
  height: 0;
  font-size: 0;
  text-indent: 1000000000000000000000px;
}

.footer-wrap .footer-mark&gt;ul li.mark-flag a,
.footer-wrap .footer-mark .mark-list li.mark-flag a {
  width: 124px;
  height: 40px;
  background-image: url("/humanframe/theme/incheon/assets/image/renew2023/footer-logo-koreansymbol.png");
  background-size: 124px 40px;
}

.footer-wrap .footer-mark&gt;ul li.mark-webaccessibility a,
.footer-wrap .footer-mark .mark-list li.mark-webaccessibility a {
  width: 68px;
  height: 41px;
  background-image: url("/humanframe/theme/incheon/assets/image/renew2023/footer-logo-webaccess.png");
}

.footer-wrap .footer-mark .mark-callcenter {
  display: block;
}

.footer-wrap .footer-mark .mark-callcenter a {
  display: block;
  width: 116px;
  background-image: url(/humanframe/theme/incheon/assets/image/renew2023/footer-logo-michugol.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

@media only screen and (max-width: 73.75em) {
  .footer-wrap .footer-mark .mark-callcenter a {
    width: 245px;
  }
}

.footer-wrap .footer-mark .mark-callcenter a span {
  display: block;
  overflow: hidden;
  position: absolute;
  left: -99999999999999px;
  top: -100000000000000000px;
  width: 0;
  height: 0;
  font-size: 0;
  text-indent: 1000000000000000000000px;
}</pre></body></html>